mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-07 15:22:35 +00:00
ubox: add explicit dependency on libubus to catch ABI changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41389
This commit is contained in:
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
Block a user