mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
a9dda40fe2
Rebase patches and port SATA driver to work with Linux > 5.13. Tested on Shuttle KD-20. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
22 lines
416 B
Makefile
22 lines
416 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
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
KERNEL_TESTING_PATCHVER:=5.15
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += \
|
|
kmod-button-hotplug kmod-input-gpio-keys-polled \
|
|
kmod-leds-gpio uboot-envtools
|
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
$(eval $(call BuildTarget))
|