diff options
author | John Crispin <john@openwrt.org> | 2014-07-12 06:54:03 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-12 06:54:03 +0000 |
commit | ba3988fb16c1392c41e4710474fc5df1f1f92a83 (patch) | |
tree | 630a1aa28036bf3e9a133317d5c292974189d52d /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 91e2f1e9a681d7cdfbbe0e21142a68cbabe06b9f (diff) | |
download | upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.tar.gz upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.tar.bz2 upstream-ba3988fb16c1392c41e4710474fc5df1f1f92a83.zip |
ramips: add support for WR8305RT board
Signed-off-by: Jorge Vargas <jorge.vargas@sosvia.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41584
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-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 2ae8c9e8ff..b36b53c302 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -310,6 +310,9 @@ ramips_board_detect() { *"Zbtlink ZBT-WA05") name="zbt-wa05" ;; + *"ZBT WR8305RT") + name="wr8305rt" + ;; *) name="generic" ;; |