aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/modules.mk
Commit message (Collapse)AuthorAgeFilesLines
* gemini: Drop kernel v5.15 and default to v6.1Linus Walleij2023-10-041-5/+2
| | | | | | | | | | | | | | There is no point in keeping the v5.15 kernel around for Gemini, we are maintaining the platform with a strong upstream focus and newer is always better. Now that OpenWrt can support pure v6.1 kernels, switch up to v6.1 and drop v5.15 so we don't need to migrate configs and patches for no reason. The USB FOTG2 module handling can be simplified as a result. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
* kernel: Package the new FOTG210 module properlyLinus Walleij2023-06-011-0/+14
When using the Gemini, we apply patches that create a single module that support both host and device mode these days. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> (move module to gemini target, keep both 6.1+2-ish + 5.15 module CONFIG and files around until 5.15 is dropped) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>