diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-12-28 08:43:32 +0000 |
commit | 98437278c4ee4f12bc224e0a80168a04075e3055 (patch) | |
tree | 5ac11087de31670eae48029f1f9fbcf522542764 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 76dacee9956eaa02b6e493992d83764f123025bb (diff) | |
download | mtk-20170518-98437278c4ee4f12bc224e0a80168a04075e3055.zip mtk-20170518-98437278c4ee4f12bc224e0a80168a04075e3055.tar.gz mtk-20170518-98437278c4ee4f12bc224e0a80168a04075e3055.tar.bz2 |
ramips: rt305x: add support for the ALFA Networks W502U (R36) board
SVN-Revision: 29615
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 d197fce..f05fc3d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -101,6 +101,9 @@ ramips_board_name() { *"V22RW-2X2") name="v22rw-2x2" ;; + *"W502U") + name="w502u" + ;; *"WHR-G300N") name="whr-g300n" ;; |