diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-21 08:13:01 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-21 08:13:01 +0000 |
commit | 2c5341d6340884f4c38b0aae237b941f4b21bc2e (patch) | |
tree | 8d6dac893439413a4377fe28232c83b0165c3822 | |
parent | 06b9e30970b4969aec4d50ed09f1e3c12dc13b99 (diff) | |
download | upstream-2c5341d6340884f4c38b0aae237b941f4b21bc2e.tar.gz upstream-2c5341d6340884f4c38b0aae237b941f4b21bc2e.tar.bz2 upstream-2c5341d6340884f4c38b0aae237b941f4b21bc2e.zip |
hostap-driver: make hostap-pci visible (similarly to r20047)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20331 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 52167c1f04..f78d7877d9 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:= kmod-hostap KCONFIG:=CONFIG_HOSTAP_PCI AUTOLOAD:=$(call AutoLoad,60,hostap_pci) endef |