From be9bf2bf4093555b5ea30a4e6c4f19b761deeab2 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Wed, 28 Nov 2007 03:44:18 +0000 Subject: add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx) SVN-Revision: 9610 --- package/hostap-driver/Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'package/hostap-driver/Makefile') diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 5be9f9e..3a170f6 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -46,7 +46,7 @@ endef define KernelPackage/hostap $(call KernelPackage/hostap/Default) TITLE:=Host AP support for Prism2/2.5/3 - DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 + DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +kmod-ieee80211 +wireless-tools KCONFIG:=CONFIG_HOSTAP endef @@ -174,6 +174,15 @@ 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 + $(INSTALL_DIR) $(1)/lib/wifi + $(INSTALL_DATA) ./files/lib/wifi/hostap.sh $(1)/lib/wifi +endef $(eval $(call KernelPackage,hostap)) $(eval $(call KernelPackage,hostap-cs)) -- cgit v1.1