diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:36:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-03 22:36:45 +0000 |
commit | 12fc04238eb091cfa9e8b4469c50b72ff220d1e7 (patch) | |
tree | 7e0add9ec2278f5b132aa4adc3a3a20157edd759 /target/linux/ixp4xx-2.6/config | |
parent | c96e173c287dcbce1813420940e79900f030c467 (diff) | |
download | mtk-20170518-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.zip mtk-20170518-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.gz mtk-20170518-12fc04238eb091cfa9e8b4469c50b72ff220d1e7.tar.bz2 |
enable preinit in a few other platforms
SVN-Revision: 6482
Diffstat (limited to 'target/linux/ixp4xx-2.6/config')
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index 7c9fec0..0acfdf4 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -57,7 +57,7 @@ CONFIG_BASE_SMALL=0 # CONFIG_BSD_DISKLABEL is not set # CONFIG_BT is not set # CONFIG_CIFS_STATS is not set -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 noinitrd console=ttyS0,115200" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y |