mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-19 22:51:49 +04:00
ea57b794fc
Switch the qualcommbe target to use kernel 6.18 and drop 6.12. Kernel 6.18 for qualcommbe resolves some issues regarding PCS support and reduces maintenance load maintaining two kernel branches. Signed-off-by: Kenneth Kasilag <kenneth@kasilag.me> Link: https://github.com/openwrt/openwrt/pull/23908 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
22 lines
504 B
Makefile
22 lines
504 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.18
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
kmod-qcom-ppe \
|
|
wpad-basic-mbedtls uboot-envtools \
|
|
e2fsprogs kmod-fs-ext4 losetup
|
|
|
|
$(eval $(call BuildTarget))
|