mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00:00
5ea1b1ecd1
Add 5.4 kernel version as a new testing kernel option. Run-tested on Shuttle KD20, seems to work just as well as kernel 4.14. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
24 lines
484 B
Makefile
24 lines
484 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=oxnas
|
|
BOARDNAME:=PLXTECH/Oxford NAS782x/OX8xx
|
|
SUBTARGETS:=ox810se ox820
|
|
FEATURES:=gpio ramdisk rtc squashfs
|
|
DEVICE_TYPE:=nas
|
|
|
|
MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
|
|
|
KERNEL_PATCHVER:=4.14
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-button-hotplug kmod-input-gpio-keys-polled \
|
|
kmod-ledtrig-timer kmod-leds-gpio uboot-envtools
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
$(eval $(call BuildTarget))
|