From 0218cc5e389c2c2e8e74b0a00f33ea0d9ccb4548 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 3 Aug 2012 00:00:48 +0000 Subject: [PATCH] freecwmp: update to latest git version SVN-Revision: 32952 --- utils/freecwmp/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/freecwmp/Makefile b/utils/freecwmp/Makefile index 48acd3cef..dd60c7853 100644 --- a/utils/freecwmp/Makefile +++ b/utils/freecwmp/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freecwmp -PKG_VERSION:=2012-06-11 +PKG_VERSION:=2012-08-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://dev.freecwmp.org/freecwmp PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=dffa3fa23842e5dc3e69228692a6087bf22bf68e +PKG_SOURCE_VERSION:=e5b23acadfd06e6ea9fac40e0bf9975fe25ee1e5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_FIXUP:=autoreconf @@ -33,7 +33,7 @@ define Package/freecwmp/Default SECTION:=utils CATEGORY:=Utilities TITLE:=CWMP client - DEPENDS:=+libuci +libubox +libmicroxml +shflags + DEPENDS:=+libuci +libubox +libubus +libmicroxml +shflags endef define Package/freecwmp/description @@ -73,7 +73,8 @@ TARGET_LDFLAGS += \ CONFIGURE_ARGS += \ --with-uci-include-path=$(STAGING_DIR)/usr/include \ - --with-libubox-include-path=$(STAGING_DIR)/usr/include + --with-libubox-include-path=$(STAGING_DIR)/usr/include \ + --with-libubus-include-path=$(STAGING_DIR)/usr/include ifeq ($(BUILD_VARIANT),zstream) CONFIGURE_ARGS += \ -- 2.30.2