diff options
| author | John Crispin <john@openwrt.org> | 2015-05-23 15:26:39 +0000 |
|---|---|---|
| committer | John Crispin <john@openwrt.org> | 2015-05-23 15:26:39 +0000 |
| commit | 5e96c2d5413425816eb2e0113d0dca994ba7275c (patch) | |
| tree | b7eaf007788be43a713ee9f79d2bebc787e1a838 /target/linux/ramips/base-files/etc/board.d/02_network | |
| parent | 09bf72ae0540c4466bed23c9a955cea466fa5620 (diff) | |
| download | mtk-20170518-5e96c2d5413425816eb2e0113d0dca994ba7275c.zip mtk-20170518-5e96c2d5413425816eb2e0113d0dca994ba7275c.tar.gz mtk-20170518-5e96c2d5413425816eb2e0113d0dca994ba7275c.tar.bz2 | |
ramips: add support for Comfast CF-WR800N
This patch adds support for Comfast CF-WR800N, a wall-plug wireless router
based on the MT7620N SoC with one Ethernet port and a 802.11n 2.4 GHz radio.
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
SVN-Revision: 45722
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d/02_network')
| -rwxr-xr-x | target/linux/ramips/base-files/etc/board.d/02_network | 6 |
1 files changed, 6 insertions, 0 deletions
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 24e1ba8..c8ef69f 100755 --- a/target/linux/ramips/base-files/etc/board.d/02_network +++ b/target/linux/ramips/base-files/etc/board.d/02_network @@ -108,6 +108,12 @@ ramips_setup_interfaces() ucidef_add_switch_vlan "switch0" "1" "1 2 3 4 6t" ;; + cf-wr800n) + ucidef_set_interface_lan "eth0.1" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "4 6t" + ;; + cy-swr1100) ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2" ucidef_add_switch "switch0" "1" "1" |
