mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
ed7751f968
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>
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# Copyright (c) 2015 OpenWrt.org
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=mediatek
|
|
BOARDNAME:=MediaTek Ralink ARM
|
|
SUBTARGETS:=mt7622 mt7623 mt7629
|
|
FEATURES:=squashfs nand ramdisk fpu
|
|
|
|
KERNEL_PATCHVER:=4.19
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug
|
|
|
|
$(eval $(call BuildTarget))
|