summaryrefslogtreecommitdiff
path: root/package/e2fsprogs/Config.in
AgeCommit message (Collapse)Author
2012-01-26e2fsprogs: bump to version 1.42Gustavo Zacarias
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-06e2fsprogs: drop uuidd optionPeter Korsgaard
e2fsprogs uuidd no longer builds with libuuid from util-linux 2.20, and according to tytso the util-linux version should be used instead when using libuuid from there, so drop the e2fsprogs option. Reported-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependencyPeter Korsgaard
Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-29package: use libuuid from util-linuxPeter Korsgaard
And adjust users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: use libblkid / blkid from util-linuxPeter Korsgaard
e2fsprogs and util-linux both provide blkid / libblkid causing conflicts if both are enabled. The preferred upstream (E.G. what is used by Debian) is util-linux, so remove the options from e2fsprogs and make it use the util-linux version instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: add options for debugfs/e2image/resize2fs utilitiesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-07-28e2fsprogs: simplify Config.inPeter Korsgaard
No need for 'depends on' for all individual options when they already are in a conditional section. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-02-23e2fsprogs: fix lsattr chattr and e2label e2undo mixupRichard van Paasen
In Config.in lsattr/chattr and e2label/e2undo are mixed up. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-29e2fsprogs: convert to Makefile.autotools.in format and update Kconfigrvpaasen
Closes #667. I have updated the e2fsprogs package to the new makefile format. I added the tools from the 1.41.9 release of e2fsprogs that could not yet be (de)selected (freefrag, e2undo) to the menu in Config.in. Signed-off-by: rvpaasen <rvpaasen@t3i.nl> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-05e2fsprogs: factor out libuuid supportDaniel Mack
Add a new target for libuuid so it can be built without e2fsprogs. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-09e2fsprogs: needs LARGEFILEPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-02-24Allow selection of e2fsprogs to install in the targetHamish Moffatt
2005-02-11remove 'mke2fs' and instead add the properly named 'e2fsprogs'Eric Andersen