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 | 968a0358e2c1af85e6f28e27b7270e85240dadec (patch) | |
tree | 5e85bad7b5f912ab37c729788e9da19e2eec9b08 | |
parent | 81cfa6d2b1a902569ed2fe429bcfe2702bf86f37 (diff) | |
download | upstream-968a0358e2c1af85e6f28e27b7270e85240dadec.tar.gz upstream-968a0358e2c1af85e6f28e27b7270e85240dadec.tar.bz2 upstream-968a0358e2c1af85e6f28e27b7270e85240dadec.zip |
hostap-driver: fix a typo (thanks acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20367 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |