mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)
The attached patch adds a preliminary support for Prolink PWH2004 board (Ralink RT305x based). LAN and flash appear to work. However, the USB port and WLAN I have not managed to activate properly yet, but that problem appears to be present with other rt305x targets as well(?). Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23129 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -88,6 +88,10 @@ define Image/Build/Profile/FONERA20N
|
||||
$(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N)
|
||||
endef
|
||||
|
||||
define Image/Build/Template/PWH2004
|
||||
$(call Image/Build/Template/GENERIC_8M,$(1),pwh2004,PWH2004)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/V22RW2X2
|
||||
$(call Image/Build/Template/GENERIC_4M,$(1),v22rw-2x2,V22RW-2X2)
|
||||
endef
|
||||
@@ -114,6 +118,7 @@ define Image/Build/Profile/Default
|
||||
$(call Image/Build/Profile/DIR300B1,$(1))
|
||||
$(call Image/Build/Profile/FONERA20N,$(1))
|
||||
$(call Image/Build/Profile/V22RW2X2,$(1))
|
||||
$(call Image/Build/Profile/PWH2004,$(1))
|
||||
$(call Image/Build/Profile/WHRG300N,$(1))
|
||||
$(call Image/Build/Profile/WCR150GN,$(1))
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user