diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-28 14:45:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-28 14:45:27 +0000 |
commit | c9e5aa0c1712ef83c496fcf1c24e1456213b43a0 (patch) | |
tree | 8547a082a16578b09424fdf346d04c96de957095 /package/kernel/mwlwifi/Makefile | |
parent | beb4318bc3b09cb28a64848f99f8d1c27698559b (diff) | |
download | upstream-c9e5aa0c1712ef83c496fcf1c24e1456213b43a0.tar.gz upstream-c9e5aa0c1712ef83c496fcf1c24e1456213b43a0.tar.bz2 upstream-c9e5aa0c1712ef83c496fcf1c24e1456213b43a0.zip |
upgrade to new rev, fixes possible compile error
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43791
Diffstat (limited to 'package/kernel/mwlwifi/Makefile')
-rw-r--r-- | package/kernel/mwlwifi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile index 82b94255eb..611e77240a 100644 --- a/package/kernel/mwlwifi/Makefile +++ b/package/kernel/mwlwifi/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mwlwifi -PKG_VERSION:=10.2.6.1.p4-20141224 +PKG_VERSION:=10.2.6.1.p4-20141228 PKG_RELEASE=1 PKG_LICENSE:=ISC @@ -17,7 +17,7 @@ PKG_LICENSE_FILES:= PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=28120935bc38e3861a885d745ec6ebe3f603611e +PKG_SOURCE_VERSION:=f92c46695d92dc23606d65bb32611e92235c30fc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |