diff options
author | Martin Schiller <ms@dev.tdt.de> | 2018-11-19 06:50:28 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-11-25 19:26:55 +0100 |
commit | 18398abe1eb5de50b3d8affd51e003bf7555d91a (patch) | |
tree | ed2e3a6def31daf89981e81e0fa665df5f3f5e6a | |
parent | 7c104a83589c3e3fbfdfda2ef68b8695f57dde75 (diff) | |
download | upstream-18398abe1eb5de50b3d8affd51e003bf7555d91a.tar.gz upstream-18398abe1eb5de50b3d8affd51e003bf7555d91a.tar.bz2 upstream-18398abe1eb5de50b3d8affd51e003bf7555d91a.zip |
lantiq/basefiles: use shutdown instead of stop when the system goes down
I can't see any reason why we shouldn't use shutdown for lantiq as well.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
-rw-r--r-- | target/linux/lantiq/base-files/etc/inittab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/inittab b/target/linux/lantiq/base-files/etc/inittab index 21fa8d58ef..37d52c588c 100644 --- a/target/linux/lantiq/base-files/etc/inittab +++ b/target/linux/lantiq/base-files/etc/inittab @@ -1,3 +1,3 @@ ::sysinit:/etc/init.d/rcS S boot -::shutdown:/etc/init.d/rcS K stop +::shutdown:/etc/init.d/rcS K shutdown ttyLTQ0::askfirst:/usr/libexec/login.sh |