diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 22:36:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-03 22:36:45 +0000 |
commit | 91ef5971fc5589462db60358c4c44d7249544448 (patch) | |
tree | 9d7a2884682fb985b44b0cb9491ff2fbdbc9647c /target/linux/ixp4xx-2.6/config | |
parent | 1ce8862ab409526a36936eb93db4e23ad92e3b79 (diff) |
enable preinit in a few other platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6482 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7c9fec0d37..0acfdf4649 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 |