mac80211: update compat-wireless to 2009-01-02
SVN-Revision: 13842
This commit is contained in:
parent
8efa4b94db
commit
b45b873a05
2 changed files with 6 additions and 5 deletions
|
@ -13,11 +13,13 @@ PKG_NAME:=mac80211
|
|||
PKG_RELEASE:=1
|
||||
|
||||
ifneq ($(CONFIG_LINUX_2_6_27)$(CONFIG_LINUX_2_6_28),)
|
||||
PKG_VERSION:=2008-12-29
|
||||
PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/12
|
||||
PKG_VERSION:=2009-01-02
|
||||
PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/01
|
||||
PKG_MD5SUM:=77effa32de567a7bbaa0ed73cd578fe9
|
||||
else
|
||||
PKG_VERSION:=2008-08-06
|
||||
PKG_SOURCE_URL:=http://www.orbit-lab.org/kernel/compat-wireless-2.6/2008/08
|
||||
PKG_MD5SUM:=a9b594dc8d06d0eb91f6547e0c7754a6
|
||||
PATCH_DIR:=./patches-old
|
||||
endif
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- a/drivers/net/wireless/Makefile 2008-12-28 00:20:35.000000000 +0100
|
||||
+++ b/drivers/net/wireless/Makefile 2008-12-28 00:20:49.000000000 +0100
|
||||
--- a/drivers/net/wireless/Makefile
|
||||
+++ b/drivers/net/wireless/Makefile
|
||||
@@ -2,9 +2,6 @@
|
||||
# Makefile for the Linux Wireless network device drivers.
|
||||
#
|
||||
|
@ -10,4 +10,3 @@
|
|||
obj-$(CONFIG_B43) += b43/
|
||||
obj-$(CONFIG_B43LEGACY) += b43legacy/
|
||||
obj-$(CONFIG_ZD1211RW) += zd1211rw/
|
||||
|
||||
|
|
Loading…
Reference in a new issue