From: Felix Fietkau Date: Thu, 22 Sep 2016 18:09:19 +0000 (+0200) Subject: kernel: fix broken dependency of kmod-owl-loader on kmod-ath9k X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=175237e7dfa45a92a26bfabd70c71313e5c9dc64;p=librecmc%2Flibrecmc.git 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 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index a5e0f508db..358e83a4d4 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -1044,7 +1044,7 @@ $(eval $(call KernelPackage,bmp085-spi)) define KernelPackage/owl-loader SUBMENU:=$(WIRELESS_MENU) TITLE:=Owl loader for initializing Atheros PCI(e) Wifi chips - DEPENDS:=@PCI_SUPPORT +kmod-ath9k + DEPENDS:=@PCI_SUPPORT KCONFIG:=CONFIG_OWL_LOADER FILES:=$(LINUX_DIR)/drivers/misc/owl-loader.ko AUTOLOAD:=$(call AutoProbe,owl-loader)