diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-05 10:08:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-08-05 10:08:04 +0000 |
commit | 158cc23d39dab3f0ddae876fd0a74a748e6b5251 (patch) | |
tree | e7b7328c04e51e8ca4e9cc517a5b619f68971d18 | |
parent | e7de3b26ed3f3f439edb1768bfd7e77ce73c5f4b (diff) | |
download | upstream-158cc23d39dab3f0ddae876fd0a74a748e6b5251.tar.gz upstream-158cc23d39dab3f0ddae876fd0a74a748e6b5251.tar.bz2 upstream-158cc23d39dab3f0ddae876fd0a74a748e6b5251.zip |
ubus: fix typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37701
-rw-r--r-- | package/system/ubus/Makefile | 4 |
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 |