From 2640d86b61f0ce9f82f770090ee28eafb1f89ae5 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 29 Jun 2013 20:59:10 +0000 Subject: [package/ubox] depend on libubox git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37092 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/ubox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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 -- cgit v1.2.3