openwrt/target/linux/bcm27xx
John Audia 7a112661d5
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>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry picked from commit f105d1a9a9)
2025-01-04 13:41:49 +01:00
..
base-files bcm27xx: base-files: diag: improve LEDs behaviour 2024-07-03 20:56:56 +02:00
bcm2708 bcm27xx: pull 6.6 patches from RPi repo 2024-12-28 14:11:52 +01:00
bcm2709 bcm27xx: pull 6.6 patches from RPi repo 2024-12-28 14:11:52 +01:00
bcm2710 bcm27xx: pull 6.6 patches from RPi repo 2024-12-28 14:11:52 +01:00
bcm2711 bcm27xx: pull 6.6 patches from RPi repo 2024-12-28 14:11:52 +01:00
bcm2712 bcm27xx/bcm2712: Fix-up RP1 modules 2025-01-04 13:41:49 +01:00
image Revert "bcm27xx: align and enable hwmon/thermal symbols" 2024-08-20 18:01:33 +02:00
modules bcm27xx/bcm2712: Fix-up RP1 modules 2025-01-04 13:41:49 +01:00
patches-6.6 kernel: bump 6.6 to 6.6.69 2025-01-03 21:51:07 +01:00
config-6.6 bcm27xx: pull 6.6 patches from RPi repo 2024-12-28 14:11:52 +01:00
Makefile bcm27xx: switch default kernel to 6.6 2024-06-19 19:36:09 +02:00
modules.mk target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00