projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa2dea
)
hostap-driver: make hostap-pci visible (similarly to r20047)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Sun, 21 Mar 2010 08:13:01 +0000
(08:13 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Sun, 21 Mar 2010 08:13:01 +0000
(08:13 +0000)
SVN-Revision: 20331
package/hostap-driver/Makefile
patch
|
blob
|
history
diff --git
a/package/hostap-driver/Makefile
b/package/hostap-driver/Makefile
index 52167c1f049ed42eee5cc1dfc9fb738788b9229b..f78d7877d91ba8a7596da3557e6a84e7a9a1aa10 100644
(file)
--- a/
package/hostap-driver/Makefile
+++ b/
package/hostap-driver/Makefile
@@
-103,7
+103,7
@@
endef
define KernelPackage/hostap-pci
$(call KernelPackage/hostap/Default)
TITLE:=Host AP driver for PCI adaptors
- DEPENDS:=
@PCI_SUPPORT
kmod-hostap
+ DEPENDS:= kmod-hostap
KCONFIG:=CONFIG_HOSTAP_PCI
AUTOLOAD:=$(call AutoLoad,60,hostap_pci)
endef