summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel_2.6.15.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2006-01-16 10:13:55 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-16 10:13:55 +0000
commit2b9be5e324beee66740c311c67c660f544b8497d (patch)
tree6439ae8d48b84142b7d33a0290fe74a305185327 /packages/linux/ixp4xx-kernel_2.6.15.bb
parentf2cfb2628d56ad31d4fe97a08b1012c252109b90 (diff)
ixp4xx-kernel: fix boot setup parameters in 2.6.15
- there is now a default machine-specific command line and an override for the memory config to provide a useable default per-machine.
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.15.bb')
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.15.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.15.bb b/packages/linux/ixp4xx-kernel_2.6.15.bb
index 35164138f7..b4cde1bf41 100644
--- a/packages/linux/ixp4xx-kernel_2.6.15.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.15.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 = "r7.${PR_CONFIG}"
+PR = "r8.${PR_CONFIG}"
include ixp4xx-kernel.inc
@@ -37,3 +37,6 @@ IXP4XX_PATCHES += "file://91-maclist.patch;patch=1"
IXP4XX_PATCHES += "file://92-nas100d-maclist.patch;patch=1"
IXP4XX_PATCHES += "file://92-nslu2-maclist.patch;patch=1"
IXP4XX_PATCHES += "file://93-loft-maclist.patch;patch=1"
+IXP4XX_PATCHES += "file://94-loft-setup.patch;patch=1"
+IXP4XX_PATCHES += "file://94-nas100d-setup.patch;patch=1"
+IXP4XX_PATCHES += "file://94-nslu2-setup.patch;patch=1"