diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 02:46:43 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 02:46:43 +0000 |
commit | 69eea8e0560f62778aead4c590c9af8005dd2849 (patch) | |
tree | 9d80551592af9b33df8ebaa551a62661efd16b12 /package/e2fsprogs/Config.in | |
parent | 372c72f197aced08b265420d182cc7e2bbe25904 (diff) | |
download | upstream-69eea8e0560f62778aead4c590c9af8005dd2849.tar.gz upstream-69eea8e0560f62778aead4c590c9af8005dd2849.tar.bz2 upstream-69eea8e0560f62778aead4c590c9af8005dd2849.zip |
add e2fsprogs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/e2fsprogs/Config.in')
-rw-r--r-- | package/e2fsprogs/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in new file mode 100644 index 0000000000..658ed337b8 --- /dev/null +++ b/package/e2fsprogs/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_E2FSPROGS + tristate "e2fsprogs - Ext2/3 filesystem utilities" +# default m if DEVELOPER + default n + help + This package contains essential ext2 filesystem utilities which consists of + e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 + filesystem utilities. + + http://e2fsprogs.sourceforge.net/ + |