Browse Source

net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia patches from compat-wireless

SVN-Revision: 23954
Hauke Mehrtens 15 years ago
parent
commit
df525b9952
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/mac80211/Makefile

+ 1 - 1
package/mac80211/Makefile

@@ -616,7 +616,7 @@ endef
 define KernelPackage/net-hermes-pcmcia
   $(call KernelPackage/mac80211/Default)
   TITLE:=Hermes based PCMCIA adaptors
-  DEPENDS:=@PCMCIA_SUPPORT +kmod-net-hermes +kmod-cfg80211
+  DEPENDS:=@PCMCIA_SUPPORT +kmod-net-hermes +kmod-cfg80211 @BROKEN
   FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/orinoco/orinoco_cs.ko
   AUTOLOAD:=$(call AutoLoad,55,orinoco_cs)
 endef