layerscape: Change to combined rootfs on sd images
[openwrt/staging/wigyori.git] / target / linux / layerscape / Makefile
1 #
2 # Copyright (C) 2016 Jiang Yutang <jiangyutang1978@gmail.com>
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 BOARD:=layerscape
10 BOARDNAME:=NXP Layerscape
11 KERNEL_PATCHVER:=5.4
12 FEATURES:=squashfs nand usb pcie gpio fpu ubifs ext4 rootfs-part boot-part
13 SUBTARGETS:=armv8_64b armv7
14
15 define Target/Description
16 Build firmware images for NXP Layerscape based boards.
17 endef
18
19 include $(INCLUDE_DIR)/target.mk
20
21 DEFAULT_PACKAGES += kmod-usb3 kmod-usb-dwc3 kmod-usb-storage \
22 mkf2fs e2fsprogs partx-utils
23
24 $(eval $(call BuildTarget))