projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scripts/combined-image.sh: remove the use of mktemp to make it more portable
[openwrt.git]
/
package
/
hostap-driver
/
Makefile
diff --git
a/package/hostap-driver/Makefile
b/package/hostap-driver/Makefile
index
ccea892
..
6841fcd
100644
(file)
--- a/
package/hostap-driver/Makefile
+++ b/
package/hostap-driver/Makefile
@@
-45,8
+45,8
@@
endef
define KernelPackage/hostap
$(call KernelPackage/hostap/Default)
TITLE:=Host AP support for Prism2/2.5/3
define KernelPackage/hostap
$(call KernelPackage/hostap/Default)
TITLE:=Host AP support for Prism2/2.5/3
- DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +!
LINUX_2_6_29&&!LINUX_2_6_30:kmod-ieee80211 +LINUX_2_6_29||LINUX_2_6_30
:kmod-lib80211 +wireless-tools
- KCONFIG:=CONFIG_HOSTAP
+ DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +!
(LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32):kmod-ieee80211 +LINUX_2_6_30||LINUX_2_6_31||LINUX_2_6_32
:kmod-lib80211 +wireless-tools
+ KCONFIG:=CONFIG_HOSTAP
CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y
PROVIDES:=kmod-hostap
endef
PROVIDES:=kmod-hostap
endef
This page took
0.019895 seconds
and
4
git commands to generate.