From 62dfbdafd5705e70cbbbd6a2dd061ac48b779d16 Mon Sep 17 00:00:00 2001 From: juhosg Date: Wed, 1 Aug 2012 12:24:57 +0000 Subject: ar71xx: ew-dorin: added router firmware generation [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32934 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/uci-defaults/network | 3 ++- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'target/linux/ar71xx/base-files') diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/network b/target/linux/ar71xx/base-files/etc/uci-defaults/network index 3a5b704e7..ae4b88b7c 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" diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2829d9f29..648cca8b5 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -399,6 +399,9 @@ ar71xx_board_detect() { *EmbWir-Dorin) name="ew-dorin" ;; + *EmbWir-Dorin-Router) + name="ew-dorin-router" + ;; esac case "$machine" in diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 0e086039c..fb5fe7318 100755 --- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh +++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh @@ -94,13 +94,14 @@ platform_check_image() { } return 0 ;; - ew-dorin | \ ap81 | \ ap83 | \ dir-600-a1 | \ dir-615-c1 | \ dir-615-e4 | \ dir-825-b1 | \ + ew-dorin | \ + ew-dorin-router | \ mzk-w04nu | \ mzk-w300nh | \ tew-632brp | \ -- cgit v1.2.3