Commit Graph

13047 Commits

Author SHA1 Message Date
Igor Pecovnik
080d234467
Set version 2024-02-11 00:13:37 +01:00
Igor Pecovnik
0e7fc1c8e0
Update Google chrome GPG key 2024-02-10 21:46:30 +01:00
Gunjan Gupta
4835e8ff24 Revert "meson-s4t7: disable chrony-wait.service as it makes us hang for 4 minutes on boot"
This reverts commit e3e25467c3.
2024-02-11 01:20:17 +05:30
Gunjan Gupta
6f1b675591 Prevent systemd from starting all services on first-boot 2024-02-11 01:20:17 +05:30
Viacheslav Bocharov
0a784cb9b7 Add blacklist rtw88 for JetHub H1/D1/D1+ 2024-02-10 15:32:34 +01:00
Viacheslav Bocharov
d0cfcfa733 Add hook to activate build module for rtl88x2cs driver in kernel config 2024-02-10 15:32:34 +01:00
Viacheslav Bocharov
4e7363f227 Update commit for network driver rtl88x2cs. Re-enable build 2024-02-10 15:32:34 +01:00
Paolo Sabatino
7c062f7dae rockchip: workaround stmmac ethernet lock contemption 2024-02-10 15:32:07 +01:00
Gunjan Gupta
ea4dcdffb9 meson-s4t7: refreshed kernel config to match fenix 1.6.4 2024-02-10 14:30:06 +05:30
Gunjan Gupta
e3e25467c3 meson-s4t7: disable chrony-wait.service as it makes us hang for 4 minutes on boot 2024-02-09 19:40:14 +01:00
Gunjan Gupta
95902429d1 meson-s4t7: armbian-bsp-cli reinstall default modules file on uninstall 2024-02-09 19:40:14 +01:00
Gunjan Gupta
03a9465f00 armbian-bsp-cli: Allow adding contents to preinst, postrm scripts using post_family_tweaks_bsp hook 2024-02-09 19:40:14 +01:00
Gunjan Gupta
2029f7edc2 meson-s4t7: disable lcd nodes if lcd is not attached 2024-02-09 19:40:14 +01:00
Darsey Litzenberger
ce33bddb58 Make the colorized build output readable on a light background
This fixes the readability of colorized output of compile.sh when
running on a terminal with a light background.  It uses the COLORFGBG
environment variable similarly to how the ip(8) command does.

Signed-off-by: Darsey Litzenberger <dlitz@dlitz.net>
2024-02-09 19:38:03 +01:00
Gunjan Gupta
110798c904 remove slick greater on environments on gdm3 and sddm 2024-02-09 19:37:37 +01:00
Igor Pecovnik
ddcb86c90a Odroid XU4: Remove deprecated patch 2024-02-09 16:04:19 +01:00
Viacheslav Bocharov
0f52a512d4 Revert JetHub u-boot patches for emmc clock phase fix 2024-02-09 17:07:08 +03:00
chainsx
de97ea53f1 thead: add pwm-fan support 2024-02-05 21:16:43 +01:00
Igor Pecovnik
c1d128968b Enable current branch on Odroid N2L as it exists now 2024-02-05 17:23:45 +01:00
Gunjan Gupta
2341940cbe Fix broken compilation for boards with multiple targets 2024-02-04 16:23:09 +01:00
Gunjan Gupta
7217cee9c5 Fix armbian lightdm wallpaper path 2024-02-04 12:28:27 +01:00
Gunjan Gupta
564c8f7584 orangepizero3: stepping down as maintainer 2024-02-04 16:48:30 +05:30
Gunjan Gupta
cf392c1787 H616: Add i2c and uart overlays 2024-02-04 16:48:30 +05:30
Gunjan Gupta
d8123f0aee H616: Add dma 2024-02-04 16:48:30 +05:30
Julian Sikorski
495dc62996 Update odroidxu4-current to 6.1.76 2024-02-04 11:25:44 +01:00
chainsx
8755982c92 thead: update current&edge kernel, fix pinctrl config 2024-02-04 11:25:24 +01:00
amazingfate
c0d5616dca rk35xx-legacy: 0000.patching_config.yaml with incremental: true for rk 5.10 vendor kernel
- allows users to put .dts files bare in `userpatches/kernel/rk35xx-legacy/dt`
- important: everyone is still invited to send the DTs to https://github.com/armbian/linux-rockchip directly
  - where yes, they'll have to patch the Makefile there as normal
2024-02-04 11:24:31 +01:00
Ricardo Pardini
86cfcf304a patching: support 'incremental' Makefile auto-patching, for vendor kernels
- without incremental: true:
  - we replace the DT Makefile based on *.dts at the DT directory after all patching/copying is done
  - overlay target is added if overlays present
- with incremental: true:
  - we parse the Makefile, parse the DTs being built, and only add .dts's we have added from 'dt' directory
  - overlays target are not added; we assume smth else already added them
