diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 10:22:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-08 10:22:43 +0000 |
commit | 8fc1736f90a27450a1412738f78c0522c985afda (patch) | |
tree | d9b81e68a230f852ccb7faadd550071320e51337 /package/mac80211/Makefile | |
parent | 246a6a89cab449634826274156bd267756bc27c5 (diff) | |
download | master-187ad058-8fc1736f90a27450a1412738f78c0522c985afda.tar.gz master-187ad058-8fc1736f90a27450a1412738f78c0522c985afda.tar.bz2 master-187ad058-8fc1736f90a27450a1412738f78c0522c985afda.zip |
[package] mac80211: add rt2800 patches from the rt2x00 git rope
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14435 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 3a5ceca24c..a17655f2fc 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 -PKG_RELEASE:=1 +PKG_RELEASE:=2 ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),) PKG_VERSION:=2009-02-07 |