aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-08-05 10:08:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-08-05 10:08:04 +0000
commit662f4981cb45b2bc21bd5d7d982d967bcd447d8a (patch)
tree0582de52764e97f074e3f508a2f8238165754898 /package
parent7b75ea7f9f4a5dcabaed91b9423ddd791a7ee337 (diff)
downloadmaster-187ad058-662f4981cb45b2bc21bd5d7d982d967bcd447d8a.tar.gz
master-187ad058-662f4981cb45b2bc21bd5d7d982d967bcd447d8a.tar.bz2
master-187ad058-662f4981cb45b2bc21bd5d7d982d967bcd447d8a.zip
ubus: fix typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37701 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/system/ubus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/ubus/Makefile b/package/system/ubus/Makefile
index 7af5785289..5d50041af9 100644
--- 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 System
+ CATEGORY:=Base system
DEPENDS:=+libubus +libblobmsg-json +ubusd
TITLE:=OpenWrt RPC client utility
endef
define Package/ubusd
SECTION:=base
- CATEGORY:=Base System
+ CATEGORY:=Base system
TITLE:=OpenWrt RPC daemon
DEPENDS:=+libubox
endef