mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-09-07 21:40:28 +00:00
Let's switch the ipq40xx target to use kernel 6.12 by default. Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com> Link: https://github.com/openwrt/openwrt/pull/19778 Signed-off-by: Nick Hainke <vincent@systemli.org>
24 lines
513 B
Makefile
24 lines
513 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=ipq40xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ40XX
|
|
FEATURES:=squashfs fpu ramdisk
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
SUBTARGETS:=generic chromium mikrotik
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
kmod-ath10k-ct wpad-basic-mbedtls \
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
|
|
uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|