ramips: convert mt7688 to new image building code
[openwrt/staging/wigyori.git] / target / linux / ramips / mt7620 / profiles / xiaomi.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/MIWIFI-MINI
9 NAME:=Xiaomi MiWiFi Mini
10 PACKAGES:=\
11 kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci
12 endef
13
14 define Profile/MIWIFI-MINI/Description
15 Support for Xiaomi MiWiFi Mini routers
16 endef
17 $(eval $(call Profile,MIWIFI-MINI))