openwrt/target/linux/ar71xx/generic/profiles/sysmocom.mk

19 lines
373 B
Makefile
Raw Normal View History

2015-02-10 13:46:32 +00:00
#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/SYSMOSOB
NAME:=sysmocom SOB devices
2015-02-10 13:46:32 +00:00
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/SYSMOSOB/Description
2015-02-10 13:46:32 +00:00
Package set for sysmoSOB-AP
endef
$(eval $(call Profile,SYSMOSOB))
2015-02-10 13:46:32 +00:00