diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 10:20:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-14 10:20:53 +0000 |
commit | 476b993379210c4e3a760564fc0614f1cb63b521 (patch) | |
tree | 0589c0ee59913f1c0790d02030b654601bf7a6a5 /target/linux/ar71xx | |
parent | f75c2b26445e4231c15b7735974f692facb0daa9 (diff) | |
download | master-187ad058-476b993379210c4e3a760564fc0614f1cb63b521.tar.gz master-187ad058-476b993379210c4e3a760564fc0614f1cb63b521.tar.bz2 master-187ad058-476b993379210c4e3a760564fc0614f1cb63b521.zip |
make kernels use /etc/preinit by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/config-2.6.28 | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.29 | 2 | ||||
-rw-r--r-- | target/linux/ar71xx/config-2.6.30 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/config-2.6.28 b/target/linux/ar71xx/config-2.6.28 index ca0c9a06a9..bc2b30036d 100644 --- a/target/linux/ar71xx/config-2.6.28 +++ b/target/linux/ar71xx/config-2.6.28 @@ -34,7 +34,7 @@ CONFIG_BASE_SMALL=0 CONFIG_BITREVERSE=y CONFIG_CEVT_R4K=y CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200" CONFIG_CPU_BIG_ENDIAN=y CONFIG_CPU_HAS_LLSC=y CONFIG_CPU_HAS_PREFETCH=y diff --git a/target/linux/ar71xx/config-2.6.29 b/target/linux/ar71xx/config-2.6.29 index ab7312e3c2..2fd9276f6f 100644 --- a/target/linux/ar71xx/config-2.6.29 +++ b/target/linux/ar71xx/config-2.6.29 @@ -35,7 +35,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200" CONFIG_COMPAT_NET_DEV_OPS=y CONFIG_CPU_BIG_ENDIAN=y # CONFIG_CPU_CAVIUM_OCTEON is not set diff --git a/target/linux/ar71xx/config-2.6.30 b/target/linux/ar71xx/config-2.6.30 index c093a220fe..ac825c7f29 100644 --- a/target/linux/ar71xx/config-2.6.30 +++ b/target/linux/ar71xx/config-2.6.30 @@ -36,7 +36,7 @@ CONFIG_BITREVERSE=y # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set CONFIG_CEVT_R4K=y CONFIG_CEVT_R4K_LIB=y -CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="rootfstype=squashfs,yaffs,jffs2 noinitrd console=ttyS0,115200" CONFIG_CPU_BIG_ENDIAN=y # CONFIG_CPU_CAVIUM_OCTEON is not set CONFIG_CPU_HAS_LLSC=y |