aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-27 16:23:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-27 16:23:43 +0000
commitcd42fa4d5093aab11365079b769a6c6576ba23fe (patch)
tree317bfad60ab172b9f99ac52e96264c0d77a2a89f /package/mac80211/Makefile
parent639660f57c220bbb929ba1210dba0a6d8e43bbfb (diff)
downloadmaster-187ad058-cd42fa4d5093aab11365079b769a6c6576ba23fe.tar.gz
master-187ad058-cd42fa4d5093aab11365079b769a6c6576ba23fe.tar.bz2
master-187ad058-cd42fa4d5093aab11365079b769a6c6576ba23fe.zip
mac80211: update to wireless-testing 2012-02-23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r--package/mac80211/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index a1edc717f1..6b0e9c855f 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -10,10 +10,10 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=mac80211
-PKG_VERSION:=2012-02-06
-PKG_RELEASE:=4
+PKG_VERSION:=2012-02-23
+PKG_RELEASE:=1
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
-PKG_MD5SUM:=fae71c35ee3f3de6329f2db7aed6d265
+PKG_MD5SUM:=dc01b316954e7c9f2ea50c09bb68138e
PKG_SOURCE:=compat-wireless-$(PKG_VERSION).tar.bz2
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/compat-wireless-$(PKG_VERSION)
@@ -1303,7 +1303,7 @@ endef
ifneq ($(CONFIG_PACKAGE_kmod-cfg80211)$(CONFIG_PACKAGE_kmod-lib80211),)
define Build/Compile/kmod
rm -rf $(PKG_BUILD_DIR)/modules
- $(MAKE) $(PKG_JOBS) -C "$(PKG_BUILD_DIR)" $(MAKE_OPTS) all
+ $(MAKE) $(PKG_JOBS) -C "$(PKG_BUILD_DIR)" $(MAKE_OPTS) modules
endef
endif