ubnt-manager: fix EXTRA_DEPENDS

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

Fixes: e4a8d3f ("ubnt-manager: add ubnt-manager")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-11-20 14:27:54 +02:00
parent 4914e5ef74
commit 20132be0e7

View File

@@ -16,7 +16,7 @@ define Package/ubnt-manager
CATEGORY:=Utilities
TITLE:=Managment app for Ubiquiti devices
PKGARCH:=all
EXTRA_DEPENDS:=dropbear
DEPENDS:=dropbear
endef
define Package/ubnt-manager/description