Included: - Hack for support MTWiFi - HWRNG driver for RK3328 & RK3399 - Fix for hot reboot - I2C screen support for NanoPi R2S - Overclocking support for RK3328 and NanoPi4 series - Ethernet compat node for NanoPi R2S - Support for NanoPi R4S Minor adjustments: - Used r8169 driver for NanoPi R4S by default as r8168 is broken on newer kernel Refreshed all patches. Reviewed-by: AmadeusGhost <amadeus@project-openwrt.eu.org> Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
26 lines
648 B
Makefile
26 lines
648 B
Makefile
# 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
|
|
|
|
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
|
|
|
|
KERNELNAME:=Image dtbs
|
|
|
|
$(eval $(call BuildTarget))
|