Skip to content

Instantly share code, notes, and snippets.

View spartajet's full-sized avatar
🤒
Out sick

spartajet

🤒
Out sick
View GitHub Profile
@spartajet
spartajet / Config.in
Created November 28, 2023 04:46 — 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"