You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curl is an awesome tool. Sadly all the dependencies needed, make it so I cannot build an image anymore which is under 4MB, because of a few 200KB. Even throwing out ipv6, opkg and other unneeded things, I could not get it to compile below 4MB.
I will try to solve it myself by replacing the curl calls with something else. I hope that uclient-fetch will support the calls, as this is included in most builds and is suppost to be "a tiny wget replacement"
The text was updated successfully, but these errors were encountered:
And no, sadly uclient-fetch does not support headers.
At least it only has these options:
Options:
-4 Use IPv4 only
-6 Use IPv6 only
-q Turn off status messages
-O <file> Redirect output to file (use "-" for stdout)
-P <dir> Set directory for output files
--user=<user> HTTP authentication username
--password=<password> HTTP authentication password
--user-agent|-U <str> Set HTTP user agent
--post-data=STRING use the POST method; send STRING as the data
--spider|-s Spider mode - only check file existence
--timeout=N|-T N Set connect/request timeout to N seconds
--proxy=on|off|-Y on|off Enable/disable env var configured proxy
Curl is an awesome tool. Sadly all the dependencies needed, make it so I cannot build an image anymore which is under 4MB, because of a few 200KB. Even throwing out ipv6, opkg and other unneeded things, I could not get it to compile below 4MB.
I will try to solve it myself by replacing the curl calls with something else. I hope that uclient-fetch will support the calls, as this is included in most builds and is suppost to be "a tiny wget replacement"
The text was updated successfully, but these errors were encountered: