projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d41d9
)
depend on libubox
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 29 Jun 2013 20:59:10 +0000
(20:59 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 29 Jun 2013 20:59:10 +0000
(20:59 +0000)
SVN-Revision: 37092
package/system/ubox/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ubox/Makefile
b/package/system/ubox/Makefile
index d4316ab4c91afafff8569201a8ccf1ef69251c13..2d27607c36d6907d18ecbe0de0622a02a9e2fb77 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:=+ubusd +ubus +libuci +USE_EGLIBC:librt
+ DEPENDS:=+
libubox +
ubusd +ubus +libuci +USE_EGLIBC:librt
TITLE:=OpenWrt system helper toolbox
endef