Bump linux buildroot (#1032)
* Update buildroot to 2020.11-rc3 Signed-off-by: Stefan Agner <stefan@agner.ch> * ODROID: Update kernel 5.9.11 * Remove patch which has been applied upstream * Linux: Update kernel 5.4.80
This commit is contained in:
@@ -9,12 +9,12 @@ DAEMON=/usr/sbin/$NAME
|
||||
case "$1" in
|
||||
start)
|
||||
printf "Starting $DESC: "
|
||||
start-stop-daemon -S -b -x $NAME
|
||||
start-stop-daemon -S -b -x $DAEMON
|
||||
echo "OK"
|
||||
;;
|
||||
stop)
|
||||
printf "Stopping $DESC: "
|
||||
start-stop-daemon -K -x $NAME
|
||||
start-stop-daemon -K -x $DAEMON
|
||||
echo "OK"
|
||||
;;
|
||||
restart|force-reload)
|
||||
|
||||
Reference in New Issue
Block a user