From a8fd7350ffdd714082eba7ae4e4e53cbe1904455 Mon Sep 17 00:00:00 2001 From: hauke 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. git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@28485 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 52ab68608..73a267fa3 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.11.0