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 | c87e3808f69535cf0a2293d19d1346bf099e3f00 (patch) | |
tree | 3369ca40da68a87488c97931508387102bcf415a /openwrt | |
parent | 380612c9b833ec457128fb36b176a6d295efe174 (diff) | |
download | mtk-20170518-c87e3808f69535cf0a2293d19d1346bf099e3f00.zip mtk-20170518-c87e3808f69535cf0a2293d19d1346bf099e3f00.tar.gz mtk-20170518-c87e3808f69535cf0a2293d19d1346bf099e3f00.tar.bz2 |
add kernel boot command line
SVN-Revision: 1241
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/ar7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/ar7 b/openwrt/target/linux/linux-2.4/config/ar7 index cc6d0dc..dae2200 100644 --- a/openwrt/target/linux/linux-2.4/config/ar7 +++ b/openwrt/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) |