e2fsprogs-minimal: add resize2fs

This commit is contained in:
Norman Feske 2018-05-16 14:26:58 +02:00 committed by Christian Helmuth
parent 0c26f33819
commit ad40e71fdf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
BINARIES := fsck.ext2 mkfs.ext2
BINARIES := fsck.ext2 mkfs.ext2 resize2fs
INSTALL_TAR_CONTENT := $(addprefix bin/,$(BINARIES))