diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-22 11:43:46 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-22 11:43:46 +0000 |
commit | f4bcf74b954d9c51c745b228adbb933ea051e516 (patch) | |
tree | ad9864117c352dccb89fe16e60ad002ea3117672 /package/hostap-driver | |
parent | 2a7a85cd4c0b3f54cb8417001f21e4293d6ff071 (diff) | |
download | upstream-f4bcf74b954d9c51c745b228adbb933ea051e516.tar.gz upstream-f4bcf74b954d9c51c745b228adbb933ea051e516.tar.bz2 upstream-f4bcf74b954d9c51c745b228adbb933ea051e516.zip |
hostap-driver: fix a typo (thanks acinonyx)
SVN-Revision: 20367
Diffstat (limited to 'package/hostap-driver')
-rw-r--r-- | package/hostap-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile index 0867672b8a..3ea3a25e22 100644 --- a/package/hostap-driver/Makefile +++ b/package/hostap-driver/Makefile @@ -103,7 +103,7 @@ endef define KernelPackage/hostap-pci $(call KernelPackage/hostap/Default) TITLE:=Host AP driver for PCI adaptors - DEPENDS:=@@PCI_SUPPORT +kmod-hostap + DEPENDS:=@PCI_SUPPORT +kmod-hostap KCONFIG:=CONFIG_HOSTAP_PCI AUTOLOAD:=$(call AutoLoad,60,hostap_pci) endef |