From 575621e3556100ba7129f648fd7cba4e67855ce8 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Mon, 19 Nov 2018 06:50:28 +0100 Subject: [PATCH] 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 (backported from 18398abe1eb5de50b3d8affd51e003bf7555d91a) --- target/linux/lantiq/base-files/etc/inittab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2