2013-06-22 00:54:37 +08:00
|
|
|
if PACKAGE_busybox
|
|
|
|
|
2014-01-31 21:50:16 +08:00
|
|
|
config BUSYBOX_CUSTOM
|
|
|
|
bool "Customize busybox options"
|
|
|
|
default n
|
2014-02-01 03:15:14 +08:00
|
|
|
help
|
|
|
|
Enabling this allows full customization of busybox settings.
|
|
|
|
Note that there are many options here that can result in a build
|
|
|
|
that doesn't work properly. Enabling customization will mark your
|
|
|
|
build as "tainted" for the purpose of bug reports.
|
|
|
|
See the variables written to /etc/openwrt_release
|
|
|
|
|
|
|
|
Unless you know what you are doing, you should leave this as 'n'
|
2014-01-31 21:50:16 +08:00
|
|
|
|
|
|
|
source "package/utils/busybox/Config-defaults.in"
|
|
|
|
|
|
|
|
if BUSYBOX_CUSTOM
|
|
|
|
source "package/utils/busybox/config/Config.in"
|
|
|
|
endif
|
|
|
|
|
|
|
|
config BUSYBOX_USE_LIBRPC
|
|
|
|
bool
|
|
|
|
default y if BUSYBOX_CUSTOM && BUSYBOX_CONFIG_FEATURE_HAVE_RPC
|
|
|
|
default y if !BUSYBOX_CUSTOM && BUSYBOX_DEFAULT_FEATURE_HAVE_RPC
|
2013-06-22 00:54:37 +08:00
|
|
|
|
|
|
|
endif
|