diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-23 19:33:28 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-23 19:37:20 +0200 |
commit | 07577c5ebe1a49b5c05659559c2fd220647b33f6 (patch) | |
tree | 2e4dfa5598203e4d9ec88de0567e69416ad8df66 /tools/Makefile | |
parent | 18f368fa35269aba4ad444d3a4bae06d4608a2c8 (diff) | |
download | upstream-07577c5ebe1a49b5c05659559c2fd220647b33f6.tar.gz upstream-07577c5ebe1a49b5c05659559c2fd220647b33f6.tar.bz2 upstream-07577c5ebe1a49b5c05659559c2fd220647b33f6.zip |
tools: bring back genext2fs for apm821xx
This reverts commit 8c68c104eaba65273280c7a4727fbb10ab10f5af.
It is used for apm821xx, which needs ext2 (not ext4) images for some
devices.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index 4fb583edde..b412d2629f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,6 +44,7 @@ tools-$(BUILD_B43_TOOLS) += b43-tools tools-$(BUILD_PPL_CLOOG) += ppl cloog tools-$(BUILD_ISL) += isl tools-$(CONFIG_USE_SPARSE) += sparse +tools-$(CONFIG_TARGET_apm821xx) += genext2fs # builddir dependencies $(curdir)/bison/compile := $(curdir)/flex/install |