lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland api...
[lede-git/.git] / target / linux / lantiq / base-files / etc / uci-defaults / network
index f9a723754d9fd12a85f0262d46b2182174dc209e..3b7fe266217d71bca9c44d0f95ab2cc714e60f80 100755 (executable)
@@ -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