13157 Commits

Author SHA1 Message Date
August
cd9f280a13 update .gitignore 2024-06-12 19:59:52 +08:00
August
efa7c03dfc remove local build script 2024-06-12 19:58:12 +08:00
August
8165864cb9 armbian-install: reserve 20MB for sun50iw9 legacy 2024-06-12 19:56:02 +08:00
August
3e781041f9 add bpi-m4berry and bpi-m4zero support 2024-06-12 19:54:27 +08:00
August
25168c2060 update buster-backports apt mirror for release build 2024-05-08 00:05:41 +08:00
August
a5fb0db5cb update buster-backports apt mirror because buster-backports was removed from the main server 2024-05-07 20:24:35 +08:00
August
cc9b0bfa86 build and install kernel headers for legacy build 2024-05-07 20:22:54 +08:00
August
d4fdf488fa fix incorrect file path of quectel 2024-03-21 14:54:30 +08:00
August
313bf98d17 fix jammy i3-wm build fail 2024-03-18 15:25:31 +08:00
August
440c7dc8da support bookworm build 2024-03-16 20:42:01 +08:00
August
218ef89626 change DOWNLOAD_MIRROR to ustc 2024-03-16 19:12:06 +08:00
August
86d17ae473 support bullseye and jammy build 2024-03-16 18:15:45 +08:00
August
145f379999 add build script 2024-03-15 12:15:18 +08:00
August
9ee3f8c915 build armbian-config deb for minimal 2024-03-15 12:14:32 +08:00
August
30793142af merge update to mesonsm1 2024-03-15 11:24:16 +08:00
August
ee8bea63ca update for bpi meson g12b board build 2024-03-14 17:31:28 +08:00
August
7f8f4d6468 fix bpi legacy focal gnome startup issue 2024-03-12 22:53:45 +08:00
August
bf6e570d56 add bpi-m2s and bpi-cm4io support 2024-03-12 22:52:56 +08:00
August
eed6fed958 update bpi-m5 support 2024-03-12 22:28:06 +08:00
August
9000d4a55b restore bananapim5.conf 2024-03-11 08:45:07 +08:00
August
9f2f644619 add bpi-m5 support 2024-03-10 18:55:06 +08:00
August
24d7f24cbc support gitee url 2024-03-09 18:08:19 +08:00
August
7f916b9753 set download lowest-speed-limit to 50k 2024-03-09 18:07:56 +08:00
August
3736f6524e enable focal distros option 2024-03-09 18:07:11 +08:00
Igor Pecovnik
2cd46aceb5 Fix for Github Action - don't use custom folder if it doesn't exists
Closes https://github.com/armbian/build/issues/6332
2024-03-03 17:10:06 +01:00
Ricardo Pardini
92d79917ac rockchip-rk3588-edge: rewrite kernel patches against v6.8-rc6, no changes 2024-03-03 16:58:34 +01:00
Ricardo Pardini
d496b2a4b6 rockchip-rk3588-edge: rewrite kernel config against v6.8-rc6, no changes 2024-03-03 16:58:34 +01:00
Ricardo Pardini
dd04bb0cf7 mainline-kernel: bump to 6.8-rc6, affecting only rockchip-rk3588-edge
- who wants to bump uefi too? I've done it too many times. Igor too
2024-03-03 16:58:34 +01:00
Ricardo Pardini
fffc6ddb2e rockchip-rk3588-edge: rewrite kernel config against v6.8-rc1, no changes
- in preparation for bump to v6.8-rc6/7 later
2024-03-03 16:58:34 +01:00
Ricardo Pardini
069c49b5f2 rockchip-rk3588-edge: rewrite kernel patches against v6.8-rc1, no changes
- in preparation for bump to v6.8-rc6/7 later
2024-03-03 16:58:34 +01:00
igorpecovnik
764e267b4b Automatic board configs status synchronise 2024-03-03 16:57:38 +01:00
Igor Pecovnik
e274c409ec Bump mainline kernels to latest RC branch 2024-03-03 16:39:52 +01:00
hzyitc
e8cbdf6682
meson-6.7: Copy patches from 6.6 (#6341)
* meson-6.7: Copy patches from 6.6

Commit f852beca0aea ("Switch meson64, bcm2711, sunxi, imx6, mvebu current to 6.6, edge to 6.7 and leave 6.1 for legecy") bump to linux 6.7 but forget to copy patches.

* meson-6.7: Refresh patches
2024-03-03 16:08:58 +01:00
Igor Pecovnik
c2fe587716 Unifying style of variables 2024-03-03 16:08:04 +01:00
amazingfate
f85ebefb81 extensions: add preset-firstrun to preset configs for rootfs 2024-03-03 16:08:04 +01:00
amazingfate
86865a446b move firstrun network config to firstlogin 2024-03-03 16:08:04 +01:00
amazingfate
cab0022fa9 add automatic support to armbian-firstlogin 2024-03-03 16:08:04 +01:00
Ricardo Pardini
71753f4b3b python-tools: bump PyYAML to 6.0.1 to fix build failures on sid/trixie/noble etc 2024-03-03 16:07:19 +01:00
Ricardo Pardini
ceed97c57b prepare-host/host-release: enable noble for building; noble also doesn't have python2 anymore 2024-03-03 16:07:19 +01:00
c0rnelius
d5133b6a43
Add board BananaPi M4 Zero (#6315)
* Add board BananaPi M4 Zero

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>

* HACK: wrong DRAM size: add extra barrier in mctl_mem_matches

People report that this is fixed by adding another "dsb();" at
the beginning of the mctl_mem_matches() function.

https://lore.kernel.org/all/ZWMv816r8YxPwsJO@BOB1/T/#mec26415158efa10e6f78c5c1a651bb834f8599c4
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>

* v2 add barrier and udelay to mctl_mem_matches function

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>

---------

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-03-03 09:42:07 -05:00
Igor Pecovnik
d921aacbdc Update DDR/BL31 blobs for Orangepi 5/Plus 2024-03-03 15:40:07 +01:00
Igor Pecovnik
b1c2792aae Switch service to oneshot and start commands with multiple ExecStart 2024-03-03 15:39:34 +01:00
Igor Pecovnik
ba98f67229 Switch kde-plasma desktop package to support sddm instead of lightdm 2024-03-03 15:39:34 +01:00
Igor Pecovnik
d6391e491a Expand firstlogin config to support sddm autologin hack for 1st run 2024-03-03 15:39:34 +01:00
Igor Pecovnik
cb0e483efa Shorten autodisable timer from 2 to 1 minute 2024-03-03 15:39:34 +01:00
Igor Pecovnik
38569196c4 Expand disable autologin service to support sddm 2024-03-03 15:39:34 +01:00
Igor Pecovnik
45d7fff605 Add new theme for sddm with our wallpaper 2024-03-03 15:39:34 +01:00
Muhammed Efe Cetin
97bd18b4dd rockchip-rk3588-edge: opi5-plus: fix USB3 Host 2024-03-03 15:10:51 +01:00
FantasyGmm
52889b1079
Add ayn odin2 config (#6305) 2024-03-03 07:59:56 +08:00
Ricardo Pardini
e3575ecd1d kernel: revert "also, don't add target 'install' twice"
- oops
2024-03-02 22:04:00 +01:00