generate images for the EASY 5120P-ATA board
SVN-Revision: 12405
This commit is contained in:
@@ -298,6 +298,10 @@ define Image/Build/Profile/EASY5120RT
|
|||||||
$(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
|
$(call Image/Build/Template/Infineon/$(1),easy-5120-rt)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Build/Profile/EASY5120PATA
|
||||||
|
$(call Image/Build/Template/Infineon/$(1),easy-5120p-ata)
|
||||||
|
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
|
||||||
@@ -333,6 +337,7 @@ define Image/Build/Profile/Generic
|
|||||||
# Infineon
|
# Infineon
|
||||||
$(call Image/Build/Profile/EASY83000,$(1))
|
$(call Image/Build/Profile/EASY83000,$(1))
|
||||||
$(call Image/Build/Profile/EASY5120RT,$(1))
|
$(call Image/Build/Profile/EASY5120RT,$(1))
|
||||||
|
$(call Image/Build/Profile/EASY5120PATA,$(1))
|
||||||
# Mikrotik
|
# Mikrotik
|
||||||
$(call Image/Build/Profile/RB1xx/$(1))
|
$(call Image/Build/Profile/RB1xx/$(1))
|
||||||
$(call Image/Build/Experimental,$(1))
|
$(call Image/Build/Experimental,$(1))
|
||||||
|
|||||||
@@ -15,3 +15,13 @@ define Profile/EASY5120RT/Description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Profile,EASY5120RT))
|
$(eval $(call Profile,EASY5120RT))
|
||||||
|
|
||||||
|
define Profile/EASY5120PATA
|
||||||
|
NAME:=Infineon EASY 5120P-ATA Reference Board
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Profile/EASY5120RT/Description
|
||||||
|
Package set optimized for the Infineon EASY 5120P-ATA Reference Board
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call Profile,EASY5120PATA))
|
||||||
|
|||||||
Reference in New Issue
Block a user