ae35e7dc667a47e1f0b9f58358a9136234345454
[openwrt/svn-archive/archive.git] / target / linux / ramips / mt7621 / profiles / mqmaker.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/witi
9 NAME:=MQmaker WiTi
10 FEATURES+=rtc
11 PACKAGES:=\
12 kmod-usb-core kmod-usb3 kmod-usb-hid kmod-sdhci-mt7620 \
13 kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
14 kmod-rtc-pcf8563 kmod-i2c-mt7621
15 endef
16
17 define Profile/witi/Description
18 Package set compatible with MQmaker WiTi board.
19 endef
20 $(eval $(call Profile,witi))