diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-01 12:24:57 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-01 12:24:57 +0000 |
commit | 62dfbdafd5705e70cbbbd6a2dd061ac48b779d16 (patch) | |
tree | 71bb4566aaee85c1aae94fe61a2b8b6833ce48e0 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 170106750912960bc9ea44a2976fb5cb2e66faa0 (diff) |
ar71xx: ew-dorin: added router firmware generation
[juhosg: remove dead code]
Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2829d9f290..648cca8b5a 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 |