diff options
author | Mirko Vogt <mirko@openwrt.org> | 2013-06-29 20:59:10 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2013-06-29 20:59:10 +0000 |
commit | 8221b8908845d17b679e2881cd034e8a160ecbea (patch) | |
tree | 49109f22f2c01c56d67f03affd91224b209e2909 /package/system/ubox | |
parent | 89d41d95bf9078d81da6d9445ec1c877304a529c (diff) | |
download | upstream-8221b8908845d17b679e2881cd034e8a160ecbea.tar.gz upstream-8221b8908845d17b679e2881cd034e8a160ecbea.tar.bz2 upstream-8221b8908845d17b679e2881cd034e8a160ecbea.zip |
depend on libubox
SVN-Revision: 37092
Diffstat (limited to 'package/system/ubox')
-rw-r--r-- | package/system/ubox/Makefile | 2 |
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 |