mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 15:34:05 +01:00
Endprmngr: do not build if TARGET_NO_VOICE is set.
This commit is contained in:
parent
e3dd402d4e
commit
84b594e9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ define Package/endptmngr
|
|||
CATEGORY:=Utilities
|
||||
TITLE:=Brcmslic
|
||||
URL:=
|
||||
DEPENDS:= +libubox +ubus +libpicoevent +bcmkernel @TARGET_HAS_VOICE
|
||||
DEPENDS:= +libubox +ubus +libpicoevent +bcmkernel @TARGET_HAS_VOICE @!TARGET_NO_VOICE
|
||||
endef
|
||||
|
||||
define Package/endptmngr/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue