hostap-driver: mark as broken, it causes extra bloat in hostapd and is probably not...
authorFelix Fietkau <nbd@nbd.name>
Wed, 15 Jun 2016 16:27:44 +0000 (18:27 +0200)
committerFelix Fietkau <nbd@nbd.name>
Wed, 15 Jun 2016 16:27:44 +0000 (18:27 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/hostap-driver/Makefile

index cd2eb694d8848761e8f39ed3ead79e216e601548..0b26172eca0362bbc9c95d57319d86a4502e08e5 100644 (file)
@@ -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)