diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-02-27 03:23:45 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-03-01 08:09:41 +0000 |
commit | eb6f5a58b904814f9a73281949f32f04c190d727 (patch) | |
tree | 2aae8c89eda14c375baa4a25e139c8788ca80364 /package/utils/busybox/config/e2fsprogs | |
parent | 157072ea2b7bdbe8de1339936a5933061a27e67a (diff) | |
download | upstream-eb6f5a58b904814f9a73281949f32f04c190d727.tar.gz upstream-eb6f5a58b904814f9a73281949f32f04c190d727.tar.bz2 upstream-eb6f5a58b904814f9a73281949f32f04c190d727.zip |
busybox: sync Config.in files
The change was made with the following commands
cd package/utils/busybox/config
../convert_menuconfig.pl ~/git-repo/openwrt/openwrt/build_dir/target-mips_24kc_musl/busybox-1.30.1
convert_defaults.pl has no changes other than overwriting defaults for
BUSYBOX_DEFAULT_FEATURE_IPV6
Resolves FS#2146
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/utils/busybox/config/e2fsprogs')
-rw-r--r-- | package/utils/busybox/config/e2fsprogs/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/utils/busybox/config/e2fsprogs/Config.in b/package/utils/busybox/config/e2fsprogs/Config.in index bc3403bd70..19713acd3e 100644 --- a/package/utils/busybox/config/e2fsprogs/Config.in +++ b/package/utils/busybox/config/e2fsprogs/Config.in @@ -1,31 +1,31 @@ # DO NOT EDIT. This file is generated from Config.src # # For a description of the syntax of this configuration file, -# see scripts/kbuild/config-language.txt. +# see docs/Kconfig-language.txt. # menu "Linux Ext2 FS Progs" config BUSYBOX_CONFIG_CHATTR - bool "chattr" + bool "chattr (3.8 kb)" default BUSYBOX_DEFAULT_CHATTR help chattr changes the file attributes on a second extended file system. config BUSYBOX_CONFIG_FSCK - bool "fsck" + bool "fsck (7.4 kb)" default BUSYBOX_DEFAULT_FSCK help fsck is used to check and optionally repair one or more filesystems. In actuality, fsck is simply a front-end for the various file system checkers (fsck.fstype) available under Linux. config BUSYBOX_CONFIG_LSATTR - bool "lsattr" + bool "lsattr (5.5 kb)" default BUSYBOX_DEFAULT_LSATTR select BUSYBOX_CONFIG_PLATFORM_LINUX help lsattr lists the file attributes on a second extended file system. config BUSYBOX_CONFIG_TUNE2FS - bool "tune2fs" + bool "tune2fs (4.4 kb)" default BUSYBOX_DEFAULT_TUNE2FS # off: it is too limited compared to upstream version help tune2fs allows the system administrator to adjust various tunable |