From ed7751f96861bd8ad6c8c327e354bf8eb6ce493b Mon Sep 17 00:00:00 2001 From: Chuanhong Guo Date: Fri, 20 Mar 2020 20:58:49 +0800 Subject: mediatek: move mt76 and wpad-bacic to mt7622 subtarget mt76 is a target default package for mt7622-wmac only. mt7623 doesn't have integrated wireless support and wifi drivers for pcie cards should be added as device specific package. mt7629-wmac isn't supported by mt76 yet. Signed-off-by: Chuanhong Guo --- target/linux/mediatek/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/mediatek/Makefile') diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile index 54572c1cd1..b0e020bce0 100644 --- a/target/linux/mediatek/Makefile +++ b/target/linux/mediatek/Makefile @@ -13,7 +13,6 @@ KERNEL_TESTING_PATCHVER:=5.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-mt76 kmod-leds-gpio kmod-gpio-button-hotplug \ - wpad-basic + kmod-leds-gpio kmod-gpio-button-hotplug $(eval $(call BuildTarget)) -- cgit v1.2.3