diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 15:55:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-01-30 15:55:59 +0000 |
commit | a89c59249a53a4a4183f8b90cfbe542a74134d26 (patch) | |
tree | e55c514e31c5aa55fe9663d44725375e77f65559 /package/kernel/mac80211/Makefile | |
parent | 9130ba35ea4e3c09ead64a7f5eb57aaf5b0694a6 (diff) | |
download | upstream-a89c59249a53a4a4183f8b90cfbe542a74134d26.tar.gz upstream-a89c59249a53a4a4183f8b90cfbe542a74134d26.tar.bz2 upstream-a89c59249a53a4a4183f8b90cfbe542a74134d26.zip |
mac80211: refresh tarball with a newer backports version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r-- | package/kernel/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index e56473c099..6d6d4a74a1 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -10,11 +10,11 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 -PKG_VERSION:=2014-01-23 +PKG_VERSION:=2014-01-23.1 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_BACKPORT_VERSION:= -PKG_MD5SUM:=5921cc325d9fdf81532e14e47dff0094 +PKG_MD5SUM:=8db16edbdaf4abc2e9c2f3b6c86736a6 PKG_SOURCE:=compat-wireless-$(PKG_VERSION)$(PKG_BACKPORT_VERSION).tar.bz2 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION) |