# # Copyright (C) 2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # define Profile/SYSMOSOBAP1 NAME:=sysmocom SOB-AP1 board PACKAGES:=kmod-usb-core kmod-usb2 endef define Profile/SYSMOSOBAP1/Description Package set for sysmoSOB-AP endef $(eval $(call Profile,SYSMOSOBAP1)) 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))