Bard
Bard
Because I built OpenWrt for myself, I don't need to follow the code specifications. I replaced openssl pkg with the quitls source.
If you're willing to break the OpenWrt source code, you can do it. ```shell # get openwrt source git clone https://github.com/openwrt/openwrt --depth=1 -b v23.05.0-rc2 cd openwrt ./scripts/feeds update -a ./scripts/feeds...
> > If you're willing to break the OpenWrt source code, you can do it. > > @sbwml Would you consider sending PRs for existing openssl and curl packages and...
> @sbwml thanks for your prompt reply. Would you be OK with me submitting PRs crediting you for the code/testing? Sure 👍
> @sbwml have you tested/made updates to work with 23.05.0-rc3 and curl 8.3.0? I am currently using OpenWrt-23.05-rc3 and curl/8.2.1. ``` _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_...
https://x86.cooluc.com/minimal/openwrt-23.05/v23.05.0-rc3/manifest.txt?preview
> configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_quictls pkg-config file. ngtcp2 also needs to be based on quicssl header files and libraries. It cannot be built directly...
There are also examples of using quickls from the ngtcp2 readme file. https://github.com/ngtcp2/ngtcp2#build-from-git
> Yes, I was using libs/curl from your repo as per your comment above: [#19382 (comment)](https://github.com/openwrt/packages/issues/19382#issuecomment-1685022455). I'm still getting an error when building. I wonder if there are steps you've...
If you use openwrt sdk to test compile it, you should replace openssl from feeds. ```shell rm -rf feeds/base/package/libs/openssl git clone https://github.com/sbwml/package_libs_openssl feeds/base/package/libs/openssl ```