2013-06-21 16:54:37 +00:00
|
|
|
if PACKAGE_busybox
|
|
|
|
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CUSTOM
|
|
|
|
bool "Customize busybox options"
|
|
|
|
default n
|
2014-01-31 19:15:14 +00: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 13:50:16 +00:00
|
|
|
|
2014-12-12 12:33:34 +00:00
|
|
|
source "Config-defaults.in"
|
2014-01-31 13:50:16 +00:00
|
|
|
|
|
|
|
if BUSYBOX_CUSTOM
|
2014-12-12 12:33:34 +00:00
|
|
|
source "config/Config.in"
|
2014-01-31 13:50:16 +00:00
|
|
|
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-21 16:54:37 +00:00
|
|
|
|
|
|
|
endif
|