]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/linux/nslu2-kernel_2.6.12.2.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / linux / nslu2-kernel_2.6.12.2.bb
1 # Kernel for NSLU2
2 #
3 # Increment PR_CONFIG for changes to the nslu2-kernel specific
4 # defconfig (do *NOT* increment anything in here for changes
5 # to other kernel configs!)
6 PR_CONFIG = "0"
7 #
8 # Increment the number below (i.e. the digits after PR) when
9 # making changes within this file or for changes to the patches
10 # applied to the kernel.
11 PR = "r17.${PR_CONFIG}"
12
13 include nslu2-kernel.inc
14
15 # N2K_EXTRA_PATCHES - list of patches to apply (can include
16 #   patches to the files installed above)
17 # N2K_PATCHES - full list of patches to apply, defaults to:
18 #   file://nslu2_2.6.11.patch;patch=1
19 #   file://usbnet.patch;patch=1
20 #   file://ixp4xx_copy_from.patch;patch=1
21 #   ${N2K_EXTRA_PATCHES}
22 #
23
24 N2K_PATCHES = "\
25         file://nslu2-arch.patch;patch=1 \
26         file://x1205-rtc.patch;patch=1 \
27         file://ixp4xx-regs.patch;patch=1 \
28         file://compile-switches.patch;patch=1 \
29         file://ixp4xx_copy_from.patch;patch=1 \
30         file://anonymiser.patch;patch=1 \
31         file://xscale-reset.patch;patch=1 \
32         file://x1205-rtc.c-id.patch;patch=1 \
33         file://mtd-shutdown.patch;patch=1 \
34         file://missing-exports.patch;patch=1 \
35         file://timer.patch;patch=1 \
36         file://nslu2-io_rpbutton.patch;patch=1 \
37         file://disk_led_blinking.patch;patch=1 \
38 "