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/lib/ar71xx.sh | |
parent | 8eabe64e6b763afce18558a34e50322d2ca56db9 (diff) | |
download | mtk-20170518-563400ef10b77aa11f8fbae81a6e8288cbf64d59.zip mtk-20170518-563400ef10b77aa11f8fbae81a6e8288cbf64d59.tar.gz mtk-20170518-563400ef10b77aa11f8fbae81a6e8288cbf64d59.tar.bz2 |
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/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 2829d9f..648cca8 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 |