git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da07777
)
Added rootfstype to openslug-kernel to allow booting from both ext2 and jffs2.
author
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 14:23:41 +0000
(14:23 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Wed, 17 Nov 2004 14:23:41 +0000
(14:23 +0000)
BKrev: 419b5eedSUiOE6c5-Vtc-jRsM736Zg
linux/openslug-kernel_2.6.9.oe
patch
|
blob
|
history
diff --git
a/linux/openslug-kernel_2.6.9.oe
b/linux/openslug-kernel_2.6.9.oe
index
d30d096
..
65dab84
100644
(file)
--- a/
linux/openslug-kernel_2.6.9.oe
+++ b/
linux/openslug-kernel_2.6.9.oe
@@
-24,7
+24,7
@@
inherit kernel
ARCH = "arm"
KERNEL_IMAGETYPE = "zImage"
CMDLINE_CONSOLE ?= "ttyS0,115200n8"
-CMDLINE_ROOT = "root=/dev/slug initrd=0x01000000,10M mem=32M@0x00000000"
+CMDLINE_ROOT = "root=/dev/slug
rootfstype=ext2,jffs2
initrd=0x01000000,10M mem=32M@0x00000000"
CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_CONSOLE}"
do_configure_prepend() {