X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/86dc67338a4b415974b27ce0d9801128fc3a8d92..4a780ed37c8d3b42e250a8529f6bb05f5a61fd86:/package/hostap/Makefile diff --git a/package/hostap/Makefile b/package/hostap/Makefile index ae2061455..15b4aecdd 100644 --- a/package/hostap/Makefile +++ b/package/hostap/Makefile @@ -119,19 +119,6 @@ ifeq ($(KERNEL),2.4) SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \ modules endef - - define Package/kmod-hostap-pci/install - install -m0755 -d $(1)/lib/modules/$(LINUX_VERSION) - $(CP) \ - $(1)/lib/modules/$(LINUX_VERSION)/ - endef - - define Package/kmod-hostap-plx/install - install -m0755 -d $(1)/lib/modules/$(LINUX_VERSION) - $(CP) \ - $(PKG_BUILD_DIR)/driver/modules/hostap_plx.$(LINUX_KMOD_SUFFIX) \ - $(1)/lib/modules/$(LINUX_VERSION)/ - endef else define Build/Prepare mkdir -p $(PKG_BUILD_DIR)