From eb6f5a58b904814f9a73281949f32f04c190d727 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 27 Feb 2019 03:23:45 +0000 Subject: 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 --- package/utils/busybox/config/printutils/Config.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package/utils/busybox/config/printutils') 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. -- cgit v1.2.3