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/printutils | |
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/printutils')
-rw-r--r-- | package/utils/busybox/config/printutils/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/busybox/config/printutils/Config.in b/package/utils/busybox/config/printutils/Config.in index 2c608af989..c53ee19d4e 100644 --- a/package/utils/busybox/config/printutils/Config.in +++ b/package/utils/busybox/config/printutils/Config.in @@ -1,24 +1,24 @@ # 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 "Print Utilities" config BUSYBOX_CONFIG_LPD - bool "lpd" + bool "lpd (5.5 kb)" default BUSYBOX_DEFAULT_LPD help lpd is a print spooling daemon. config BUSYBOX_CONFIG_LPR - bool "lpr" + bool "lpr (9.9 kb)" default BUSYBOX_DEFAULT_LPR help lpr sends files (or standard input) to a print spooling daemon. config BUSYBOX_CONFIG_LPQ - bool "lpq" + bool "lpq (9.9 kb)" default BUSYBOX_DEFAULT_LPQ help lpq is a print spool queue examination and manipulation program. |