ramips: fix Xiaomi MiWiFi Mini board, image and profile names
[openwrt/staging/dedeckeh.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 kmod-mt76
13 endef
14
15 define Profile/MIWIFI-MINI/Description
16 Support for Xiaomi MiWiFi Mini routers
17 endef
18 $(eval $(call Profile,MIWIFI-MINI))