ColorfulRhino
10bbac640a
github: Add new labels, e.g. Good first issue
...
Some other new labels were added by dependabot and are now synced to labels.yml
2024-08-06 16:51:56 +08:00
ColorfulRhino
f0001417ed
actions: Run YAML formatter over all workflow files
2024-08-06 16:51:56 +08:00
ColorfulRhino
c530b437e4
actions: Small naming changes for some steps
2024-08-06 16:51:56 +08:00
ColorfulRhino
3e3e33b236
actions: Introduce run names for all workflows
...
This should make viewing the Action runs in the web UI more pleasant.
2024-08-06 16:51:56 +08:00
ColorfulRhino
b145481c6a
actions: Add names to auto-labeler jobs
2024-08-06 16:51:56 +08:00
ColorfulRhino
aa5042d865
actions: Fix GITHUB_OUTPUT variables
2024-08-06 16:51:56 +08:00
JohnTheCoolingFan
514ddcb320
Add MKNOD capability to docker container ( #6927 )
...
* Added MKNOD capability to docker container
* Added comment explaining why MKNOD capability is needed
2024-08-06 16:51:56 +08:00
Viacheslav Bocharov
af9b735d93
Fix armbian-firstrun service not disabled on start.
...
Fixes: 7b33243c27c48bea6345aeff9e836c0f2b4f06e9
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
2024-08-06 16:51:56 +08:00
ColorfulRhino
f0094a2d8c
wifi: rtl8852bs: Add some comments
2024-08-06 16:51:56 +08:00
amazingfate
860f069769
wifi: rtl8852bs: fix build for rockchip
2024-08-06 16:51:56 +08:00
Ricardo Pardini
343741629a
nanopi-r5s: u-boot: pci enum in preboot; disable armbian-led-state
...
- pci enum in preboot; required for working m.2 when booting some older kernels
- this board has an overlay (DEFAULT_OVERLAYS="nanopi-r5s-leds") to drive the LEDs, disable armbian-led-state service
2024-08-06 16:51:56 +08:00
ColorfulRhino
186b77c833
mt7623: Enable various Mediatek-related kernel config options
...
This enabled more Mediatek drivers for potential better support for the mt7623 SoC.
2024-08-06 16:51:56 +08:00
ColorfulRhino
873c381732
mt7623: Bump U-Boot to 2024.07
...
- Move uboot patch dir to v2024.07 since the `legacy` folder is only for vendor or very old uboots.
2024-08-06 16:51:56 +08:00
ColorfulRhino
4f08c9602c
mt7623: current: Rewrite kernel config
2024-08-06 16:51:56 +08:00
ColorfulRhino
fd9d3733b2
mt7623: Bump legacy 4.19 to current 6.6 kernel
...
NB: This family only has one board (BananaPi R2) and has not been properly maintained in many years, so 'current' LTS kernel is enough.
No need for 'edge' kernel unless someone plans to step in as maintainer who bumps and tests it on every new kernel release.
- Adjust BananaPi R2 board config (board is mainlined)
- Remove legacy kernel patch folder and kernel config
- Remove unstable WiFi stuff
2024-08-06 16:51:56 +08:00
Lemon
6b99e82634
To modify the PWM-fan temperature control policy of fine3399 to adjust the fan speed to a lower level ( #6843 )
...
* To modify the PWM-fan temperature control policy of fine3399 to adjust the fan speed to a lower level
* Integrating support for xiaobaonas boards into the rockchip64-6.9 kernel
2024-08-06 16:51:56 +08:00
The-going
13d912c981
sunxi-6.1: Add missing GPU trip point
2024-08-06 16:51:56 +08:00
The-going
4eeb246d31
sunxi-6.1: Turn on poorly designed patches again.
...
Poorly designed patches result in the maintainer
having to do extra work.
2024-08-06 16:51:56 +08:00
The-going
a58067ff7e
sunxi-6.1: Revert: handle entropy from atomic process context
...
Revert 07b37f227c8daa27e68f57b1c691fab34a06731e commit
For the sunxi (armhf) architecture, this commit results in
an inability to load the kernel. It's actually a crutch
that can break everything tomorrow.
Therefore, freeze the kernel version for better times.
2024-08-06 16:51:56 +08:00
The-going
ca1feb9491
sunxi-6.1: switch to tag:v6.1.97, re-extracting the corrected ones
...
Fix: dtb dtbo install, wrong select media sensors
Disable incorrectly designed patches.
They need to be aligned with the kernel code.
2024-08-06 16:51:56 +08:00
ColorfulRhino
c345ed60cb
partitioning: Reduce commit mount option for btrfs and ext4 to 120
...
Mount option `commit=600` (=10 minutes) seems pretty high.
Reduce it to 120 for ext4 (default for ext4 is `commit=5`)
and 120 for btrfs (default for btrfs is `commit=30`) to reduce
risk of losing data on power loss.
Sources:
- https://www.kernel.org/doc/html/latest/admin-guide/ext4.html
- https://wiki.archlinux.org/title/Btrfs#Commit_interval
- https://btrfs.readthedocs.io/en/latest/Administration.html
2024-08-06 16:51:56 +08:00
dependabot[bot]
71fd44b656
build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65462800fd...0b2256b8c0 )
2024-08-06 16:51:56 +08:00
Igor Pecovnik
34ae6e7e25
Trixie: remove / replace missing packages
2024-08-06 16:51:56 +08:00
Ricardo Pardini
278d9946c3
mekotronics: u-boot: join rockchip-rk3588's default u-boot-radxa-rk35xx scheme
...
- rebased 2 patches
- moved null patches for dts & defconfigs to `dt` / `defconfig` dirs
- rename defconfigs since we're at it; use board-specific only
- defconfigs re-saved
2024-08-06 16:51:56 +08:00
ColorfulRhino
937031b369
nanopi-r6s: Use mainline U-Boot
...
The same configuration has been working fine for the similar NanoPi R6C for a while. Users have reported issues with the vendor U-Boot not able to boot.
Ref: https://forum.armbian.com/topic/42105-report-bug-in-nanopi-r6s/
2024-08-06 16:51:56 +08:00
Ricardo Pardini
56d2fbb32c
mixtile-blade3: u-boot: join rockchip-rk3588's default u-boot-radxa-rk35xx scheme
...
- rebased 3 patches
- moved null patches for dts & defconfigs to `dt` / `defconfig` dirs
- don't rename defconfigs: those are shared with Joshua Riek (ubuntu-rockchip)
- defconfigs re-saved
2024-08-06 16:51:56 +08:00
Ricardo Pardini
5eed4b7b9b
thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.10-rc6; add fprintd back to Trixie; fixes
...
- adapt according to most recent instructions from jhovold:
- https://github.com/jhovold/linux/wiki/X13s
- 993ae484d1
2024-08-06 16:51:56 +08:00
ColorfulRhino
ff6f7852cc
Beautify shellfmt and add board configs to formatting list ( #6910 )
...
* tools: shellfmt: Beautify and add board configs to formatting list
* Format the whole code using `lib/tools/shellfmt.sh`
---------
Co-authored-by: Igor <igor@armbian.com>
2024-08-06 16:51:56 +08:00
Ricardo Pardini
1103c0cfe7
multiple boards: bump u-boot from v2024.07-rcX to v2024.07 final
...
- after this, all patches were rewritten, but zero changes. success!
2024-08-06 16:51:56 +08:00
Ricardo Pardini
aafc735cb1
jethubj200: rewrite u-boot patches against v2024.07 final
2024-08-06 16:51:56 +08:00
Ricardo Pardini
80b26f7c6c
rk3318-box: rewrite u-boot patches against v2024.07-rc5
2024-08-06 16:51:56 +08:00
Ricardo Pardini
ce86c1bec7
rk322x-box: rewrite u-boot patches against v2024.07-rc5
2024-08-06 16:51:56 +08:00
ColorfulRhino
02fe172aee
config: distros: Add armhf to Debian Trixie
2024-08-06 16:51:56 +08:00
ColorfulRhino
ebeef87884
config: distros: Make architecture listing consistent
2024-08-06 16:51:56 +08:00
ColorfulRhino
c2b37cd9f9
cli: main-config: Move NETWORKING_STACK config after family config
...
This allows family configs to change the networking stack.
2024-08-06 16:51:56 +08:00
Paolo Sabatino
e5b4d985e3
remove rk3288 unused boot binary blob
2024-08-06 16:51:56 +08:00
Paolo Sabatino
cc7fbc4c0d
overwrite UBOOT_TARGET_MAP in board conf
2024-08-06 16:51:56 +08:00
Paolo Sabatino
d4b71299fe
rebase patches with rewrite-uboot-patches
2024-08-06 16:51:56 +08:00
ColorfulRhino
e6f5548197
cli: uboot: Remove HOME workaround for old tinkerboard/xt-q8l-v10 U-Boot
...
This temporary workaround was only needed for tinkerboard and xt-q8l-v10 version 2022.04 U-Boot. The version has since bumped to 2024.07 and builds fine without this.
2024-08-06 16:51:56 +08:00
Paolo Sabatino
6731a88f90
bump rk3288 tinkerboard to uboot v2024.07
...
* also bump:
* rk3288 xt-q8l-v10 target
* rk322x-box target (was already v2024.07-rc5)
* rk3318-box target (was already v2024.07-rc5)
2024-08-06 16:51:56 +08:00
Ricardo Pardini
1948cc078a
odroidm1: don't copy paste without changing the function name
...
Co-authored-by: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com>
2024-08-06 16:51:56 +08:00
Ricardo Pardini
1facfb4c3b
odroidm1: bump to u-boot v2024.07; replace defconfig patches with hook
...
- bump "armbian" env to reset env in SPI on first run
2024-08-06 16:51:56 +08:00
Ricardo Pardini
1cda6cdaf2
u-boot: embed armbian artifact version in CONFIG_LOCALVERSION
...
- we're hacking at it anyway, so why not use it to uniquely identify the exact build
2024-08-06 16:51:56 +08:00
Igor Pecovnik
3f08422ac9
Bananapi M5: Bump u-boot to v2024.07 final
2024-08-06 16:49:39 +08:00
amazingfate
40af11c629
add new board radxa-e52c
2024-08-06 16:49:39 +08:00
Igor Pecovnik
f5b6c5b7bb
Allwinner: set legacy 6.1.y to last known build tag
2024-08-06 16:49:39 +08:00
Patrick Yavitz
d3b4e4b880
RTW88: 6.6: upstream wireless: fixups
...
wifi: rtw88: coex: Prevent doing I/O during Wi-Fi power saving
https://patchwork.kernel.org/project/linux-wireless/patch/20240320075047.31810-1-pkshih@realtek.com/
wifi: rtw88: station mode only for SDIO chips
https://patchwork.kernel.org/project/linux-wireless/patch/20240327004155.7172-1-pkshih@realtek.com/
wifi: rtw88: Set default CQM config if not present
https://lore.kernel.org/all/20240401033019.9664-1-pkshih@realtek.com/
wifi: rtw88: usb: Simplify rtw_usb_write_data
https://patchwork.kernel.org/project/linux-wireless/patch/2479507e-3946-492f-857e-83e54969aad2@gmail.com/#25836118
wifi: rtw88: usb: Fix disconnection after beacon loss
https://patchwork.kernel.org/project/linux-wireless/patch/ecbf0601-810d-4609-b8fc-8b0e38d2948d@gmail.com/
wifi: rtw88: usb: Further limit the TX aggregation
https://patchwork.kernel.org/project/linux-wireless/patch/cb46ea35-7e59-4742-9c1f-01ceeaad36fb@gmail.com/
wifi: rtw88: schedule rx work after everything is set up
https://lore.kernel.org/lkml/96a46df7c4c49b2b033bc7cd8d5cad3306db8ca6.camel@realtek.com/T/
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-08-06 16:49:39 +08:00
Igor Pecovnik
8dfb3e4a7f
Adjust Rockpi S patch to align with upstream changes
2024-08-06 16:49:39 +08:00
Viacheslav Bocharov
6550a6efc0
Fix trap-logging to CI ant not GITHUB_ACTIONS
...
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
2024-08-06 16:49:39 +08:00
Viacheslav Bocharov
1027ba4aec
Fix check CI && GITHUB_ACTIONS for GITHUB_OUTPUT to only GITHUB_ACTIONS
...
Signed-off-by: Viacheslav Bocharov <adeep@lexina.in>
2024-08-06 16:49:39 +08:00