ramips: add support for ZBT WG2626
[openwrt.git] / target / linux / ramips / mt7621 / profiles / zbt.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/ZBT-WG2626
9         NAME:=ZBT-WG2626 Device
10         FEATURES+=rtc
11         PACKAGES:=\
12                 kmod-usb-core kmod-usb3 kmod-sdhci-mt7620 \
13                 kmod-ledtrig-usbdev kmod-ata-core kmod-ata-ahci \
14                 kmod-usb3-mt7621
15 endef
16
17 define Profile/ZBT-WG2626/Description
18         Package set for ZBT-WG2626 device
19 endef
20 $(eval $(call Profile,ZBT-WG2626))