summaryrefslogtreecommitdiffstats
path: root/package/config/Makefile.kconfig
Commit message (Collapse)AuthorAgeFilesLines
* package/config: really cleanYann E. MORIN2010-05-221-4/+9
| | | | | Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: Add support for xconfigAlper Yildirim2009-07-271-0/+4
| | | | | | | | | | | | | | | | | 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.30Alper Yildirim2009-07-271-20/+33
| | | | | | | Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
* package/config: rebase from upstream (2.6.24.4)Peter Korsgaard2008-06-191-23/+19
| | | | From Bernhards tree (1af211ea)
* package/config: rebase from upstream (2.6.23.14)Peter Korsgaard2008-06-191-17/+18
| | | | From Bernhards tree (2737cfdd)
* - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer2007-09-231-0/+1
| | | | et al
* - fix building mconf with curses flagsBernhard Reutner-Fischer2007-07-271-0/+3
| | | | - make sure to rm .config when the first 'make menuconfig' was interrupted and thus no .config.cmd was created.
* - pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer2007-06-281-0/+278