diff options
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/other.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |