diff options
author | John Crispin <john@openwrt.org> | 2014-08-18 16:09:21 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-18 16:09:21 +0000 |
commit | ff3ea027720777b3dd6256d95cd5b81039178c18 (patch) | |
tree | bcb8388c6c8d8c09c89ca5c4d99bf478adc09764 /target/linux/ramips/base-files | |
parent | d04cab8dfc8340b530363c6afc99c86dccb075d1 (diff) | |
download | upstream-ff3ea027720777b3dd6256d95cd5b81039178c18.tar.gz upstream-ff3ea027720777b3dd6256d95cd5b81039178c18.tar.bz2 upstream-ff3ea027720777b3dd6256d95cd5b81039178c18.zip |
ramips: add omni plug leds
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42201
Diffstat (limited to 'target/linux/ramips/base-files')
-rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/01_leds | 4 |
1 files changed, 4 insertions, 0 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 93fc5c2868..01e23633f6 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -143,6 +143,10 @@ case $board in ucidef_set_led_netdev "eth" "ETH" "emb:green:eth" "eth0" set_wifi_led "emb:green:wifi" ;; + omni-plug) + set_wifi_led "miniplug:green:wlan" + set_usb_led "miniplug:green:mobile" + ;; px4885) set_wifi_led "7links:orange:wifi" set_usb_led "7links:blue:storage" |