- Feb 16, 2019
-
-
bobcanthelpyou authored
-
bobcanthelpyou 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
-
- Feb 12, 2019
-
-
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.
-
- Feb 11, 2019
-
-
Martin Weinelt authored
This reverts commit b92e4044. Committing in this case is unnecessary as that job is already handled by 998-commit which is in a superior position to commit, as it is run after all relevant changes to the configuration have been made.
-
David Bauer authored
Gluon has multiple ways to obtain unique MAC-addresses. They are either provided by the WiFi driver or derived from the primary MAC-address. Quoting the same file: > It's necessary that the first 45 bits of the MAC address don't > vary on a single hardware interface, since some chips are using > a hardware MAC filter. (e.g 'rt305x') This currently fails in case the rt35xx based chips mac address differs from the primary MAC. In this case, the MAC address for the client0 radio (vif 1) comes from the WiFi driver. As there is only a single MAC-address provided by '/sys/class/ieee80211/phyX/addresses' but the MAC-address for mesh 0 (vif 2) is derived from the Node-ID, resulting in different first 45 bits. The WiFi won't come up altogether in this case. This commit verifies at least 4 MAC-Addresses are provided by the WiFi driver. If this is not the case, all MAC-addresses are derived from the primary MAC. This way, affected radios are working correctly.
-
Julian Labus authored
-
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.
-
- Feb 09, 2019
-
-
Steffen Förster authored
-
- Feb 08, 2019
-
-
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
-
- Feb 07, 2019
-
-
oszilloskop authored
also added manifest aliases for gl-ar150, gl-ar300m, gl-ar750
-
Martin Weinelt authored
-
- Feb 05, 2019
-
-
Martin Weinelt authored
-
- Feb 03, 2019
-
-
txt-file authored
This allows for smaller firmware images and makes it possible to reset a device via firstboot command. Signed-off-by:
Matthias Fritzsche <matthias@chemnitz.freifunk.net>
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It makes sense to render using the same theme locally that is used on RTD. The theme can be installed using: pip install sphinx_rtd_theme
-
Matthias Schiffer authored
-
bobcanthelpyou authored
-
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
-
- Jan 31, 2019
-
-
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)
-
- Jan 29, 2019
-
-
Matthias Fritzsche authored
ath5k supports only IEEE 802.11 a/b/g Signed-off-by:
Matthias Fritzsche <matthias@chemnitz.freifunk.net>
-
Matthias Fritzsche authored
Signed-off-by:
Matthias Fritzsche <matthias@chemnitz.freifunk.net>
-
- Jan 27, 2019
-
-
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)
-
- Jan 26, 2019
-
-
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
-
- Jan 25, 2019
-
-
Martin Weinelt authored
fixes #1629
-
Martin Weinelt authored
-
- Jan 18, 2019
-
-
Malte Moeller authored
this matches the output of lua -e 'print(require(platform_info).get_image_name())' This way the manifest file is accepted by the autoupdater
-
- Jan 17, 2019
-
-
Martin Weinelt authored
The original commit only applied its changes to the source file and did not rebuild the minified file, therefore the change never went live.
-
Manu.WTF authored
-
- Jan 15, 2019
-
-
Martin Weinelt authored
939fa07b04 kernel: bump 4.14 to 4.14.93 cae263227f kernel: bump 4.9 to 4.9.150 f34ad1a8f0 mt76: update to the latest version d58c6aedb6 tools/firmware-utils: fix sysupgrade typo in mkdapimg2 0cef35f096 tools/firmware-utils: fix sysupgrade typo in mkdapimg 0d6eaa0ba5 octeon: fix typo in platform.sh 069fda746e fstools: update to the latest master branch 3b4e779e93 fstools: update to git HEAD d7275c0312 fstools: filter unknown action in mount.hotplug script e0daa62af6 fstools: Install mount.hotplug and 10-fstab.defaults as 600 4c0e15fc16 base-files: install missing /etc/iproute2/ematch_map c3fef269d6 cns3xxx: use actual size reads for PCIe 367ccf7a2d kernel: bump 4.14 to 4.14.91 b9dcf2de5f kernel: bump 4.9 to 4.9.148 a8cc06c537 mac80211: brcmfmac: backport firmware loading changes & fix memory bugs c5c20f510a odhcpd: noop to fix PKG_SOURCE_DATE 62ddfaff32 odhcpd: filter routes based on prefix_filter 8a9b0b95df apm821xx: switch MX60(W)'s recovery images to multi-image method afcdf099b7 kernel: fix f2fs on big endian machines 016a71a18a odhcpd: backport prefix filter/NETEV_ADDR6LIST_CHANGE event fixes 806b570a35 ath10k: update QCA4019 firmware baa00b2182 brcm2708-gpu-fw: update to git HEAD 5af6b7976f bcm53xx: backport DTS changes queued for the 4.21 dbbba84ed4 bcm53xx: rename dts backport patches changing their prefixes Compile-tested: ar71xx, ramips-{mt7621,mt76x8}, x86-64 Runtime-tested: ramips-mt7621 (D-Link DIR860L)
-
- Jan 03, 2019
-
-
Matthias Schiffer authored
The text was changed in the i18n files, but the corresponding change in the Lua sources seemingly got lost during a rebase. Closes #1611
-
- Jan 02, 2019
-
-
Matthias Schiffer authored
-
Ralf Jung authored
-
- Dec 29, 2018
-
-
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
-
Martin Weinelt authored
Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
David Bauer authored
This commit distributes dualband radios evenly on 2.4 GHz and 5GHz with 2.4 GHz being prioritised higher than 5 GHz. This means in case a device has only a single radio and this radio supports operation in both bands, it will be set to 2.4 GHz. Tested-by:
Martin Weinelt <martin@darmstadt.freifunk.net> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Matthias Schiffer authored
-