summaryrefslogtreecommitdiff
path: root/packages/linux/nslu2-kernel_2.6.14-rc2.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-09-24 23:40:41 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-24 23:40:41 +0000
commit52fc464946f780b1302fe9ac47176415faf5ef9a (patch)
tree8ab0bf85e935c741ab1e90dcd9cd96a660562c26 /packages/linux/nslu2-kernel_2.6.14-rc2.bb
parent6fdac80bba1c2ccc0e675e2428f830a127fb3fb5 (diff)
nslu2-kernel, openslug-kernel: 2.6.14-rc2 (ixp425-eth will not build with this)
Diffstat (limited to 'packages/linux/nslu2-kernel_2.6.14-rc2.bb')
-rw-r--r--packages/linux/nslu2-kernel_2.6.14-rc2.bb25
1 files changed, 19 insertions, 6 deletions
diff --git a/packages/linux/nslu2-kernel_2.6.14-rc2.bb b/packages/linux/nslu2-kernel_2.6.14-rc2.bb
index 8b2beb76a8..601003e0cf 100644
--- a/packages/linux/nslu2-kernel_2.6.14-rc2.bb
+++ b/packages/linux/nslu2-kernel_2.6.14-rc2.bb
@@ -1,5 +1,15 @@
# Kernel for NSLU2
-PR = "r0"
+#
+# Increment PR_CONFIG for changes to the nslu2-kernel specific
+# defconfig (do *NOT* increment anything in here for changes
+# to other kernel configs!)
+PR_CONFIG = "0"
+#
+# 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}"
+
include nslu2-kernel.inc
# N2K_EXTRA_PATCHES - list of patches to apply (can include
@@ -15,14 +25,17 @@ N2K_FILES = ""
N2K_PATCHES = "\
file://10-ixp4xx-copy-from.patch;patch=1 \
- file://20-timer.patch;patch=1 \
+ file://10-ixp4xx-gpio.patch;patch=1 \
+ file://10-ixp4xx-ticks.patch;patch=1 \
file://30-i2c-x1205.patch;patch=1 \
file://50-nslu2-arch.patch;patch=1 \
+ file://50-nslu2-general.patch;patch=1 \
file://50-nslu2-include.patch;patch=1 \
- file://50-nslu2-setup.patch;patch=1 \
- file://55-nslu2-rpbutton.patch;patch=1 \
file://anonymiser.patch;patch=1 \
- file://thumb-swi.patch;patch=1 \
"
-CMDLINE_REBOOT = ""
+# These options get added to the kernel command line, only put things
+# specific to the bootstrap of *this* kernel in here - DISTRO specfic
+# config must be in CMDLINE_ROOT (see the full definition of CMDLINE
+# in nslu2-kernel.inc)
+CMDLINE_KERNEL_OPTIONS = "x1205.hctosys=1"