From 61f48beadd602e9eb2aed609e1ba4f85a5109fb7 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 10 Feb 2012 11:46:31 +0000
Subject: [PATCH] ar71xx: fix db120 board detection

SVN-Revision: 30408
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index ab619f1694..3ce422e7de 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -160,7 +160,7 @@ ar71xx_board_detect() {
 	*AW-NR580)
 		name="aw-nr580"
 		;;
-	*DB120)
+	*"DB120 reference board")
 		name="db120"
 		;;
 	*"DIR-600 rev. A1")
-- 
2.30.2