diff options
author | Phil Sutter <phil@nwl.cc> | 2021-02-25 09:10:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-02-25 10:05:27 +0100 |
commit | 0820b94a8326b3e8cc75d0078f93c7626ccf8147 (patch) | |
tree | 761eaa5a8169bea62ee1ebd4a56e48ea17419edc /package/busybox/config/printutils | |
parent | 073833312927763a74e45a5f5228fbdb0c9288cf (diff) |
package/busybox: Update stored config files
When updating busybox, these files must be updated - otherwise the
config written to busybox source tree when building may be incomplete,
causing the build to hang.
Fixes: e4800c73e63e5 ("busybox: update to latest")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'package/busybox/config/printutils')
-rw-r--r-- | package/busybox/config/printutils/Config.in | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/package/busybox/config/printutils/Config.in b/package/busybox/config/printutils/Config.in index b5dd69e39..2f3d8a680 100644 --- a/package/busybox/config/printutils/Config.in +++ b/package/busybox/config/printutils/Config.in @@ -1,28 +1,26 @@ # 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_LPD - bool "lpd" - default n + bool "lpd (5.5 kb)" + default y help - lpd is a print spooling daemon. - + lpd is a print spooling daemon. config BUSYBOX_LPR - bool "lpr" - default n + bool "lpr (9.9 kb)" + default y help - lpr sends files (or standard input) to a print spooling daemon. + lpr sends files (or standard input) to a print spooling daemon. config BUSYBOX_LPQ - bool "lpq" - default n + bool "lpq (9.9 kb)" + default y help - lpq is a print spool queue examination and manipulation program. + lpq is a print spool queue examination and manipulation program. endmenu |