From: Zoltan Herpai Date: Fri, 21 Aug 2015 10:08:07 +0000 (+0000) Subject: sunxi: reorganize kmod-ata-sunxi dependencies X-Git-Tag: reboot~2209 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=c00198216acadd88560baacbd30987e9392fe943 sunxi: reorganize kmod-ata-sunxi dependencies Signed-off-by: Daniel Golle SVN-Revision: 46702 --- diff --git a/target/linux/sunxi/modules.mk b/target/linux/sunxi/modules.mk index a4c71b9b86..0981fe553f 100644 --- a/target/linux/sunxi/modules.mk +++ b/target/linux/sunxi/modules.mk @@ -61,10 +61,8 @@ $(eval $(call KernelPackage,eeprom-sunxi)) define KernelPackage/ata-sunxi TITLE:=AllWinner sunXi AHCI SATA support SUBMENU:=$(BLOCK_MENU) - DEPENDS:=@TARGET_sunxi +kmod-scsi-core - KCONFIG:=\ - CONFIG_AHCI_SUNXI \ - CONFIG_SATA_AHCI_PLATFORM + DEPENDS:=@TARGET_sunxi +kmod-ata-ahci-platform +kmod-scsi-core + KCONFIG:=CONFIG_AHCI_SUNXI FILES:=$(LINUX_DIR)/drivers/ata/ahci_sunxi.ko AUTOLOAD:=$(call AutoLoad,41,ahci_sunxi,1) endef