package/kismet: remove optional support for pcre, keep pcre2

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2026-04-09 10:42:52 +02:00
committed by Julien Olivain
parent 081c27aea5
commit 073a8c5d27

View File

@@ -74,9 +74,6 @@ endif
ifeq ($(BR2_PACKAGE_PCRE2),y)
KISMET_DEPENDENCIES += pcre2
KISMET_CONF_OPTS += --enable-pcre --enable-require-pcre2
else ifeq ($(BR2_PACKAGE_PCRE),y)
KISMET_DEPENDENCIES += pcre
KISMET_CONF_OPTS += --enable-pcre --disable-require-pcre2
else
KISMET_CONF_OPTS += --disable-pcre
endif