summaryrefslogtreecommitdiffstats
path: root/package/screen
Commit message (Collapse)AuthorAgeFilesLines
* * Simplify the screen install, no versioned binaries, no symlink to ↵Nigel Kukard2009-01-031-11/+15
| | | | versioned binary
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-5/+5
| | | | | | | 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.
* * Added screenNigel Kukard2008-05-014-0/+571
The cross compile fix is unavoidable