projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af25f4e
)
ubox: add explicit dependency on libubus to catch ABI changes
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 15:41:39 +0000
(15:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Jun 2014 15:41:39 +0000
(15:41 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41389
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/system/ubox/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ubox/Makefile
b/package/system/ubox/Makefile
index
9128a8d
..
5a94f6b
100644
(file)
--- 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:=+libubox +ubusd +ubus +libuci +USE_EGLIBC:librt
+ DEPENDS:=+libubox +ubusd +ubus +libu
bus +libu
ci +USE_EGLIBC:librt
TITLE:=OpenWrt system helper toolbox
endef