projects
/
openwrt
/
staging
/
981213.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f8086
)
ramips: fix Edimax BR-6425 board name
author
John Crispin
<
[email protected]
>
Mon, 17 Aug 2015 05:59:57 +0000
(
05:59
+0000)
committer
John Crispin
<
[email protected]
>
Mon, 17 Aug 2015 05:59:57 +0000
(
05:59
+0000)
Signed-off-by: Piotr Dymacz <
[email protected]
>
SVN-Revision: 46626
target/linux/ramips/base-files/etc/board.d/01_leds
patch
|
blob
|
history
target/linux/ramips/base-files/etc/diag.sh
patch
|
blob
|
history
target/linux/ramips/base-files/lib/ramips.sh
patch
|
blob
|
history
diff --git
a/target/linux/ramips/base-files/etc/board.d/01_leds
b/target/linux/ramips/base-files/etc/board.d/01_leds
index 7bd52e19bb8953d392ac2f2aa7407d9b8a20adad..1ae4510b4c2145a55672c3f9a48ca2d60f5086af 100755
(executable)
--- a/
target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/
target/linux/ramips/base-files/etc/board.d/01_leds
@@
-60,7
+60,7
@@
case $board in
bc2)
set_usb_led "bc2:blue:usb"
;;
- br6425)
+ br
-
6425)
set_wifi_led "edimax:orange:wlan"
;;
br-6475nd)
diff --git
a/target/linux/ramips/base-files/etc/diag.sh
b/target/linux/ramips/base-files/etc/diag.sh
index f8b7e89545993a66c4ad66bef22aa7a358a6cace..712e93cdbdfded4ed01e6a272328c5f248c6ab0b 100644
(file)
--- a/
target/linux/ramips/base-files/etc/diag.sh
+++ b/
target/linux/ramips/base-files/etc/diag.sh
@@
-36,7
+36,7
@@
get_status_led() {
br6524n)
status_led="edimax:blue:power"
;;
- br6425 | br-6475nd)
+ br
-
6425 | br-6475nd)
status_led="edimax:green:power"
;;
cf-wr800n)
diff --git
a/target/linux/ramips/base-files/lib/ramips.sh
b/target/linux/ramips/base-files/lib/ramips.sh
index 58d7fc9d452a66a3299ee5954a6cc6cc5f81c97d..36ba3f2a8bf22c614b975a222c5af7ebbf53475c 100755
(executable)
--- a/
target/linux/ramips/base-files/lib/ramips.sh
+++ b/
target/linux/ramips/base-files/lib/ramips.sh
@@
-41,7
+41,7
@@
ramips_board_detect() {
name="air3gii"
;;
*"Edimax BR-6425")
- name="br6425"
+ name="br
-
6425"
;;
*"Allnet ALL0239-3G")
name="all0239-3g"