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 | 5f1ead0c1122f2d5f7e52ada8e832f2298e4e3a4 (patch) | |
| tree | 3369ca40da68a87488c97931508387102bcf415a | |
| parent | cd9edc83c7aed473dfb241591ee8701181a9c94b (diff) | |
| download | upstream-5f1ead0c1122f2d5f7e52ada8e832f2298e4e3a4.tar.gz upstream-5f1ead0c1122f2d5f7e52ada8e832f2298e4e3a4.tar.bz2 upstream-5f1ead0c1122f2d5f7e52ada8e832f2298e4e3a4.zip | |
add kernel boot command line
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1241 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 cc6d0dc3af4..dae220080bd 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) |
