diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-15 12:11:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-15 12:11:05 +0000 |
commit | f3fce22b2f68562da556731871ac7586bdae82e6 (patch) | |
tree | 04a9b965d1660a572ef2c716d092df73b3c4b231 /target/linux/ar71xx/base-files | |
parent | 87f4d9b406bb2d5c1ac9dac5ebfb21ca935fbd6b (diff) | |
download | master-187ad058-f3fce22b2f68562da556731871ac7586bdae82e6.tar.gz master-187ad058-f3fce22b2f68562da556731871ac7586bdae82e6.tar.bz2 master-187ad058-f3fce22b2f68562da556731871ac7586bdae82e6.zip |
ar71xx: fix typos in the ar71xx.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19151 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index f39d5dc9be..1816bf8569 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -100,8 +100,8 @@ ar71xx_board_name() { *WRT400N) name="wrt400n" ;; - *WZR-HP-W300NH) - name="wzr-hp-w300nh" + *WZR-HP-G300NH) + name="wzr-hp-g300nh" ;; *) name="generic" |