diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-19 12:15:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-19 12:15:34 +0000 |
commit | 7ec2d80ae3e3207262c799cf560d86f8caa6b2ef (patch) | |
tree | c872a6eb3232b83ecd04d344bfb209f658162025 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | db0e6e264d7c3626772ae889a70eb4a5d14df2ed (diff) | |
download | mtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.zip mtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.gz mtk-20170518-7ec2d80ae3e3207262c799cf560d86f8caa6b2ef.tar.bz2 |
ar71xx: add user-space support for TP-Link TL-WDR4900 v2.0 board
Patch-by: TenNinjas <tenninjas@tenninjas.ca>
Patchwork: http://patchwork.openwrt.org/patch/4849/
[juhosg:
- use the Archer C7 specific LED setup instead of adding
identical code]
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39636
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 3 |
2 files changed, 4 insertions, 2 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 04ca3e2..a986dbc 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds @@ -228,7 +228,8 @@ tl-wdr4300) ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt" ;; -archer-c7) +archer-c7|\ +tl-wdr4900-v2) ucidef_set_led_usbdev "usb1" "USB1" "tp-link:green:usb1" "1-1" ucidef_set_led_usbdev "usb2" "USB2" "tp-link:green:usb2" "2-1" ucidef_set_led_wlan "wlan2g" "WLAN2G" "tp-link:blue:wlan2g" "phy0tpt" 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 dac75ae..fd38ffa 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -46,7 +46,8 @@ tl-wr1043nd-v2) ucidef_add_switch_vlan "switch0" "2" "5 6" ;; -archer-c7) +archer-c7 |\ +tl-wdr4900-v2) ucidef_set_interfaces_lan_wan "eth1" "eth0" ucidef_add_switch "switch0" "1" "1" ucidef_add_switch_vlan "switch0" "1" "0 2 3 4 5" |