diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-21 08:13:01 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-21 08:13:01 +0000 |
commit | 527d6ed65d529898770fd176e3748a74f06739a2 (patch) | |
tree | 8d6dac893439413a4377fe28232c83b0165c3822 /package/hostap-driver | |
parent | a1ce9f6f9b88ba41955079034e8f1c2b6e39c8c6 (diff) |
hostap-driver: make hostap-pci visible (similarly to r20047)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20331 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 52167c1f0..f78d7877d 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 |