summaryrefslogtreecommitdiff
path: root/package/python/Config.in
AgeCommit message (Collapse)Author
2009-05-27python: disable extensions where we don't have the deps in BRPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-27python: fix kconfig dependencies for extension modulesPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-02-06Added configuration item to control whether development headers and ↵Hamish Moffatt
libraries are installed on the target Removed some additional files if optional modules are disabled
2008-01-17enhancements for the python package, patch by Hamish MoffattIvan Kuten
2004-10-14help textMike Frysinger
2004-10-09final step in buildroot faceliftEric Andersen