1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

add missing dependencies on PCI/PCMCIA/USB support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8801 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-09-16 16:21:56 +00:00
parent b438225ea4
commit f877fc28f8
5 changed files with 19 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ endef
define KernelPackage/hostap-pci
$(call KernelPackage/hostap/Default)
DEPENDS:=kmod-hostap
DEPENDS:=@PCI_SUPPORT kmod-hostap
TITLE:=Host AP driver for PCI adaptors
KCONFIG:=CONFIG_HOSTAP_PCI
AUTOLOAD:=$(call AutoLoad,60,hostap_pci)
@@ -91,7 +91,7 @@ endef
define KernelPackage/hostap-plx
$(call KernelPackage/hostap/Default)
DEPENDS:=kmod-hostap
DEPENDS:=@PCI_SUPPORT kmod-hostap
KCONFIG:=CONFIG_HOSTAP_PLX
TITLE:=Host AP driver for PLX9052 based PCI adaptors
AUTOLOAD:=$(call AutoLoad,60,hostap_plx)