From: Felix Fietkau Date: Sat, 20 Jan 2007 02:39:13 +0000 (+0000) Subject: remove obsolete stuff X-Git-Tag: reboot~30048 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=8d5003dbe2514fccf5b4041cdeac1d9f64cbdebc remove obsolete stuff SVN-Revision: 6138 --- diff --git a/package/hostap/Makefile b/package/hostap/Makefile index 38cdf072d6..15b4aecdd4 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)