enabled when DEVELOPER=1
[openwrt.git] / openwrt / package / e2fsprogs / Config.in
1 config BR2_PACKAGE_E2FSPROGS
2         tristate "e2fsprogs - Ext2/3 filesystem utilities"
3         default m if DEVELOPER
4         help
5           This package contains essential ext2 filesystem utilities which consists of 
6           e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 
7           filesystem utilities.
8           
9           http://e2fsprogs.sourceforge.net/
10