- Aug 26, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
While rebasing this patch series, I forgot to add one more change in the last patch, which should be now fixed. It was missing the changes in sfp.c file as there was only included fix for this GPON SFP module, but there was no added support for it, actually. :-( Fixes 3cd00f59 ("patches/openwrt: 5.15: add support for HALny GPON SFP ")
-
- Aug 25, 2022
-
-
Josef Schlehofer authored
This was superseded by https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/arch/powerpc/Makefile?h=v5.15.63&id=0480540da5a29adb5c8520d60247fb40f9c9e0d8 , which got into kernel 5.15.63, 5.10.138, 5.4.211
-
Josef Schlehofer authored
-
Josef Schlehofer authored
This is not correct by PCIe basse spec and there is also resource leak.
-
Josef Schlehofer authored
This entirely patch series comes from https://git.kernel.org/pub/scm/linux/kernel/git/pali/linux.git/log/?h=pci-mvebu
-
- Aug 24, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Aug 21, 2022
-
-
Josef Schlehofer authored
It seems that with a newer version of squid, this is no longer necessary as it compiles successfully without this patch.
-
Josef Schlehofer authored
We had the patch because we wanted to persuade the busybox to install everything into /{s,}bin, but let's say it was not a good solution for us. I verified that /usr/sbin/ntpd is now present in correct path on router as it is in OpenWrt. So, this patch is no longer required as the patch was removed. See: a4ce259c
-
Josef Schlehofer authored
In this commit, I removed patch, which was revert as Turris 1.x router was not booting [1], this was solved in Linux kernel. [2] The fix is included since kernel version 5.15.61. [1] https://lore.kernel.org/linuxppc-dev/20220722090929.mwhmxxdd7yioxqpz@pali/t/#u [2] https://lore.kernel.org/linuxppc-dev/a1176e19e627dd6a1b8d24c6c457a8ab874b7d12.1659430931.git.christophe.leroy@csgroup.eu/
-
Josef Schlehofer authored
-
- Aug 19, 2022
-
-
Josef Schlehofer authored
Changelog between alpha1 and alpha2: • MOX OTP is now working with kernel 5.15 • Fixed Turris Auth issue when using reForis (/logout) URL • Updated Knot Resolver to version 5.5.2 • Try to improve notification from Updater Supervisor
-
- Aug 17, 2022
-
-
Marek Behun authored
This fix will be also sent to upstream kernel.
-
- Aug 15, 2022
-
-
Josef Schlehofer authored
In OpenWrt 19.07, there was no package and Michal had some issues with packaging it as kmod. Thus it was enabled to all routers by default. Luckily for us for OpenWrt 21.02 someone did the job, and for users, there is provided package kmod-iosched-bfq [1], so dropping this patch once for all. [1] https://github.com/openwrt/openwrt/blob/a9eb5cce7e5c4996fa6ffc081b5323bfd4735dc2/package/kernel/linux/modules/block.mk#L602
-
Michal Vasilek authored
Since 7f064e57 we do deep clones by default, so -d (deep clone) doesn't make sense anymore
-
- Aug 14, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Aug 12, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Co-authored-by:
Šimon Bořek <simon.borek@nic.cz>
-
- Aug 11, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
- Aug 10, 2022
-
-
Josef Schlehofer authored
-
- Aug 09, 2022
-
-
Josef Schlehofer authored
-
- Aug 08, 2022
-
-
Simon Borek authored
-
https://github.com/openwrt/packages/commit/a4a484fbca5c185456cf5ac26e6f47c03ca426e9 (cherry picked from commit c3cac7f4)
-
Simon Borek authored
fixes libgpg-error build for Turris 1.x with SPE instructions enabled
-
Simon Borek authored
enables luajit build after enabling SPE instructions on Turris 1.x
-
Simon Borek authored
musl requires this, but it was not being enabled by gcc for powerpc-linux-muslspe and therefore Turris 1.x.
-
Simon Borek authored
An incorrect name of the dynamic linker symlink is expected on Turris 1.x otherwise. See inner commit messages for more information.
-
Simon Borek authored
-
This should be done in mpc85xx kernel config not here
-
Simon Borek authored
Backported from musl v1.2.3 to add hardware floating point SPE support for 8540 and 8548 cpu types.
-
Simon Borek authored
to be applicable on top of /target/linux/mpc85xx/Makefile with spe_fpu feature enabled
-