X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c4b73fa154ce47702ee9b3bbe621d8f079eb7fa5..01ce4cb6c05b9d2d05143d9b55111c344d8b6692:/package/hostap-driver/Makefile diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 9ade13ec6..b784131a1 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -70,7 +70,7 @@ endef define KernelPackage/hostap-pci $(call KernelPackage/hostap/Default) - DEPENDS:=kmod-hostap + DEPENDS:=@PCI_SUPPORT kmod-hostap TITLE:=Host AP driver for PCI adaptors KCONFIG:=CONFIG_HOSTAP_PCI AUTOLOAD:=$(call AutoLoad,60,hostap_pci) @@ -91,7 +91,7 @@ endef define KernelPackage/hostap-plx $(call KernelPackage/hostap/Default) - DEPENDS:=kmod-hostap + DEPENDS:=@PCI_SUPPORT kmod-hostap KCONFIG:=CONFIG_HOSTAP_PLX TITLE:=Host AP driver for PLX9052 based PCI adaptors AUTOLOAD:=$(call AutoLoad,60,hostap_plx)