diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-03-20 20:58:49 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-03-21 12:58:29 +0800 |
commit | ed7751f96861bd8ad6c8c327e354bf8eb6ce493b (patch) | |
tree | c518481c41e6a41ebf5b7f77bb61d3fb5255ee37 /target/linux/mediatek/Makefile | |
parent | b7fe92b915ed2dbbb2a1ccb765650ad20749a1bb (diff) | |
download | upstream-ed7751f96861bd8ad6c8c327e354bf8eb6ce493b.tar.gz upstream-ed7751f96861bd8ad6c8c327e354bf8eb6ce493b.tar.bz2 upstream-ed7751f96861bd8ad6c8c327e354bf8eb6ce493b.zip |
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 <gch981213@gmail.com>
Diffstat (limited to 'target/linux/mediatek/Makefile')
-rw-r--r-- | target/linux/mediatek/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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)) |