summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/devkitidp-pxa255-kernel_2.6.11.bb2
-rw-r--r--packages/linux/linux-wrt_2.4.20.bb2
-rw-r--r--packages/linux/linux-wrt_2.4.30.bb2
-rw-r--r--packages/linux/nslu2-kernel.inc5
4 files changed, 5 insertions, 6 deletions
diff --git a/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb b/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
index aa5e74f551..a0571bedb7 100644
--- a/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
+++ b/packages/linux/devkitidp-pxa255-kernel_2.6.11.bb
@@ -40,7 +40,7 @@ do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
python () {
- # Don't build openslug kernel unless we're targeting an nslu2
+ # Don't build kernel unless we're targeting an nslu2
mach = bb.data.getVar("MACHINE", d, 1)
if mach != 'devkitidp-pxa255':
raise bb.parse.SkipPackage("This kernel only builds for the PXA255 DevKitIDP")
diff --git a/packages/linux/linux-wrt_2.4.20.bb b/packages/linux/linux-wrt_2.4.20.bb
index e7ce9a3756..9eb3218f6e 100644
--- a/packages/linux/linux-wrt_2.4.20.bb
+++ b/packages/linux/linux-wrt_2.4.20.bb
@@ -59,7 +59,7 @@ do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
python () {
- # Don't build openslug kernel unless we're targeting a wrt
+ # Don't build kernel unless we're targeting a wrt
mach = bb.data.getVar("MACHINE", d, 1)
if mach != 'wrt54':
raise bb.parse.SkipPackage("Unable to build for non-WRT54 device.")
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb
index 1676562a93..efcd20df9b 100644
--- a/packages/linux/linux-wrt_2.4.30.bb
+++ b/packages/linux/linux-wrt_2.4.30.bb
@@ -113,7 +113,7 @@ do_deploy[dirs] = "${S}"
addtask deploy before do_build after do_compile
python () {
- # Don't build openslug kernel unless we're targeting a wrt
+ # Don't build kernel unless we're targeting a wrt
mach = bb.data.getVar("MACHINE", d, 1)
if mach != 'wrt54':
raise bb.parse.SkipPackage("Unable to build for non-WRT54 device.")
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc
index 39dcb6bed3..f41b61c033 100644
--- a/packages/linux/nslu2-kernel.inc
+++ b/packages/linux/nslu2-kernel.inc
@@ -150,9 +150,8 @@ N2K_PATCHES ?= ""
# Image suffix - actually set in conf/machine/nslu2.conf as it is also
# used by anything which needs to know the name of the generated image.
-# May be overridden in the distro if patches or defconfig are changed.
-#FIXME: this can be removed, it is just here for safety with the old names.
-N2K_SUFFIX ?= "openslug"
+# Should be overridden in the distro if patches or defconfig are changed.
+N2K_SUFFIX ?= "nslu2${ARCH_BYTE_SEX}"
SRC_URI = "${N2K_SRCURI}"
SRC_URI += "${N2K_PATCHES}"