From ac8369a672ed319ca9b0d121acf13fe5f08d68cf Mon Sep 17 00:00:00 2001
From: Gabor Juhos <juhosg@openwrt.org>
Date: Sat, 28 Nov 2009 08:25:49 +0000
Subject: [PATCH] ar71xx: fix a typo in ar71xx.sh

SVN-Revision: 18568
---
 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 b1c3b83ea6..c24a8b3e8c 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -74,7 +74,7 @@ ar71xx_board_name() {
 		name="wp543"
 		;;
 	*WNDR3700)
-		name"wndr3700"
+		name="wndr3700"
 		;;
 	*WNR2000)
 		name="wnr2000"
-- 
2.30.2