- Dec 15, 2023
-
-
Tomas Zak authored
Fix proxy for tvheadend addon, change http root from default to /tvheadend This is second part for merge request !1121 in turris packages
-
Michal Hrusecky authored
This reverts commit 4bae82c8. We unfortunately still need Node 16 to compile reForis.
-
- Dec 14, 2023
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
OpenVPN supports more hooks than just 'up' and 'down'. Especially reacting to 'route-up' and 'route-pre-down' events could be important. When routing table changes, it can make sense to adapt firewall, run some tests or change even more routes. This change passes those events to hotplug, so it is easy to react to them without changing configuration files provided by VPN provider. This has been sent to upstream, in the meantime, let's have it in house. https://github.com/openwrt/packages/pull/21027
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
We prepared nice GSM configuration but it was still disabled by default, so let's enable it.
-
- Dec 11, 2023
-
-
Tomas Zak authored
-
- Dec 06, 2023
-
-
Michal Hrusecky authored
-
- Nov 29, 2023
-
-
Michal Hrusecky authored
We prepared nice GSM configuration but it was still disabled by default, so let's enable it.
-
- Nov 28, 2023
-
-
Michal Hrusecky authored
-
- Nov 27, 2023
-
-
Michal Hrusecky authored
-
Tomas Zak authored
Added condition to remove -Wno_overread warning if toolchain is lower than version 11, based on recommendation (https://github.com/NixOS/nixpkgs/pull/168997) Added two patches from openwrt stream. patch3.10 (1df5290b92625823bb9725a5406383116463f3ac) invalid-pointer (d710a7938977c84d6ea0f74b21dc50111e5e968c) In previous patch there was error with empty intcmp. This commit fix error in in 26c38a17 Rename TARGET_CCFLAGS to EXTRA_TARGET_CFLAGS, because TARGET_CCFLAGS is for C++ stuff.
-
Michal Hrusecky authored
-
- Nov 24, 2023
-
-
Michal Hrusecky authored
Update to the latest kernel and drop two patches related to Omnia LEDs as they were merged upstream.
-
Michal Hrusecky authored
This option of IPv6 Router Advertisements allows devices connected to a IPv6-only network to discover IPv6 prefix of the NAT64 gateway. Devices can use this information for instance to setup client translator (CLAT) from IPv4 to IPv6 in 464XLAT (RFC 6877) scenario or to handle IPv4 address literal on application level. To enable PREF64 option, a new uci parameter ra_pref64 has to contain the NAT64 prefix, including prefix length. Only lengths of 96, 64, 56, 48, 40 and 32 bits are supported. For example, to annonce the Well-Known Prefix: config dhcp 'lan' … option ra_pref64 '64:ff9b::/96'
-
- Nov 20, 2023
-
-
Added hostbuild option for packages python-six and python-pytz. We need these two packages as hostbuild for our turris-timezone package. Related merge request: packages!1113
-
Richard Muzik authored
After changing the way python dependencies are handled this was in confilct and did not make any sense.
-
Richard Muzik authored
Usage of host-pip-requirements will no longer be supported, so we changed how the dependencies are handled. Related merge request: packages!1113
-
- Nov 06, 2023
-
-
Michal Hrusecky authored
-
- Nov 03, 2023
-
-
Marek Behun authored
-
Marek Behun authored
SWCONFIG and AR8216_PHY are not needed with DSA. Legacy PTYs are also not needed. Moreover AR8216_PHY causes a 16 second stall at boot time.
-
Marek Behun authored
Backport qca8k regmap bulk read/write changes and fdb fixes and add a kernel 5.15 specific workaround for Turris 1.x (which disables switch internal PHY MDIO access over management ethernet, since it causes conflicts with WAN PHY, resulting in unusable WAN). This should fix the bug Micrel KSZ9031 Gigabit PHY mdio@ffe24520:07: phy_poll_reset failed: -110 on Turris 1.x with kernel 5.15.
-
Tomas Zak authored
Added condition to remove -Wno_overread warning if toolchain is lower than version 11, based on recommendation (https://github.com/NixOS/nixpkgs/pull/168997) Added two patches from OpenWrt feed. python-3.10-patch (1df5290b92625823bb9725a5406383116463f3ac) invalid-pointer (d710a7938977c84d6ea0f74b21dc50111e5e968c)
-
- Nov 02, 2023
-
-
Marek Behun authored
This ports commit f4d949b40485 ("generic: 5.15: backport qca8k fixup for mgmt and mdio read/write") from upstream OpenWRT. The commit backports 5 qca8k patches to target/linux/generic/backport-5.15 The patches are currently backported into target/linux/mpc85xx/patches-5.15 by our patch mpc85xx: add patches from OpenWrt to improve switch So this basically renames and moves the patches into another directory.
-
Marek Behun authored
Take the 8 backported Turris Omnia LED patches from target/mvebu/patches-5.15 and move them to target/generic/backport-5.15 as they are in upstream OpenWRT.
-
Marek Behun authored
Rename the patch to conform to the name generated by git format-patch
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
-
Michal Hrusecky authored
For details see the included patch serie or the github repo: https://github.com/turris-cz/easycwmp
-
Michal Hrusecky authored
-
Marek Behun authored
Last year we prepared U-Boot so that when the turris-omnia-mcu driver is finally in kernel, U-Boot will, before loading kernel, fixup Omnia's device-tree by injecting reset-gpios to PCIe nodes (for board revisions 32+). Now that the device-tree contains the node with "cznic,turris-omnia-mcu" compatible, U-Boot does exactly that. But the problem is that the pci-mvebu driver with reset-gpios available fails to enumerate the ath10k card WLE900VX. Rename the compatible of the driver to "cznic,turris-omnia-ctrl" so that U-Boot does not inject the reset-gpios for now.
-
- Oct 31, 2023
-
-
Michal Hrusecky authored
-
Michal Hrusecky authored
On WAN side automatically request prefix delegation. On LAN side use eui64 as static IPv6 identifier (::1 is an easy target) and assign also fe80::1 to the interface as it is common IPv6 address for a default gateway.
-
Michal Hrusecky authored
-
- Oct 30, 2023
-
-
Michal Hrusecky authored
-
Update Turris Omnia LED driver patches from upstream, and add pending patches to support Turris Omnia MCU.
-