oxnas: add experimental support for Linux 5.10
[openwrt/openwrt.git] / target / linux / oxnas / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=arm
4 BOARD:=oxnas
5 BOARDNAME:=PLXTECH/Oxford NAS782x/OX8xx
6 SUBTARGETS:=ox810se ox820
7 FEATURES:=gpio ramdisk rtc squashfs
8 DEVICE_TYPE:=nas
9
10 KERNEL_PATCHVER:=5.4
11 KERNEL_TESTING_PATCHVER:=5.10
12
13 include $(INCLUDE_DIR)/target.mk
14
15 DEFAULT_PACKAGES += \
16 kmod-button-hotplug kmod-input-gpio-keys-polled \
17 kmod-leds-gpio uboot-envtools
18
19 KERNELNAME:=zImage dtbs
20
21 $(eval $(call BuildTarget))