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
armbian: install Morse tools via dpkg instead of raw extraction
Use dpkg --force-depends -i to properly register packages in the dpkg
database. Previously used dpkg-deb -x + cp which left files orphaned
outside dpkg (no postinst, no triggers, not removable via apt).
--force-depends is needed because hostapd/wpa-supplicant tools depend
on libssl1.1 which is not available in Noble (ships libssl3). The
binaries work at runtime against libssl3.
0 commit comments