busybox: Add help documentation in menuconfig
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 19:15:14 +0000 (19:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 31 Jan 2014 19:15:14 +0000 (19:15 +0000)
Explaining why you shouldn't be here, and about version tainting.

Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 39440

package/utils/busybox/Config.in

index 1cde8e4b24c0eb7caad46cb9b0390eb05e08ff72..896e1f375143ab2c69abcfd7ab3c12c7055c18cc 100644 (file)
@@ -3,6 +3,14 @@ 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 "package/utils/busybox/Config-defaults.in"