kernel: add missing AddDepends calls for kmod-usb-serial-qualcomm and kmod-ata-sis
SVN-Revision: 31029
This commit is contained in:
parent
c1dc6df8bd
commit
0099e0e79b
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue