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 /target/linux/apm821xx/sata/target.mk | |
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 'target/linux/apm821xx/sata/target.mk')
-rw-r--r-- | target/linux/apm821xx/sata/target.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/apm821xx/sata/target.mk b/target/linux/apm821xx/sata/target.mk index 60efb508d4..c652fe40eb 100644 --- a/target/linux/apm821xx/sata/target.mk +++ b/target/linux/apm821xx/sata/target.mk @@ -7,7 +7,3 @@ define Target/Description Build firmware images for APM82181 boards that boot from SATA. For NAS like the MyBook Live Series. endef - -$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_EXT4FS),RequireCommand,Ignore),genext2fs, \ - Please install genext2fs. \ -)) |