diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-22 11:43:46 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-22 11:43:46 +0000 |
commit | a62005234bdbcbc729a2c23b49974174ec12e8c3 (patch) | |
tree | 5e85bad7b5f912ab37c729788e9da19e2eec9b08 /package/hostap-driver | |
parent | 15cd0290d99bf2b0e3c096d26bd678e1615c37ad (diff) |
hostap-driver: fix a typo (thanks acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20367 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 0867672b8..3ea3a25e2 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 |