mirror of
https://github.com/openwrt/packages.git
synced 2025-12-11 13:11:22 +00:00
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:
@@ -16,7 +16,7 @@ define Package/ubnt-manager
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Managment app for Ubiquiti devices
|
TITLE:=Managment app for Ubiquiti devices
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
EXTRA_DEPENDS:=dropbear
|
DEPENDS:=dropbear
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ubnt-manager/description
|
define Package/ubnt-manager/description
|
||||||
|
|||||||
Reference in New Issue
Block a user