diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-03-28 18:07:05 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-04-06 16:31:10 +0200 |
commit | 910eb994eb6db33998cf1877f6a258ae49f9a67a (patch) | |
tree | 7bbba38449421b85eb0252b513ea19485ca9eac0 /target/linux/mvebu/Makefile | |
parent | 78a3c5198500ca3f21c1b47af3d977b6ed0e62f0 (diff) | |
download | upstream-910eb994eb6db33998cf1877f6a258ae49f9a67a.tar.gz upstream-910eb994eb6db33998cf1877f6a258ae49f9a67a.tar.bz2 upstream-910eb994eb6db33998cf1877f6a258ae49f9a67a.zip |
mvebu: make bootfs size for sdcard image configurable
Let's take this oportunity to implement boot-part and rootfs-part feature
flags.
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index ee76c0b776..a920f6db7d 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk BOARD:=mvebu BOARDNAME:=Marvell EBU Armada -FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk +FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part SUBTARGETS:=cortexa9 cortexa53 cortexa72 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |