diff options
-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 6eb9c07d1d..029d396f70 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 |