[packages] freecwmp: update to the latest version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@33553 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c9782a2cb6
commit
35e27deb55
@ -8,13 +8,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=freecwmp
|
PKG_NAME:=freecwmp
|
||||||
PKG_VERSION:=2012-08-02
|
PKG_VERSION:=2012-09-25
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://dev.freecwmp.org/freecwmp
|
PKG_SOURCE_URL:=git://dev.freecwmp.org/freecwmp
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_VERSION:=e5b23acadfd06e6ea9fac40e0bf9975fe25ee1e5
|
PKG_SOURCE_VERSION:=4bfbd994921dee06a7a28bed1f2dee3d527490f4
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
|
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
@ -33,7 +33,7 @@ define Package/freecwmp/Default
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=CWMP client
|
TITLE:=CWMP client
|
||||||
DEPENDS:=+libuci +libubox +libubus +libmicroxml +shflags
|
DEPENDS:=+libfreecwmp +libuci +libubox +libubus +libmicroxml +shflags
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/freecwmp/description
|
define Package/freecwmp/description
|
||||||
@ -72,6 +72,7 @@ TARGET_LDFLAGS += \
|
|||||||
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
-Wl,-rpath-link=$(STAGING_DIR)/usr/lib
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
--with-libfreecwmp-include-path=$(STAGING_DIR)/usr/include \
|
||||||
--with-uci-include-path=$(STAGING_DIR)/usr/include \
|
--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
|
--with-libubus-include-path=$(STAGING_DIR)/usr/include
|
||||||
@ -104,7 +105,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(CONFIG_FREECWMP_DEVEL_DEBUG),y)
|
ifeq ($(CONFIG_FREECWMP_DEVEL_DEBUG),y)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-devel-debug
|
--enable-devel
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define Package/freecwmp-$(BUILD_VARIANT)/conffiles
|
define Package/freecwmp-$(BUILD_VARIANT)/conffiles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user