Apply rtl8723cs bluetooth only with kernels above 6.1#9184
Apply rtl8723cs bluetooth only with kernels above 6.1#9184igorpecovnik merged 1 commit intoarmbian:mainfrom
Conversation
📝 WalkthroughWalkthroughModified kernel-version gating for RTL8723CS Bluetooth driver patches in the compilation script. Broadened outer conditional from kernel 6.2–6.3 to 6.1+, introducing nested conditionals to target specific kernel ranges, and adding four new Bluetooth-related patches for broader kernel compatibility. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (14)📓 Common learnings📚 Learning: 2025-09-09T07:30:22.419ZApplied to files:
📚 Learning: 2026-01-06T21:17:42.268ZApplied to files:
📚 Learning: 2025-08-02T14:59:28.145ZApplied to files:
📚 Learning: 2025-12-19T13:56:45.124ZApplied to files:
📚 Learning: 2025-09-11T06:06:52.328ZApplied to files:
📚 Learning: 2025-12-17T05:09:02.306ZApplied to files:
📚 Learning: 2025-11-20T18:20:11.985ZApplied to files:
📚 Learning: 2025-12-21T10:28:48.455ZApplied to files:
📚 Learning: 2025-03-31T22:20:41.849ZApplied to files:
📚 Learning: 2025-12-17T15:46:22.709ZApplied to files:
📚 Learning: 2025-03-31T22:20:48.475ZApplied to files:
📚 Learning: 2025-07-27T15:54:35.119ZApplied to files:
📚 Learning: 2025-12-18T23:40:41.627ZApplied to files:
🧬 Code graph analysis (1)lib/functions/compilation/patch/drivers_network.sh (1)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
As @rpardini discovered after applying PR #9171, some legacy kernels could not apply rtl8723cs bluetooth patches because the driver did not exist yet in those kernels. For this reason, this PR adds the original guard against kernels older than 6.1.
How Has This Been Tested?
KERNEL_DRIVERS_SKIPflag to force the driver inclusion)Checklist:
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.