[source] kernel: fix broken dependency of kmod-owl-loader on kmod-ath9k
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 22 11:09:45 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/175237e7dfa45a92a26bfabd70c71313e5c9dc64
commit 175237e7dfa45a92a26bfabd70c71313e5c9dc64
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Sep 22 20:09:19 2016 +0200
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 at nbd.name>
---
package/kernel/linux/modules/other.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index a5e0f50..358e83a 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)
More information about the lede-commits
mailing list