diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 08:25:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 08:25:49 +0000 |
commit | b902f4720758a468c5f26f305a8704fef0c96cee (patch) | |
tree | 1564af2914542c285729d49f08eaf33f12b466b6 /target/linux | |
parent | 5180ca317c94acb38ddcece901ac5d27c5911233 (diff) | |
download | upstream-b902f4720758a468c5f26f305a8704fef0c96cee.tar.gz upstream-b902f4720758a468c5f26f305a8704fef0c96cee.tar.bz2 upstream-b902f4720758a468c5f26f305a8704fef0c96cee.zip |
ar71xx: fix a typo in ar71xx.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18568 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 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" |