From b04bb3eea71338214ed83671f026e3e2625d23e8 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 6 Oct 2014 04:52:07 +0000 Subject: ramips: Support for RAMIPS based Tripmate HT-TM02 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provides support for the Tripmate HT-TM02 personal router including LEDs and reset button. “Mode” switch is not supported. New profile includes full set of packages required to enable LEDs, USB, and LUCI. Patches were applied against trunk snapshot r42649. Functionality has been tested in AP, basic wifi client, wifi router, and routed client modes - all good. Signed-off-by: Ron Curry SVN-Revision: 42785 --- target/linux/ramips/base-files/etc/board.d/02_network | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/ramips/base-files/etc/board.d/02_network') diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network index e027b3be89..c462fd8142 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -97,6 +97,12 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "2" "4 9t" ;; + ht-tm02) + ucidef_set_interface_lan "eth0.1" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "4 6t" + ;; + 3g-6200n | \ dir-610-a1 | \ dir-300-b7 | \ @@ -253,6 +259,7 @@ ramips_setup_macs() hlk-rm04 | \ mpr-a1 | \ mpr-a2 | \ + ht-tm02 | \ dir-300-b7 | \ dir-320-b1 | \ psr-680w |\ -- cgit v1.2.3