- Jun 04, 2021
-
-
David Bauer authored
101632e Merge pull request #658 from ecsv/batadv-for-19.07 a995b62 batman-adv: Merge bugfixes from 2021.1 118536c bird2: Makefile polishing 9d6ef13 bird2: update to version 2.0.8 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
1c90bc08a banip: remove logd dependency ad6476b4f Merge pull request #15728 from stangri/19.07-https-dns-proxy 2b0cb41c0 https-dns-proxy: 2021-05-14 bugfix: fallback to HTTP/1 by default e8c0e3c20 netdata: update to version 1.30.1 e23677d86 Merge pull request #15717 from stangri/19.07-https-dns-proxy b28e2c763 https-dns-proxy: update to 2021-05-14-1; bugfixes for dhcp server backup 2543c33b0 syslog-ng: update to 3.32.1 e05c97a19 nano: update version to 5.7 91e1399cf nextdns: Update to version 1.32.1 9fd4ed8af bind: bump to 9.16.15 aebeefcd5 zerotier: update to 1.6.5 18b564ef5 Merge pull request #15509 from hswong3i/openwrt-19.07-SQUID_enable-ssl-crtd ad6712d42 squid: Enable dynamic SSL certificate generation 439da3db8 mosquitto: fix log_type config support 221785358 ksmbd-tools: update to 3.3.9 3412c7a45 dnscrypt-proxy2: sync blocked-names to upstream one 139217f8a dnscrypt-proxy2: upgrade to 2.0.45 27678dc75 adblock: fix polish source URL e426ad56b Merge pull request #15477 from rs/nextdns-1.32.0-openwrt-19.07 6027afee1 nextdns: Update to version 1.32.0 afed88b48 Merge pull request #15468 from rs/nextdns-1.12.5-openwrt-19.07 f1e6b878f nextdns: Update to version 1.12.5 11dc84032 irqbalance: upgrade to version 1.8.0 287154116 pulseaudio: update to 14.0 3bdf75bd2 pulseaudio: fix compilation without deprecated OpenSSL APIs ba0558e8a pulseaudio: fix compilation with ICONV_FULL 1248994b9 pulseaudio: Update ARM NEON/VFP detection 4021cb65a pulseaudio: do not build NEON with unsupported platforms 8eb7d95ba pulseaudio: add lto and gc-sections to reduce size 15fb6ec36 pulseaudio: fix pkgconfig paths eac2ca1c6 pulseaudio: update to 13.0 f0aa4486a pulseaudio: Backport upstream patch e5701228c Merge pull request #15384 from VolunteerComputingHelp/openwrt-19.07 8ca4ab69e Merge pull request #15413 from luizluca/19.07/ruby-2.6.7 5c16a052f ruby: update to 2.6.7 807e088bb netdata: disable shared memory totals by default 09ba05583 https-dns-proxy: bugfix: race condition with dnsmasq 0072fc533 boinc: Transfer v7.16.16 from 21.02 to 19.07 ba1a801f7 adblock: fix games_tracking source url 1cf2e3530 Merge pull request #15254 from dibdot/19.07 74c8fb403 travelmate: minimal change to fix cp detection 56e1674ef rpcd-mod-lxc: add postinst to reload rpcd on update/installation 560a0ea2b ksmbd-tools: update to 3.3.8 0863ab323 ksmbd-tools: Add a mDNS TXT record for the ksmbd service 52d3ce0f6 ksmbd-tools: update to 3.3.7 f275b3f41 ksmbd-tools: update to 3.3.6 ba329c4ea ksmbd-tools: update to 3.3.5 055b1cd58 nut: fix typo in nutshutdown script e88b4d873 netdata: update to version 1.29.3 f6bc822ff syslog-ng: update to version 3.31.2 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
1153773c78 ubox: fix init script validation of log_ip option a1ee0ebbd8 tools/mklibs: Fix compile with GCC 11 84c5dbcf2a openwrt-keyring: Only copy sign key for 19.07 and 21.02 c07c98d28e openwrt-keyring: add OpenWrt 21.02 GPG/usign keys e10830193c generic: platform/mikrotik: release mtd device after use f342de468b kernel: bump 4.14 to 4.14.232 ded3ad3c2f Extend checks on build prerequisites for building OpenWRT core 5bec393fcb prereq-build: test for perl's Data::Dumper a2728a806a tplink-safeloader: fix C7v5 factory flashing from vendor fw > v1.1.x Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- May 27, 2021
-
-
David Bauer authored
docs: add 'make refresh-patches'
-
aiyion.prime authored
-
- May 26, 2021
-
-
David Bauer authored
mesh-vpn: fully abstract VPN methods
-
- May 22, 2021
-
-
David Bauer authored
This fully abstracts VPN methods, making gluon-mesh-vpn-fastd and gluon-mesh-vpn-tunneldigger completely self-contained. Provide a LUA interface for generic interacting with VPN methods in gluon-mesh-vpn-core and web packages. This also adds the ability to install tunneldigger and fastd to the same image, selecting the VPN method based on the selected domain. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- May 19, 2021
-
-
David Bauer authored
Simplify save/commit handling of config wizard sections
-
- May 18, 2021
-
-
David Bauer authored
A missing uci save for gluon-setup-mode caused the initial setup-process to be stuck in a config-mode loop.
-
- May 14, 2021
-
-
Matthias Schiffer authored
Simplify the individual form providers by always running reconfigure. This also commits all UCI packages, so we can remove all tracking of UCI sections from the wizard code. Instead of returning a list of packages to commit, the providers just save their settings directly. Explicit runs of upgrade scripts are removed, as they are now run by reconfigure.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
This add support for a write() method on sections, in addition to the value and form level write(). write() is only called when the section is valid and visible. In addition, write() is empty by default, so it can be overridden more easily.
-
Martin Weinelt authored
-
- May 13, 2021
-
-
Martin Weinelt authored
-
Martin Weinelt authored
according to the paths they touch.
-
- May 09, 2021
-
-
Martin Weinelt authored
-
- May 08, 2021
-
-
David Bauer authored
libgluonutil: free getline
-
aiyion.prime authored
Co-Authored-By:
lemoer <git@irrelefant.net>
-
- May 06, 2021
-
-
David Bauer authored
Generalize proto "gluon_wired.sh"
-
aiyion.prime authored
-
David Bauer authored
modules: update OpenWrt
-
aiyion.prime authored
-
- May 05, 2021
-
-
Martin Weinelt authored
1b5a45a4a7 mac80211: Update to backports version 4.19.189-1 a883e3af38 dropbear: Fix CVE-2020-36254
-
lemoer authored
This is a preparation to use the gluon_wired.sh proto on top of layer 3 tunnel interfaces.
-
lemoer authored
Before this commit the decision whether a vxlan layer will be introduced between the lower interface before the interface is added to batman was inside the proto. Now the decision is moved to the user of the proto.
-
- May 03, 2021
-
-
David Bauer authored
gluon-web-private-wifi: define ifname for WAN radio
-
- May 02, 2021
-
-
David Bauer authored
08ef2073d4 ramips: backport unlocked mdiobus accessors
-
David Bauer authored
Add a package for handling upgrade-scripts speific for the WAN radio operation. This way, the config mode interface can be removed seperately from the core functionality to perform tasks on system upgrade. This can be useful when the setup-mode is removed entirely for space preservation.
-
David Bauer authored
7198ae4cf3 openvpn: update to 2.4.11 a8beddcd34 openvpn: update to 2.4.9 f82ddf9024 openvpn: update to 2.4.8 718e97c5c8 ramips: mt7530 swconfig: fix race condition in register access 8788e86245 ppp/pppoe-discovery: fix -W option 4398a35067 kernel: bump 4.14 to 4.14.231 906f560e79 kernel: bump 4.14 to 4.14.230
-
Martin Weinelt authored
mesh-wireless-sae: drop unused function parameters
-
David Bauer authored
Drop these unused parameters in the function description, as only the first parameter is referenced within the function block.
-
- May 01, 2021
-
-
David Bauer authored
Set the ifname for the WAN radio (Private WLAN) to wanX, X being the radio index. All other radios created by Gluon already have their ifname defined following this pattern. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Martin Weinelt authored
actions: build gluon for next sub-branches
-
David Bauer authored
Currently we do not perform CI firmware builds on the next-2102 branch. Build Gluon for all branches starting with "next" to increase the coverage of our build tests. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Martin Weinelt authored
web-admin: fix firmware partition name
-
David Bauer authored
The rudimentary flash size determination function expects the partition for the devices firmware to be called "linux" while it is (since quite some time) "firmware". Fix this error to display available flash size as well as more useful error message in case the uploaded firmware image exceeds the flash space. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Apr 28, 2021
-
-
David Bauer authored
gluon-mesh-batman-adv: reenable batman-adv multicast optimizations
-
Linus Lüssing authored
With batman-adv 2020.4 and the according backports to batman-adv v2019.2 several more bugs were found and fixed regarding the batman-adv multicast optimizations feature. Also a "wakeup-call" feature was added to the Linux bridge IGMP/MLD snooping code in Gluon to work around issues with Android devices. With batman-adv now at v2019.2, multicast-to-multi-unicasts conversion is supported, too. Which means that even if there are a few outdated nodes these and all other recipients will be served multicast packets via unicast, too, as long as the sum of receiving nodes does not exceed the multicast fanout setting (default: 16). If is exceeded, then batman-adv will revert back to broadcast flooding automatically. Long story short, with all these extra measures in place, let's reenable the batman-adv multicast optimizations to reduce the layer 2 overhead and in preparation for multicast applications in the future. The default is enabled for this feature anyway, so removing the "batctl multicast_mode 0" overwrite is sufficient. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Apr 27, 2021
-
-
Martin Weinelt authored
cc0b70467d mac80211: backport upstream fixes 2c46ba4356 kernel: backport fix for flexcan bug 7f3ec4ce39 kernel: bump 4.14 to 4.14.229 273ded68b8 kernel: bump 4.14 to 4.14.228 c43c434b58 kernel: bump 4.14 to 4.14.227
-
Martin Weinelt authored
Formats: - Restructured Text - JSON - MarkDown Specific Files: - .ecrc - CMakeLists.txt Ignore: - /patches/ directory, we will not be editing foreign patches for their indentation
-