summaryrefslogtreecommitdiff
path: root/package/blackbox
AgeCommit message (Collapse)Author
2009-03-14blackbox: needs c++ supportPeter Korsgaard
2009-03-13blackbox: fix build with gcc 4.3.xPeter Korsgaard
Patch by Mathis <mathis_w@gmx.net>, closes #169.
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-08-27blackbox: fix long help text linesPeter Korsgaard
2008-08-26blackbox: use := assignmentsPeter Korsgaard
2008-08-26blackbox: don't show comment if no xserver is selectedPeter Korsgaard
2008-08-26blackbox: cleanup redundant configure argsPeter Korsgaard
2008-08-26blackbox: use install-strip for target installPeter Korsgaard
2008-08-26blackbox: use BR2_SOURCEFORGE_MIRRORPeter Korsgaard
Don't hardcode specific sourceforge mirrors.
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-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-03-06added blackbox window managerJohn Voltz