Skip to content

Commit

Permalink
[package] kernel: add kmod-ata-sis (#8259)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30978 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
jow committed Mar 18, 2012
1 parent 432058f commit aa76236
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion package/kernel/modules/block.mk
@@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
Expand Down Expand Up @@ -166,6 +166,20 @@ 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)
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
Expand Down

0 comments on commit aa76236

Please sign in to comment.