diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-03-25 05:35:59 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-03-25 05:35:59 +0000 |
| commit | 93a28f8e6f88b974630f36d59c7f273e12f6a3be (patch) | |
| tree | 663baf8b908844dd8cae89a6bcedd2f87e5bf6be /packages/linux | |
| parent | 48c9a98908284963902fc29b4c47aed668bd5432 (diff) | |
| parent | 91a686ccf1d8c457b592f924d81e4ac502283199 (diff) | |
merge of '6a73c5c1eb38e3cc78e63a37f3471f4cc581b27b'
and 'ea9eb1ab8940b614ef5bbd25f1275174941d1e40'
Diffstat (limited to 'packages/linux')
| -rw-r--r-- | packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | 4 |
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 531f389898..df3141725c 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 = "r17" +PR = "r18" COMPATIBLE_HOST = 'arm.*-linux' COMPATIBLE_MACHINE = "nslu2" @@ -39,7 +39,7 @@ inherit kernel ARCH = "arm" KERNEL_IMAGETYPE = "zImage" -KERNEL_SUFFIX = "unslung" +KERNEL_SUFFIX = "${MACHINE}" CMDLINE_CONSOLE ?= "ttyS0,115200" CMDLINE_ROOT = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc mem=32M@0x00000000" CMDLINE = "${CMDLINE_CONSOLE} ${CMDLINE_ROOT}" |
