diff options
author | John Crispin <blogic@openwrt.org> | 2013-03-12 13:52:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-03-12 13:52:54 +0000 |
commit | 0d45d114353dd2bcf497793820593857c7e93d90 (patch) | |
tree | 4108329b7afd242e22fade600d07b7c6919fa72c /target/linux/lantiq/base-files | |
parent | c1d133c6d770ae0452a5a4055cd71ac653fc9d2b (diff) | |
download | master-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.tar.gz master-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.tar.bz2 master-187ad058-0d45d114353dd2bcf497793820593857c7e93d90.zip |
[lantiq] add support for AudioCodes AC-252
user-space support for extracting the EEPROM for the RaLink WiFi is still
missing. Besides this, it's all working.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35990 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network index db5b58e977..1eadb5687b 100755 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -47,7 +47,7 @@ ARV4520PW) ucidef_add_switch_vlan "eth0" "1" "3 2 1 0 5t" ;; -GIGASX76X) +ACMP252|GIGASX76X) ucidef_set_interface_lan "eth0.1" ucidef_add_switch "eth0" "1" "1" ucidef_add_switch_vlan "eth0" "1" "4 3 2 1 5t" |