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 | a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b (patch) | |
tree | da0c6a06eb4d50def39e6a0fb3bdd3ac813b74fe /target/linux/ar71xx | |
parent | b0d4d23bc644dde146070ce692872884dc28a799 (diff) | |
download | upstream-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.tar.gz upstream-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.tar.bz2 upstream-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.zip |
make kernels use /etc/preinit by default
SVN-Revision: 15840
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 |