mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
fbf6f9da02
Lets give Linux 6.6 a try. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Link: https://github.com/openwrt/openwrt/pull/15416 Signed-off-by: Robert Marko <robimarko@gmail.com>
17 lines
284 B
Makefile
17 lines
284 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
CPU_TYPE:=cortex-a7
|
|
FEATURES:=dt squashfs nand ramdisk gpio source-only
|
|
|
|
KERNEL_PATCHVER:=6.1
|
|
KERNEL_TESTING_PATCHVER:=6.6
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
$(eval $(call BuildTarget))
|