From: Martin Schiller Date: Mon, 19 Nov 2018 05:50:28 +0000 (+0100) Subject: lantiq/basefiles: use shutdown instead of stop when the system goes down X-Git-Tag: v19.07.0-rc1~2147 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fhauke.git;a=commitdiff_plain;h=18398abe1eb5de50b3d8affd51e003bf7555d91a 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 --- 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