summaryrefslogtreecommitdiff
path: root/package/system
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-06-29 15:41:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-06-29 15:41:39 +0000
commitbf90d46933fb715be235e3bd1f5fcb1f26e29bb8 (patch)
tree06eee51b9074785a459244ec3b918d68913f4e8d /package/system
parent6e59193e88a686cfc86c181f76c223af62a023b2 (diff)
downloadmtk-20170518-bf90d46933fb715be235e3bd1f5fcb1f26e29bb8.zip
mtk-20170518-bf90d46933fb715be235e3bd1f5fcb1f26e29bb8.tar.gz
mtk-20170518-bf90d46933fb715be235e3bd1f5fcb1f26e29bb8.tar.bz2
ubox: add explicit dependency on libubus to catch ABI changes
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41389
Diffstat (limited to 'package/system')
-rw-r--r--package/system/ubox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 9128a8d..5a94f6b 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -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