mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
make sure errors get sent to /dev/null
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 35987
This commit is contained in:
parent
d0ddec11bb
commit
fad5f5700e
@ -186,9 +186,9 @@ set_state() {
|
||||
|
||||
case "$1" in
|
||||
preinit)
|
||||
insmod leds-gpio
|
||||
insmod ledtrig-default-on
|
||||
insmod ledtrig-timer
|
||||
insmod leds-gpio 2> /dev/null
|
||||
insmod ledtrig-default-on 2> /dev/null
|
||||
insmod ledtrig-timer 2> /dev/null
|
||||
status_led_blink_preinit
|
||||
;;
|
||||
failsafe)
|
||||
|
Loading…
Reference in New Issue
Block a user