forked from Ivasoft/openwrt
lantiq: add (incomplete) support for Aztech GR7000
*) can not connect to switch chip *) only one usb port is working *) wifi is not working Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37712
This commit is contained in:
@@ -73,11 +73,17 @@ VG3503J)
|
||||
ucidef_set_interface_lan 'eth0'
|
||||
uci set network.lan.type='none'
|
||||
;;
|
||||
|
||||
DGN3500*)
|
||||
ucidef_set_interface_lan "eth0.1"
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
|
||||
;;
|
||||
|
||||
GR7000)
|
||||
ucidef_set_interface_wan "eth0"
|
||||
uci set network.lan.ifname=''
|
||||
;;
|
||||
esac
|
||||
|
||||
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"
|
||||
|
||||
Reference in New Issue
Block a user