diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-08-19 15:55:10 +0000 |
commit | 9085b05d9e713e48edc2fe76346ae04687f018ca (patch) | |
tree | 30a0c8ee67c4d1e06a17f39d548d79c57fa7968e /target/linux/ramips/base-files/lib | |
parent | 46b101ad0a3034ea76c98dbd4e6ebb7f26d72ba2 (diff) | |
download | upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.tar.gz upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.tar.bz2 upstream-9085b05d9e713e48edc2fe76346ae04687f018ca.zip |
ramips: rt305x: support for wr512-3gn-like routers
Signed-off-by: Andrew Andrianov <necromant@necromant.ath.cx>
SVN-Revision: 28052
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 616e966976..1ab8f7913a 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -58,6 +58,9 @@ ramips_board_name() { *"WZR-AGL300NH") name="wzr-agl300nh" ;; + *"SH-WR512NU/WS-WR512N1-like 3GN router") + name="wr512-3gn" + ;; *) name="generic" ;; |