remove obsolete stuff
SVN-Revision: 6138
This commit is contained in:
parent
84a0696c1e
commit
8d5003dbe2
1 changed files with 0 additions and 13 deletions
|
@ -119,19 +119,6 @@ ifeq ($(KERNEL),2.4)
|
||||||
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
|
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
|
||||||
modules
|
modules
|
||||||
endef
|
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
|
else
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
|
|
Loading…
Reference in a new issue