2024-02-04 11:24:31 +01:00
Gunjan Gupta
473548220c uboot: make sure patches work for custom uboot builds too 2024-02-04 11:22:27 +01:00
Gunjan Gupta
cba5ad5dcd meson-s4t7: Sync overlays with fenix v1.6.4 release 2024-02-04 11:22:27 +01:00
Gunjan Gupta
1174b00528 meson-s4t7: bump uboot to khadas-vims-u-boot-2019.01-v1.6.4-release 2024-02-04 11:22:27 +01:00
SteeManMI
a18625a505
prevent armbian-install from running on aml-s9xx-box (#6247)
* aml-s9xx-box uses the u-boot shipped with the TV Box instead of installing
a new u-boot.  Because of this, armbian-install will make the box unbootable
if it is run to install to emmc.  This change prevents running
armbian-install on aml-s9xx-box boards

Changes to be committed:
	modified:   packages/bsp/common/usr/sbin/armbian-install

* prevent armbian-install from running on aml-s9xx-box take 2

Per suggestion of @viraniac remove armbian-install from the board bsp
via the board config file

Changes to be committed:
	modified:   config/boards/aml-s9xx-box.tvb
	modified:   packages/bsp/common/usr/sbin/armbian-install
2024-02-03 21:31:58 -05:00
青菜萝 卜冬瓜
ccf4206700
station-m3: move to rockchip-rk3588 family (#6232) 2024-02-03 11:07:19 +08:00
Gunjan Gupta
218f54dc28 Fix git_ensure_safe_directory function again
The command added to check whether the directory is git or not was
having syntax error. Fixed the same. Also it seems adding safe-directory
with local doesn't really work which actually makes sense. hence
reverting to using global instead. Its still safer than before as
we are not adding * and are adding the actual path of the directory
2024-02-03 04:50:42 +05:30
c0rnelius
c4963a21d6
meson64: u-boot: v2024.01: bananapicm4io: sata support fixup (#6240)
Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-02-01 14:36:17 -05:00
Igor
727569f134
Remove missing package in sid and trixie desktops (#6239) 2024-02-01 20:02:14 +01:00
Rafael
94d4c007d1
Feature lvm support (#6204)
* using the configured volume group name
* added LVM support
* ensuring /boot never on LVM volume, created hook to setup root device
* preparing root device via extension, not assuming any particular partition for root
* using tab spacing
* using global parameter to require a boot partition
* using boot require, moving cryptroot code to extension
* adds crypt image suffix
---------

Co-authored-by: rafael <rvalle@privaz.io>
2024-02-01 20:01:58 +01:00
Rafael
db93db6a4f
fixed indentation on cloud-init extension (#6231)
* fixed indentation on cloud-init extension
* indentation
---------

Co-authored-by: rafael <rvalle@privaz.io>
2024-02-01 20:01:17 +01:00
Igor Pecovnik
07037232a1 Unstable / testing packages sometimes contain hacks that are patching files 2024-02-01 22:01:44 +05:30
amazingfate
557393844d xiaomi-umi: rewrite patches 2024-02-02 00:00:04 +08:00
amazingfate
8060fc6837 xiaomi-umi: use dts file instead of patch 2024-02-02 00:00:04 +08:00
amazingfate
aa2c1f5e39 use common usb gadget network scripts 2024-02-02 00:00:04 +08:00
FantasyGmm
582d0e96b9 Add Xiaomi Mi10(umi) support 2024-02-02 00:00:04 +08:00
Gunjan Gupta
7b81255a5f Fix compilation within docker-shell 2024-02-01 21:04:23 +05:30
c0rnelius
8eab8fd19b
meson64: bananapicm4io/m2s: u-boot: v2024.01 and WS dts fixup (#6233)
BananaPi CM4/M2S:

Update to u-boot v2024.01
Fixup meson-g12b-waveshare-cm4-io-base-b.dts

Removed from 'fanctrl' node
address-cells = <1>;
size-cells = <0>;

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-02-01 08:06:28 -05:00
Gunjan Gupta
b600ead20d Increase log buffer size for sunxi64 to 128k 2024-01-31 23:55:58 +05:30
Gunjan Gupta
61fa022d23 Allwinner: Bump uboot to v2024.01 2024-01-31 23:55:58 +05:30
Gunjan Gupta
7bb20d7063 uwe5622: reduce system load 2024-01-31 23:55:58 +05:30
Rafael
ad9e3a01c0
added cloud-init support (#6205)
* added cloud-init support
* removed compymods, not required for our use case and not available in all distributions
* using space instead of tabs
* added template with typical use-cases and link to docs
* typo
---------
Co-authored-by: rafael <rvalle@privaz.io>
2024-01-30 18:41:29 +01:00
Igor Pecovnik
940793f908
Enable workflow_dispatch command for labels regenerate 2024-01-30 13:17:39 +01:00