diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 16:08:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-09-21 16:08:44 +0000 |
commit | d661af0b77c21919b05a80709c9151bfc4aeb41e (patch) | |
tree | 2e61450367db43ffae501a8b454619af5b8d2a08 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | b02cb983d9645c85e7c56628779f4610fa79e59d (diff) | |
download | upstream-d661af0b77c21919b05a80709c9151bfc4aeb41e.tar.gz upstream-d661af0b77c21919b05a80709c9151bfc4aeb41e.tar.bz2 upstream-d661af0b77c21919b05a80709c9151bfc4aeb41e.zip |
ar71xx: vanity changes for dir-825-c1
This patch
- changes the color names from orange to amber
- changes the name of GPIO 13 from WIFI_BGN (wifi_bgn) to WLAN_2G
(wlan2g) to be more consistent with the other routers' files
- changes the descriptions of the hardware keys to be a tad more
explicit
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Patchwork: http://patchwork.openwrt.org/patch/4081/
[juhosg: update the LED migration script as well]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38105
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index d6811c55c4..6ee49d1803 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -51,12 +51,12 @@ get_status_led() { dir-615-c1) status_led="d-link:green:status" ;; - dir-825-b1 |\ - dir-835-a1) + dir-825-b1) status_led="d-link:orange:power" ;; - dir-825-c1) - status_led="d-link:orange:power" + dir-825-c1 |\ + dir-835-a1) + status_led="d-link:amber:power" ;; eap7660d) status_led="eap7660d:green:ds4" |