busybox: nslookup_lede: mimic output format of old Busybox applet
[openwrt/openwrt.git] / package / utils / busybox / Config.in
1 if PACKAGE_busybox
2
3 config BUSYBOX_CUSTOM
4 bool "Customize busybox options"
5 default n
6 help
7 Enabling this allows full customization of busybox settings.
8 Note that there are many options here that can result in a build
9 that doesn't work properly. Enabling customization will mark your
10 build as "tainted" for the purpose of bug reports.
11 See the variables written to /etc/openwrt_release
12
13 Unless you know what you are doing, you should leave this as 'n'
14
15 source "Config-defaults.in"
16
17 if BUSYBOX_CUSTOM
18 source "config/Config.in"
19 endif
20
21 config BUSYBOX_USE_LIBRPC
22 bool
23 default y if BUSYBOX_CUSTOM && BUSYBOX_CONFIG_FEATURE_HAVE_RPC
24 default y if !BUSYBOX_CUSTOM && BUSYBOX_DEFAULT_FEATURE_HAVE_RPC
25
26 endif