diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-17 08:27:38 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-17 08:27:38 +0000 |
commit | 211cac98d559fdcb11fd0825aaf165da15c87b71 (patch) | |
tree | 1b41d1f1c50f7ba0cdb5b61abbb23430b12fef56 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | d9011ad6beb377fe66ce8fb4924db2c856887fff (diff) | |
download | mtk-20170518-211cac98d559fdcb11fd0825aaf165da15c87b71.zip mtk-20170518-211cac98d559fdcb11fd0825aaf165da15c87b71.tar.gz mtk-20170518-211cac98d559fdcb11fd0825aaf165da15c87b71.tar.bz2 |
Belkin AC 1750 DB (F9K1115v2) support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43734
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 4 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 9517b97..296ea57 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -87,6 +87,10 @@ eap300v2) ucidef_set_led_wlan "wlan" "WLAN" "engenius:blue:wlan" "phy0tpt" ;; +f9k1115v2) + ucidef_set_led_usbdev "usb2" "USB2" "belkin:green:usb2" "1-1" + ;; + rb-750) ucidef_set_led_default "act" "act" "rb750:green:act" "1" ucidef_set_led_netdev "port1" "port1" "rb750:green:port1" "eth1" diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index e205fd5..b4b6cb3 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -98,6 +98,13 @@ tew-673gru) ucidef_add_switch_vlan "switch0" "1" "0 1 2 3 5t" ;; +f9k1115v2) + ucidef_set_interfaces_lan_wan "eth1" "eth0" + ucidef_add_switch "switch0" "1" "1" + ucidef_add_switch_vlan "switch0" "1" "2 3 4 5 6" + ucidef_add_switch_vlan "switch0" "2" "0 1" + ;; + nbg460n_550n_550nh) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" "1" "1" |