summaryrefslogtreecommitdiffstats
path: root/package/editors/nano/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* package: get rid of editors subdirPeter Korsgaard2010-04-261-8/+0
| | | | | | Not much point in a seperate subdir for only four packages. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump nano to 2.2.3 and migrate to Makefile.autotools.inGustavo Zacarias2010-03-251-1/+1
| | | | | | | | | Closes #1117 [Peter: get rid of redundant DISABLE_LARGEFILE, trailing spaces] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: move editors under package/editors and merge menusPeter Korsgaard2008-03-071-0/+9
Based on patch by Arnar Mar Sig.