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

SVN-Revision: 31029
This commit is contained in:
Jo-Philipp Wich 2012-03-19 20:28:49 +00:00
parent c1dc6df8bd
commit 0099e0e79b
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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