Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check-lxdialog.sh: use mktemp for temporary file | Peter Korsgaard | 2010-06-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/config: create .depend in object directory | Peter Korsgaard | 2010-06-21 | 1 | -3/+3 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kconfig: build in BUILD_DIR/buildroot-config | Peter Korsgaard | 2010-06-21 | 2 | -11/+15 |
| | | | | | | | This way the main buildroot dir can be completely read-only for out-of-tree builds Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | cleanup/simplify kconfig changes for O= builds | Peter Korsgaard | 2010-06-21 | 3 | -66/+46 |
| | | | | | | No functional change. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Move config files into output directory for out-of-tree build | Will Wagner | 2010-06-21 | 5 | -15/+74 |
| | | | | | | | Closes #1213 Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/config: also add gconfig change to patch | Peter Korsgaard | 2010-06-05 | 1 | -1/+5 |
| | | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Makefile: support gconfig (GTK-based configurator) similar to xconfig | Peter Korsgaard | 2010-06-05 | 2 | -2/+4 |
| | | | | | | | Support the GTK variant of the graphical kconfig configurator as an alternative to the Qt3-based one. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kconfig: fix qconf (make xconfig) linking | Peter Korsgaard | 2010-06-05 | 1 | -1/+1 |
| | | | | | | | qconf is written in C++, so use HOSTCXX instead of HOSTCC, and pass the correct flags. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package/config: really clean | Yann E. MORIN | 2010-05-22 | 1 | -4/+9 |
| | | | | | Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | kconfig: fix oldconfig to generate .config.cmd | Thomas Petazzoni | 2009-08-03 | 3 | -24/+31 |
| | | | | | | | | | | | | | | | | | Since the recent update of Kconfig to the Kconfig infrastructure found in 2.6.30 kernels, make oldconfig was broken because it didn't generate the .config.cmd file. This is done by a call to the conf_write_autoconf() function. Moreover, this process was also broken because the conf_get_autoconfig_name() function was reading the environment variable BUILDROOT_AUTOCONF while the main Makefile is passing it as KCONFIG_AUTOCONFIG. We also remove the fallback on "$(BR2_DEPENDS_DIR)/config/auto.conf" since we are not able to expand BR2_DEPENDS_DIR at this point. Therefore, the KCONFIG_AUTOCONFIG envionment variable *must* be set. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | kconfig: tell git to ignore new generated files | Thomas Petazzoni | 2009-07-30 | 1 | -0/+4 |
| | | | | | | | The update of kconfig and the addition of xconfig support generates more files in package/config/. Tell git to ignore them. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xconfig: Save the configuration properly in qconf | Thomas Petazzoni | 2009-07-27 | 2 | -2/+20 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | xconfig: Change titlebar to Buildroot Configuration | Thomas Petazzoni | 2009-07-27 | 2 | -3/+17 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | config: Add support for xconfig | Alper Yildirim | 2009-07-27 | 3 | -3/+24 |
| | | | | | | | | | | | | | | | | | It involved: * Modifying the top-level Makefile to create the xconfig target, and the $(CONFIG)/qconf target to compile the qconf utility * Modifying the package/config/Makefile magic so that C++ files and binaries gets linked properly, re-using the package/config/Makefile.kconfig logic inherited from the kernel * Hacking a little bit package/config/Makefile.kconfig in a way similar to the modifications done for the mconf (menuconfig interface) Signed-off-by: Alper Yildirim <ayildirim@aselsan.com> | ||||
* | config: Update package/config to Kconfig 2.6.30 | Alper Yildirim | 2009-07-27 | 31 | -1450/+1311 |
| | | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com> | ||||
* | Add .gitignore files | angus salkeld | 2009-05-04 | 1 | -0/+6 |
| | | | | | | [peter: add /.config] Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | menuconfig: don't prepend CONFIG_ to symbols in help text | Peter Korsgaard | 2008-12-13 | 1 | -1/+1 |
| | |||||
* | kconfig: only warn about long help lines, not other types of lines | Peter Korsgaard | 2008-10-16 | 2 | -2/+4 |
| | | | | | We have some pretty long depends / default y|n lines in BR, which it shouldn't complain about. | ||||
* | kconfig: warn about overlong lines in help-texts | Peter Korsgaard | 2008-08-27 | 2 | -0/+9 |
| | | | | From busybox r22852. | ||||
* | package/config: add gettext helper | Peter Korsgaard | 2008-06-19 | 1 | -0/+14 |
| | | | | From Bernhards tree (2b693d78) | ||||
* | package/config: rebase from upstream (2.6.24.4) | Peter Korsgaard | 2008-06-19 | 14 | -1009/+1725 |
| | | | | From Bernhards tree (1af211ea) | ||||
* | package/config: rebase from upstream (2.6.23.14) | Peter Korsgaard | 2008-06-19 | 16 | -88/+119 |
| | | | | From Bernhards tree (2737cfdd) | ||||
* | package/config: cygwin fix | Peter Korsgaard | 2008-06-19 | 1 | -2/+2 |
| | | | | | | | - pass HOST_LOADLIBES down to make mconf for cygwin - fix link-order WRT HOST_LOADLIBES From Bernhards tree (91018d95) | ||||
* | - pull "kconfig: oldconfig shall not set symbols if it does not need to" | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -9/+12 |
| | |||||
* | - forgot to svn add kconfig-language.txt | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -0/+282 |
| | |||||
* | - add a version and display it in the configuration | Bernhard Reutner-Fischer | 2007-09-25 | 5 | -551/+12 |
| | |||||
* | - add the $(BASE_TARGETS) per default | Bernhard Reutner-Fischer | 2007-09-23 | 2 | -2/+2 |
| | |||||
* | - thinking loud about auto-generating dependencies for make(1) | Bernhard Reutner-Fischer | 2007-09-23 | 2 | -1/+229 |
| | | | | | | | | | | | 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? | ||||
* | - search env for BUILDROOT_CONFIG for use as a config file; defaults to .config | Bernhard Reutner-Fischer | 2007-09-23 | 2 | -1/+12 |
| | |||||
* | - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵ | Bernhard Reutner-Fischer | 2007-09-23 | 18 | -179/+774 |
| | | | | et al | ||||
* | - revert r19825. Fix this in the kernel instead and read README.buildroot2 | Bernhard Reutner-Fischer | 2007-09-12 | 4 | -20/+20 |
| | |||||
* | Watching all the warnings on package/config finally got to me. | Ulf Samuelsson | 2007-09-12 | 4 | -20/+20 |
| | | | | | | | | A patch that clears the gcc warnings from config with cast changes only. thanks, I feel better now, Rick Foos <rick@synchromeshcomputing.com> | ||||
* | - global whitespace trimming | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -2/+2 |
| | |||||
* | - fix building mconf with curses flags | Bernhard Reutner-Fischer | 2007-07-27 | 2 | -1/+4 |
| | | | | - make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created. | ||||
* | - no features with Apple Inc. (Heikki Lindholm) | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -0/+3 |
| | |||||
* | Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵ | "Steven J. Hill" | 2007-07-18 | 1 | -0/+1 |
| | | | | 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. | ||||
* | - pretty print path for brevity | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -4/+3 |
| | |||||
* | - silence a cosmetic warning (closes several issues in mantis). | Bernhard Reutner-Fischer | 2007-07-08 | 2 | -5/+77 |
| | | | | 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. | ||||
* | - mention from which version this copy of kconfig comes from (redundant ↵ | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+2 |
| | | | | since i noted it already in the checkin message, but ok). | ||||
* | Remove more stuff during 'make distclean'. | "Steven J. Hill" | 2007-07-06 | 1 | -1/+2 |
| | |||||
* | - forgot to write out the .config.cmd | Bernhard Reutner-Fischer | 2007-07-02 | 2 | -12/+12 |
| | |||||
* | - fix make defconfig (Rick Foos) | Bernhard Reutner-Fischer | 2007-06-28 | 2 | -1/+14 |
| | |||||
* | - rm some old files | Bernhard Reutner-Fischer | 2007-06-28 | 4 | -653/+0 |
| | |||||
* | - respin whole patch for the sake of simplicity | Bernhard Reutner-Fischer | 2007-06-28 | 1 | -258/+254 |
| | |||||
* | - make it compile with a C89 compiler | Bernhard Reutner-Fischer | 2007-06-28 | 8 | -27/+243 |
| | |||||
* | - pull kconfig from linux-2.6.21.5 | Bernhard Reutner-Fischer | 2007-06-28 | 36 | -4835/+10305 |
| | |||||
* | use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtin | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
| | |||||
* | - list defaults for BR2_GNU_TARGET_SUFFIX in help text | Bernhard Reutner-Fischer | 2006-07-04 | 1 | -1/+1 |
| | | | | - fix a few typos | ||||
* | david_bachelart writes in Bug 181: make defconfig is trying to find ↵ | Mike Frysinger | 2005-08-28 | 1 | -1/+1 |
| | | | | "defconfig" file instead of ".defconfig" | ||||
* | put back support for generating .config.cmd | Eric Andersen | 2005-08-03 | 3 | -0/+25 |
| |