diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 08:25:49 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-28 08:25:49 +0000 |
commit | bb870b728f83763d03ca6d5f69d236aa7585dc2a (patch) | |
tree | 1564af2914542c285729d49f08eaf33f12b466b6 | |
parent | 8a11ffce727cd0a8a0578a5c3359c21c04539a06 (diff) |
ar71xx: fix a typo in ar71xx.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18568 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b1c3b83ea..c24a8b3e8 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" |