X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fhostap-driver%2FMakefile;h=3a170f6b00b0592c0bc026e17872c98921ed14b2;hb=5a829455cb922742a6e02c7e3200d3395fd75383;hp=5be9f9eb59dda12cff2ce215472656c03a49a926;hpb=66661aa6db17d07b3f6b4eaa1d4e64cff8fb2f6f;p=openwrt-10.03%2F.git diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 5be9f9eb5..3a170f6b0 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))