summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-11 02:09:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-11 02:09:31 +0000
commitba97712de5f6178a3a9f747d0a835a733d385b34 (patch)
treef9e0de5abf43eceeaf25e6881386864d03234681 /package
parent07c7aab91061698c92d15e6a0c8d56bab80f2731 (diff)
downloadmaster-31e0f0ae-ba97712de5f6178a3a9f747d0a835a733d385b34.tar.gz
master-31e0f0ae-ba97712de5f6178a3a9f747d0a835a733d385b34.tar.bz2
master-31e0f0ae-ba97712de5f6178a3a9f747d0a835a733d385b34.zip
libubox: add a package for libblobmsg-json
SVN-Revision: 25459
Diffstat (limited to 'package')
-rw-r--r--package/libubox/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libubox/Makefile b/package/libubox/Makefile
index c49d6c8f57..9743e8e256 100644
--- a/package/libubox/Makefile
+++ b/package/libubox/Makefile
@@ -38,4 +38,5 @@ define Package/libubox/install
endef
$(eval $(call BuildPackage,libubox))
+$(eval $(call BuildPackage,libblobmsg-json))