diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 14:20:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-21 14:20:59 +0000 |
commit | 5795931894fc022d3735ac4d0edfc337f65803ba (patch) | |
tree | 4329460f3436f6dd6e917a6ad7ee552427ebca0c /package/gnuconfig/Config.in | |
parent | 7109587d41d15dfce3cfc2316e8178ad8311eb9d (diff) | |
download | buildroot-novena-5795931894fc022d3735ac4d0edfc337f65803ba.tar.gz buildroot-novena-5795931894fc022d3735ac4d0edfc337f65803ba.zip |
- add BR2_HAVE_MANPAGE and BR2_HAVE_INFOPAGE. Selecting these will keep the
respective documentation on your target filesystem.
Diffstat (limited to 'package/gnuconfig/Config.in')
-rw-r--r-- | package/gnuconfig/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnuconfig/Config.in b/package/gnuconfig/Config.in index 9f5711e93..5ac0bb3ff 100644 --- a/package/gnuconfig/Config.in +++ b/package/gnuconfig/Config.in @@ -1,6 +1,6 @@ config BR2_UPDATE_CONFIG bool "update config.sub and config.guess" - default n + default y help This just exists to easily update the config.sub / config.guess files in packages to the latest version (since many bundled ones |