summaryrefslogtreecommitdiff
path: root/package/utils
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-01-31 19:15:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-01-31 19:15:14 +0000
commit520a42f3c55e06ccd754a8dceb40f5fbcffa9e5e (patch)
treef32d3583bf437be7807642227b1a74a1bde9c928 /package/utils
parent3fdf04002c3b39ad691cb7c867de339e4c287e3d (diff)
downloadmtk-20170518-520a42f3c55e06ccd754a8dceb40f5fbcffa9e5e.zip
mtk-20170518-520a42f3c55e06ccd754a8dceb40f5fbcffa9e5e.tar.gz
mtk-20170518-520a42f3c55e06ccd754a8dceb40f5fbcffa9e5e.tar.bz2
busybox: Add help documentation in menuconfig
Explaining why you shouldn't be here, and about version tainting. Signed-off-by: Karl Palsson <karlp@remake.is> SVN-Revision: 39440
Diffstat (limited to 'package/utils')
-rw-r--r--package/utils/busybox/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in
index 1cde8e4..896e1f3 100644
--- a/package/utils/busybox/Config.in
+++ b/package/utils/busybox/Config.in
@@ -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"