kismet: reverse logic for warning

This commit is contained in:
Anton Bolshakov 2025-05-14 10:20:16 +08:00
parent bae148990e
commit 67fced9788
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -196,7 +196,7 @@ pkg_postinst() {
fi
udev_reload
if use wext; then
if use !wext; then
# duplicate configure.ac warning:
ewarn "Linux Wireless Extensions were disabled. Compiling without wext on a"
ewarn "Linux system is certainly possible, however nearly all of the packet"