diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-07 18:30:19 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-07 18:30:19 +0000 |
commit | c236f54c00d37635cd432be677678148e5eb41e6 (patch) | |
tree | 18f3f882523c6d997f8a1498b85acbc85e8e6217 /tools/b43-tools/Makefile | |
parent | 7550db91845434b8fe18ca311e8bf3decdc051d5 (diff) |
b43-tools: update to version 017, which contains the patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/b43-tools/Makefile')
-rw-r--r-- | tools/b43-tools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/b43-tools/Makefile b/tools/b43-tools/Makefile index d58a20e6a8..e25bfc23c6 100644 --- a/tools/b43-tools/Makefile +++ b/tools/b43-tools/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=b43-tools -PKG_VERSION:=016 +PKG_VERSION:=017 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://git.bues.ch/b43-tools.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME) -PKG_SOURCE_VERSION:=38267954aae73659de271c67e6892c744b47f3d8 -PKG_MIRROR_MD5SUM:=50ca3c763ee21ee213addd17cf1c1b86 +PKG_SOURCE_VERSION:=691cd291afdb3dbfcf6b9624f8f4bd068af153d0 +#PKG_MIRROR_MD5SUM:=50ca3c763ee21ee213addd17cf1c1b86 HOST_BUILD_DIR=$(BUILD_DIR_HOST)/$(PKG_NAME) include $(INCLUDE_DIR)/host-build.mk |