mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
lantiq:
* fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29292 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -115,6 +115,13 @@ dsl=$(lantiq_soc_has_adsl)
|
||||
board=$(lantiq_board_name)
|
||||
|
||||
case "$board" in
|
||||
GIGASX76X)
|
||||
set_interface_lan "eth0.1"
|
||||
add_switch "eth0" "1" "1"
|
||||
add_switch_vlan "eth0" "1" "1 2 3 4 5t"
|
||||
set_atm_wan "1" "32" "llc" "bridged"
|
||||
;;
|
||||
|
||||
*)
|
||||
# custom foo goes here
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user