1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 05:24:09 +03:00

[package] kmod-net-hermes-pci, kmod-net-hermes-plx: Fix kmod-net-hermes dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17206 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-08-09 22:51:04 +00:00
parent 9b8c34de26
commit 854e6d03d4

View File

@ -192,7 +192,7 @@ $(eval $(call KernelPackage,net-hermes))
define KernelPackage/net-hermes-pci
SUBMENU:=$(WIRELESS_MENU)
TITLE:=Intersil Prism 2.5 PCI support
DEPENDS:=@PCI_SUPPORT kmod-net-hermes
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
KCONFIG:=CONFIG_PCI_HERMES
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco_pci.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,55,orinoco_pci)
@ -208,7 +208,7 @@ $(eval $(call KernelPackage,net-hermes-pci))
define KernelPackage/net-hermes-plx
SUBMENU:=$(WIRELESS_MENU)
TITLE:=PLX9052 based PCI adaptor
DEPENDS:=@PCI_SUPPORT kmod-net-hermes
DEPENDS:=@PCI_SUPPORT +kmod-net-hermes
KCONFIG:=CONFIG_PLX_HERMES
FILES:=$(LINUX_DIR)/drivers/net/wireless/orinoco_plx.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,55,orinoco_plx)