9ba09653ad
There is no such role as target maintainer anymore, one should always send corresponding changes for the review and anyone from the commiters is allowed to merge them or eventually use the hand break and NACK them. Lets make it clear, that it is solely a community doing the maintenance tasks. Signed-off-by: Petr Štetiar <ynezz@true.cz> Acked-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> Acked-by: Piotr Dymacz <pepe2k@gmail.com>
21 lines
404 B
Makefile
21 lines
404 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.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))
|