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
|
968402ca27
|
nano: fix install location
Fix typo in install location. Reported by Simon Pasch.
|
2008-03-26 13:55:18 +00:00 |
|
Peter Korsgaard
|
c0a49f06fa
|
nano: install to /usr/bin
|
2008-03-07 10:07:35 +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 |
|