2014-10-06 04:52:07 +00:00
|
|
|
#
|
2015-01-08 20:26:20 +00:00
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
2014-10-06 04:52:07 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/HT-TM02
|
2015-01-08 20:26:20 +00:00
|
|
|
NAME:=HooToo HT-TM02
|
|
|
|
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
|
2014-10-06 04:52:07 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/HT-TM02/Description
|
2015-01-08 20:26:20 +00:00
|
|
|
Package set optimized for the HooToo HT-TM02.
|
2014-10-06 04:52:07 +00:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,HT-TM02))
|