X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a4a6443af12b7758b12020f561fa7fe2e0a3e87f..8ba47e31c2567d3f8648e48b60377232332ce002:/package/hostap/Makefile diff --git a/package/hostap/Makefile b/package/hostap/Makefile index 4cc77a217..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_DIR) $(1)/lib/modules/$(LINUX_VERSION) - $(CP) \ - $(1)/lib/modules/$(LINUX_VERSION)/ - endef - - define Package/kmod-hostap-plx/install - $(INSTALL_DIR) $(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)