From 70db4e46398c8c82774e6af7f7158f3df22d6afe Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 2 Feb 2015 09:01:07 +0000 Subject: ramips: add support for Xiaomi MiWiFi Mini devices This patch adds support for Xiaomi MiWiFi Mini, a 802.11a/b/g/n/ac dual radio wireless router based on the MediaTek MT7620a SoC. Signed-off-by: Roger Pueyo Centelles SVN-Revision: 44238 --- .../linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk (limited to 'target/linux/ramips/mt7620') diff --git a/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk b/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk new file mode 100644 index 0000000..47819b2 --- /dev/null +++ b/target/linux/ramips/mt7620/profiles/xiaomi-miwifi-mini.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/XIAOMI-MIWIFI-MINI + NAME:=Xiaomi MiWiFi Mini + PACKAGES:=\ + kmod-usb-core kmod-usb-dwc2 kmod-usb2 kmod-usb-ohci \ + kmod-mt76 +endef + +define Profile/XIAOMI-MIWIFI-MINI/Description + Support for Xiaomi MiWiFi Mini routers +endef +$(eval $(call Profile,XIAOMI-MIWIFI-MINI)) -- cgit v1.1