diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-15 08:00:12 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-15 08:00:12 +0000 |
commit | 3194de43ecbccb75993fbf915d8ad19ca4046071 (patch) | |
tree | 3cbe929cad203ca1ebcfa8108b4053deff10f04e /openwrt/package/e2fsprogs | |
parent | f38834b3771af0e4680e92ab23b5a4877f4da7b9 (diff) |
activate in developer mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/e2fsprogs')
-rw-r--r-- | openwrt/package/e2fsprogs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/e2fsprogs/Config.in b/openwrt/package/e2fsprogs/Config.in index 6eb9c07d1..029d396f7 100644 --- a/openwrt/package/e2fsprogs/Config.in +++ b/openwrt/package/e2fsprogs/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_E2FSPROGS tristate "e2fsprogs - Ext2/3 filesystem utilities" - default m if DEVELOPER + default m if CONFIG_DEVEL help This package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2 |