Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-24 | xorg: remove the XSERVER variable | Thomas Petazzoni | |
The XSERVER variable used to be defined by package/Makefile.in because the X server package name was different depending on the type of X server that was choosen. Nowadays, the name of the package is always xserver_xorg-server, so there's no point in having this XSERVER intermediate variable. This patch makes all packages use xserver_xorg-server directly as a dependency, and removes the XSERVER variable from package/Makefile.in. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2008-10-20 | package/: remove redundant install-strip in *_TARGET_INSTALL_OPT | Peter Korsgaard | |
It's default now. | |||
2008-08-26 | blackbox: use := assignments | Peter Korsgaard | |
2008-08-26 | blackbox: cleanup redundant configure args | Peter Korsgaard | |
2008-08-26 | blackbox: use install-strip for target install | Peter Korsgaard | |
2008-08-26 | blackbox: use BR2_SOURCEFORGE_MIRROR | Peter Korsgaard | |
Don't hardcode specific sourceforge mirrors. | |||
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-03-06 | added blackbox window manager | John Voltz | |