summaryrefslogtreecommitdiff
path: root/package/system
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-29 20:59:10 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-29 20:59:10 +0000
commit293134a72a57da99001d255de16b763238f24b97 (patch)
treea15fbc004779c252dc6e8663dca78bba0019dfd9 /package/system
parentba69e8b98934a8f85fa8a4ebd697c21da879dfce (diff)
[package/ubox] depend on libubox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37092 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-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