diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-13 17:26:27 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-13 17:26:27 +0000 |
commit | 07ce6a81de0842afe18f25401c39e07391c0885f (patch) | |
tree | 5b272c1e4e005519e8353c756b6445eaf1353a57 /packages/linux/ixp4xx-kernel_2.6.18.bb | |
parent | fb84797e24c5571a390f60d064ba9892c4393094 (diff) |
ixp4xx-kernel: Add 2.6.18 (currently -rc7)
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.18.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.18.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.18.bb b/packages/linux/ixp4xx-kernel_2.6.18.bb new file mode 100644 index 0000000000..f5af772052 --- /dev/null +++ b/packages/linux/ixp4xx-kernel_2.6.18.bb @@ -0,0 +1,41 @@ +# Kernel for IXP4xx +# +# Increment PR_CONFIG for changes to the ixp4xx-kernel specific +# defconfig (do *NOT* increment anything in here for changes +# to other kernel configs!) +PR_CONFIG = "1" +# +# Increment the number below (i.e. the digits after PR) when +# making changes within this file or for changes to the patches +# applied to the kernel. +PR = "r0.${PR_CONFIG}" + +require ixp4xx-kernel.inc + +SRC_URI += "http://svn.nslu2-linux.org/svnroot/kernel/branches/ixp_npe/patches/2.6.18/defconfig" + +# IXP4XX_PATCHES - full list of patches to apply +IXP4XX_PATCHES = "" + +SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/branches/ixp_npe/patches/2.6.18" + +IXP4XX_PATCHES += "${SVN_SRC}/00-squashfs3.1.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/02-nas100d-mac-addr.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/04-nslu2-mac-addr.patch;patch=1" +# IXP4XX_PATCHES += "${SVN_SRC}/05-timer-ixp4xx.patch;patch=1" +# IXP4XX_PATCHES += "${SVN_SRC}/06-timer-nslu2.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/07-copypage-xscale.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/13-zd1211-arm-fix.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/15-jffs2-endian-config.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/20-nas100d-cmdline-fixup.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/20-nslu2-cmdline-fixup.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/30-ixp4xx-0.1.0-driver.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/31-ixp4xx-0.1.0-localfixes.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/32-nslu-setup-mac.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/40-scsi-idle.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/50-leds-arm-cpu-activity.patch;patch=1" +# IXP4XX_PATCHES += "${SVN_SRC}/75-dsmg600.patch;patch=1" +# IXP4XX_PATCHES += "${SVN_SRC}/76-dsmg600-pwrbtn.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/77-velocity-module.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/78-velocity-BE.patch;patch=1" +IXP4XX_PATCHES += "${SVN_SRC}/79-rtl8110sb-fix.diff;patch=1" |