diff options
| author | Axel Neumann | 2015-06-16 13:19:15 +0000 |
|---|---|---|
| committer | Axel Neumann | 2015-06-16 13:19:15 +0000 |
| commit | b760a5e09d5a2ba3a4de5a19258ebdbb3d9cf846 (patch) | |
| tree | e0888326f54747b5257960a8a095476002cca19a | |
| parent | 4c2234b2eace186d235e9fb24ff5cb6bfa10c7c8 (diff) | |
| download | routing-b760a5e09d5a2ba3a4de5a19258ebdbb3d9cf846.tar.gz | |
bmx6: bump to latest (auto tunOutTimeout) version
| -rw-r--r-- | bmx6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bmx6/Makefile b/bmx6/Makefile index ab91310..4ac6af4 100644 --- a/bmx6/Makefile +++ b/bmx6/Makefile @@ -31,8 +31,8 @@ PKG_SOURCE_PROTO:=git #PKG_SOURCE_URL:=git://bmx6.net/bmx6.git PKG_SOURCE_URL:=git://github.com/axn/bmx6.git -PKG_REV:=b6107880b5460625b7ce9359dbeac0cfe863f58c -PKG_VERSION:=r2015060501 +PKG_REV:=8f26909e8808ed7fab0359afc15a3e44563fbd40 +PKG_VERSION:=r2015061604 PKG_RELEASE:=4 PKG_LICENSE:=GPL-2.0 @@ -49,7 +49,7 @@ TARGET_CFLAGS += $(FPIC) MAKE_ARGS += \ EXTRA_CFLAGS="$(TARGET_CFLAGS) -I. -I$(STAGING_DIR)/usr/include -DNO_DEBUG_ALL -DNO_DEBUG_DUMP" \ EXTRA_LDFLAGS="-L$(STAGING_DIR)/usr/lib " \ - REVISION_VERSION="$(PKG_REV)" \ + GIT_REV="$(PKG_REV)" \ CC="$(TARGET_CC)" \ INSTALL_DIR="$(PKG_INSTALL_DIR)" \ STRIP="/bin/false" \ |