mirror of https://github.com/hak5/openwrt-owl.git
parent
2a7a85cd4c
commit
f4bcf74b95
|
@ -103,7 +103,7 @@ endef
|
||||||
define KernelPackage/hostap-pci
|
define KernelPackage/hostap-pci
|
||||||
$(call KernelPackage/hostap/Default)
|
$(call KernelPackage/hostap/Default)
|
||||||
TITLE:=Host AP driver for PCI adaptors
|
TITLE:=Host AP driver for PCI adaptors
|
||||||
DEPENDS:=@@PCI_SUPPORT +kmod-hostap
|
DEPENDS:=@PCI_SUPPORT +kmod-hostap
|
||||||
KCONFIG:=CONFIG_HOSTAP_PCI
|
KCONFIG:=CONFIG_HOSTAP_PCI
|
||||||
AUTOLOAD:=$(call AutoLoad,60,hostap_pci)
|
AUTOLOAD:=$(call AutoLoad,60,hostap_pci)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue