forked from Ivasoft/openwrt
lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)
SVN-Revision: 45897
This commit is contained in:
@@ -174,6 +174,14 @@ VGV7519)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
;;
|
||||
|
||||
VGV7510KW22)
|
||||
lan_mac=$(mtd_get_mac_binary board_config 22)
|
||||
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||
ucidef_set_interface_lan 'eth0.1'
|
||||
ucidef_add_switch "switch0" "1" "1"
|
||||
ucidef_add_switch_vlan "switch0" "1" "2 3 4 5 6t"
|
||||
;;
|
||||
|
||||
esac
|
||||
|
||||
[ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload"
|
||||
|
||||
Reference in New Issue
Block a user