- Sep 04, 2023
-
-
Michal Hrusecky authored
Allow to specify options in board config directory that override options from common configuration.
-
- Aug 30, 2023
-
-
Michal Hrusecky authored
Display what patch is being applied right now so if the patch fails miserably, it is easy to figure out where the problem is and fix it.
-
- Aug 29, 2023
-
-
Michal Hrusecky authored
For git name-rev replace obsolete --stdin option with newly preferred option --annotate-stdin
-
Michal Hrusecky authored
-
Michal Hrusecky authored
For details see patches/openwrt/hack/0024-uboot-mpc85xx-Fix-building-Turris-1.X-U-Boot.patch
-
Michal Hrusecky authored
Some dependencies are wrong in regards to 5.10 kernel after we backported 5.15 kernel, so let's fix them.
-
- Aug 24, 2023
-
-
Michal Hrusecky authored
There is a new option MTD_SPLIT_H3C_VFS that needs decision whether to enable it or not on 5.10 kernel on mpc85xx. As we don't need it, let's disable it so builds can continue.
-
Michal Hrusecky authored
In newer kernel, new errata are available and explicit decision is needed to compile kernel. We are not affected by those, so let's disable them.
-
Michal Hrusecky authored
We are using kernel 5.10 in Turris OS 6, so let's keep it that way even in Turris OS 7 to minimize potential issues. At least in the beginning. We might migrate later on.
-
Michal Hrusecky authored
-
Michal Hrusecky authored
It was needed in 6.X releases, but is no longer needed in 7.Y as it is part of the packages feed from where it was backported.
-
Michal Hrusecky authored
We carry around patch that fixes the path to vxlan kernel module, but it is no longer needed as in 22.03 this path was already fixed in upstream.
-
Michal Hrusecky authored
-
- Aug 23, 2023
-
-
Michal Hrusecky authored
Don't mention specific release in NEWS and remove nftables migration note as we will be starting with iptables on Turris OS 7.0.
-
Michal Hrusecky authored
Mention php8-pecl-sodium, update schnapps change and mention tvheadend webapp fix.
-
Michal Hrusecky authored
-
- Aug 22, 2023
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
Although the hash was changed, the kernel version wasn't so fixing it now.
-
- Aug 21, 2023
-
-
Michal Hrusecky authored
-
- Aug 18, 2023
-
-
Michal Hrusecky authored
-
- Aug 16, 2023
-
-
Michal Hrusecky authored
See NEWS file for details.
-
Michal Hrusecky authored
For details see respected patches, but long story short, this updates Samba to the latest version making sure we have all the security patches.
-
Michal Hrusecky authored
There are wrong flags passed to gcc during compilation for Turris 1.X. Problem description bellow: $ cat test.c int main(int argc, char *argv[]) { printf("Hello World %lg\n", atof(argv[1]) + atof(argv[2])); return 0; } $ usr/bin/gcc test.c /usr/bin/ld: Warning: /tmp/usr/bin/../lib/gcc/powerpc-openwrt-linux-muslspe/8.4.0/libgcc.a(adddf3.o) uses double-precision hard float, a.out uses single-precision hard float $ usr/bin/gcc --help=target -Q | grep -E '(-mcpu=|-mdouble-float|-mfloat-gprs=|-mtune=)' -mcpu= 8540 -mdouble-float [disabled] -mfloat-gprs= single -mtune= 8540 The take out of this is that -mcpu and-mtune má byť 8548, and -mdouble-float should be enabled and -mfloat-gprs should be double. This should be fixed by passing `--with-cpu=8548 --enable-e500-double` to configure script.
-
- Aug 15, 2023
-
-
Michal Hrusecky authored
In newer kernels, vxlan module is found in different path, changing it to the new path.
-
Michal Hrusecky authored
-
- Aug 01, 2023
-
-
Michal Hrusecky authored
Fix copy & paste error in sentinel-proxy entry, now it is: * sentinel-proxy: spread cert checks/renewals across 12-hour period
-
Michal Hrusecky authored
* lighttpd: fix lighttpd configuration on Turris Shield * sentinel-proxy: fix lighttpd configuration on Turris Shield
-
- Jul 31, 2023
-
-
Michal Vasilek authored
-
- Jul 24, 2023
-
-
Michal Vasilek authored
-
- Jul 20, 2023
-
-
Michal Vasilek authored
-
Michal Vasilek authored
-
- Jul 17, 2023
-
-
Michal Vasilek authored
-
Michal Vasilek authored
-
Michal Vasilek authored
-
Michal Vasilek authored
-
Michal Vasilek authored
-
- Jul 14, 2023
-
-
Michal Vasilek authored
-
- Jun 30, 2023
-
-
Michal Vasilek authored
-
Michal Vasilek authored
Manually rebased: backport-5.15/346-v5.18-01-Revert-ata-ahci-mvebu-Make-SATA-PHY-optional-for-Arm.patch backport-5.15/603-v5.19-page_pool-Add-recycle-stats-to-page_pool_put_page_bu.patch pending-5.15/723-net-mt7531-ensure-all-MACs-are-powered-down-before-r.patch* Removed upstreamed: backport-5.15/705-12-v6.0-net-dsa-mt7530-rework-mt753-01-_setup.patch[2] backport-5.15/703-10-v5.16-net-dsa-introduce-helpers-for-iterating-through-port.patch[4]
-
Michal Vasilek authored
-