X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/17126ba85f34746c5250ce9b2b18611f40a98d2c..7e450a1c869a5b227e3c91c4e71049059f1193e6:/package/hostap/Makefile?ds=inline diff --git a/package/hostap/Makefile b/package/hostap/Makefile index 38cdf072d..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 KernelPackage/hostap-pci/install - $(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION) - $(CP) \ - $(1)/lib/modules/$(LINUX_VERSION)/ - endef - - define KernelPackage/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)