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
|
2022-04-17 23:16:26 +08:00
|
|
|
SUBTARGETS:=armv8
|
2020-07-02 23:30:56 +08:00
|
|
|
|
2022-08-10 04:21:00 +00:00
|
|
|
KERNEL_PATCHVER=5.19
|
2022-08-27 00:51:54 +08:00
|
|
|
KERNEL_TESTING_PATCHVER=5.15
|
2020-07-02 23:30:56 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware image for Rockchip SoC devices.
|
|
|
|
endef
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2022-07-24 23:10:26 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug \
|
2021-10-08 16:42:22 +08:00
|
|
|
automount autocore-arm autosamba fdisk cfdisk e2fsprogs ethtool haveged htop \
|
2022-08-20 02:07:31 +08:00
|
|
|
luci-app-zerotier luci-app-ipsec-vpnd luci-app-diskman usbutils usb-modeswitch
|
2020-07-02 23:30:56 +08:00
|
|
|
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|