summaryrefslogtreecommitdiff
path: root/docs/manual/customize-outside-br.txt
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2013-12-08 23:21:50 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-08 23:30:26 +0100
commitf4ea4b9824138c7e24c9e4876ff09f14e5d48e87 (patch)
tree9fb0ba0d025639e8c70eabf30334bbb94dc793a9 /docs/manual/customize-outside-br.txt
parent2233f5f8fb40527e6d14939bb79ec24ff2325fc1 (diff)
Config.in: Add a menu around BR2_EXTERNAL configuration options
To make it clear to the user that these options are external to Buildroot and no support is provided by the Buildroot community. With this, there's no need to recommend people to their options inside a menu, so remove that from the documentation. Kconfig nicely allows us to hide the menu completely if BR2_EXTERNAL isn't used, so make use of that to not confuse people. It would be nice if we could add some help text to explain the BR2_EXTERNAL stuff as well, but that isn't supported on menus :/ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/customize-outside-br.txt')
-rw-r--r--docs/manual/customize-outside-br.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt
index 0aabf5a9b..19257e690 100644
--- a/docs/manual/customize-outside-br.txt
+++ b/docs/manual/customize-outside-br.txt
@@ -89,12 +89,8 @@ The main usage of this is to store package recipes. The recommended
like:
+
------
-menu "<somecompany> packages"
-
source "$BR2_EXTERNAL/package/package1/Config.in"
source "$BR2_EXTERNAL/package/package2/Config.in"
-
-endmenu
------
+
Then, have a +BR2_EXTERNAL/external.mk+ file that looks like: