Skip to content
Snippets Groups Projects
Commit 520a42f3 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

busybox: Add help documentation in menuconfig


Explaining why you shouldn't be here, and about version tainting.

Signed-off-by: default avatarKarl Palsson <karlp@remake.is>

SVN-Revision: 39440
parent 3fdf0400
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment