mirror of https://github.com/hak5/openwrt.git
kernel: drop kmod-ata-sis
it was broken since 2.6.21, evidently nobody uses it and we can just remove it. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 37391lede-17.01
parent
ccebc5a091
commit
5b931b9ec0
|
@ -163,21 +163,6 @@ endef
|
|||
$(eval $(call KernelPackage,ata-sil24))
|
||||
|
||||
|
||||
define KernelPackage/ata-sis
|
||||
TITLE:=SIS SATA support
|
||||
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
|
||||
Support for SIS Serial ATA controllers.
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,ata-sis))
|
||||
|
||||
|
||||
define KernelPackage/ata-via-sata
|
||||
TITLE:=VIA SATA support
|
||||
KCONFIG:=CONFIG_SATA_VIA
|
||||
|
|
Loading…
Reference in New Issue