armbian-build/patch/kernel/archive
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
..
bcm2711-6.1
bcm2711-6.6
bcm2711-6.10
imx6-6.1
imx6-6.6
imx6-6.10 Revert "imx6: move current to 6.12.y" 2025-02-12 11:50:10 +01:00
imx8m-6.12 MBa8MPxL: fix overlays for lvds and camera 2025-08-05 13:20:13 +02:00
meson64-6.12 BPI-CM4: Remove Improve SDIO WiFi speeds related overlay 2025-08-13 05:49:07 -04:00
meson64-6.15 BPI-CM4: Remove Improve SDIO WiFi speeds related overlay 2025-08-13 05:49:07 -04:00
meson-6.10 meson: kernel update: legacy -> 6.6, current -> 6.12 (#7801) 2025-02-08 23:08:34 +01:00
meson-6.12 Main: adjust broken patches on Meson and Rockchip64 2025-06-21 19:37:37 +02:00
meson-s4t7-5.15
mvebu-6.1
mvebu-6.6
mvebu-6.12 mvebu: bump EDGE kernel to 6.12 and disable Active State Power Management 2025-05-16 19:01:48 +02:00
odroidxu4-6.6 pad double digits in kernel patch names with a leading zero (#8520) 2025-08-19 14:10:26 +02:00
rockchip64-6.6 sakurapi-rk3308b: fix uart4 bcm4345c5 bluetooth hci, enable i2c1 2025-04-13 09:10:53 +02:00
rockchip64-6.9 sakurapi-rk3308b: fix uart4 bcm4345c5 bluetooth hci, enable i2c1 2025-04-13 09:10:53 +02:00
rockchip64-6.10/dt
rockchip64-6.12 SMART AM40: add PHY LED configuration 2025-07-26 11:16:33 +02:00
rockchip64-6.16 Implement innosilicon phy usb3 driver for rk3328 2025-08-17 13:56:49 +02:00
rockchip-6.12 rockchip/64: fix again periodic dma and audio stuttering 2025-02-23 19:26:53 +01:00
rockchip-6.16 bump rockchip edge to kernel 6.16 2025-07-28 20:45:52 +08:00
sm8250-6.12 Remove Xiaomi umi Support 2025-03-10 16:50:49 +08:00
sm8550-6.12 Update Odin2 Config 2025-03-15 10:29:56 +01:00
spacemit-6.6 pad double digits in kernel patch names with a leading zero (#8520) 2025-08-19 14:10:26 +02:00
spacemit-6.16 SpacemiT: Add edge patches 2025-08-11 12:21:05 -04:00
starfive-6.1
sunxi-6.6 Sunxi overlays - fix dts peripheral aliases (#8290) 2025-06-11 23:54:06 +02:00
sunxi-6.7
sunxi-6.12 BananaPi BPI-M4-Zero: Add spi0 node 2025-08-13 10:22:27 -04:00
sunxi-6.13 BananaPi BPI-M4-Zero: codec node not currently required 2025-05-14 08:56:39 -04:00
sunxi-6.14 Sunxi overlays - fix dts peripheral aliases (#8290) 2025-06-11 23:54:06 +02:00
sunxi-6.15 BananaPi BPI-M4-Zero: Add spi0 node 2025-08-13 10:22:27 -04:00
sunxi-6.16 Migrate Radxa Cubie A5E to mainline 6.16 (#8447) 2025-08-07 22:17:15 +02:00
uefi-arm64-6.6
uefi-arm64-6.9
uefi-arm64-6.12
uefi-arm64-6.16 uefi-arm64: bump to 6.16 2025-08-03 09:37:30 +08:00
uefi-loong64-6.16 loong64: add patches for intel xe driver with non 4K page size 2025-08-04 17:34:24 +08:00
wsl2-arm64-6.1
wsl2-arm64-6.6
zynq-5.4
wsl2-x86-6.1
wsl2-x86-6.6