there is
Code: Select all
CONFIG_TARGET_ar71xx_WNDR3700=y
Code: Select all
CONFIG_TARGET_ar71xx_UBNT=y
And I have suggestion: add support for dual radios. For example WNDR3700 have 2 radios 2.4 i 5GHz.
Moderator: Moderators
Code: Select all
CONFIG_TARGET_ar71xx_WNDR3700=y
Code: Select all
CONFIG_TARGET_ar71xx_UBNT=y
Code: Select all
config 'interface' 'wan'
option 'ifname' 'eth1'
option 'macaddr' '11:22:4d:07:10:CD'
option 'proto' 'static'
option 'ipaddr' '10.110.42.21'
option 'netmask' '255.255.255.192'
option 'dns' '10.110.0.5'
option 'gateway' '10.110.42.1'
option 'defaultroute' '0'
option 'peerdns' '1'
config 'interface' 'vpn'
option 'ifname' 'ppp0'
option 'proto' 'pptp'
option 'ipproto' 'static'
option username USERRR
option password PASSS
option 'server' 'vpn.corbina.net'
option 'mtu' '1460'
option 'defaultroute' '1'
option 'keepalive' '10'
option 'buffering' '0'