diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-03-15 00:51:26 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2010-03-15 00:51:26 +0000 |
commit | f8f71a88b471b13031d364b1300ed0071eb12969 (patch) | |
tree | 29ed2cd224bd15641e7d7ecd711ed2ccd663f10d /package/hostap-driver/Makefile | |
parent | db7082d8993e7d13335465547dfe990e0c1d5cc5 (diff) | |
download | upstream-f8f71a88b471b13031d364b1300ed0071eb12969.tar.gz upstream-f8f71a88b471b13031d364b1300ed0071eb12969.tar.bz2 upstream-f8f71a88b471b13031d364b1300ed0071eb12969.zip |
hostap-driver: Fix package installation
SVN-Revision: 20224
Diffstat (limited to 'package/hostap-driver/Makefile')
-rw-r--r-- | package/hostap-driver/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 93cd376c05..52167c1f04 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -47,7 +47,6 @@ $(call KernelPackage/hostap/Default) TITLE:=Host AP support for Prism2/2.5/3 DEPENDS:=@PCI_SUPPORT||PCMCIA_SUPPORT +LINUX_2_6:kmod-lib80211 +wireless-tools KCONFIG:=CONFIG_HOSTAP CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y - PROVIDES:=kmod-hostap endef define KernelPackage/hostap/2.4 |