mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
eb6f5a58b9
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>
27 lines
598 B
Plaintext
27 lines
598 B
Plaintext
# DO NOT EDIT. This file is generated from Config.src
|
|
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see docs/Kconfig-language.txt.
|
|
#
|
|
|
|
menu "Print Utilities"
|
|
|
|
config BUSYBOX_CONFIG_LPD
|
|
bool "lpd (5.5 kb)"
|
|
default BUSYBOX_DEFAULT_LPD
|
|
help
|
|
lpd is a print spooling daemon.
|
|
config BUSYBOX_CONFIG_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 (9.9 kb)"
|
|
default BUSYBOX_DEFAULT_LPQ
|
|
help
|
|
lpq is a print spool queue examination and manipulation program.
|
|
|
|
endmenu
|