From: Mirko Vogt Date: Sat, 29 Jun 2013 20:59:10 +0000 (+0000) Subject: depend on libubox X-Git-Tag: reboot~10093 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=8221b8908845d17b679e2881cd034e8a160ecbea;p=openwrt%2Fopenwrt.git depend on libubox SVN-Revision: 37092 --- 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