iwd: fix deprecation spam

use config.warnings instead of lib.warn
This commit is contained in:
DavHau
2025-06-03 19:26:40 +07:00
parent 286ac97063
commit 6d1a3673ce
2 changed files with 76 additions and 74 deletions

View File

@@ -1,6 +1,6 @@
---
description = "Automatically provisions wifi credentials"
features = [ "inventory" ]
features = [ "inventory", "deprecated" ]
categories = [ "Network" ]
---