diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:31:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:31:15 +0000 |
commit | 169e1845216fb3fe7c436ef0e37e02a0bcc182b0 (patch) | |
tree | f5b1269047a32d85ab6451f0a0baf0b89b603df6 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | ce4228b41708ddc3a76d81c5837b619071585a99 (diff) | |
download | mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.zip mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.tar.gz mtk-20170518-169e1845216fb3fe7c436ef0e37e02a0bcc182b0.tar.bz2 |
ramips: add Poray IP2202 support
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37640
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 6960c6d..858a809 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -148,6 +148,9 @@ ramips_board_detect() { *"Planex MZK-W300NH2"*) name="mzk-w300nh2" ;; + *"Poray IP2202") + name="ip2202" + ;; *"Poray M3") name="m3" ;; |