Browse Source

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 <[email protected]>

SVN-Revision: 15680
Jo-Philipp Wich 17 years ago
parent
commit
0230efcb0f
1 changed files with 1 additions and 6 deletions
  1. 1 6
      package/hostap-driver/Makefile

+ 1 - 6
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