mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
icwmp: fix dependency.
This commit is contained in:
parent
33498543d8
commit
b6d5ff232d
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ define Package/icwmp/Default
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=CWMP client
|
||||
DEPENDS:=+libuci +libmicroxml +libubox +jshn +libubus +libblobmsg-json +libpthread +ubusd +shflags +getopt +zlib +libjson-c +libexpat +openssl +bcmkernel +curl
|
||||
DEPENDS:=+libuci +libmicroxml +libubox +jshn +libubus +libblobmsg-json +libpthread +ubusd +shflags +getopt +zlib +libjson-c +libexpat +openssl +bcmkernel +curl +libopenssl
|
||||
endef
|
||||
|
||||
define Package/icwmp/description
|
||||
|
|
@ -68,7 +68,7 @@ endif
|
|||
|
||||
TARGET_CFLAGS += \
|
||||
-D_GNU_SOURCE -D_AADJ
|
||||
|
||||
|
||||
ifneq ($(CWMP_REVISION)_,_)
|
||||
ifneq ($(CWMP_REVISION),exported)
|
||||
ifneq ($(CWMP_REVISION),Unversioned directory)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue