2015-12-11 15:04:13 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2016-04-09 10:24:44 +00:00
|
|
|
define Profile/WITI
|
2015-12-11 15:04:13 +00:00
|
|
|
NAME:=MQmaker WiTi
|
|
|
|
FEATURES+=rtc
|
|
|
|
PACKAGES:=\
|
|
|
|
kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
|
|
|
|
kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
|
|
|
|
kmod-rtc-pcf8563 kmod-i2c-mt7621
|
|
|
|
endef
|
|
|
|
|
2016-04-09 10:24:44 +00:00
|
|
|
define Profile/WITI/Description
|
2015-12-11 15:04:13 +00:00
|
|
|
Package set compatible with MQmaker WiTi board.
|
|
|
|
endef
|
2016-04-09 10:24:44 +00:00
|
|
|
$(eval $(call Profile,WITI))
|