diff options
author | Travis Kemen <thepeople@openwrt.org> | 2007-11-28 03:44:18 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2007-11-28 03:44:18 +0000 |
commit | b9eb6f4a6479f9bd9df14f1738d1f48d55166238 (patch) | |
tree | 0b9241281e78fb9a015c538d36bedfdc9a0723ec /package/hostap-driver/Makefile | |
parent | 9e7e0ecbd4dde533409a3c6840b202e25245e79d (diff) | |
download | upstream-b9eb6f4a6479f9bd9df14f1738d1f48d55166238.tar.gz upstream-b9eb6f4a6479f9bd9df14f1738d1f48d55166238.tar.bz2 upstream-b9eb6f4a6479f9bd9df14f1738d1f48d55166238.zip |
add txpower patches and add uci configuration file From: Vasilis T. (aka Acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-driver/Makefile')
-rw-r--r-- | package/hostap-driver/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 5be9f9eb59..3a170f6b00 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)) |