summaryrefslogtreecommitdiffstats
path: root/package/config
Commit message (Collapse)AuthorAgeFilesLines
* - pull "kconfig: oldconfig shall not set symbols if it does not need to"Bernhard Reutner-Fischer2007-09-291-9/+12
|
* - forgot to svn add kconfig-language.txtBernhard Reutner-Fischer2007-09-291-0/+282
|
* - add a version and display it in the configurationBernhard Reutner-Fischer2007-09-255-551/+12
|
* - add the $(BASE_TARGETS) per defaultBernhard Reutner-Fischer2007-09-232-2/+2
|
* - thinking loud about auto-generating dependencies for make(1)Bernhard Reutner-Fischer2007-09-232-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 .configBernhard Reutner-Fischer2007-09-232-1/+12
|
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-2318-179/+774
| | | | et al
* - revert r19825. Fix this in the kernel instead and read README.buildroot2Bernhard Reutner-Fischer2007-09-124-20/+20
|
* Watching all the warnings on package/config finally got to me.Ulf Samuelsson2007-09-124-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 trimmingBernhard Reutner-Fischer2007-08-221-2/+2
|
* - fix building mconf with curses flagsBernhard Reutner-Fischer2007-07-272-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-Fischer2007-07-241-0/+3
|
* Fix INITRAMFS target that was broken. Get rid of config stuff out of the ↵"Steven J. Hill"2007-07-181-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 brevityBernhard Reutner-Fischer2007-07-081-4/+3
|
* - silence a cosmetic warning (closes several issues in mantis).Bernhard Reutner-Fischer2007-07-082-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-Fischer2007-07-071-1/+2
| | | | since i noted it already in the checkin message, but ok).
* Remove more stuff during 'make distclean'."Steven J. Hill"2007-07-061-1/+2
|
* - forgot to write out the .config.cmdBernhard Reutner-Fischer2007-07-022-12/+12
|
* - fix make defconfig (Rick Foos)Bernhard Reutner-Fischer2007-06-282-1/+14
|
* - rm some old filesBernhard Reutner-Fischer2007-06-284-653/+0
|
* - respin whole patch for the sake of simplicityBernhard Reutner-Fischer2007-06-281-258/+254
|
* - make it compile with a C89 compilerBernhard Reutner-Fischer2007-06-288-27/+243
|
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-2836-4835/+10305
|
* use '/bin/echo -e' to make certain we don't use an unusable /bin/sh builtinEric Andersen2006-12-081-1/+1
|
* - list defaults for BR2_GNU_TARGET_SUFFIX in help textBernhard Reutner-Fischer2006-07-041-1/+1
| | | | - fix a few typos
* david_bachelart writes in Bug 181: make defconfig is trying to find ↵Mike Frysinger2005-08-281-1/+1
| | | | "defconfig" file instead of ".defconfig"
* put back support for generating .config.cmdEric Andersen2005-08-033-0/+25
|
* update kbuild systemEric Andersen2005-08-0225-612/+983
|
* grab some static updates from linux-2.6 git to fix gcc4 build errors as ↵Mike Frysinger2005-07-284-4/+4
| | | | reported by Khem Raj
* Fix /http://bugs.uclibc.org/view.php?id=134Eric Andersen2005-03-091-1/+1
| | | | | | | | | | | | | | | 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.
* gtj writes in http://bugs.uclibc.org/view.php?id=55Eric Andersen2005-02-251-0/+6
| | | | | | | | 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.
* remove obsolete .cvsignore fileEric Andersen2005-02-111-8/+0
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-11/+0
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* Major buildroot facelift, step one.Eric Andersen2004-10-0926-0/+14286
-Erik