diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:44 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:44 +0000 |
commit | f580ce87c0c74215cc933c2e7fb770c7e494c1c0 (patch) | |
tree | 7c19574c3f1147fb1ac5c91e493f3dc8703a8b68 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 6ce9c49fc6623a33043778cde42e8ce29e0b9ac3 (diff) | |
download | upstream-f580ce87c0c74215cc933c2e7fb770c7e494c1c0.tar.gz upstream-f580ce87c0c74215cc933c2e7fb770c7e494c1c0.tar.bz2 upstream-f580ce87c0c74215cc933c2e7fb770c7e494c1c0.zip |
ralink: fix asiarf image generation
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38324 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 6e7cc4a624..589b208f36 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -46,7 +46,7 @@ ramips_board_detect() { *"Argus ATP-52B") name="argus-atp52b" ;; - *"AsiaRF AWM002-EVB") + *"AsiaRF AWM002 EVB") name="awm002-evb" ;; *"BR6524N") |