projects
/
openwrt
/
staging
/
jogo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7de3b2
)
ubus: fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Aug 2013 10:08:04 +0000
(10:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 5 Aug 2013 10:08:04 +0000
(10:08 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37701
package/system/ubus/Makefile
patch
|
blob
|
history
diff --git
a/package/system/ubus/Makefile
b/package/system/ubus/Makefile
index 7af57852896dbd8bb2db4d336e7c8f460350647a..5d50041af960dedbe2edde275efe2439f76abf98 100644
(file)
--- a/
package/system/ubus/Makefile
+++ b/
package/system/ubus/Makefile
@@
-22,14
+22,14
@@
include $(INCLUDE_DIR)/cmake.mk
define Package/ubus
SECTION:=base
- CATEGORY:=Base
S
ystem
+ CATEGORY:=Base
s
ystem
DEPENDS:=+libubus +libblobmsg-json +ubusd
TITLE:=OpenWrt RPC client utility
endef
define Package/ubusd
SECTION:=base
- CATEGORY:=Base
S
ystem
+ CATEGORY:=Base
s
ystem
TITLE:=OpenWrt RPC daemon
DEPENDS:=+libubox
endef