airos-dfs-reset: fix EXTRA_DEPENDS

EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: e36e8a6 ("airos-dfs-reset: add airos-dfs-reset")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-11-20 14:26:58 +02:00
parent 98164e390d
commit 4914e5ef74

View File

@@ -19,7 +19,7 @@ define Package/airos-dfs-reset
CATEGORY:=Utilities
TITLE:=Companion app for Ubiquity AirOS to help with DFS
PKGARCH:=all
EXTRA_DEPENDS:=dropbear
DEPENDS:=dropbear
endef
define Package/airos-dfs-reset/description