Files
wifipineapple-openwrt/package/utils/busybox/Config.in
Felix Fietkau deae5957c9 busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39435 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-01-31 13:50:16 +00:00

19 lines
385 B
Plaintext

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