summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-08-18 23:18:25 +0000
committerRod Whitby <rod@whitby.id.au>2007-08-18 23:18:25 +0000
commite05ac4499a17dc91a00daf8f20134e95b7b5bd1d (patch)
tree45e6a0daa60d4becbd51e1f9809a1af003c4e983
parent8ada12e06fcd97e2a081270a7bc2621bb8766b87 (diff)
unslung-kernel: Create the correctly named kernel for use with nslu2-image.bbclass
-rw-r--r--packages/linux/unslung-kernel_2.4.22.l2.3r63.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
index cb3f9be78b..b4244c7e3d 100644
--- a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
+++ b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb
@@ -1,7 +1,7 @@
SECTION = "kernel"
DESCRIPTION = "Vendor-compatible Linux kernel for the Linksys NSLU2 device"
LICENSE = "GPL"
-PR = "r19"
+PR = "r20"
COMPATIBLE_HOST = 'arm.*-linux'
COMPATIBLE_MACHINE = "nslu2"
@@ -39,7 +39,7 @@ inherit kernel
ARCH = "arm"
KERNEL_IMAGETYPE = "zImage"
-KERNEL_SUFFIX = "${MACHINE}"
+KERNEL_SUFFIX = "ixp4xxbe"
CMDLINE_CONSOLE ?= "ttyS0,115200"
CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc mem=32M@0x00000000"
CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT}"