ralink: fix DIR-320-B1 board detection
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 30 Sep 2013 20:48:34 +0000 (20:48 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38264 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 494f9d4..6e7cc4a 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")