mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:15:00 +02:00
[package] kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31029 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77ec3b2de9
commit
7f220e31ce
@ -171,6 +171,7 @@ define KernelPackage/ata-sis
|
|||||||
KCONFIG:=CONFIG_SATA_SIS
|
KCONFIG:=CONFIG_SATA_SIS
|
||||||
FILES:=$(LINUX_DIR)/drivers/ata/sata_sis.ko
|
FILES:=$(LINUX_DIR)/drivers/ata/sata_sis.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,41,sata_sis,1)
|
AUTOLOAD:=$(call AutoLoad,41,sata_sis,1)
|
||||||
|
$(call AddDepends/ata)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ata-sis/description
|
define KernelPackage/ata-sis/description
|
||||||
|
@ -611,6 +611,7 @@ define KernelPackage/usb-serial-qualcomm
|
|||||||
KCONFIG:=CONFIG_USB_SERIAL_QUALCOMM
|
KCONFIG:=CONFIG_USB_SERIAL_QUALCOMM
|
||||||
FILES:=$(LINUX_DIR)/drivers/usb/serial/qcserial.ko
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/qcserial.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,65,qcserial)
|
AUTOLOAD:=$(call AutoLoad,65,qcserial)
|
||||||
|
$(call AddDepends/usb-serial)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/usb-serial-qualcomm/description
|
define KernelPackage/usb-serial-qualcomm/description
|
||||||
|
Loading…
Reference in New Issue
Block a user