diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-16 19:55:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-16 19:55:09 +0000 |
commit | 8d97fd7b4c55ddac04cf13ff94df121c8048ea7a (patch) | |
tree | d56d4f14823da9e9d4fb1c0ec6ebecb53899cbfe /package/mac80211/Makefile | |
parent | da5f935061f5f0d6613801617ad798162a396aca (diff) | |
download | upstream-8d97fd7b4c55ddac04cf13ff94df121c8048ea7a.tar.gz upstream-8d97fd7b4c55ddac04cf13ff94df121c8048ea7a.tar.bz2 upstream-8d97fd7b4c55ddac04cf13ff94df121c8048ea7a.zip |
[package] mac80211: add more patches from the rt2x00 git repository
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14534 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 d04b7b3669..76e67fad0b 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-15 |