projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
prevent madwifi from building on UML
[openwrt.git]
/
package
/
hostap-driver
/
Makefile
diff --git
a/package/hostap-driver/Makefile
b/package/hostap-driver/Makefile
index
9ade13e
..
b784131
100644
(file)
--- a/
package/hostap-driver/Makefile
+++ b/
package/hostap-driver/Makefile
@@
-70,7
+70,7
@@
endef
define KernelPackage/hostap-pci
$(call KernelPackage/hostap/Default)
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)
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)
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)
KCONFIG:=CONFIG_HOSTAP_PLX
TITLE:=Host AP driver for PLX9052 based PCI adaptors
AUTOLOAD:=$(call AutoLoad,60,hostap_plx)
This page took
0.025932 seconds
and
4
git commands to generate.