From: Dmitriy Zh Date: Sun, 12 Apr 2026 08:58:12 +0000 (+0000) Subject: fix: remove depends on PACKAGE_lpac from Config.in X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1d6b1b5d9f6e76044f4aa84d59f2626f82e6c6ce;p=openwrt-packages.git fix: remove depends on PACKAGE_lpac from Config.in fix eror message after make menuconfig (https://github.com/openwrt/packages/pull/29044#issuecomment-4230243845) Signed-off-by: Zhitomirskiy Dmitriy --- diff --git a/utils/lpac/Config.in b/utils/lpac/Config.in index b3f80c10a..feba48eee 100644 --- a/utils/lpac/Config.in +++ b/utils/lpac/Config.in @@ -1,5 +1,4 @@ menu "Configuration" - depends on PACKAGE_lpac config LPAC_WITH_PCSC bool "Include APDU PCSC Backend support"