diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2015-08-21 10:08:07 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2015-08-21 10:08:07 +0000 |
commit | c00198216acadd88560baacbd30987e9392fe943 (patch) | |
tree | 4bd33a7cc0d150103d83a59d4a72fc0940cf156a /target/linux/sunxi | |
parent | fdf3c6bf6e174163613df09dcbb458519afcb731 (diff) | |
download | upstream-c00198216acadd88560baacbd30987e9392fe943.tar.gz upstream-c00198216acadd88560baacbd30987e9392fe943.tar.bz2 upstream-c00198216acadd88560baacbd30987e9392fe943.zip |
sunxi: reorganize kmod-ata-sunxi dependencies
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 46702
Diffstat (limited to 'target/linux/sunxi')
-rw-r--r-- | target/linux/sunxi/modules.mk | 6 |
1 files changed, 2 insertions, 4 deletions
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 |