aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-15 18:27:44 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-15 18:27:44 +0200
commit70bb22037a16b369b68eff3780c9f2905fd61e17 (patch)
treef9b15415ee32648fe68180abf712c9ce5e930d29
parentc2ec43733a91af2d8b8eb8b578c327059d2a51cb (diff)
downloadupstream-70bb22037a16b369b68eff3780c9f2905fd61e17.tar.gz
upstream-70bb22037a16b369b68eff3780c9f2905fd61e17.tar.bz2
upstream-70bb22037a16b369b68eff3780c9f2905fd61e17.zip
hostap-driver: mark as broken, it causes extra bloat in hostapd and is probably not used anymore
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/kernel/hostap-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/hostap-driver/Makefile b/package/kernel/hostap-driver/Makefile
index cd2eb694d8..0b26172eca 100644
--- a/package/kernel/hostap-driver/Makefile
+++ b/package/kernel/hostap-driver/Makefile
@@ -34,7 +34,7 @@ endef
define KernelPackage/hostap
$(call KernelPackage/hostap/Default)
TITLE:=Host AP support for Prism2/2.5/3
- DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-lib80211 +wireless-tools +hostapd-common-old
+ DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-lib80211 +wireless-tools +hostapd-common-old @BROKEN
KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y
FILES:=$(LINUX_DIR)/drivers/net/wireless/hostap/hostap.ko
AUTOLOAD:=$(call AutoProbe,hostap)