diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-10-15 08:00:12 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-10-15 08:00:12 +0000 |
commit | 1791170e5fbb23734ac415bc60d09788825059b2 (patch) | |
tree | 3cbe929cad203ca1ebcfa8108b4053deff10f04e /openwrt | |
parent | 4d24d21e30d7e9331fa189c8c6a5198555595fea (diff) | |
download | mtk-20170518-1791170e5fbb23734ac415bc60d09788825059b2.zip mtk-20170518-1791170e5fbb23734ac415bc60d09788825059b2.tar.gz mtk-20170518-1791170e5fbb23734ac415bc60d09788825059b2.tar.bz2 |
activate in developer mode
SVN-Revision: 2110
Diffstat (limited to 'openwrt')
-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 6eb9c07..029d396 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 |