immortalwrt/target/linux/rockchip/Makefile

26 lines
648 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: GPL-2.0-only
include $(TOPDIR)/rules.mk
BOARD:=rockchip
BOARDNAME:=Rockchip
FEATURES:=ext4 audio usb usbgadget display gpio fpu pci pcie rootfs-part boot-part squashfs
SUBTARGETS:=armv8
KERNEL_PATCHVER=5.4
KERNEL_TESTING_PATCHVER=5.10
define Target/Description
Build firmware image for Rockchip SoC devices.
endef
include $(INCLUDE_DIR)/target.mk
2020-07-19 21:04:55 +08:00
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
2020-07-24 03:51:02 +08:00
automount autocore-arm fdisk e2fsprogs ethtool haveged htop lm-sensors \
2020-11-08 14:20:36 +08:00
openssh-sftp-server luci-app-zerotier
KERNELNAME:=Image dtbs
$(eval $(call BuildTarget))