diff options
author | John Crispin <john@openwrt.org> | 2013-03-12 13:52:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-03-12 13:52:54 +0000 |
commit | e3a6ea65e1a80bcfa3f05ea38a22853dd464944d (patch) | |
tree | 0a9d8d038ed98739586e8508ac17554bbddf8710 /target/linux/lantiq/base-files/etc | |
parent | 0b881eea72fedfa88e70ad2cfce3eda6844e1c18 (diff) | |
download | mtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.zip mtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.gz mtk-20170518-e3a6ea65e1a80bcfa3f05ea38a22853dd464944d.tar.bz2 |
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>
SVN-Revision: 35990
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-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 db5b58e..1eadb56 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" |