bcm47xx: add support for NETGEAR R6200 V1
[oweals/openwrt.git] / target / linux / rockchip / Makefile
1 #
2 # This is free software, licensed under the GNU General Public License v2.
3 # See /LICENSE for more information.
4 #
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=rockchip
8 BOARDNAME:=Rockchip
9 FEATURES:=ext4 audio usb usbgadget display gpio fpu rootfs-part boot-part squashfs
10 SUBTARGETS:=armv8
11
12 KERNEL_PATCHVER=5.4
13
14 define Target/Description
15         Build firmware image for Rockchip SoC devices.
16 endef
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += uboot-envtools partx-utils e2fsprogs mkf2fs
21
22 KERNELNAME:=Image dtbs
23
24 $(eval $(call BuildTarget))