summaryrefslogtreecommitdiff
path: root/package/config/util.c
AgeCommit message (Collapse)Author
2009-07-27config: Update package/config to Kconfig 2.6.30Alper Yildirim
Update the package/config stuff with the code available in the Linux kernel 2.6.30. Signed-off-by: Alper Yildirim <ayildirim@aselsan.com>
2008-06-19package/config: rebase from upstream (2.6.24.4)Peter Korsgaard
From Bernhards tree (1af211ea)
2007-09-23- add the $(BASE_TARGETS) per defaultBernhard 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- pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib ↵Bernhard Reutner-Fischer
et al
2007-06-28- pull kconfig from linux-2.6.21.5Bernhard Reutner-Fischer
2005-08-03put back support for generating .config.cmdEric Andersen
2005-08-02update kbuild systemEric Andersen
2004-10-09Major buildroot facelift, step one.Eric Andersen
-Erik