diff options
author | Mike Westerhof <mwester@dls.net> | 2006-06-24 20:54:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-24 20:54:12 +0000 |
commit | 238722e5b137d0ad7ad7b6cc13043744d1274d35 (patch) | |
tree | 8db8fdcc59988322abd83d352a0a26e26b32900d /packages | |
parent | 9ecac32fbdfe4744811f7a35a0e7f895a338e50c (diff) |
Openslug ixp4xx-kernel: Add DSM-G600 support patches to the 2.6.17 kernel
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.17.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.17.bb b/packages/linux/ixp4xx-kernel_2.6.17.bb index 19bd2bdd86..e3500c2e60 100644 --- a/packages/linux/ixp4xx-kernel_2.6.17.bb +++ b/packages/linux/ixp4xx-kernel_2.6.17.bb @@ -8,7 +8,7 @@ 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 = "r1.${PR_CONFIG}" +PR = "r2.${PR_CONFIG}" include ixp4xx-kernel.inc @@ -31,3 +31,5 @@ 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}/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" |