mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
727c3df5bb
Since most of devices using SD card image to boot, use ext4 as boot files system we can drop fat fs related packages. Also move packages which are added repeatedly across subtargets to their default packages, with droping the ones that are enabled in target kernel configugation. Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
17 lines
338 B
Makefile
17 lines
338 B
Makefile
#
|
|
# Copyright (C) 2018 Sartura Ltd.
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARDNAME:=Marvell Armada 7k/8k (ARM64)
|
|
CPU_TYPE:=cortex-a72
|
|
FEATURES+=ext4
|
|
DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs
|
|
|
|
KERNELNAME:=Image dtbs
|