tabris
2b623ad5eb
kernel config BPI-R4 / add WIREGUARD, IFB, NETCONSOLE and TUN as modules
2025-08-25 01:35:56 +08:00
tabris
76f99581f9
kernel config BPI-R4 / modulize SCSI, SATA/PATA, LOOP, NBD, and ramdisk
2025-08-25 01:35:56 +08:00
tabris
25f00b3aa9
kernel config BPI-R4 / modulize BT & RFKILL
2025-08-25 01:35:56 +08:00
Igor
1056f8e4e4
Qualcomm Robotics RB5: temporally disable daily builds ( #8535 )
v25.11.0-trunk.75
2025-08-23 09:18:44 +02:00
Igor
96b10be3c6
Drop CONFIG_CAN_TI_HECC module as it fails to compile ( #8534 )
...
* Drop CONFIG_CAN_TI_HECC module as it fails to compile
On other 32b configs
* Drop rk3588 collabora defconfig
* Drop CAN_TI_HECC from remaining as suggested by AI
2025-08-23 01:13:43 +02:00
Rolf Leggewie
501f26e561
motd: fix another alignment issue
v25.11.0-trunk.60
2025-08-22 20:12:25 +08:00
Rolf Leggewie
8c888e3a27
config / families: drop collabora kernel for rk3588 ( #7381 )
2025-08-22 18:45:15 +08:00
Igor Pecovnik
10bd7ac43c
Drop CONFIG_CAN_TI_HECC module as it fails to compile
2025-08-22 18:44:37 +08:00
Andrei Aldea
9aa1fcce53
Update TI k3.conf to use new official mirrors
2025-08-22 14:58:37 +08:00
Rolf Leggewie
94d26351d2
config: change order of preferred kernels
...
reorder kernel preference in more boards as "current > edge > legacy"
2025-08-21 18:16:18 +08:00
Rolf Leggewie
82a5bc5e93
config / BPi M2+: change order of preferred kernels
2025-08-21 18:16:18 +08:00
Rolf Leggewie
91c0f21250
patch: drop rk3399-fix-pci-lanes.patch from 6.16 kernel
...
The patch has been upstreamed
2025-08-21 11:52:25 +02:00
tabris
63ef82d227
move CONFIG_PCS_MTK_USXGMII near CONFIG_NET_MEDIATEK_SOC; I2C_SLAVE probably irrelevant
2025-08-21 17:10:11 +08:00
tabris
eb512c1b40
So I'm not completely convinced about CONFIG_ARM64_ERRATUM_858921, but
...
when doing my initial changes [enabled a bunch of PHYs, made NFS/SMB
etc modules... random stuff], I somehow enabled some errata fixes, and
this one showed up in dmesg.
The real star of the show I'm pretty sure is CONFIG_PCS_MTK_USXGMII.
Note, it cannot be a module, but on this platform we probably wouldn't
want it to be anyway. When I say "it can't", I'm saying it breaks the
build during the linker phase for vmlinux. Probably worth fixing, but
I'm unclear where to start, other than it's probably a Kconfig
dependency problem.
CONFIG_I2C_SLAVE_EEPROM came along for the ride b/c it possibly made
sense with SFPs. But I haven't tried a test build without it yet.
For the record: this works with both my AQS-107-B0C2-CX [an 802.3bz
SFP+] and my FS.com SFP-10GSR-85 "generic" SFP+.
2025-08-21 17:10:11 +08:00
Paolo Sabatino
5905ba2e21
remove patch preventing GbE from working on rockpi-e
2025-08-20 21:40:48 +02:00
Paolo Sabatino
ae11ad5db5
workaround for rockchip gigabit ethernet not able to init dma
2025-08-20 21:40:48 +02:00
Muhammed Efe Cetin
7a02c24af6
nanopi-m6: add GT911 touchscreen support to edge kernel
2025-08-20 15:50:10 +08:00
Muhammed Efe Cetin
1523d9e9f8
nanopi-m6: add YX35 lcd support to edge kernel
2025-08-20 15:50:10 +08:00
Julian Sikorski
b8977cee85
Update odroidxu4-current to 6.6.102
2025-08-19 20:14:58 +02:00
Rolf Leggewie
63986242b6
pad double digits in kernel patch names with a leading zero ( #8520 )
...
Affected kernels:
- odroidxu4-6.6
- spacemit-6.6
the following script gets it mostly (!) right
for patch in patch-6.6.*; do
# Extract the numbers using parameter expansion
num1=${patch:10:2} # Get the first number (2 digits)
num2=${patch:13:2} # Get the second number (2 digits)
# Pad the numbers with leading zeros
padded_num1=$(printf "%03d" "$num1")
padded_num2=$(printf "%03d" "$num2")
# Construct the new patch name
new_patch="patch-6.6.${padded_num1}-${padded_num2}.patch"
# Rename the file using git mv
git mv -v "$patch" "$new_patch"
done
2025-08-19 14:10:26 +02:00
EvilOlaf
4b50772747
switch kde-neon to stable, switch support to csc
2025-08-19 17:31:35 +08:00
dependabot[bot]
9ca5752314
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from f963b3f3562b00b6d2dd25efc390eb04e51ef6c6 to 2036da178f85576f1940fedb74bb93a36cd89ab7.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](f963b3f356...2036da178f )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 2036da178f85576f1940fedb74bb93a36cd89ab7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-19 17:26:59 +08:00
Igor
50ef00e6aa
Fixing breakage of sunxi64 edge
2025-08-18 19:31:25 +02:00
igorpecovnik
0f04650d57
Automatic board configs status synchronise
2025-08-19 00:41:11 +08:00
Qvy-PNG
a7f9180c93
adding myself as maintainer on the pinebook a64
v25.11.0-trunk.36
2025-08-18 04:37:14 +08:00
Paolo Sabatino
9e30758977
Implement innosilicon phy usb3 driver for rk3328
...
source: https://patchwork.kernel.org/project/linux-rockchip/cover/20250115012628.1035928-1-pgwipeout@gmail.com/
v25.8.1
2025-08-17 13:56:49 +02:00
leggewie
bc79acbdee
extensions: standardize apt-get option placement & separate package arguments in APA
...
make coderabbitai happy
Move the --[no-]install-recommends flag after the install subcommand and pass each package as its own argument to avoid them being interpreted as a single package name.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-16 17:44:40 +02:00
Rolf Leggewie
2e9c5a954f
extensions: fix minor spelling mistake in APA
2025-08-16 17:44:40 +02:00
Rolf Leggewie
5d88567b52
extensions: remove *.inactive sources snippet from APA
2025-08-16 17:44:40 +02:00
Rolf Leggewie
e3dfa51165
extensions: make handling of INSTALL_RECOMMENDS in APA more robust
2025-08-16 17:44:40 +02:00
EvilOlaf
33d4b2c13b
add recursion when umounting /sys
2025-08-16 17:44:15 +02:00
Rolf Leggewie
4f8fdbc73b
config/desktop: update gnome-bluetooth pkg in noble and trixie ( #8501 )
...
gnome-bluetooth in later releases is only transitional package to
gnome-bluetooth-sendto. update config-base package definition for
noble and trixie i3-wm.
2025-08-16 17:27:32 +02:00
igorpecovnik
e6448a22e3
tools: Bump SHELLCHECK_VERSION from 0.10.0 to 0.11.0
2025-08-16 21:15:44 +08:00
igorpecovnik
a1c49e4e5f
tools: Bump SHELLCHECK_VERSION from 0.10.0 to 0.11.0
2025-08-16 21:15:24 +08:00
Rafay Ahmed
214fd20892
Enable lte_em05 as a module ( closes : #8504 )
2025-08-16 20:34:00 +08:00
juanesf
c1ea893bcf
Update radxa-cubie-a5e.csc
...
- Delete path folder fix "The file sun55i-a527-radxa-a5e.dtb was not found in the path /dtb/allwinner"
2025-08-16 09:47:41 +02:00
Rafay Ahmed
a6cfb44448
linux-rk35xx-vendor: Add and enable LTE em05 driver ( Enables support for WWAN cards in Rock 5T/5B+ ) ( #8484 )
...
* Added a patch to add the lte_em05 driver
Adds support for the Quectel M2 WWAN card on the Rock 5T/5B+.
* Enable CONFIG_LTE and LTE_RM310 + LTE_EM05
Enables the lte_rm310 and lte_em05 drivers (drivers/net/lte/).
* Delete patch/kernel/rk35xx-vendor-6.1/net-lte-add-lte-em05-driver.patch
Changes in the patch submitted to armbian/linux-rockchip . Only config change needed now after that gets approved.
2025-08-15 19:53:49 +02:00
Igor Pecovnik
e765406935
Orangepizero: drop Crust support that is preventing succesful reboot
2025-08-16 00:53:02 +08:00
FantasyGmm
dfb7c4fa6a
Update Qcom RB5 Config
2025-08-14 16:24:57 +02:00
Patrick Yavitz
bf9b1368fe
BananaPi BPI-M4-Zero: Add spi0 node
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-13 10:22:27 -04:00
JohnTheCoolingFan
f6553798d4
Remove patch reverting upstream changes in radxa uboot
2025-08-13 15:44:33 +02:00
Qvy-PNG
2adb3dbaa4
improve WiFi support for the sun50iw1 board family
...
- compile the 8723cs kernel module for Sunxi64 current and edge kernel
- run-tested on the Pine64
2025-08-13 18:43:32 +08:00
Rolf Leggewie
5f3cb7124a
config/desktop: temporarily disable mate-sntray-plugin for trixie mate #FTBFS #RC
...
mate-sntray-plugin: https://bugs.debian.org/1086771
2025-08-13 18:42:36 +08:00
Rolf Leggewie
eda88e848b
lib / prepare-host: debian-archive-keyring is not a host-dependency for RISCv64
...
This was introduced in 2a8cb5793f as a relaxation to the previous
state when RISCv64 was not yet officially supported by Debian and
lived in Debian Ports.
2025-08-13 18:39:59 +08:00
Patrick Yavitz
d833170688
BPI-CM4/M2S Set default cpufreq MIN / MAX
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-13 05:49:07 -04:00
Patrick Yavitz
94d9b3a5dd
BPI-CM4: Remove Improve SDIO WiFi speeds related overlay
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-13 05:49:07 -04:00
Patrick Yavitz
617580ee89
REVERT: Improve SDIO WiFi speeds
...
The change isn't consistent and only works in 2 out of 3 units.
When it fails, it does so hard, breaking SDIO.
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-08-13 05:49:07 -04:00
dependabot[bot]
da6546d1b4
build(deps): bump gitpython from 3.1.44 to 3.1.45
...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython ) from 3.1.44 to 3.1.45.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases )
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES )
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.44...3.1.45 )
---
updated-dependencies:
- dependency-name: gitpython
dependency-version: 3.1.45
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 05:45:57 +02:00
dependabot[bot]
653c659c76
build(deps): bump dtschema from 2025.6.1 to 2025.8
...
Bumps [dtschema](https://github.com/devicetree-org/dt-schema ) from 2025.6.1 to 2025.8.
- [Release notes](https://github.com/devicetree-org/dt-schema/releases )
- [Commits](https://github.com/devicetree-org/dt-schema/compare/v2025.06.1...v2025.08 )
---
updated-dependencies:
- dependency-name: dtschema
dependency-version: '2025.8'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 05:43:44 +02:00
dependabot[bot]
9e37cbd5a3
build(deps): bump tj-actions/changed-files
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 4662f28b04a04c9b3c760178bc00690771ba6fe1 to f963b3f3562b00b6d2dd25efc390eb04e51ef6c6.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](4662f28b04...f963b3f356 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: f963b3f3562b00b6d2dd25efc390eb04e51ef6c6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 05:43:22 +02:00