ralink: fix DIR-320-B1 board detection
authorJohn Crispin <john@openwrt.org>
Mon, 30 Sep 2013 20:48:34 +0000 (20:48 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 30 Sep 2013 20:48:34 +0000 (20:48 +0000)
https://dev.openwrt.org/ticket/14226

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38264

target/linux/ramips/base-files/lib/ramips.sh

index 494f9d4d0dc152262d1a7866d9bf1193d4cfd784..6e7cc4a624ddd72d03dd24ebddfface91cb2b48c 100755 (executable)
@@ -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")