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 | 153f26ff100839c5daee4a2283e190318ee41cc7 (patch) | |
tree | 75177f5889aea34c66af72edfde5ef2e515ee063 /package | |
parent | e80fbee3561966d2ddb6306792c78545550d76ff (diff) |
activate in developer mode
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2110 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/e2fsprogs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/e2fsprogs/Config.in b/package/e2fsprogs/Config.in index 6eb9c07d1d..029d396f70 100644 --- a/package/e2fsprogs/Config.in +++ b/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 |