mirror of https://github.com/hak5/openwrt.git
ubox: add explicit dependency on libubus to catch ABI changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41389lede-17.01
parent
6e59193e88
commit
bf90d46933
|
@ -24,7 +24,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
|
|||
define Package/ubox
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
|
||||
DEPENDS:=+libubox +ubusd +ubus +libubus +libuci +USE_EGLIBC:librt
|
||||
TITLE:=OpenWrt system helper toolbox
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in New Issue