- Sep 12, 2022
-
-
Simon Borek authored
-
Simon Borek authored
-
- Sep 08, 2022
-
-
The new version of updater-ng needs base64c. The easiest way is to install base64c to the system to correctly work with it and thus this is what it does.
-
This makes Gitlab CI docker image update part of the CI run and thus in sync with Dockerfile in repository.
-
Michal Vasilek authored
syncthing uses quic-go which warns about insufficient buffer size, so let's increase it: failed to sufficiently increase receive buffer size (was: 176 kiB, wanted: 2048 kiB, got: 352 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
-
- Sep 07, 2022
-
-
Michal Vasilek authored
-
Josef Schlehofer authored
-
- Sep 06, 2022
-
-
Josef Schlehofer authored
Before this patch applied on Turris 1.1: [ 16.392988] lm90 0-004c: cannot request IRQ 48 [ 16.398280] lm90: probe of 0-004c failed with error -22 root@turris:~# sensors No sensors found! Make sure you loaded all the kernel drivers you need. Try sensors-detect to find out which these are. After this patch applied on the same router: root@turris:/# sensors sa56004-i2c-0-4c Adapter: MPC adapter (i2c@3000) temp1: +44.0°C (low = +0.0°C, high = +70.0°C) (crit = +85.0°C, hyst = +75.0°C) temp2: +73.8°C (low = +0.0°C, high = +70.0°C) ALARM (HIGH) (crit = +85.0°C, hyst = +75.0°C)
-
- Sep 05, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
This fixes compilation with uboot-mpc85xx
-
Josef Schlehofer authored
-
Michal Vasilek authored
This patch doesn't seem to work as it should and randomly includes directories in the file list which makes some installations print a warning: %: opkg install xinetd //usr/lib/opkg/info/xinetd.postinst: line 261: /etc/init.d/: Permission denied
-
Josef Schlehofer authored
-
- Sep 04, 2022
-
-
Josef Schlehofer authored
Changelog between alpha2 and alpha3: • PCIe improvements for Turris Omnia and Turris MOX (Turris Omnia should support 1 ath11k miniPCIe card - not tested, there is a missing support in OpenWrt) • Added support for SFP GPON module HALNy HL-GSFP • Added new U-boot versions for Turris 1.x routers • Updated Foris Controller and TurrisHW
-
- Sep 03, 2022
-
-
Josef Schlehofer authored
This itself is ready to be submitted to OpenWrt as it is, but before doing that, we need to send Turris 1.x support patch for it.
-
Josef Schlehofer authored
-
- Sep 01, 2022
-
-
Josef Schlehofer authored
First change: rename macro As described in https://lore.kernel.org/linux-pci/20220818135140.5996-8-kabel@kernel.org/: "changed to new macro NOIRQ_SYSTEM_SLEEP_PM_OPS, as was done for many PCI controller drivers with commit 19b7858c3357 ("PCI: Convert to new *_PM_OPS macros")" In the previous version https://git.kernel.org/pub/scm/linux/kernel/git/pali/linux.git/commit/?h=pci-aardvark&id=a1703a94e45843023f71de76ed67e1cb30ca2e92 it was using SET_NOIRQ_SYSTEM_SLEEP_PM_OPS because we dont have the referenced commit Second change: rename from emul to rp
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Michal Vasilek authored
We were using an older patch that didn't have brightness_level needed for rainbow.
-
- Aug 31, 2022
- Aug 30, 2022
-
-
Josef Schlehofer authored
This was submitted to OpenWrt via GitHub pull requests, but it is still not merged there, so let's add it here.
-
Josef Schlehofer authored
-
- Aug 29, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
It is not necessary anymore as it seems. It was sent as RFC in kernel build mailing list [1], but it was not merged. So drop this. [1] https://patchwork.kernel.org/project/linux-kbuild/patch/20200501224300.1012-1-marek.behun@nic.cz/
-
- Aug 28, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
This patches were included for Turris OS 5.4.0, thus they should be applied in Turris OS packages and we don't need to have them here.
-
- Aug 27, 2022
-
-
Josef Schlehofer authored
This patch is no longer necessary as previous patch ddfd32e0 removed it, thus was attempt to add it back. So, the previous patch is removed, this can be removed as well. :)
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
-
Josef Schlehofer authored
AT803X_PHY requires to have enabled CONFIG_REGULATOR [1] [1] https://cateee.net/lkddb/web-lkddb/AT803X_PHY.html
-
Josef Schlehofer authored
This enables NAND controller, which is defined in the Turris 1.x device tree. [1] More about this kernel option can be found here [2]. [1] https://github.com/torvalds/linux/blob/1c23f9e627a7b412978b4e852793c5e3c3efc555/arch/powerpc/boot/dts/turris1x.dts#L307 [2] https://cateee.net/lkddb/web-lkddb/MTD_NAND_FSL_ELBC.html
-
- Aug 26, 2022
-
-
Josef Schlehofer authored
-
Josef Schlehofer authored
+ mention it in NEWS
-
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
-