kernel: fix broken dependency of kmod-owl-loader on kmod-ath9k

It messes up the build order of package/kernel/linux vs
package/kernel/mac80211

Signed-off-by: Felix Fietkau <nbd@nbd.name>
owl
Felix Fietkau 2016-09-22 20:09:19 +02:00
parent 64568cac91
commit 175237e7df
1 changed files with 1 additions and 1 deletions

View File

@ -1044,7 +1044,7 @@ $(eval $(call KernelPackage,bmp085-spi))
define KernelPackage/owl-loader define KernelPackage/owl-loader
SUBMENU:=$(WIRELESS_MENU) SUBMENU:=$(WIRELESS_MENU)
TITLE:=Owl loader for initializing Atheros PCI(e) Wifi chips TITLE:=Owl loader for initializing Atheros PCI(e) Wifi chips
DEPENDS:=@PCI_SUPPORT +kmod-ath9k DEPENDS:=@PCI_SUPPORT
KCONFIG:=CONFIG_OWL_LOADER KCONFIG:=CONFIG_OWL_LOADER
FILES:=$(LINUX_DIR)/drivers/misc/owl-loader.ko FILES:=$(LINUX_DIR)/drivers/misc/owl-loader.ko
AUTOLOAD:=$(call AutoProbe,owl-loader) AUTOLOAD:=$(call AutoProbe,owl-loader)