ramips: Added support for ZBT-826 / ZBT-1026
[openwrt/openwrt.git] / target / linux / ramips / mt7620 / profiles / zbt.mk
1 #
2 # Copyright (C) 2016 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-WE826
9 NAME:=ZBT-WE826 Device
10 PACKAGES:=\
11 kmod-scsi-core kmod-scsi-generic kmod-mmc kmod-sdhci \
12 block-mount kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \
13 kmod-mt76
14 endef
15
16 define Profile/ZBT-WE826/Description
17 Support for ZBT WE-826-(B,T) routers
18 endef
19 $(eval $(call Profile,ZBT-WE826))