diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-31 19:15:14 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-31 19:15:14 +0000 |
commit | dfac46a182251f6f632eb002722b5cf1a85b6ac1 (patch) | |
tree | 4f65d0801af5f346d1177d6b41be4a5a82608a30 /package/utils/busybox/Config.in | |
parent | 737f2c8b096c9942c3d9fc4d840482b5e2e4da84 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39440 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils/busybox/Config.in')
-rw-r--r-- | package/utils/busybox/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/utils/busybox/Config.in b/package/utils/busybox/Config.in index 1cde8e4b24..896e1f3751 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" |