remove obsolete stuff
[openwrt.git] / package / hostap / Makefile
index 4cc77a2..15b4aec 100644 (file)
@@ -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)
This page took 0.028385 seconds and 4 git commands to generate.