summaryrefslogtreecommitdiffstats
path: root/package/hostap
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-15 23:33:55 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-08-15 23:33:55 +0000
commit6b71f4d5c3c58f2ab6e2a710dfca9ca1033c4ef6 (patch)
treed13663ccd4deb1c174cdde5e8703139803307560 /package/hostap
parentd2f7e3078e138b8d500dedc05b0b8caac1d5e26a (diff)
fix kmod-hostap compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8416 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap')
-rw-r--r--package/hostap/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile
index fe7611719..0b526b620 100644
--- a/package/hostap/Makefile
+++ b/package/hostap/Makefile
@@ -60,7 +60,6 @@ define KernelPackage/hostap/2.4
AUTOLOAD:=$(call AutoLoad,60,hostap hostap_crypt_wep hostap_crypt_tkip hostap_crypt_ccmp)
endef
define KernelPackage/hostap/2.6
- KCONFIG:=$(CONFIG_HOSTAP)
FILES:= \
$(LINUX_DIR)/drivers/net/wireless/hostap/hostap.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,60,hostap)
@@ -82,7 +81,6 @@ define KernelPackage/hostap-pci/2.4
$(PKG_BUILD_DIR)/driver/modules/hostap_pci.$(LINUX_KMOD_SUFFIX)
endef
define KernelPackage/hostap-pci/2.6
- KCONFIG:=$(CONFIG_HOSTAP_PCI)
FILES:= \
$(LINUX_DIR)/drivers/net/wireless/hostap/hostap_pci.$(LINUX_KMOD_SUFFIX)
endef
@@ -104,7 +102,6 @@ define KernelPackage/hostap-plx/2.4
$(PKG_BUILD_DIR)/driver/modules/hostap_plx.$(LINUX_KMOD_SUFFIX)
endef
define KernelPackage/hostap-plx/2.6
- KCONFIG:=$(CONFIG_HOSTAP_PLX)
FILES:= \
$(LINUX_DIR)/drivers/net/wireless/hostap/hostap_plx.$(LINUX_KMOD_SUFFIX)
endef