mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31144 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -331,6 +331,10 @@ define Image/Build/Profile/FONERA20N
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),FONERA20N)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/FREESTATION5
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,freestation5,FREESTATION5,ttyS1,115200,phys)
|
||||
endef
|
||||
|
||||
define Image/Build/Profile/MOFI35003GN
|
||||
$(call Image/Build/Template/$(fs_squash)/$(1),GENERIC_8M,mofi3500-3gn,MOFI3500-3GN,ttyS1,57600,phys)
|
||||
endef
|
||||
@@ -414,6 +418,7 @@ define Image/Build/Profile/Default
|
||||
$(call Image/Build/Profile/F5D8235V2,$(1))
|
||||
$(call Image/Build/Profile/RTN10PLUS,$(1))
|
||||
$(call Image/Build/Profile/FONERA20N,$(1))
|
||||
$(call Image/Build/Profile/FREESTATION5,$(1))
|
||||
$(call Image/Build/Profile/HW5503G,$(1))
|
||||
$(call Image/Build/Profile/MOFI35003GN,$(1))
|
||||
$(call Image/Build/Profile/NBG419N,$(1))
|
||||
|
||||
Reference in New Issue
Block a user