2015-01-20 06:34:28 +00:00
|
|
|
#
|
2015-08-17 06:01:38 +00:00
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
2015-01-20 06:34:28 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-08-17 06:01:38 +00:00
|
|
|
define Profile/FIREWRT
|
|
|
|
NAME:=Firefly FireWRT
|
2015-01-20 06:34:28 +00:00
|
|
|
PACKAGES:=\
|
2015-02-02 09:02:35 +00:00
|
|
|
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
2015-07-18 16:47:05 +00:00
|
|
|
kmod-ledtrig-usbdev
|
2015-01-20 06:34:28 +00:00
|
|
|
endef
|
|
|
|
|
2015-08-17 06:01:38 +00:00
|
|
|
define Profile/FIREWRT/Description
|
|
|
|
Package set compatible with the Firefly FireWRT board.
|
2015-01-20 06:34:28 +00:00
|
|
|
endef
|
2015-08-17 06:01:38 +00:00
|
|
|
$(eval $(call Profile,FIREWRT))
|