mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41: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
|
||||
TITLE:=Managment app for Ubiquiti devices
|
||||
PKGARCH:=all
|
||||
EXTRA_DEPENDS:=dropbear
|
||||
DEPENDS:=dropbear
|
||||
endef
|
||||
|
||||
define Package/ubnt-manager/description
|
||||
|
||||
Reference in New Issue
Block a user