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 | |
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')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 | ||||
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 3 |
2 files changed, 5 insertions, 1 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 diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh index 0e08603..fb5fe73 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 | \ |