sysmocom use a multiprofile for both boards AP1 + JB02

This commit is contained in:
Alexander Couzens 2015-02-10 15:35:25 +01:00
parent bbc86587e4
commit ee389e3c9e
2 changed files with 5 additions and 14 deletions

View File

@ -5,24 +5,14 @@
# See /LICENSE for more information.
#
define Profile/SYSMOSOBAP1
NAME:=sysmocom SOB-AP1 board
define Profile/SYSMOSOB
NAME:=sysmocom SOB devices
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/SYSMOSOBAP1/Description
define Profile/SYSMOSOB/Description
Package set for sysmoSOB-AP
endef
$(eval $(call Profile,SYSMOSOBAP1))
$(eval $(call Profile,SYSMOSOB))
define Profile/SYSMOSOBJB02
NAME:=sysmocom SOB-JB02 board
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/SYSMOSOBJB02/Description
Package set for sysmoSOB JB02
endef
$(eval $(call Profile,SYSMOSOBJB02))

View File

@ -1274,6 +1274,7 @@ $(eval $(call MultiProfile,AP136,AP136_010 AP136_020))
$(eval $(call MultiProfile,ARCHERC7, ARCHERC5 ARCHERC7V1 ARCHERC7V2))
$(eval $(call MultiProfile,EWDORIN, EWDORINAP EWDORINRT EWDORIN16M))
$(eval $(call MultiProfile,OPENMESH,OM2P OM5P MR600))
$(eval $(call MultiProfile,SYSMOSOB,SYSMOSOBAP1 SYSMOSOBJB02))
$(eval $(call MultiProfile,TEW652BRP,TEW652BRP_FW TEW652BRP_RECOVERY))
$(eval $(call MultiProfile,TLMR11U,TLMR11UV1 TLMR11UV2))
$(eval $(call MultiProfile,TLMR3040,TLMR3040V1 TLMR3040V2))