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
I'm seeing the following error when I try to build an image with this package installed:
> * check_data_file_clashes: Package wpad-basic-mbedtls wants to install file /build/openwrt-imagebuilder-23.05.2-mediatek-mt7622.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/sbin/wpad
> But that file is already provided by package * wpad-wolfssl
> * check_data_file_clashes: Package wpad-basic-mbedtls wants to install file /build/openwrt-imagebuilder-23.05.2-mediatek-mt7622.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/hostap/hostapd.uc
> But that file is already provided by package * wpad-wolfssl
> * check_data_file_clashes: Package wpad-basic-mbedtls wants to install file /build/openwrt-imagebuilder-23.05.2-mediatek-mt7622.Linux-x86_64/build_dir/target-aarch64_cortex-a53_musl/root-mediatek/usr/share/hostap/wpa_supplicant.uc
> But that file is already provided by package * wpad-wolfssl
> * opkg_install_cmd: Cannot install package wpad-basic-mbedtls.
This fixesawilliams#20
`wpad-*-wolfssl` still exists, but it's not installed by default
anymore. In
openwrt/openwrt@2630e50,
the default changed to `wpad-basic-mbedtls`. It sounds like that might
be a better choice, so I opted to tell people to `wpad-mbedtls` as well.
jfly
linked a pull request
Mar 13, 2024
that will
close
this issue
I'm seeing the following error when I try to build an image with this package installed:
I've followed the instructions in the README to remove
wpad-basic-wolfssl
. I can't find an authoritative reference, but it sounds like perhaps openwrt has replacedwpad-basic-wolfssl
withwpad-basic-mbedtls
(refs: https://www.reddit.com/r/openwrt/comments/12fqixx/out_of_curiosity_whats_the_difference_between_the/)?The text was updated successfully, but these errors were encountered: