kernel: move kmod-owl-loader to the right .mk file
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4a5bab78a2
commit
46f2ca9a8f
@ -1038,24 +1038,3 @@ define KernelPackage/bmp085-spi/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,bmp085-spi))
|
$(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
|
|
||||||
KCONFIG:=CONFIG_OWL_LOADER
|
|
||||||
FILES:=$(LINUX_DIR)/drivers/misc/owl-loader.ko
|
|
||||||
AUTOLOAD:=$(call AutoProbe,owl-loader)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define KernelPackage/owl-loader/description
|
|
||||||
Kernel module that helps to initialize certain Qualcomm
|
|
||||||
Atheros' PCI(e) Wifi chips, which have the init data
|
|
||||||
(which contains the PCI device ID for example) stored
|
|
||||||
together with the calibration data in the file system.
|
|
||||||
|
|
||||||
This is necessary for devices like the Cisco Meraki Z1.
|
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call KernelPackage,owl-loader))
|
|
||||||
|
@ -41,3 +41,24 @@ define KernelPackage/net-rtl8192su/description
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,net-rtl8192su))
|
$(eval $(call KernelPackage,net-rtl8192su))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/owl-loader
|
||||||
|
SUBMENU:=$(WIRELESS_MENU)
|
||||||
|
TITLE:=Owl loader for initializing Atheros PCI(e) Wifi chips
|
||||||
|
DEPENDS:=@PCI_SUPPORT
|
||||||
|
KCONFIG:=CONFIG_OWL_LOADER
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/misc/owl-loader.ko
|
||||||
|
AUTOLOAD:=$(call AutoProbe,owl-loader)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/owl-loader/description
|
||||||
|
Kernel module that helps to initialize certain Qualcomm
|
||||||
|
Atheros' PCI(e) Wifi chips, which have the init data
|
||||||
|
(which contains the PCI device ID for example) stored
|
||||||
|
together with the calibration data in the file system.
|
||||||
|
|
||||||
|
This is necessary for devices like the Cisco Meraki Z1.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,owl-loader))
|
||||||
|
Loading…
Reference in New Issue
Block a user