From 716ca530e1c4515d8683c9d5be3d56b301758b66 Mon Sep 17 00:00:00 2001 From: James <> Date: Wed, 4 Nov 2015 11:49:21 +0000 Subject: trunk-47381 --- package/utils/busybox/Config.in | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package/utils/busybox/Config.in (limited to 'package/utils/busybox/Config.in') diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in new file mode 100644 index 0000000..917e714 --- /dev/null +++ b/package/utils/busybox/Config.in @@ -0,0 +1,26 @@ +if PACKAGE_busybox + +config BUSYBOX_CUSTOM + bool "Customize busybox options" + default n + 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' + + source "Config-defaults.in" + + if BUSYBOX_CUSTOM + source "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 -- cgit v1.2.3