diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-11 02:09:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-11 02:09:31 +0000 |
commit | ba97712de5f6178a3a9f747d0a835a733d385b34 (patch) | |
tree | f9e0de5abf43eceeaf25e6881386864d03234681 /package/libubox | |
parent | 07c7aab91061698c92d15e6a0c8d56bab80f2731 (diff) | |
download | upstream-ba97712de5f6178a3a9f747d0a835a733d385b34.tar.gz upstream-ba97712de5f6178a3a9f747d0a835a733d385b34.tar.bz2 upstream-ba97712de5f6178a3a9f747d0a835a733d385b34.zip |
libubox: add a package for libblobmsg-json
SVN-Revision: 25459
Diffstat (limited to 'package/libubox')
-rw-r--r-- | package/libubox/Makefile | 1 |
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)) |