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/ixp4xx | |
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/ixp4xx')
-rw-r--r-- | target/linux/ixp4xx/config-2.6.27 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.28 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.29 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-2.6.30 | 2 | ||||
-rw-r--r-- | target/linux/ixp4xx/config-default | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/ixp4xx/config-2.6.27 b/target/linux/ixp4xx/config-2.6.27 index 7e2e50a2e9..8a8261bd9b 100644 --- a/target/linux/ixp4xx/config-2.6.27 +++ b/target/linux/ixp4xx/config-2.6.27 @@ -70,7 +70,7 @@ CONFIG_BOUNCE=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_CIFS_STATS is not set CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y diff --git a/target/linux/ixp4xx/config-2.6.28 b/target/linux/ixp4xx/config-2.6.28 index bbfaff8f4e..17ab7af5c3 100644 --- a/target/linux/ixp4xx/config-2.6.28 +++ b/target/linux/ixp4xx/config-2.6.28 @@ -71,7 +71,7 @@ CONFIG_BOUNCE=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_CIFS_STATS is not set CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y diff --git a/target/linux/ixp4xx/config-2.6.29 b/target/linux/ixp4xx/config-2.6.29 index aa42ea3298..1c8082e7b3 100644 --- a/target/linux/ixp4xx/config-2.6.29 +++ b/target/linux/ixp4xx/config-2.6.29 @@ -58,7 +58,7 @@ CONFIG_ARM=y CONFIG_BASE_SMALL=0 CONFIG_BITREVERSE=y CONFIG_BOUNCE=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" CONFIG_COMPAT_NET_DEV_OPS=y # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y diff --git a/target/linux/ixp4xx/config-2.6.30 b/target/linux/ixp4xx/config-2.6.30 index 2bc5997504..81a7fa0daf 100644 --- a/target/linux/ixp4xx/config-2.6.30 +++ b/target/linux/ixp4xx/config-2.6.30 @@ -60,7 +60,7 @@ CONFIG_ARM=y CONFIG_BASE_SMALL=0 CONFIG_BITREVERSE=y CONFIG_BOUNCE=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" CONFIG_COMPAT_NET_DEV_OPS=y # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index 5d7595db02..110a9adf66 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -68,7 +68,7 @@ CONFIG_BOUNCE=y # CONFIG_BSD_DISKLABEL is not set # CONFIG_CIFS_STATS is not set CONFIG_CLASSIC_RCU=y -CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 init=/etc/preinit" +CONFIG_CMDLINE="root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200" # CONFIG_CONFIGFS_FS is not set CONFIG_CPU_32=y CONFIG_CPU_32v5=y |