1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

remove obsolete stuff

SVN-Revision: 6138
This commit is contained in:
Felix Fietkau 2007-01-20 02:39:13 +00:00
parent 84a0696c1e
commit 8d5003dbe2

View File

@ -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)