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