From: wigyori Date: Fri, 21 Aug 2015 10:08:07 +0000 (+0000) Subject: sunxi: reorganize kmod-ata-sunxi dependencies X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=6524ed89c56199e0aafd5e301dd3912041ebc75e;p=openwrt.git sunxi: reorganize kmod-ata-sunxi dependencies Signed-off-by: Daniel Golle git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46702 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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