forked from Ivasoft/openwrt
ar71xx: add support for the TP-Link TL-WA901ND v2 board
Patch-by: Jonathan Benett <jbscience87@gmail.com> SVN-Revision: 26119
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config 'interface' 'loopback'
|
||||
option 'ifname' 'lo'
|
||||
option 'proto' 'static'
|
||||
option 'ipaddr' '127.0.0.1'
|
||||
option 'netmask' '255.0.0.0'
|
||||
|
||||
config 'interface' 'eth'
|
||||
option 'ifname' 'eth0'
|
||||
option 'proto' 'static'
|
||||
option 'ipaddr' '192.168.1.1'
|
||||
option 'netmask' '255.255.255.0'
|
||||
@@ -90,6 +90,9 @@ get_status_led() {
|
||||
tl-wa901nd)
|
||||
status_led="tl-wa901nd:green:system"
|
||||
;;
|
||||
tl-wa901nd-v2)
|
||||
status_led="tl-wa901nd-v2:green:system"
|
||||
;;
|
||||
tl-wr1043nd)
|
||||
status_led="tl-wr1043nd:green:system"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user