diff options
author | John Crispin <john@openwrt.org> | 2011-11-22 18:50:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-11-22 18:50:51 +0000 |
commit | 4982ca983c94e1ed336e7b67ce5f1b5e3981b95a (patch) | |
tree | ce098ab94dd817eb2b0e3f4bc6dfb1982551462d /target/linux/lantiq/base-files/etc/uci-defaults/network | |
parent | aca5063d4e4599d0ee657a6045284b80684f0c38 (diff) | |
download | upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.tar.gz upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.tar.bz2 upstream-4982ca983c94e1ed336e7b67ce5f1b5e3981b95a.zip |
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>
SVN-Revision: 29292
Diffstat (limited to 'target/linux/lantiq/base-files/etc/uci-defaults/network')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/network b/target/linux/lantiq/base-files/etc/uci-defaults/network index f9a723754d..3b7fe26621 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 |