diff options
author | John Crispin <john@openwrt.org> | 2014-08-01 11:19:50 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-01 11:19:50 +0000 |
commit | 9efd7ebd346862f32acb7ee782e90aa9eaab2268 (patch) | |
tree | d55e5ddec29e8e12babec9593a0e75293237b59d /target/linux/ramips/base-files/etc/uci-defaults | |
parent | c890f71b95274302a608299fc46bbd061e9090fa (diff) | |
download | upstream-9efd7ebd346862f32acb7ee782e90aa9eaab2268.tar.gz upstream-9efd7ebd346862f32acb7ee782e90aa9eaab2268.tar.bz2 upstream-9efd7ebd346862f32acb7ee782e90aa9eaab2268.zip |
ramips: add support for easyacc wizard8800
Signed-off-by: Sebastian Wendel <s.wendel@sourceindex.de>
SVN-Revision: 41936
Diffstat (limited to 'target/linux/ramips/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index 40c60fee5c..da7600c2c4 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -55,6 +55,7 @@ ramips_setup_interfaces() ucidef_set_interface_lan "eth0.2" ;; + wizard8800 | \ wl-330n | \ wmr300) ucidef_set_interface_lan "eth0.1" |