mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
respective documentation on your target filesystem.
This commit is contained in:
parent
7109587d41
commit
5795931894
20
Config.in
20
Config.in
@ -586,8 +586,6 @@ config BR2_GCC_TARGET_ABI
|
|||||||
|
|
||||||
menu "Build options"
|
menu "Build options"
|
||||||
|
|
||||||
source package/gnuconfig/Config.in
|
|
||||||
|
|
||||||
config BR2_WGET
|
config BR2_WGET
|
||||||
string "Wget command"
|
string "Wget command"
|
||||||
default "wget --passive-ftp -nd"
|
default "wget --passive-ftp -nd"
|
||||||
@ -756,6 +754,24 @@ config BR2_PREFER_STATIC_LIB
|
|||||||
|
|
||||||
WARNING: This is highly experimental at the moment.
|
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
|
endmenu
|
||||||
|
|
||||||
source "toolchain/Config.in"
|
source "toolchain/Config.in"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_UPDATE_CONFIG
|
config BR2_UPDATE_CONFIG
|
||||||
bool "update config.sub and config.guess"
|
bool "update config.sub and config.guess"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
This just exists to easily update the config.sub / config.guess
|
This just exists to easily update the config.sub / config.guess
|
||||||
files in packages to the latest version (since many bundled ones
|
files in packages to the latest version (since many bundled ones
|
||||||
|
Loading…
x
Reference in New Issue
Block a user