Fix conditional dependancy.

This commit is contained in:
Jonas Höglund 2019-11-25 14:13:13 +01:00
parent 73d9e5a6f1
commit e3f7ad9156

View file

@ -39,7 +39,7 @@ define Package/peripheral_manager
CATEGORY:=Utilities
TITLE:=Application deamon for handling of peripheral
URL:=
DEPENDS:=+libuci +libubus +libblobmsg-json +PACKAGE_bcmkernel:bcmkernel +PACKAGE_bcmopen:bcmopen
DEPENDS:=+libuci +libubus +libblobmsg-json @+PACKAGE_bcmkernel:bcmkernel @+PACKAGE_bcmopen:bcmopen
endef
define Package/peripheral_manager/description