mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
This was causing issues with bridge-vlans that have mixed tagged and untagged ports. Signed-off-by: John Crispin <john@phrozen.org>
27 lines
729 B
Makefile
27 lines
729 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=ipq60xx
|
|
BOARDNAME:=Qualcomm Technologies, Inc IPQ60xx
|
|
FEATURES:=ubifs squashfs fpu ramdisk nand pcie usbgadget
|
|
CPU_TYPE:=cortex-a53
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
|
SUBTARGETS:=generic ipq60xx_32
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
KERNEL_NAME_SUFFIX=-qsdk-26349818b464f8c7b52d59ce73579d9f3dd6bd5d
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += kmod-qca-nss-dp kmod-qca-ssdk swconfig \
|
|
kmod-qca-nss-drv qca-nss-fw-ipq60xx \
|
|
kmod-usb-phy-ipq807x kmod-usb-dwc3-qcom-internal \
|
|
kmod-ath11k-ahb ath11k-firmware-ipq60xx \
|
|
kmod-gpio-button-hotplug iwinfo \
|
|
qca-ssdk-shell \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|