mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-31 08:46:59 +08:00

Compared to v6.6 the patches to add "10gbase-r", "2500base-x", "1000base-x", and "10g-qxgmii" modes have not been ported yet. They do not apply cleanly to the new PCS driver. As the currently supported hardware does not use those modes, it is not possible to test them at this time. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Signed-off-by: Robert Marko <robimarko@gmail.com>
21 lines
487 B
Makefile
21 lines
487 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=qualcommbe
|
|
BOARDNAME:=Qualcomm Atheros 802.11be WiSoC-s
|
|
FEATURES:=squashfs ramdisk fpu nand rtc emmc source-only
|
|
KERNELNAME:=Image
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=ipq95xx
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
wpad-basic-mbedtls uboot-envtools \
|
|
e2fsprogs kmod-fs-ext4 losetup
|
|
|
|
$(eval $(call BuildTarget))
|