diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 02:46:43 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 02:46:43 +0000 |
commit | 7278f81f2eba2683f737abd90d8e769e36ee1279 (patch) | |
tree | 08b4932a3ca6e2ff81a6a737830d4141a7cf1c34 /openwrt/package/e2fsprogs/Config.in | |
parent | f1645a9a1260bf25ba065dd6d36f2d69c2d5717b (diff) |
add e2fsprogs package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/e2fsprogs/Config.in')
-rw-r--r-- | openwrt/package/e2fsprogs/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/e2fsprogs/Config.in b/openwrt/package/e2fsprogs/Config.in new file mode 100644 index 000000000..658ed337b --- /dev/null +++ b/openwrt/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/ + |