busybox: add a reworked implementation of menuconfig support, this time with a guard...
[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
7 source "package/utils/busybox/Config-defaults.in"
8
9 if BUSYBOX_CUSTOM
10 source "package/utils/busybox/config/Config.in"
11 endif
12
13 config BUSYBOX_USE_LIBRPC
14 bool
15 default y if BUSYBOX_CUSTOM && BUSYBOX_CONFIG_FEATURE_HAVE_RPC
16 default y if !BUSYBOX_CUSTOM && BUSYBOX_DEFAULT_FEATURE_HAVE_RPC
17
18 endif