Peter Korsgaard
|
86884df4d1
|
ed: bump version, convert to Makefile.autotools.in format
|
2009-01-09 13:35:16 +00:00 |
|
Peter Korsgaard
|
ac1d92c425
|
package/: get rid of unneeded $(strip ..)
|
2008-12-08 08:15:27 +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
|
93b377d6e2
|
package/editors: fix patch-kernel.sh arguments
|
2008-04-03 09:32:52 +00:00 |
|
Peter Korsgaard
|
d47bd2de38
|
buildroot: move editors under package/editors and merge menus
Based on patch by Arnar Mar Sig.
|
2008-03-07 10:00:04 +00:00 |
|