ramips: fix LAN LED trigger assignment for Xiaomi Router 3 Pro
[openwrt/openwrt.git] / target / linux / rockchip / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 include $(TOPDIR)/rules.mk
4
5 BOARD:=rockchip
6 BOARDNAME:=Rockchip
7 FEATURES:=ext4 audio usb usbgadget display gpio fpu rootfs-part boot-part squashfs
8 SUBTARGETS:=armv8
9
10 KERNEL_PATCHVER=5.4
11 KERNEL_TESTING_PATCHVER=5.10
12
13 define Target/Description
14 Build firmware image for Rockchip SoC devices.
15 endef
16
17 include $(INCLUDE_DIR)/target.mk
18
19 DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs kmod-gpio-button-hotplug
20
21 KERNELNAME:=Image dtbs
22
23 $(eval $(call BuildTarget))