diff options
author | John Crispin <john@openwrt.org> | 2013-09-30 20:48:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-30 20:48:34 +0000 |
commit | 52fe1211b3f1a0637da096372304c0e22bd24a13 (patch) | |
tree | 7db4080601c191f123e7881ad8797d36e44b1942 /target/linux/ramips | |
parent | 396cb4f4053f3ff4169b26ce6fe9a08c611e0eca (diff) | |
download | upstream-52fe1211b3f1a0637da096372304c0e22bd24a13.tar.gz upstream-52fe1211b3f1a0637da096372304c0e22bd24a13.tar.bz2 upstream-52fe1211b3f1a0637da096372304c0e22bd24a13.zip |
ralink: fix DIR-320-B1 board detection
https://dev.openwrt.org/ticket/14226
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38264
Diffstat (limited to 'target/linux/ramips')
-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 494f9d4d0d..6e7cc4a624 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -73,7 +73,7 @@ ramips_board_detect() { *"DIR-300 B7") name="dir-300-b7" ;; - *"DIR-320/NRU B1") + *"DIR-320 B1") name="dir-320-b1" ;; *"DIR-600 B1") |