diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-23 06:55:50 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-23 06:55:50 +0000 |
commit | 30af45d19a80e00225d245c03bee3f21c55a1a99 (patch) | |
tree | ecd74daacfd3ade36555dc3d21353a50a55fcdf2 /target/linux/mpc85xx/base-files/etc/inittab | |
parent | eceea6d6e19a47e616261ec942a1da442cde229a (diff) | |
download | upstream-30af45d19a80e00225d245c03bee3f21c55a1a99.tar.gz upstream-30af45d19a80e00225d245c03bee3f21c55a1a99.tar.bz2 upstream-30af45d19a80e00225d245c03bee3f21c55a1a99.zip |
mpc85xx: Remove inittab workaround
The default inittab uses "askconsole" which is implemented by procd
and uses the console provided by the kernel command line.
Hence, this platform specific workaround is not necessary anymore.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39367
Diffstat (limited to 'target/linux/mpc85xx/base-files/etc/inittab')
-rw-r--r-- | target/linux/mpc85xx/base-files/etc/inittab | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mpc85xx/base-files/etc/inittab b/target/linux/mpc85xx/base-files/etc/inittab deleted file mode 100644 index 17f829f6d4..0000000000 --- a/target/linux/mpc85xx/base-files/etc/inittab +++ /dev/null @@ -1,2 +0,0 @@ -::sysinit:/etc/init.d/rcS S boot -::shutdown:/etc/init.d/rcS K shutdown |