diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-14 19:59:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-14 19:59:16 +0000 |
commit | 86ec823efa35d5ab78da6e3ac214ace81e33af38 (patch) | |
tree | d07c96032490cb9b37c2c2917c999f2ddd9ec1e4 /target/linux/linux-2.4 | |
parent | 06a4ff3a3fc1e3339127e0bcf1f5257ab93e19e2 (diff) | |
download | upstream-86ec823efa35d5ab78da6e3ac214ace81e33af38.tar.gz upstream-86ec823efa35d5ab78da6e3ac214ace81e33af38.tar.bz2 upstream-86ec823efa35d5ab78da6e3ac214ace81e33af38.zip |
add kernel boot command line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1241 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.4')
-rw-r--r-- | target/linux/linux-2.4/config/ar7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/linux-2.4/config/ar7 b/target/linux/linux-2.4/config/ar7 index cc6d0dc3af..dae220080b 100644 --- a/target/linux/linux-2.4/config/ar7 +++ b/target/linux/linux-2.4/config/ar7 @@ -165,7 +165,8 @@ CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_ELF32 is not set # CONFIG_BINFMT_MISC is not set # CONFIG_OOM_KILLER is not set -# CONFIG_CMDLINE_BOOL is not set +CONFIG_CMDLINE_BOOL=y +CONFIG_CMDLINE="root=/dev/mtdblock0 console=ttyS0,38400 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd" # # Memory Technology Devices (MTD) |