mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 21:09:53 +02:00
[hostapd] 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 <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15680 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
45ff7559b1
commit
ab260fba67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user