From bdfc7e8894fd283a26dc38f1d54e3f87aff2cc54 Mon Sep 17 00:00:00 2001 From: blogic Date: Tue, 22 Nov 2011 18:50:51 +0000 Subject: lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api * minor style cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-of-by: Andrej Vlašić git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29292 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/base-files/etc/uci-defaults/network | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/network') diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/network b/target/linux/lantiq/base-files/etc/uci-defaults/network index f9a723754..3b7fe2662 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/network @@ -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 -- cgit v1.2.3