airos-dfs-reset: fix EXTRA_DEPENDS
authorGeorge Sapkin <[email protected]>
Thu, 20 Nov 2025 12:26:58 +0000 (14:26 +0200)
committerGeorge Sapkin <[email protected]>
Tue, 25 Nov 2025 14:48:27 +0000 (16:48 +0200)
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 <[email protected]>
utils/airos-dfs-reset/Makefile

index 2633e72a43af0d2056bb7238c4557c0c8a1f6c72..1e291110e2133295127927ec1f8c9518064b6237 100644 (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