summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-01-08 20:26:20 +0000
committerJohn Crispin <john@openwrt.org>2015-01-08 20:26:20 +0000
commit2120e48e758e68aa129f39e59d5dc72bfc648982 (patch)
tree570f17a352b7d6f5419a18d2d86611b531ed5c4c /target/linux/ramips/base-files/etc/board.d/01_leds
parent5ea31bbc582c745abea2a54ccfd341fade1207cd (diff)
downloadmaster-31e0f0ae-2120e48e758e68aa129f39e59d5dc72bfc648982.tar.gz
master-31e0f0ae-2120e48e758e68aa129f39e59d5dc72bfc648982.tar.bz2
master-31e0f0ae-2120e48e758e68aa129f39e59d5dc72bfc648982.zip
ramips: Fix HooToo HT-TM02 support.
- Fix LED definitions. - Add mode-switch slider definition (at GPIO 14). - Remove unneeded VLAN now that the ethernet driver is fixed and TCP packets get passed correctly now. (This router only has one port.) - Fix LAN port MAC address, which is defined in the factory partition as WLAN MAC address + 1. - Fix board name, as the company name is HooToo and not HOOTOO. - Remove unnecessary packages from the profile. (The end-user is supposed to use mechanisms such as the ImageBuilder in order to add his own set of packages to his own images... while the precompiled images should just contain the core set of packages needed to run the base functions of a wireless router.) Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 43883
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/01_leds8
1 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 b3f8849997..405a6c0d70 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -118,10 +118,10 @@ case $board in
hlk-rm04)
set_wifi_led "rt2800pci-phy0::radio"
;;
- ht-tm02)
- ucidef_set_led_netdev "eth" "ETH" "ht-tm02:white:status" "eth0"
- set_wifi_led "ht-tm02:blue:wifi"
- ;;
+ ht-tm02)
+ ucidef_set_led_netdev "eth" "Ethernet" "ht-tm02:green:lan" "eth0"
+ set_wifi_led "ht-tm02:blue:wlan"
+ ;;
all0239-3g|\
hw550-3g)
set_usb_led "hw550-3g:green:usb"