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 | be78d52fc63fa894cb6acff5876c8389c341e2ad (patch) | |
tree | 5142d199d31ed8b353dbcb22b68c5d771b90eb82 | |
parent | 3ee6681c395299fc23b39e08170da8993835db33 (diff) | |
download | upstream-be78d52fc63fa894cb6acff5876c8389c341e2ad.tar.gz upstream-be78d52fc63fa894cb6acff5876c8389c341e2ad.tar.bz2 upstream-be78d52fc63fa894cb6acff5876c8389c341e2ad.zip |
libubox: add a package for libblobmsg-json
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25459 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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)) |