From b8f3eecf556c27a3344dd096152248d6bffa77f6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 8 Jan 2015 20:26:20 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43883 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/base-files/etc/diag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc/diag.sh') diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 1af64b2770..103dfcd236 100755 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -73,7 +73,7 @@ get_status_led() { status_led="hlk-rm04:red:power" ;; ht-tm02) - status_led="ht-tm02:white:status" + status_led="ht-tm02:blue:wlan" ;; all0239-3g|\ hw550-3g) -- cgit v1.2.3