kernel: move mv88e6xxx fix to generic backports
[openwrt/openwrt.git] / target / linux / armsr / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
4
5 include $(TOPDIR)/rules.mk
6
7 BOARD:=armsr
8 BOARDNAME:=Arm SystemReady (EFI) compliant
9 FEATURES:=fpu pci pcie rtc usb boot-part rootfs-part
10 FEATURES+=cpiogz ext4 ramdisk squashfs targz vmdk
11
12 KERNEL_PATCHVER:=6.1
13
14 include $(INCLUDE_DIR)/target.mk
15
16 DEFAULT_PACKAGES += mkf2fs e2fsprogs
17 # blkid used for resolving PARTUUID
18 # in sysupgrade. vfat required for
19 # mounting ESP partition
20 DEFAULT_PACKAGES += blkid kmod-fs-vfat
21
22 $(eval $(call BuildTarget))