diff mbox

[OpenWrt-Devel] AP121 target: fix board detection in ar71xx.sh

Message ID 1442417508-10237-1-git-send-email-attila@lendvai.name
State Accepted
Headers show

Commit Message

Attila Lendvai Sept. 16, 2015, 3:31 p.m. UTC
Signed-off-by: Attila Lendvai <attila@lendvai.name>
---
 target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index cacf362..d879a4b 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -344,7 +344,7 @@  ar71xx_board_detect() {
 	*AP113)
 		name="ap113"
 		;;
-	*AP121)
+	*"AP121 reference board")
 		name="ap121"
 		;;
 	*AP121-MINI)