diff options
author | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-18 13:08:23 +0000 |
---|---|---|
committer | jogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-18 13:08:23 +0000 |
commit | d9e352eb18399d849da7699132199da7c2c95791 (patch) | |
tree | d9f6deb348ff9e826597508ba392a2c957f2491b /package/kernel/linux/modules | |
parent | 748c0768f0f559aae3cdb700b11a6938c80f5ff8 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37391 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r-- | package/kernel/linux/modules/block.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk index d92010b8c9..8024947069 100644 --- a/package/kernel/linux/modules/block.mk +++ b/package/kernel/linux/modules/block.mk @@ -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 |