mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
eb48dae81e
The ath79 target now supports the vanilla 6.6 kernel. Enjoy it! Signed-off-by: Shiji Yang <yangshiji66@qq.com>
21 lines
370 B
Makefile
21 lines
370 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.1
|
|
KERNEL_TESTING_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath9k uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|