diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-03-28 18:07:07 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-06 16:31:10 +0200 |
commit | 727c3df5bb017e32e05258e31348d45187177347 (patch) | |
tree | c95e6d41a75ee132fbe073a7f33d1e32ccdce958 /target/linux/mvebu/cortexa53 | |
parent | 55b4ff7f73b0e92fc9d99febfaa8429a9c9c1e06 (diff) | |
download | upstream-727c3df5bb017e32e05258e31348d45187177347.tar.gz upstream-727c3df5bb017e32e05258e31348d45187177347.tar.bz2 upstream-727c3df5bb017e32e05258e31348d45187177347.zip |
mvebu: shrink amount of packages and reorganize them
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>
Diffstat (limited to 'target/linux/mvebu/cortexa53')
-rw-r--r-- | target/linux/mvebu/cortexa53/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/cortexa53/target.mk b/target/linux/mvebu/cortexa53/target.mk index acc18d3454..d420fd9f59 100644 --- a/target/linux/mvebu/cortexa53/target.mk +++ b/target/linux/mvebu/cortexa53/target.mk @@ -11,5 +11,6 @@ ARCH:=aarch64 BOARDNAME:=Marvell Armada 3700LP (ARM64) CPU_TYPE:=cortex-a53 FEATURES+=ext4 +DEFAULT_PACKAGES+=e2fsprogs ethtool mkf2fs KERNELNAME:=Image dtbs |