diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-23 16:56:06 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-23 16:56:06 +0000 |
commit | 74c822a8bea9b30889f7e5f1bc4b1f747201af8e (patch) | |
tree | 8b25f301ac190f72d7565b0c8d30ef50329b49f5 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | dd0dd6d0a0daa9f89c264b9ed6c22c06cf7aa743 (diff) | |
download | upstream-74c822a8bea9b30889f7e5f1bc4b1f747201af8e.tar.gz upstream-74c822a8bea9b30889f7e5f1bc4b1f747201af8e.tar.bz2 upstream-74c822a8bea9b30889f7e5f1bc4b1f747201af8e.zip |
ramips: rt305x: add support for the UR-336UN board
Patch-by: Lebedev Dmitry <lebedev@trendnet.ru>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31451 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 c20b80c282..486d137298 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -152,6 +152,9 @@ ramips_board_name() { *"WR512-3GN-like router") name="wr512-3gn" ;; + *"UR-336UN Wireless N router") + name="ur-336un" + ;; *"AWB WR6202") name="wr6202" ;; |