From 0230efcb0f252f2b140fe8ac6c42d3df2c8838b6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 7 May 2009 13:47:04 +0000 Subject: Fix installation of hostap pci and plx driver This fixes an issue where installation of hostap pci and plx driver fails because both were trying to overwrite hostap.sh file. Signed-off-by: Vasilis Tsiligiannis SVN-Revision: 15680 --- package/hostap-driver/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'package/hostap-driver') diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 176aaa8c91..30b8ca05a6 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -174,12 +174,7 @@ else endef endif -define KernelPackage/hostap-pci/install - $(INSTALL_DIR) $(1)/lib/wifi - $(INSTALL_DATA) ./files/lib/wifi/hostap.sh $(1)/lib/wifi -endef - -define KernelPackage/hostap-plx/install +define KernelPackage/hostap/install $(INSTALL_DIR) $(1)/lib/wifi $(INSTALL_DATA) ./files/lib/wifi/hostap.sh $(1)/lib/wifi endef -- cgit v1.2.3