summaryrefslogtreecommitdiff
path: root/package/editors
AgeCommit message (Collapse)Author
2008-10-19vim: use $(MAKE) instead of hardcoding makePeter Korsgaard
2008-10-06vim:Wade Berrier
-Apply patches from list (http://buildroot.uclibc.org/lists/buildroot/2008-July/009846.html http://buildroot.uclibc.org/lists/buildroot/2008-August/010104.html) -add more vim patches -Switch to http vs ftp since ftp is slow -Fix configure.patch to apply cleanly after patch update
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-06-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-14packages: fix pkgconfig depencies and select pkgconfig where neededPeter Korsgaard
2008-04-03package/editors: fix patch-kernel.sh argumentsPeter Korsgaard
2008-03-26nano: fix install locationPeter Korsgaard
Fix typo in install location. Reported by Simon Pasch.
2008-03-11buildroot: use BR2_KERNEL_MIRROR everywherePeter Korsgaard
Based on patch by Nigel Kukard.
2008-03-07nano: install to /usr/binPeter Korsgaard
2008-03-07vim: config names should be lower casePeter Korsgaard
2008-03-07buildroot: move editors under package/editors and merge menusPeter Korsgaard
Based on patch by Arnar Mar Sig.
2008-03-06added vim and editors directoryJohn Voltz