diff options
author | John Crispin <blogic@openwrt.org> | 2014-08-18 16:09:21 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-08-18 16:09:21 +0000 |
commit | ddd46bfee01d84403198a4caef0f8d8ac0a18d85 (patch) | |
tree | e0b31d3ea8649c5295e53cdafe1f800d5aaab408 | |
parent | 3d2aca300277b76f558943bb52f98b6f03245ed7 (diff) | |
download | upstream-ddd46bfee01d84403198a4caef0f8d8ac0a18d85.tar.gz upstream-ddd46bfee01d84403198a4caef0f8d8ac0a18d85.tar.bz2 upstream-ddd46bfee01d84403198a4caef0f8d8ac0a18d85.zip |
ramips: add omni plug leds
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42201 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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" |