diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:57 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-01 12:24:57 +0000 |
commit | 563400ef10b77aa11f8fbae81a6e8288cbf64d59 (patch) | |
tree | 2bfcc5e014f3969aec48c0203dd4fb7f6657f982 /target/linux/ar71xx/base-files/etc/uci-defaults | |
parent | 8eabe64e6b763afce18558a34e50322d2ca56db9 (diff) | |
download | upstream-563400ef10b77aa11f8fbae81a6e8288cbf64d59.tar.gz upstream-563400ef10b77aa11f8fbae81a6e8288cbf64d59.tar.bz2 upstream-563400ef10b77aa11f8fbae81a6e8288cbf64d59.zip |
ar71xx: ew-dorin: added router firmware generation
[juhosg: remove dead code]
Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de>
SVN-Revision: 32934
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/uci-defaults')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index 3a5b704e74..ae4b88b7c7 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/network @@ -133,6 +133,7 @@ wzr-hp-g300nh) aw-nr580 |\ bullet-m |\ eap7660d |\ +ew-dorin |\ rb-411 |\ tl-mr11u |\ tl-mr3020 |\ @@ -186,7 +187,7 @@ wzr-hp-g450h) ucidef_add_switch_vlan "eth0" "2" "0t 1" ;; -ew-dorin) +ew-dorin-router) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "eth0" "1" "1" ucidef_add_switch_vlan "eth0" "1" "0 2 3" |