tn3399_openwrt/package/utils/busybox/Config.in

19 lines
385 B
Plaintext
Raw Normal View History

if PACKAGE_busybox
config BUSYBOX_CUSTOM
bool "Customize busybox options"
default n
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
endif