[package/ubox] depend on libubox

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37092 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Mirko Vogt
2013-06-29 20:59:10 +00:00
parent 1597b80022
commit 2640d86b61

View File

@@ -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