From ee389e3c9e283c8427ac3c4dcdc19494947b70a5 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 10 Feb 2015 15:35:25 +0100 Subject: [PATCH] sysmocom use a multiprofile for both boards AP1 + JB02 --- .../linux/ar71xx/generic/profiles/sysmocom.mk | 18 ++++-------------- target/linux/ar71xx/image/Makefile | 1 + 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/target/linux/ar71xx/generic/profiles/sysmocom.mk b/target/linux/ar71xx/generic/profiles/sysmocom.mk index d2399f2..1367dd6 100644 --- a/target/linux/ar71xx/generic/profiles/sysmocom.mk +++ b/target/linux/ar71xx/generic/profiles/sysmocom.mk @@ -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)) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 519ded8..a5b28f3 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -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))