aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirko Vogt <mirko@openwrt.org>2013-06-29 20:59:10 +0000
committerMirko Vogt <mirko@openwrt.org>2013-06-29 20:59:10 +0000
commit8221b8908845d17b679e2881cd034e8a160ecbea (patch)
tree49109f22f2c01c56d67f03affd91224b209e2909
parent89d41d95bf9078d81da6d9445ec1c877304a529c (diff)
downloadupstream-8221b8908845d17b679e2881cd034e8a160ecbea.tar.gz
upstream-8221b8908845d17b679e2881cd034e8a160ecbea.tar.bz2
upstream-8221b8908845d17b679e2881cd034e8a160ecbea.zip
depend on libubox
SVN-Revision: 37092
-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 d4316ab4c9..2d27607c36 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:=+ubusd +ubus +libuci +USE_EGLIBC:librt
+ DEPENDS:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
TITLE:=OpenWrt system helper toolbox
endef