From: Hauke Mehrtens Date: Sun, 23 May 2010 22:59:05 +0000 (+0000) Subject: backport r21470 X-Git-Tag: backfire_10.03.1~749 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fe38008e06d935ada90978464a0e1ce2706fbd37;p=openwrt%2Fsvn-archive%2Fopenwrt.git backport r21470 mac80211: use stable firmware for b43 driver as the experimental causes problems on some devices with L-PHY This should close #6907 SVN-Revision: 21559 --- diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 14abfe7568..1f565075e1 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-04-28 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 @@ -644,7 +644,7 @@ define KernelPackage/b43/config choice prompt "b43 firmware version" - default B43_EXPERIMENTAL + default B43_STABLE help This option allows you to select the version of the b43 firmware.