mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: fix imx sata module
The imx sata module has only been backported to imx6 target. This change will fix buildbot errors due to missing patches in other targets. Keep this until all targets use kernel version with imx sata support in them. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37950 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -73,7 +73,8 @@ $(eval $(call KernelPackage,ata-artop))
|
||||
|
||||
|
||||
define KernelPackage/ata-imx
|
||||
TITLE:=Freescale i.MX6 AHCI SATA support
|
||||
TITLE:=Freescale i.MX AHCI SATA support
|
||||
DEPENDS:=@TARGET_imx6
|
||||
KCONFIG:=\
|
||||
CONFIG_AHCI_IMX \
|
||||
CONFIG_SATA_AHCI_PLATFORM \
|
||||
|
||||
Reference in New Issue
Block a user