mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-04-27 06:01:26 +02:00
The 6.18 testing kernel for ath79 target is ready now. Tested on ath79/nand:Netgear R6100 Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: https://github.com/openwrt/openwrt/pull/22771 Signed-off-by: Nick Hainke <vincent@systemli.org>
21 lines
372 B
Makefile
21 lines
372 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=mips
|
|
BOARD:=ath79
|
|
BOARDNAME:=Atheros ATH79
|
|
CPU_TYPE:=24kc
|
|
SUBTARGETS:=generic mikrotik nand tiny
|
|
|
|
FEATURES:=ramdisk squashfs usbgadget
|
|
|
|
KERNEL_PATCHVER:=6.12
|
|
KERNEL_TESTING_PATCHVER:=6.18
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|