summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Westerhof <mwester@dls.net>2006-09-03 02:11:15 +0000
committerMike Westerhof <mwester@dls.net>2006-09-03 02:11:15 +0000
commitc489f4ed0a4776ecae5f852baf159ca0750d3f3d (patch)
treec5fb39d83604f6b3afdc3781fc1c18d13d1d1ad3
parent99b80b8615c8e5662827252cf6cb7fc12144f8c2 (diff)
DSM-G600A support added (Artop IDE and Via velocity patches)
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.17.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.17.bb b/packages/linux/ixp4xx-kernel_2.6.17.bb
index b08129799a..c27f73330b 100644
--- a/packages/linux/ixp4xx-kernel_2.6.17.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.17.bb
@@ -3,12 +3,12 @@
# 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 = "3"
+PR_CONFIG = "4"
#
# 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 = "r2.${PR_CONFIG}"
+PR = "r3.${PR_CONFIG}"
require ixp4xx-kernel.inc
@@ -20,6 +20,7 @@ IXP4XX_PATCHES = ""
SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/2.6.17"
# IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/patch-2.6.17-ide1;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/01-nas100d-leds.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/02-nas100d-mac-addr.patch;patch=1"
IXP4XX_PATCHES += "${SVN_SRC}/03-nslu2-leds.patch;patch=1"
@@ -33,3 +34,5 @@ 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"
+IXP4XX_PATCHES += "${SVN_SRC}/77-velocity-module.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/78-velocity-BE.patch;patch=1"