From db12a9ccbe7a8b69f926dd2acc2106c3ef2e8340 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 4 Jul 2020 11:34:26 +0800 Subject: [PATCH] ramips: use mt proprietary driver for XiaoMI/Redmi AC2100 --- target/linux/ramips/image/mt7621.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 5ee7533cb..0243356d1 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1017,7 +1017,7 @@ define Device/xiaomi_mi-router-ac2100 IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata DEVICE_VENDOR := Xiaomi DEVICE_MODEL := Mi Router AC2100 - DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e wpad-openssl uboot-envtools + DEVICE_PACKAGES := -kmod-mt7603 -wpad-openssl kmod-mt7603e kmod-mt7615d luci-app-mtwifi uboot-envtools endef TARGET_DEVICES += xiaomi_mi-router-ac2100 @@ -1034,7 +1034,7 @@ define Device/xiaomi_redmi-router-ac2100 IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | check-size $$$$(IMAGE_SIZE) DEVICE_VENDOR := Xiaomi DEVICE_MODEL := Redmi Router AC2100 - DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e wpad-openssl uboot-envtools + DEVICE_PACKAGES := -kmod-mt7603 -wpad-openssl kmod-mt7603e kmod-mt7615d luci-app-mtwifi uboot-envtools endef TARGET_DEVICES += xiaomi_redmi-router-ac2100