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 |
|
Peter Korsgaard
|
565e05c8a1
|
packages: fix pkgconfig depencies and select pkgconfig where needed
|
2008-06-14 21:01:16 +00:00 |
|
Peter Korsgaard
|
93b377d6e2
|
package/editors: fix patch-kernel.sh arguments
|
2008-04-03 09:32:52 +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
|
25a7363f5d
|
buildroot: use BR2_KERNEL_MIRROR everywhere
Based on patch by Nigel Kukard.
|
2008-03-11 18:54:17 +00:00 |
|
Peter Korsgaard
|
c0a49f06fa
|
nano: install to /usr/bin
|
2008-03-07 10:07:35 +00:00 |
|
Peter Korsgaard
|
8086897ed5
|
vim: config names should be lower case
|
2008-03-07 10:02:12 +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 |
|
John Voltz
|
7e64ae42df
|
added vim and editors directory
|
2008-03-06 18:08:14 +00:00 |
|