diff options
author | John Crispin <john@openwrt.org> | 2014-08-18 13:09:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-18 13:09:39 +0000 |
commit | bb9a23aca2f35d81f14e2d90a586d890d545a70e (patch) | |
tree | ce381c89b69dc3d020850f1b1f61b5fb5b19b7e8 /target/linux/ramips/base-files | |
parent | 5d9b1e7ec1badba2adf4b7b1f6963d8ff63b25a8 (diff) | |
download | upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.gz upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.bz2 upstream-bb9a23aca2f35d81f14e2d90a586d890d545a70e.zip |
ramips: Hame: change LED name mpr-x -> hame
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 42190
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 4 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/etc/diag.sh | 4 |
2 files changed, 4 insertions, 4 deletions
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 3e0a2bca4b..93fc5c2868 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -124,10 +124,10 @@ case $board in set_usb_led "mofi3500-3gn:green:usb" ;; mpr-a1) - set_wifi_led "mpr-a1:blue:system" + set_wifi_led "hame:blue:system" ;; mpr-a2) - set_wifi_led "mpr-a2:blue:system" + set_wifi_led "hame:blue:system" ;; mzk-w300nh2) set_wifi_led "mzkw300nh2:amber:wlan" diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 4aac473f5a..9ad7ccbda1 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -80,10 +80,10 @@ get_status_led() { status_led="mofi3500-3gn:green:status" ;; mpr-a1) - status_led="mpr-a1:red:power" + status_led="hame:red:power" ;; mpr-a2) - status_led="mpr-a2:red:power" + status_led="hame:red:power" ;; nbg-419n) status_led="nbg-419n:green:power" |