Skip to content

Instantly share code, notes, and snippets.

View vppillai's full-sized avatar
😃

Vysakh P Pillai vppillai

😃
View GitHub Profile
@vppillai
vppillai / Config.in
Last active February 4, 2019 13:47 — forked from brianclements/Config.in
cURL package information for addition in buildroot. Copy both files to /package/curl and don't forget to add 'source "package/curl/Config.in"' to your top level Config.in
config BR2_PACKAGE_LIBCURL
bool "libcurl"
help
cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet,
and Dict servers, using any of the supported protocols.
http://curl.haxx.nu/
config BR2_PACKAGE_CURL
bool "curl binary"