Peter Korsgaard
|
e337d002fe
|
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
It's default now.
|
2008-10-20 11:53:16 +00:00 |
|
Peter Korsgaard
|
3f5bbc6926
|
blackbox: fix long help text lines
|
2008-08-27 20:19:30 +00:00 |
|
Peter Korsgaard
|
5fb25de717
|
blackbox: use := assignments
|
2008-08-26 20:47:05 +00:00 |
|
Peter Korsgaard
|
9a850cd2da
|
blackbox: don't show comment if no xserver is selected
|
2008-08-26 20:47:01 +00:00 |
|
Peter Korsgaard
|
dda7688100
|
blackbox: cleanup redundant configure args
|
2008-08-26 20:46:58 +00:00 |
|
Peter Korsgaard
|
ecb94d810c
|
blackbox: use install-strip for target install
|
2008-08-26 20:46:55 +00:00 |
|
Peter Korsgaard
|
91fca34777
|
blackbox: use BR2_SOURCEFORGE_MIRROR
Don't hardcode specific sourceforge mirrors.
|
2008-08-26 20:46:51 +00:00 |
|
Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
Peter Korsgaard
|
a5ac61715b
|
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
|
2008-06-19 19:06:25 +00:00 |
|
John Voltz
|
4284f53edd
|
added blackbox window manager
|
2008-03-06 17:55:26 +00:00 |
|