ramips: add Poray IP2202 support

Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>

SVN-Revision: 37640
This commit is contained in:
John Crispin
2013-08-01 14:31:15 +00:00
parent ce4228b417
commit 169e184521
8 changed files with 121 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ preinit_set_mac_address() {
carambola |\
dir-615-h1 |\
fonera20n |\
ip2202 |\
rt-n13u |\
hw550-3g |\
nbg-419n |\

View File

@@ -148,6 +148,9 @@ ramips_board_detect() {
*"Planex MZK-W300NH2"*)
name="mzk-w300nh2"
;;
*"Poray IP2202")
name="ip2202"
;;
*"Poray M3")
name="m3"
;;

View File

@@ -44,6 +44,7 @@ platform_check_image() {
freestation5 | \
hw550-3g | \
hg255d | \
ip2202 | \
m3 | \
m4 | \
mofi3500-3gn | \