From 79a92c069824cc2e7c5abb8e5546c93e70995aca Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 17 Oct 2011 19:45:44 +0000 Subject: [PATCH] mac80211: disable libertas-sd for kernel 2.6.30 This does not build with kernel 2.6.30 and compat-wireless does not support this for kernel 2.6.30 anyway. As I do not want to backport this I just deactivated it. If someone needs this module in backfire with kernel 2.6.30 please open a ticket, I do not know of any device. SVN-Revision: 28485 --- package/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 52ab686082..73a267fa39 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -499,7 +499,7 @@ endef define KernelPackage/libertas-sd $(call KernelPackage/mac80211/Default) - DEPENDS+= +kmod-mac80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT + DEPENDS+= +kmod-mac80211 +kmod-lib80211 +@DRIVER_WEXT_SUPPORT @!LINUX_2_6_30 TITLE:=Marvell 88W8686 Wireless Driver FILES:= \ $(PKG_BUILD_DIR)/drivers/net/wireless/libertas/libertas.ko \ -- 2.30.2