- Jun 08, 2019
-
-
Matthias Schiffer authored
(cherry picked from commit 6412177a)
-
Martin Weinelt authored
e5fe4b6 Merge pull request #462 from ecsv/batadv-18.06 ee2d981 batman-adv: Merge bugfixes from 2019.1 4d7a182 nodogsplash: fix invalid pointer bug when clock is turned back (#456) 2ad165c Merge pull request #452 from dangowrt/openwrt-18.06 71f9aae luci-app-bmx7: update to v0.1-alpha 0e3d701 bmx7: update to git snapshot as of 2018-12-29 42af835 batman-adv: Refresh patches (cherry picked from commit b6c4e06b)
-
Martin Weinelt authored
b7bcf24a0 znc: backport CVE fixes to 1.6 f91539e92 Merge pull request #7807 from D-Albers/openwrt-18.06 550de2331 Merge pull request #8449 from micmac1/ssh2-1806-181 16fcd6d38 mosquitto: bump to v1.5.8 1a23db5b2 php7: Add PKG_CPE_ID for proper CVE tracking 7aacf2423 php7: update to 7.2.16 27433fc3e php7: fix cross compiling patch (fixes #8166) 00f6119bd php7: update to 7.2.15 ef57201aa php7: update to 7.2.14 e9271cf27 php7: update to 7.2.13 1308ba92c php7: update to 7.2.12 9e330d6e9 php7: update to 7.2.11 5e25be535 php7: update to 7.2.10 85c616557 php7: adjust load priority for openssl (fixes #6893) 31d279c96 nano: update to 4.0 59aa52ccd libssh2: version bump/CVE fixes e47fe43ea Jinja2: Update to 2.10 8d7e62d95 ruby: update to 2.5.5 17a0279dd ruby: fix build for uclibc 017b74d35 vpnc: fix IPv6-triggered inoperability 563aafcee postgresql: Revert adding build dependency to zlib/host 3323ebddf Merge pull request #8403 from BKPepe/transmission_openwrt-18.06 c0293cd99 Merge pull request #8402 from BKPepe/netdata_openwrt-18.06 9bb4bcc9b Merge pull request #8395 from EricLuehrsen/unbound_191_1806 d444a910f transmission: update to version 2.94 99c3670bb Netdata: update to version 1.12.2 1e347beb3 libtalloc: Merge 2.1.14 from master (remove libbsd dependency) a476bf8d0 unbound: update to 1.9.1 060e59a28 Merge pull request #8386 from wvdakker/openwrt-18.06 86efe678a Shorewall6: Bump to 5.2.0.5. 9cdc22eef Shorewall: Bump to 5.2.0.5. 3669215b2 Shorewall6-lite: Bump to 5.2.0.5. 762093fe7 Shorewall-lite: Bump to 5.2.0.5. 1a97a8444 Shorewall-core: Bump to 5.2.0.5. 121072523 postgresql: add HOST_BUILD_DEPENDS:=zlib/host daef6665b gnurl: update to version 7.64.0 5fff80472 libgabe: add package cb253649a libpbc: add new package f03acaa39 Merge pull request #8346 from Cynerd/jinja2-missing-dep-18.06 2324d341e Jinja2: add missing dependency on markupsafe 0ba0e0d1b gnunet: revert accidentally applied libmicrohttpd changes 799c409d3 gnunet-secushare: add package (replacing gnunet-social package) d70e35ba1 gnunet: GNUnet v0.11.0 release 799f553b2 postgresql: update to version 9.6.12 257dfbb55 libextractor: update to version 1.9 6c2266acf gnurl: update to version 7.63.0 3e6d392e0 openvswitch: bump to version 2.8.5 931070c26 jool: Backport two fixes for newer kernels. (cherry picked from commit 23cc093b)
-
Martin Weinelt authored
ca8b4d684b kernel: bump 4.14 to 4.14.109 1ff4cd1ff1 kernel: bump 4.9 to 4.9.166 22a3e65662 kernel: bump 4.14 to 4.14.108 dac25a5f22 kernel: bump 4.9 to 4.9.165 6c3ca1d1ea kernel: bump 4.14 to 4.14.107 dcdf50956f kernel: bump 4.9 to 4.9.164 4336cfda12 ramips: allow packets with ttl=0 13eb73b278 mt76: update to latest openwrt-18.06 branch 0a637c7f87 kernel: bump 4.14 to 4.14.106 24f32072d2 kernel: bump 4.9 to 4.9.163 dcfca830a8 ipq40xx: copy Fritz4040 UBoot to STAGING_DIR_IMAGE 400601f0e3 tools/libelf: Add mirrors as main site is dead f87a1874ef mt76: update to latest openwrt-18.06 branch 9f2cbcad6d busybox: add missing install dir 4918fe0291 kernel: bump 4.14 to 4.14.105 2b9d2f6624 kernel: bump 4.9 to 4.9.162 Build-tested: ar71xx-generci, ramips-mt7621 Runtime-tested: ramips-mt7621 (D-Link DIR-860L B1) (cherry picked from commit e79fce2c)
-
Matthias Schiffer authored
When two domains alias the same name (or one aliases another), display a meaningful error message like: Failed to alias domain 'foo' as 'bar', name already taken by domain 'baz'. (cherry picked from commit c208fc4f)
-
bobcanthelpyou authored
(cherry picked from commit 3b55cbc1)
-
Sven Eckelmann authored
The amount of local wifi clients is currently counted by two different ways: * asking the kernel wifi layer for the number of of clients on 2.4GHz and 5GHz band * asking batman-adv for the number of non-timed out entries in the local translation table with WiFi flag The number of wifi24+wifi5 and the number of TT wifi client counts are reported via respondd to various consumers. The ffrgb meshviewer is displaying these values as: * 2,4 GHz: wifi24 * 5 GHz: wifi5 * other: (TT local wifi+non-wifi clients) - (wifi24 + wifi5) But the local translation table is holding entries much longer than the wifi layer. It can therefore easily happen that a wifi client disappears in the kernel wifi layer and batman-adv still has the entry stored in the local TT. The ffrgb meshviewer would then show this count in the category "other". This often results in confusions because "other" is usually for ethernet clients. And nodes with a frequently disappearing larger group of clients (near bus stations or larger intersections) often show most clients under the group "other" even when this devices doesn't have a LAN ethernet port. It is better for presentation to calculate the number of total wifi clients by summing up wifi24 + wifi5. And getting the number of total clients (non wifi + wifi) by adding the result of the previous calculation to the sum of non-wifi client in the local batman-adv translation table. Fixes: 89a9d813 ("gluon-mesh-batman-adv-core: Announce client count by frequency") Reported-by:
Pascal Wettin <p.wettin@gmx.de> (cherry picked from commit b850fff7)
-
- May 10, 2019
-
-
David Bauer authored
The factory firmware omits the JFFS2 end-marker while flashing via web-interface. Add a 64k padding after the marker fixes this problem. When the end-marker is not present, OpenWRT won't save the overlayfs after initial flash. (cherry picked from commit dca50d2f)
-
- Apr 19, 2019
-
-
Matthias Schiffer authored
By passing the package name through merge_packages, it becomes possible to override the package choice in GLUON_SITE_PACKAGES again, for example: GLUON_SITE_PACKAGES += -hostapd-mini hostapd (cherry picked from commit 134a6460)
-
- Apr 11, 2019
-
-
Tata authored
in case of default disabled simple-tc for tunneldigger Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de>
-
bobcanthelpyou authored
-
- Mar 25, 2019
-
-
bobcanthelpyou authored
renamed by 210d97c5
-
bobcanthelpyou authored
was marked as broken by #1526 cause of #1505
-
- Mar 18, 2019
-
-
lrnzo authored
small grammatical fix
-
- Mar 15, 2019
-
-
Martin Weinelt authored
- Mar 14, 2019
-
-
Martin Weinelt authored
-
- Mar 13, 2019
-
-
Martin Weinelt authored
patches/openwrt: refresh 0006-generic-vxlan-backport-support-for-VXLAN-over-link-local-IPv6-to-4.9.patch (#1663)
-
Martin Weinelt authored
8de93ce745 mt76: update to the latest version 85cb473f93 mac80211: add a fix to prevent unsafe queue wake calls during restart 08db9397c9 mac80211: backport tx queue start/stop fix 810ee3b84a kernel: bump 4.14 to 4.14.104 5183df0dbf kernel: bump 4.9 to 4.9.161 eea538204b kernel: fix refcnt leak in LED netdev trigger on interface rename f1803e3492 oxnas: add SoC restart driver for reboot 1bfe1ce5c4 oxnas: cheery-pick DTS improvements from master 9ee8c8daf4 kernel: bump 4.14 to 4.14.103 e2ba7a4b47 kernel: bump 4.9 to 4.9.160 Compile-tested: ramips-mt7621, ar71xx-generic
-
Sven Eckelmann authored
If no mcast_rate is set for the wifi-iface then there is no rate_idx (0) set for the bss. This breaks for example 5GHz meshpoint interfaces because 0 maps to a CCK rate (11Mbit/s). It must also be avoided that the ath10k-ct internal state for the rates is not synced with the mac80211 rates state. Otherwise, the user specified rate (e.g. a wifi-iface mcast_rate for a meshpoint interface) will only be set on startup. And a short while after that, ath10k-ct specific code in ath10k_check_apply_special_rates is missing a valid rate in its own structures and is then recalculating a new default rate. This default rate is in most situations not the requested rate. Fixes: a399b607 ("ath10k/ath10k-ct: support multicast and management rate control")
-
- Feb 25, 2019
-
-
bobcanthelpyou authored
-
Martin Weinelt authored
5de163d67 vallumd: bump to 0.1.4 b8c2c2b1b mosquitto: update to 1.5.7 8a2d56684 irssi: update to 1.2.0 d0f5ae180 [18.06] python3: fix [CVE-2018-20406] dad217d34 shadowsocks-libev: flush ss rules on entry bbc2e68ed mosquitto: bump to 1.5.6 9ffcfea19 mariadb: bump to 10.1.38 09b794ecc stubby: update to version 0.2.4 41c4f82f8 stubby: Remove iamperson347 from maintainer 2cf2210d8 stubby: add Jonathan Underwood as co-maintainer (#7307) 709a73604 stubby: add reload_config to documentation aa8380721 stubby: fix loading of config file 6e2451dd0 stubby: add uci support to init file 7a2b9df89 stubby: bump PKG_RELEASE 304596d21 stubby: remove unnecessary core limit fd8505f76 stubby: add SPKI pin set for Cloudflare cert b77053d35 stubby: add Cloudflare 1.0.0.1 and ::1001 servers 3f17c54f2 stubby: use EDNS client-subnet privacy by default 935126632 stubby: fix config file definition d3b090a31 stubby: rearrange Makefile for clarity a3a73ef7b stubby: add missing dependency on ca-certificates ccf0c71ac getdns: update to version 1.5.0 07e647645 getdns: Remove iamperson347 from maintainer ca7555e52 getdns: fix missing libbsd dependency cc8439566 acme: Fix loading credentials fb3dd71ef youtube-dl: update to version 2019.01.30.1 4368783e9 python-idna: Add missing dependency on python(3)-codecs 480e4d7e8 python/python3: Fix lib2to3 fixes search 02dd97d14 libsndfile: update to 42132c543358cee9f7c3e9e9b15bb6c1063a608e 34dec8190 python3: backport CVE-2018-14647 patch from upstream [18.06] 3785db429 python: backport CVE-2018-14647 patches from upstream [18.06] 8f41fa7f8 nut: Default to run as root but fix alt runas f7048b725 libsndfile: update to 8ddc442d539ca775d80cdbc7af17a718634a743f a/ulaw: fix multiple buffer overflows e3f32b75b python/python3: fix .dist-info missing for setuptools and pip Compile-tested: ramips-mt7621, ar71xx-generic
-
Martin Weinelt authored
1be6ff6dc0 kernel: bump 4.14 to 4.14.102 e9cb40caa4 kernel: bump 4.9 to 4.9.159 d32bbd7477 mac80211: brcmfmac: backport 5.0 & 5.1 important changes/fixes ce3a53c4f6 dnsmasq: prefer localuse over resolvfile guesswork 87fb8aea87 dnsmasq: allow using dnsmasq as the sole resolver 405840631c build: Accept BIN_DIR parameter for legacy-images bc3eb970ab ar71xx: Fix 5 GHz MAC address for Archer C60 v2 20f1b7d3f5 kernel: bump 4.14 4.14.101 d669be4654 kernel: bump 4.9 to 4.9.158 Compile-tested: ramips-mt7621, ar71xx-generic Runtime-tested: ramips-mt7621 (D-Link DIR860L B1)
-
David Bauer authored
-
Martin Weinelt authored
-
David Bauer authored
-
Martin Weinelt authored
62feabecd8 kernel: bump 4.14 to 4.14.99 9fb3710a8b kernel: bump 4.9 to 4.9.156 e5ace80759 mt76: update to the latest version fbb2186fbd kernel: bump 4.14 to 4.14.98 72870cc108 kernel: bump 4.9 to 4.9.155 19a6c4b2b3 mac80211: brcmfmac: fix a possible NULL pointer dereference d997712c71 ath9k: register GPIO chip for OF targets Compile-tested: ipq40xx, ramips-mt7621 Runtime-tested: none
-
David Bauer authored
This package allows to automatically switch to another domain, either at a given point in time or after the node was offline long enough.
-
Sven Eckelmann authored
Drivers with software rate control can directly use the selected multicast rate for multicast/broadcast frames and the minimal basic rate for management frames. But drivers with offloaded rate control algorithms must be informed about such upper layer decisions to configure the hardware/firmware. A new BSS_CHANGED_MCAST_RATE is introduced in mac80211 to automatically inform all drivers. ath10k can detect this event and forward it via WMI to the driver. The already existing BSS_CHANGED_BASIC_RATES can be used to select the management rate. Without the WMI commands, a low rate (not necessarily one from the basic rates) is used for bcast/mcast/management frames. This means that the /etc/config/wireless settings basic_rate and mcast_rate would have no effect on the rates selected by this driver for the mentioned frames.
-
David Bauer authored
This backports the TP-Link Archer C50 v4. We are dropping the following upstream commits. They add support for the TP-Link recovery-flag which enabled the web-recovery. As they are not needed for the router to work, we drop them for now. 28cd2ca base-files: sysupgrade: support additional mtd options 1e06482 mtd: add logic for TP-Link ramips recovery magic
-
Martin Weinelt authored
-
David Bauer authored
This commit removes the broken flag from all devices in the mt76x8 subtarget. The stability of the mt76 driver for the mt7628 and mt7612 has greatly improved in the last half-year. It might be still behind ath9k and ath10k but it is suitable for daily use. This affects the following devices: - GL.iNet MT300N v2 - TP-Link Archer C50 v3 - TP-Link TL-WR841 v13
-
- Feb 12, 2019
-
-
oszilloskop authored
also added manifest aliases for gl-ar150, gl-ar300m, gl-ar750
-
- Feb 04, 2019
-
-
Martin Weinelt authored
-
Martin Weinelt authored
9b14c7d3d1 netifd: handle hotplug event socket errors e33612484a brcm63xx: HG655b: fix the imagetag at dts ef17edae3d kernel: bump 4.14 to 4.14.97 21762fe9d6 kernel: bump 4.9 to 4.9.154 ab41836321 mt76: update to the latest version 026f08a610 kernel: bump 4.14 to 4.14.96 1f1f421af6 kernel: bump 4.9 to 4.9.153 Compile-tested: ar71xx-generic, ramips-mt7621, x86-64
-
Martin Weinelt authored
13eeee7b2b mt76: update to the latest version ac1ce25671 OpenWrt v18.06.2: revert to branch defaults a02809f61b OpenWrt v18.06.2: adjust config defaults cddd7b4c77 base-files: config_get: prevent filename globbing e6162b2127 dnsmasq: backport missing braces fix d4178c8f47 build: fix umask detection bashism b98b55a64f build: fix STAGING_DIR cleaning for packages e6c2f3feb1 ar71xx: use correct wan mac address for the TP-Link Archer C7 v4 2c7a1ccaea ar71xx: Add usb drivers in Archer C7 v4/v5 images 39c3b5139f openssl: bump to 1.0.2q 80ed6ebc56 dnsmasq: backport upstream static lease fix 4f2199f528 wireguard: bump to 0.0.20190123 8c105c62e4 wireguard: Update to snapshot 0.0.20181218 1447924c95 mbedtls: update to 2.14.1 for 18.06 e5a0b6cde0 uhttpd: disable concurrent requests by default 11bfb39e39 kernel: bump 4.14 to 4.14.95 dd5fa217dc kernel: bump 4.9 to 4.9.152 91d3b87353 uboot-fritz4040: fix crash caused by interaction with gcc 7.1+ Compile-tested: ar71xx-generic, mpc85xx-generic, ramips-mt7621 Runtime-tested: ramips-mt7621 (D-Link DIR860L)
-
Martin Weinelt authored
ea345d1 Merge pull request #442 from ecsv/batadv-18.06 0231308 batman-adv: Merge bugfixes from 2019.0 Compile-tested: ar71xx-{tiny,generic}, ramips-mt7621, x86-64 Runtime-tested: ar71xx-generic (TP-Link TL-WR1043NDv2)
-
Martin Weinelt authored
6e16dd1234 mt76: update to the latest version 76037756d0 kernel: bump 4.14 to 4.14.94 455bfd1065 kernel: bump 4.9 to 4.9.151 fafd7691e6 opkg: update to latest Git head e789bd2243 opkg: drop argument from check_signature in opkg.conf 3603c2321d ramips: mt7621: fix 5GHz WiFi LED on ZBT WG3526 7f98cd8d50 odhcpd: fix onlink IA check (FS#2060) abd0f7995e kmod-sched-cake: bump to latest cake Compile-tested: ar71xx-{tiny,generic}, ramips-mt7621, x86-64
-
Martin Weinelt authored
fixes #1629
-
Martin Weinelt authored
-