John Audia f105d1a9a9
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
bcm27xx/bcm2712: Fix-up RP1 modules
Correct a few mistakes around dependencies and naming and unset
CONFIG_FIRMWARE_RP1 in RPi5B's config and instead of a builtin, build it
as a module.

Without this change, there are two entries for rp1.ko in
/lib/modules/$(uname -r)/modules.builtin due to how we strip the leading
directories when we generate it. See: package/kernel/linux/Makefile
around line 63.

  % grep rp1.ko /lib/modules/$(uname -r)/modules.builtin
  pwm-rp1.ko
  clk-rp1.ko
  rp1.ko
  rp1.ko

The kernel log gets spammed with tons of superfluous warnings as a
results of the double entry:

  daemon.warn modprobe: found duplicate builtin module rp1

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/17461
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-01-04 12:16:03 +01:00
..
2024-12-19 00:38:34 +01:00
2024-12-19 00:38:34 +01:00
2024-12-22 11:40:58 +01:00
2024-12-13 21:40:02 +01:00
2024-12-13 21:40:02 +01:00
2025-01-02 20:56:33 +01:00
2024-12-13 21:40:02 +01:00
2024-12-27 16:08:19 +01:00
2024-11-23 16:47:53 +01:00
2025-01-04 00:54:47 +01:00
2024-12-30 01:55:41 +01:00
2024-11-16 00:25:14 +01:00