From 8ba47e31c2567d3f8648e48b60377232332ce002 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 20 Jan 2007 02:39:13 +0000 Subject: remove obsolete stuff git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6138 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostap/Makefile | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'package') 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) -- cgit v1.2.3