From 555c89d48d3a00895990a00da0edb20ef460f4ca Mon Sep 17 00:00:00 2001 From: Axel Neumann Date: Tue, 30 Jul 2013 08:17:40 +0200 Subject: [PATCH] bmx6: fix libjson dependency --- bmx6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bmx6/Makefile b/bmx6/Makefile index 212c971..90f4123 100644 --- a/bmx6/Makefile +++ b/bmx6/Makefile @@ -32,7 +32,7 @@ PKG_SOURCE_URL:=git://bmx6.net/bmx6.git #PKG_SOURCE_URL:=git://github.com/axn/bmx6.git PKG_REV:=60adcbd4655ccf36a407bae58d66914e33f05a41 -PKG_VERSION:=r2013060803 +PKG_VERSION:=r2013073001 PKG_RELEASE:=4 PKG_SOURCE_VERSION:=$(PKG_REV) @@ -82,7 +82,7 @@ endef define Package/bmx6-json $(call Package/bmx6/Default) - DEPENDS:=bmx6 +libjson-c + DEPENDS:=bmx6 +libjson TITLE:=json plugin based on jsonc endef -- 2.35.1