diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-01-25 00:05:43 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-25 00:38:28 +0000 |
commit | f5865452ac806f43e34a29f89f5b8ab8070e7813 (patch) | |
tree | e237df0713d23b3c37d0961410ecae1151375057 /target/linux | |
parent | ebc36ebb2349ef5d492dd2bd5be962bac26bb19a (diff) | |
download | upstream-f5865452ac806f43e34a29f89f5b8ab8070e7813.tar.gz upstream-f5865452ac806f43e34a29f89f5b8ab8070e7813.tar.bz2 upstream-f5865452ac806f43e34a29f89f5b8ab8070e7813.zip |
mediatek: mt7623: include regular AHCI PCI driver
The legacy image for the UniElec U7623-02 until now included
kmod-ata-ahci-mtk. The MT7623 chip doesn't have that IP and that
board uses a PCIe-connected AHCI controller for the SATA port and
mSATA-pins of the mPCIe socket. Hence include kmod-ata-ahci instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/image/mt7623.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/mt7623.mk b/target/linux/mediatek/image/mt7623.mk index 89c771e5a0..16f59790b0 100644 --- a/target/linux/mediatek/image/mt7623.mk +++ b/target/linux/mediatek/image/mt7623.mk @@ -170,7 +170,7 @@ define Device/unielec_u7623-02-emmc-512m-legacy KERNEL := kernel-bin | append-dtb | uImage none KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none DEVICE_PACKAGES := kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 kmod-mmc \ - mkf2fs e2fsprogs kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-ata-ahci-mtk \ + mkf2fs e2fsprogs kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-ata-ahci \ partx-utils IMAGES := sysupgrade.bin.gz IMAGE/sysupgrade.bin.gz := append-kernel |\ |