Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-16 | kconfig: only warn about long help lines, not other types of lines | Peter Korsgaard | |
We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about. | |||
2008-08-27 | kconfig: warn about overlong lines in help-texts | Peter Korsgaard | |
From busybox r22852. | |||
2008-06-19 | package/config: add gettext helper | Peter Korsgaard | |
From Bernhards tree (2b693d78) | |||
2008-06-19 | package/config: rebase from upstream (2.6.24.4) | Peter Korsgaard | |
From Bernhards tree (1af211ea) | |||
2008-06-19 | package/config: rebase from upstream (2.6.23.14) | Peter Korsgaard | |
From Bernhards tree (2737cfdd) | |||
2008-06-19 | package/config: cygwin fix | Peter Korsgaard | |
- pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95) | |||
2007-09-29 | - pull "kconfig: oldconfig shall not set symbols if it does not need to" | Bernhard Reutner-Fischer | |
2007-09-29 | - forgot to svn add kconfig-language.txt | Bernhard Reutner-Fischer | |
2007-09-25 | - add a version and display it in the configuration | Bernhard Reutner-Fischer | |
2007-09-23 | - add the $(BASE_TARGETS) per default | Bernhard Reutner-Fischer | |
2007-09-23 | - thinking loud about auto-generating dependencies for make(1) | Bernhard Reutner-Fischer | |
Don't use this, it doesn't work yet. Thoughs welcome. Like: We should probably use the sym->text and not fiddle with the name since the name looses information ('_' != '-' in host-fakeroot). This would not be too robust, i fear, since the name can contain additional, arbitrary info. Also, the real 'depends' are a little bit ugly in kconfig. There doesn't seem to be a nice property that holds reverse deps that are only contain selected symbols. Thoughts? | |||
2007-09-23 | - search env for BUILDROOT_CONFIG for use as a config file; defaults to .config | Bernhard Reutner-Fischer | |
2007-09-23 | - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵ | Bernhard Reutner-Fischer | |
et al | |||
2007-09-12 | - revert r19825. Fix this in the kernel instead and read README.buildroot2 | Bernhard Reutner-Fischer | |
2007-09-12 | Watching all the warnings on package/config finally got to me. | Ulf Samuelsson | |
A patch that clears the gcc warnings from config with cast changes only. thanks, I feel better now, Rick Foos <rick@synchromeshcomputing.com> | |||
2007-08-22 | - global whitespace trimming | Bernhard Reutner-Fischer | |
2007-07-27 | - fix building mconf with curses flags | Bernhard Reutner-Fischer | |
- make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created. | |||
2007-07-24 | - no features with Apple Inc. (Heikki Lindholm) | Bernhard Reutner-Fischer | |
2007-07-18 | Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵ | "Steven J. Hill" | |
top-level directory. Finally fix Linux kernel module building such that modules are built and installed first followed by rest of packages. This allows for packages to build external Linux kernel modules. | |||
2007-07-08 | - pretty print path for brevity | Bernhard Reutner-Fischer | |
2007-07-08 | - silence a cosmetic warning (closes several issues in mantis). | Bernhard Reutner-Fischer | |
This also provides a nice up-to-date filestamp if something got reconfigured (e.g. c++ support got toggled) that can be used in the future to depend accordingly. | |||
2007-07-07 | - mention from which version this copy of kconfig comes from (redundant ↵ | Bernhard Reutner-Fischer | |
since i noted it already in the checkin message, but ok). | |||
2007-07-06 | Remove more stuff during 'make distclean'. | "Steven J. Hill" | |
2007-07-02 | - forgot to write out the .config.cmd | Bernhard Reutner-Fischer | |
2007-06-28 | - fix make defconfig (Rick Foos) | Bernhard Reutner-Fischer | |
2007-06-28 | - rm some old files | Bernhard Reutner-Fischer | |
2007-06-28 | - respin whole patch for the sake of simplicity | Bernhard Reutner-Fischer | |
2007-06-28 | - make it compile with a C89 compiler | Bernhard Reutner-Fischer | |
2007-06-28 | - pull kconfig from linux-2.6.21.5 | Bernhard Reutner-Fischer | |
2006-12-08 | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | |
2006-07-04 | - list defaults for BR2_GNU_TARGET_SUFFIX in help text | Bernhard Reutner-Fischer | |
- fix a few typos | |||
2005-08-28 | david_bachelart writes in Bug 181: make defconfig is trying to find ↵ | Mike Frysinger | |
"defconfig" file instead of ".defconfig" | |||
2005-08-03 | put back support for generating .config.cmd | Eric Andersen | |
2005-08-02 | update kbuild system | Eric Andersen | |
2005-07-28 | grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵ | Mike Frysinger | |
reported by Khem Raj | |||
2005-03-09 | Fix /http://bugs.uclibc.org/view.php?id=134 | Eric Andersen | |
The configuration utility in package/config/ can look for a default configuration file called 'defconfig' but it's hard coded to look for sysdeps/linux/defconfig. This patch causes the config utility to look in the current working directory for the 'defconfig' file. I use this to provide a default configuration to a new buildroot environment. This way, I can 'svn co' buildroot, copy my defconfig, then make defconfig to use my own default configuration. This fix only changes one line in the confdata.c file to remove the legacy path that was used in Linux, and not needed in buildroot. | |||
2005-02-25 | gtj writes in http://bugs.uclibc.org/view.php?id=55 | Eric Andersen | |
The version of mconf used by buildroot doesn't handle "menuconfig" correctly. Instead of displaying the proper submenu, it just displays the menuconfig option itself again. This patch adds the proper code to mconf. Only 6 lines of code. | |||
2005-02-11 | remove obsolete .cvsignore file | Eric Andersen | |
2005-02-10 | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | |
general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | |||
2004-10-09 | final step in buildroot facelift | Eric Andersen | |
2004-10-09 | Major buildroot facelift, step one. | Eric Andersen | |
-Erik |