diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 02:39:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 02:39:13 +0000 |
commit | 0a3c8aeae964e093a351026e75fcf8c24909bac2 (patch) | |
tree | b437976ae5c17ca1be5a01ec2836520e7d777323 /package/hostap | |
parent | 2adf3524cf21365e61b9690565b93c6ccd5a57bf (diff) | |
download | upstream-0a3c8aeae964e093a351026e75fcf8c24909bac2.tar.gz upstream-0a3c8aeae964e093a351026e75fcf8c24909bac2.tar.bz2 upstream-0a3c8aeae964e093a351026e75fcf8c24909bac2.zip |
remove obsolete stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6138 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap')
-rw-r--r-- | package/hostap/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
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) |