aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-01-08 20:26:20 +0000
committerJohn Crispin <blogic@openwrt.org>2015-01-08 20:26:20 +0000
commitb8f3eecf556c27a3344dd096152248d6bffa77f6 (patch)
treea76f345ba386dcacd45c654bdae57d1c0134565d /target/linux/ramips/base-files/lib
parent15aa6d23b8ec0d250c48fda3208e52edc91c82c1 (diff)
downloadmaster-187ad058-b8f3eecf556c27a3344dd096152248d6bffa77f6.tar.gz
master-187ad058-b8f3eecf556c27a3344dd096152248d6bffa77f6.tar.bz2
master-187ad058-b8f3eecf556c27a3344dd096152248d6bffa77f6.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index eeb8df049e..59d7418006 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -172,7 +172,7 @@ ramips_board_detect() {
*"HILINK HLK-RM04")
name="hlk-rm04"
;;
- *"HOOTOO HT-TM02")
+ *"HooToo HT-TM02")
name="ht-tm02"
;;
*"HAME MPR-A1")