diff options
author | John Crispin <john@openwrt.org> | 2014-07-26 20:35:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-26 20:35:46 +0000 |
commit | 08fb5fb326b3c39951f50472889ec7b66fd09e41 (patch) | |
tree | 310c1ac1d014a499700ecb9097d7b8b1d40bf6d6 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 76d7397bc227cf3807ce6793af04c8c48e547575 (diff) | |
download | upstream-08fb5fb326b3c39951f50472889ec7b66fd09e41.tar.gz upstream-08fb5fb326b3c39951f50472889ec7b66fd09e41.tar.bz2 upstream-08fb5fb326b3c39951f50472889ec7b66fd09e41.zip |
ramips: fix sysupgrade for asiarf awm003
Since the earlier r41797 change, the board_name for awm003 has been
miscalculated, and sysupgrade has been broken. This seems to fix it.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 41837
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index f9ab1e33ba..ff3c2a5e5d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -55,6 +55,9 @@ ramips_board_detect() { *"AsiaRF AWM002 EVB") name="awm002-evb" ;; + *"AsiaRF AWM003 EVB") + name="awm003-evb" + ;; *"AsiaRF AWAPN2403") name="awapn2403" ;; |