busybox: nslookup_lede: mimic output format of old Busybox applet
[openwrt/openwrt.git] / package / utils / busybox / Config.in
index 1cde8e4b24c0eb7caad46cb9b0390eb05e08ff72..917e714f6cc38f1ded8de20ca32f1b8c3014ef62 100644 (file)
@@ -3,11 +3,19 @@ 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
 
-       source "package/utils/busybox/Config-defaults.in"
+          Unless you know what you are doing, you should leave this as 'n'
+
+       source "Config-defaults.in"
 
        if BUSYBOX_CUSTOM
-       source "package/utils/busybox/config/Config.in"
+       source "config/Config.in"
        endif
 
 config BUSYBOX_USE_LIBRPC