summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-21 16:20:59 +0200
committerBernhard Reutner-Fischer2007-08-21 16:20:59 +0200
commit5795931894fc022d3735ac4d0edfc337f65803ba (patch)
tree4329460f3436f6dd6e917a6ad7ee552427ebca0c /Config.in
parent- adjust config (diff)
downloadbuildroot-5795931894fc022d3735ac4d0edfc337f65803ba.tar.gz
buildroot-5795931894fc022d3735ac4d0edfc337f65803ba.tar.xz
buildroot-5795931894fc022d3735ac4d0edfc337f65803ba.zip
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
respective documentation on your target filesystem.
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in20
1 files changed, 18 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 5d062cf95..18a316504 100644
--- a/Config.in
+++ b/Config.in
@@ -586,8 +586,6 @@ config BR2_GCC_TARGET_ABI
menu "Build options"
-source package/gnuconfig/Config.in
-
config BR2_WGET
string "Wget command"
default "wget --passive-ftp -nd"
@@ -756,6 +754,24 @@ config BR2_PREFER_STATIC_LIB
WARNING: This is highly experimental at the moment.
+config BR2_HAVE_MANPAGES
+ bool "manpages on the target"
+ default n
+ help
+ Leave the manpages on the target.
+ If you say n here, your target will not contain any
+ manpage.
+
+config BR2_HAVE_INFOPAGES
+ bool "infopages on the target"
+ default n
+ help
+ Leave the infopages on the target.
+ If you say n here, your target will not contain any
+ infopage.
+
+source package/gnuconfig/Config.in
+
endmenu
source "toolchain/Config.in"