This adds support for Marvell S-ATA. Useful for kirkwood and probably other Marvell SoCs.
Signed-off-by: Daniel Golle <dgo...@allnet.de> diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 41509b0..6683f71 100644 --- a/package/kernel/modules/block.mk +++ b/package/kernel/modules/block.mk @@ -75,6 +75,17 @@ endef $(eval $(call KernelPackage,ata-artop)) +define KernelPackage/ata-marvell-sata + TITLE:=Marvell Serial ATA support + KCONFIG:=CONFIG_SATA_MV + FILES:=$(LINUX_DIR)/drivers/ata/sata_mv.ko + AUTOLOAD:=$(call AutoLoad,41,sata_mv,1) + $(call AddDepends/ata) +endef + +$(eval $(call KernelPackage,ata-marvell-sata)) + + define KernelPackage/ata-nvidia-sata TITLE:=Nvidia Serial ATA support KCONFIG:=CONFIG_SATA_NV _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel