mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-03 11:47:42 +01:00
Now that patches for v6.12 are available, add the config, and enable 6.12 as a testing kernel. 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> Link: https://github.com/openwrt/openwrt/pull/18796 Signed-off-by: Robert Marko <robimarko@gmail.com>
21 lines
516 B
Makefile
21 lines
516 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.6
|
|
KERNEL_TESTING_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))
|