It's defined in common.h, which rootdisk.c also includes. Remove the redundant definition from the latter.
Signed-off-by: Rui Salvaterra <rsalvate...@gmail.com> --- libfstools/rootdisk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libfstools/rootdisk.c b/libfstools/rootdisk.c index ba7d8c3..910899a 100644 --- a/libfstools/rootdisk.c +++ b/libfstools/rootdisk.c @@ -16,7 +16,6 @@ #include <linux/loop.h> #define ROOTDEV_OVERLAY_ALIGN (64ULL * 1024ULL) -#define F2FS_MINSIZE (100ULL * 1024ULL * 1024ULL) struct squashfs_super_block { uint32_t s_magic; -- 2.43.2 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel