mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-14 18:47:17 +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
|
define Package/ubox
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
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
|
TITLE:=OpenWrt system helper toolbox
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user