projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix the patch file
[openwrt.git]
/
package
/
hostap
/
Makefile
diff --git
a/package/hostap/Makefile
b/package/hostap/Makefile
index
d3d5fb6
..
b4d2446
100644
(file)
--- a/
package/hostap/Makefile
+++ b/
package/hostap/Makefile
@@
-61,7
+61,7
@@
endef
define KernelPackage/hostap/2.6
KCONFIG:=$(CONFIG_HOSTAP)
FILES:= \
define KernelPackage/hostap/2.6
KCONFIG:=$(CONFIG_HOSTAP)
FILES:= \
- $(
MODULES_DIR)/kernel
/drivers/net/wireless/hostap/hostap.$(LINUX_KMOD_SUFFIX)
+ $(
LINUX_DIR)
/drivers/net/wireless/hostap/hostap.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,hostap)
endef
AUTOLOAD:=$(call AutoLoad,60,hostap)
endef
@@
-82,7
+82,7
@@
endef
define KernelPackage/hostap-pci/2.6
KCONFIG:=$(CONFIG_HOSTAP_PCI)
FILES:= \
define KernelPackage/hostap-pci/2.6
KCONFIG:=$(CONFIG_HOSTAP_PCI)
FILES:= \
- $(
MODULES_DIR)/kernel
/drivers/net/wireless/hostap/hostap_pci.$(LINUX_KMOD_SUFFIX)
+ $(
LINUX_DIR)
/drivers/net/wireless/hostap/hostap_pci.$(LINUX_KMOD_SUFFIX)
endef
endef
@@
-103,7
+103,7
@@
endef
define KernelPackage/hostap-plx/2.6
KCONFIG:=$(CONFIG_HOSTAP_PLX)
FILES:= \
define KernelPackage/hostap-plx/2.6
KCONFIG:=$(CONFIG_HOSTAP_PLX)
FILES:= \
- $(
MODULES_DIR)/kernel
/drivers/net/wireless/hostap/hostap_plx.$(LINUX_KMOD_SUFFIX)
+ $(
LINUX_DIR)
/drivers/net/wireless/hostap/hostap_plx.$(LINUX_KMOD_SUFFIX)
endef
endef
This page took
0.01886 seconds
and
4
git commands to generate.