mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 22:35:11 +02:00
[kernel] Package nvidia sata driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4fc969f862
commit
b389d9e3e6
@ -68,6 +68,17 @@ endef
|
|||||||
$(eval $(call KernelPackage,ata-ixp4xx-cf))
|
$(eval $(call KernelPackage,ata-ixp4xx-cf))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/ata-nvidia-sata
|
||||||
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
TITLE:=Nvidia Serial ATA support
|
||||||
|
DEPENDS:=kmod-ata-core
|
||||||
|
KCONFIG:=CONFIG_SATA_NV
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/ata/sata_nv.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,41,sata_nv)
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,ata-nvidia-sata))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ata-piix
|
define KernelPackage/ata-piix
|
||||||
SUBMENU:=$(BLOCK_MENU)
|
SUBMENU:=$(BLOCK_MENU)
|
||||||
|
Loading…
Reference in New Issue
Block a user