From 52fe1211b3f1a0637da096372304c0e22bd24a13 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 30 Sep 2013 20:48:34 +0000 Subject: ralink: fix DIR-320-B1 board detection https://dev.openwrt.org/ticket/14226 Signed-off-by: John Crispin SVN-Revision: 38264 --- target/linux/ramips/base-files/lib/ramips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') 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") -- cgit v1.2.3