mac80211: disable libertas-sd for kernel 2.6.30
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Oct 2011 19:45:44 +0000 (19:45 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Oct 2011 19:45:44 +0000 (19:45 +0000)
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

index 52ab686082d96699ec9037b55beea9f60b5f38a7..73a267fa394afc157f8a1540576723e09b1c385c 100644 (file)
@@ -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 \