kirkwood: add kmod-ata-ahci as default to ix4-200d #19435
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The ix4-200d is a 4 bay NAS supported since OpenWrt 23.05 (#12659). Drive trays 3 and 4 are connected to the SoC, trays 1 and 2 to a SATA controller. Due to a kernel-related issue with the SATA controller, trays 1 and 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 2 can now be made accessible. This requires the
kmod-ata-ahci
package, which this commit adds as default to the makefile.