2012-12-10 14:13:01 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2012 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/BROADWAY
|
|
|
|
NAME:=Hauppauge Broadway
|
|
|
|
PACKAGES:=\
|
2014-09-08 17:33:16 +00:00
|
|
|
kmod-usb-core kmod-usb-dwc2 \
|
2014-07-10 20:05:43 +00:00
|
|
|
kmod-ledtrig-usbdev
|
2012-12-10 14:13:01 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/BROADWAY/Description
|
|
|
|
Package set for Hauppauge Broadway
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,BROADWAY))
|