mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 01:18:58 +02:00
[adm5120] generate images for the Infineon EASY 5120-RT boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10682 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6a3d97e853
commit
4b9673ad67
@ -294,6 +294,10 @@ define Image/Build/Profile/EASY83000
|
|||||||
$(call Image/Build/Template/Infineon/$(1),easy-83000)
|
$(call Image/Build/Template/Infineon/$(1),easy-83000)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Profile/EASY5120RT
|
||||||
|
$(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/Build/Profile/RouterBoard
|
define Image/Build/Profile/RouterBoard
|
||||||
$(call Image/Build/Template/Mikrotik/$(1))
|
$(call Image/Build/Template/Mikrotik/$(1))
|
||||||
endef
|
endef
|
||||||
@ -328,6 +332,7 @@ define Image/Build/Profile/Generic
|
|||||||
$(call Image/Build/Profile/BR6114WG,$(1))
|
$(call Image/Build/Profile/BR6114WG,$(1))
|
||||||
# Infineon
|
# Infineon
|
||||||
$(call Image/Build/Profile/EASY83000,$(1))
|
$(call Image/Build/Profile/EASY83000,$(1))
|
||||||
|
$(call Image/Build/Profile/EASY5120RT,$(1))
|
||||||
# Mikrotik
|
# Mikrotik
|
||||||
$(call Image/Build/Profile/RB1xx/$(1))
|
$(call Image/Build/Profile/RB1xx/$(1))
|
||||||
$(call Image/Build/Experimental)
|
$(call Image/Build/Experimental)
|
||||||
|
Loading…
Reference in New Issue
Block a user