Skip to content

Commit 5303f63

Browse files
sanderpqrhauke
authored andcommitted
kirkwood: add kmod-ata-ahci as default to ix4-200d
The ix4-200d is a 4 bay NAS supported since OpenWrt 23.05. Drive trays controller. Due to a kernel-related issue with the SATA controller, trays #1 and openwrt#2 were not recognized. This issue has been fixed in kernel 6.10, so with the adoption of kernel 6.12 in the Kirkwood target trays #1 and openwrt#2 can now be made accessible. This requires the kmod-ata-ahci package, which this commit adds as default to the makefile. Signed-off-by: Sander van Deijck <sander@vandeijck.com> Link: openwrt#19435 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
1 parent 5359639 commit 5303f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

target/linux/kirkwood/image/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ define Device/iom_ix4-200d
240240
$(Device/kernel-size-migration-iomega)
241241
DEVICE_VENDOR := Iomega
242242
DEVICE_MODEL := StorCenter ix4-200d
243-
DEVICE_PACKAGES := kmod-ata-marvell-sata kmod-fs-ext4 \
243+
DEVICE_PACKAGES := kmod-ata-ahci kmod-ata-marvell-sata kmod-fs-ext4 \
244244
kmod-gpio-button-hotplug kmod-gpio-nxp-74hc164 \
245245
kmod-hwmon-adt7475 kmod-mvsdio kmod-spi-gpio kmod-rtc-mv
246246
PAGESIZE := 512

0 commit comments

Comments
 (0)