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/etc/board.d/01_leds | |
parent | 5d9b1e7ec1badba2adf4b7b1f6963d8ff63b25a8 (diff) | |
download | mtk-20170518-bb9a23aca2f35d81f14e2d90a586d890d545a70e.zip mtk-20170518-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.gz mtk-20170518-bb9a23aca2f35d81f14e2d90a586d890d545a70e.tar.bz2 |
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/etc/board.d/01_leds')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 4 |
1 files changed, 2 insertions, 2 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 3e0a2bc..93fc5c2 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" |