diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 18:08:45 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-22 18:08:45 +0000 |
commit | c4b2ea9d6df0782e3449f757ea76ff00fbebc94c (patch) | |
tree | 6e0c8fcb716d34c809a470d065a4f611b7672b10 /target | |
parent | 01a4c735e3d34355f4c9bbd4bc8fab603972a1f7 (diff) | |
download | master-187ad058-c4b2ea9d6df0782e3449f757ea76ff00fbebc94c.tar.gz master-187ad058-c4b2ea9d6df0782e3449f757ea76ff00fbebc94c.tar.bz2 master-187ad058-c4b2ea9d6df0782e3449f757ea76ff00fbebc94c.zip |
ramips: fix wireless firmware extraction for wr512-3gn
Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 1ab8f7913a..65ebf84016 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -58,7 +58,7 @@ ramips_board_name() { *"WZR-AGL300NH") name="wzr-agl300nh" ;; - *"SH-WR512NU/WS-WR512N1-like 3GN router") + *"WR512-3GN-like router") name="wr512-3gn" ;; *) |