projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4914e5e
)
ubnt-manager: fix EXTRA_DEPENDS
author
George Sapkin
<
[email protected]
>
Thu, 20 Nov 2025 12:27:54 +0000
(14:27 +0200)
committer
George 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: e4a8d3f ("ubnt-manager: add ubnt-manager")
Signed-off-by: George Sapkin <
[email protected]
>
utils/ubnt-manager/Makefile
patch
|
blob
|
history
diff --git
a/utils/ubnt-manager/Makefile
b/utils/ubnt-manager/Makefile
index 8c3cd6d72fe9ed8ffbd47a375b6cd1e09872c334..3f5b82c64fe0e96c75ee1333dad8e51fbe2236dd 100644
(file)
--- a/
utils/ubnt-manager/Makefile
+++ b/
utils/ubnt-manager/Makefile
@@
-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