summaryrefslogtreecommitdiff
path: root/package/hostap-driver
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-03-22 11:43:46 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-03-22 11:43:46 +0000
commitf4bcf74b954d9c51c745b228adbb933ea051e516 (patch)
treead9864117c352dccb89fe16e60ad002ea3117672 /package/hostap-driver
parent2a7a85cd4c0b3f54cb8417001f21e4293d6ff071 (diff)
downloadmtk-20170518-f4bcf74b954d9c51c745b228adbb933ea051e516.zip
mtk-20170518-f4bcf74b954d9c51c745b228adbb933ea051e516.tar.gz
mtk-20170518-f4bcf74b954d9c51c745b228adbb933ea051e516.tar.bz2
hostap-driver: fix a typo (thanks acinonyx)
SVN-Revision: 20367
Diffstat (limited to 'package/hostap-driver')
-rw-r--r--package/hostap-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-driver/Makefile b/package/hostap-driver/Makefile
index 0867672..3ea3a25 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