kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis

SVN-Revision: 31029
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 12 years ago
parent c1dc6df8bd
commit 0099e0e79b

@ -171,6 +171,7 @@ define KernelPackage/ata-sis
KCONFIG:=CONFIG_SATA_SIS
FILES:=$(LINUX_DIR)/drivers/ata/sata_sis.ko
AUTOLOAD:=$(call AutoLoad,41,sata_sis,1)
$(call AddDepends/ata)
endef
define KernelPackage/ata-sis/description

@ -611,6 +611,7 @@ define KernelPackage/usb-serial-qualcomm
KCONFIG:=CONFIG_USB_SERIAL_QUALCOMM
FILES:=$(LINUX_DIR)/drivers/usb/serial/qcserial.ko
AUTOLOAD:=$(call AutoLoad,65,qcserial)
$(call AddDepends/usb-serial)
endef
define KernelPackage/usb-serial-qualcomm/description

Loading…
Cancel
Save