Changeset 32952
- Timestamp:
- 2012-08-03T02:00:48+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/utils/freecwmp/Makefile
r32410 r32952 9 9 10 10 PKG_NAME:=freecwmp 11 PKG_VERSION:=2012-0 6-1111 PKG_VERSION:=2012-08-02 12 12 PKG_RELEASE=$(PKG_SOURCE_VERSION) 13 13 … … 15 15 PKG_SOURCE_URL:=git://dev.freecwmp.org/freecwmp 16 16 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) 17 PKG_SOURCE_VERSION:= dffa3fa23842e5dc3e69228692a6087bf22bf68e17 PKG_SOURCE_VERSION:=e5b23acadfd06e6ea9fac40e0bf9975fe25ee1e5 18 18 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz 19 19 … … 34 34 CATEGORY:=Utilities 35 35 TITLE:=CWMP client 36 DEPENDS:=+libuci +libubox +lib microxml +shflags36 DEPENDS:=+libuci +libubox +libubus +libmicroxml +shflags 37 37 endef 38 38 … … 74 74 CONFIGURE_ARGS += \ 75 75 --with-uci-include-path=$(STAGING_DIR)/usr/include \ 76 --with-libubox-include-path=$(STAGING_DIR)/usr/include 76 --with-libubox-include-path=$(STAGING_DIR)/usr/include \ 77 --with-libubus-include-path=$(STAGING_DIR)/usr/include 77 78 78 79 ifeq ($(BUILD_VARIANT),zstream)
Note: See TracChangeset
for help on using the changeset viewer.