X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/eb755898de8a3acf6b74059971d03165609cf680..67f10747308d9adca469b727296994c16699707f:/package/mac80211/Makefile diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index e2658c55c..0ca522a45 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -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:=9563ceeed86bca0859ad5f010623277c PATCH_DIR:=./patches-old endif