summaryrefslogtreecommitdiffstats
path: root/package/libcgi/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* libcgi: bump to version 1.1Joe Lin2017-08-111-1/+1
| | | | | | | | | | | | | | | | Cleanup the libcgi package, by using https://github.com/rafaelsteil/libcgi as an upstream. Remove old patch and use cmake to build new version. Signed-off-by: Joe Lin <xlcwu.taiwan@gmail.com> [Mario: - Use github URL in Config.in - Use upstream sha256 hash] Signed-off-by: Mario J. Rugiero <mrugiero@gmail.com> [Arnout: - Add reference to upstream hash file - Remove unneeded LIBCGI_SUPPORTS_IN_SOURCE_BUILD = NO] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* package/libcgi/Config.in: help text should be indented by <tab> and 2 spacesH Hartley Sweeten2011-10-051-6/+6
| | | | | | | Fix the help text for package/libcgi/Config.in. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-3/+3
| | | | | | | 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 package libcgi per case 0000298David Anders2006-01-231-0/+12
OpenPOWER on IntegriCloud