projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf3c6b
)
sunxi: reorganize kmod-ata-sunxi dependencies
author
Zoltan Herpai
<
[email protected]
>
Fri, 21 Aug 2015 10:08:07 +0000
(10:08 +0000)
committer
Zoltan Herpai
<
[email protected]
>
Fri, 21 Aug 2015 10:08:07 +0000
(10:08 +0000)
Signed-off-by: Daniel Golle <
[email protected]
>
SVN-Revision: 46702
target/linux/sunxi/modules.mk
patch
|
blob
|
history
diff --git
a/target/linux/sunxi/modules.mk
b/target/linux/sunxi/modules.mk
index a4c71b9b8645886b3e63a6fd35aaca124c3d9bc7..0981fe553fa606c5af74e71a17eff435cbcc2f46 100644
(file)
--- 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