summaryrefslogtreecommitdiff
path: root/target/linux/etrax
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-14 10:20:53 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-14 10:20:53 +0000
commita9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b (patch)
treeda0c6a06eb4d50def39e6a0fb3bdd3ac813b74fe /target/linux/etrax
parentb0d4d23bc644dde146070ce692872884dc28a799 (diff)
downloadmtk-20170518-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.zip
mtk-20170518-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.tar.gz
mtk-20170518-a9c958c2de59e0747b5dcf82f5fd5b1aaf956c3b.tar.bz2
make kernels use /etc/preinit by default
SVN-Revision: 15840
Diffstat (limited to 'target/linux/etrax')
-rw-r--r--target/linux/etrax/config-2.6.252
-rw-r--r--target/linux/etrax/config-2.6.302
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/etrax/config-2.6.25 b/target/linux/etrax/config-2.6.25
index d287655..2f59494 100644
--- a/target/linux/etrax/config-2.6.25
+++ b/target/linux/etrax/config-2.6.25
@@ -14,7 +14,7 @@ CONFIG_ETRAX100LX_V2=y
CONFIG_ETRAX_ARCH_V10=y
# CONFIG_ETRAX_ARCH_V32 is not set
CONFIG_ETRAX_AXISFLASHMAP=y
-CONFIG_ETRAX_CMDLINE="root=/dev/mtdblock1 rootfstype=squashfs,jffs2 init=/etc/preinit noinitrd console=ttyS0,115200"
+CONFIG_ETRAX_CMDLINE="root=/dev/mtdblock1 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200"
# CONFIG_ETRAX_CSP0_LEDS is not set
# CONFIG_ETRAX_DEBUG_PORT0 is not set
# CONFIG_ETRAX_DEBUG_PORT1 is not set
diff --git a/target/linux/etrax/config-2.6.30 b/target/linux/etrax/config-2.6.30
index 054793f..328d2ab 100644
--- a/target/linux/etrax/config-2.6.30
+++ b/target/linux/etrax/config-2.6.30
@@ -16,7 +16,7 @@ CONFIG_ETRAX100LX_V2=y
CONFIG_ETRAX_ARCH_V10=y
# CONFIG_ETRAX_ARCH_V32 is not set
CONFIG_ETRAX_AXISFLASHMAP=y
-CONFIG_ETRAX_CMDLINE="root=/dev/mtdblock1 rootfstype=jffs2 init=/etc/preinit noinitrd console=ttyS0,115200"
+CONFIG_ETRAX_CMDLINE="root=/dev/mtdblock1 rootfstype=jffs2 noinitrd console=ttyS0,115200"
# CONFIG_ETRAX_CSP0_LEDS is not set
# CONFIG_ETRAX_DEBUG_PORT0 is not set
# CONFIG_ETRAX_DEBUG_PORT1 is not set