mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Fix conditional dependancy.
This commit is contained in:
parent
73d9e5a6f1
commit
e3f7ad9156
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ define Package/peripheral_manager
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Application deamon for handling of peripheral
|
TITLE:=Application deamon for handling of peripheral
|
||||||
URL:=
|
URL:=
|
||||||
DEPENDS:=+libuci +libubus +libblobmsg-json +PACKAGE_bcmkernel:bcmkernel +PACKAGE_bcmopen:bcmopen
|
DEPENDS:=+libuci +libubus +libblobmsg-json @+PACKAGE_bcmkernel:bcmkernel @+PACKAGE_bcmopen:bcmopen
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/peripheral_manager/description
|
define Package/peripheral_manager/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue