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

SVN-Revision: 23954
This commit is contained in:
Hauke Mehrtens 2010-11-10 22:53:04 +00:00
parent 5931a158a4
commit df525b9952
1 changed files with 1 additions and 1 deletions

View File

@ -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