diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-08-15 23:33:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-08-15 23:33:55 +0000 |
commit | 165fb7bb9f765a32a20aed6d4013dc12b8f77eae (patch) | |
tree | d3e51445b5e00c185961118a00f61eff52a666c6 /package | |
parent | c2d5c1c0c2b7325ca77436ad8c2e91d19f6bd845 (diff) | |
download | upstream-165fb7bb9f765a32a20aed6d4013dc12b8f77eae.tar.gz upstream-165fb7bb9f765a32a20aed6d4013dc12b8f77eae.tar.bz2 upstream-165fb7bb9f765a32a20aed6d4013dc12b8f77eae.zip |
fix kmod-hostap compile
SVN-Revision: 8416
Diffstat (limited to 'package')
-rw-r--r-- | package/hostap/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/hostap/Makefile b/package/hostap/Makefile index fe76117195..0b526b6200 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 |