hostap-driver: make hostap-pci visible (similarly to r20047)
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Mar 2010 08:13:01 +0000 (08:13 +0000)
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Mar 2010 08:13:01 +0000 (08:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20331 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/hostap-driver/Makefile

index 52167c1..f78d787 100644 (file)
@@ -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