projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9b77da
)
[ar71xx] make sure errors get sent to /dev/null
author
John Crispin
<blogic@openwrt.org>
Tue, 12 Mar 2013 13:52:33 +0000
(13:52 +0000)
committer
John Crispin
<blogic@openwrt.org>
Tue, 12 Mar 2013 13:52:33 +0000
(13:52 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35987
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/base-files/etc/diag.sh
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/etc/diag.sh
b/target/linux/ar71xx/base-files/etc/diag.sh
index
c44d61e
..
7fd92f5
100755
(executable)
--- a/
target/linux/ar71xx/base-files/etc/diag.sh
+++ b/
target/linux/ar71xx/base-files/etc/diag.sh
@@
-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)