]> git.99rst.org Git - openwrt-packages.git/commit
openssh: make libfido2 dependency conditional on sk-helper
authorMichael Pfeifroth <redacted>
Mon, 20 Jul 2026 11:28:01 +0000 (13:28 +0200)
committerAlexandru Ardelean <redacted>
Fri, 7 Aug 2026 13:10:48 +0000 (16:10 +0300)
commit830fca1ed782e1860aa4e43387f5be169c0ca647
tree2533b4873fad2db3d96fd88516742f865562542c
parent038f45a5221d655f0bbab7a5b8e48fe413555fe3
openssh: make libfido2 dependency conditional on sk-helper

The openssh-sk-helper package unconditionally depends on libfido2,
which causes the build system to pull in libfido2 and its dependencies
(libcbor, libudev) even when openssh-sk-helper is not selected.

Use the PACKAGE_openssh-sk-helper:libfido2 conditional dependency
pattern so libfido2 is only required when the sk-helper sub-package
is actually selected.

Signed-off-by: Michael Pfeifroth <redacted>
net/openssh/Makefile
git clone https://git.99rst.org/PROJECT