- Jun 09, 2024
-
-
David Bauer authored
(cherry picked from commit e0b723cef78b77be133afe0042e51eed9888d9f7)
-
- May 14, 2024
-
-
github-actions[bot] authored
The Archer C7 v2 needs a different factory image depending on the region (EU or US); this got lost during the ar71xx -> ath79 migration. The OpenWrt factory image without a region suffix is only installable on very old TP-Link firmwares from before the region split was introduced. The region-specific firmware works for both old and new TP-Link firmwares. Fixes: 8fdda51f ("ath79-generic: (re)add support for archer-c7-v2 (#2437)") (cherry picked from commit e721e7f7a6ba451b0de54a00ce622569326509da) Co-authored-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
- Mar 23, 2024
-
-
github-actions[bot] authored
This device was supported before the target-migration to ath79. (cherry picked from commit dd56c00c61f8b865594de974bbf3a709a718be4e) Co-authored-by:
Felix <8057646+GoliathLabs@users.noreply.github.com>
-
- Mar 13, 2024
-
-
David Bauer authored
Building this package breaks the builds. We do not require it, thus we can simply disable it. Signed-off-by:
David Bauer <mail@david-bauer.net> (cherry picked from commit 1ff17a6ad736ae1705a825244e2f3d290e1137f2)
-
- Mar 05, 2024
-
-
github-actions[bot] authored
fix 5deb3aae This upgrade path never worked due to increase of the kernel partition size. They dropped this name from SUPPORTED_DEVICES upstream: https://github.com/openwrt/openwrt/commit/0d28e5d6440d2a37841a207f943e6e5a23172883 (cherry picked from commit 10b6d8e1198a5576e6aa8ec694c81674b7afb3fc) Co-authored-by:
Felix Baumann <felix.bau@gmx.de>
-
- Jan 16, 2024
-
-
David Bauer authored
(cherry picked from commit 10721f6e23184a1ca501ba35173e49cd90b1bfd3)
-
Florian Maurer authored
Signed-off-by:
Florian Maurer <f.maurer@outlook.de> (cherry picked from commit 1ba17d6fe2f5bc0f327d42f1627522b709408b67)
-
- Dec 27, 2023
-
-
Simon Terzenbach authored
-
Simon Terzenbach authored
-
- Dec 23, 2023
-
-
Simon Terzenbach authored
-
- Dec 21, 2023
-
-
Simon Terzenbach authored
-
Linus Lüssing authored
Known issues: * 11s is not working * has no reset button, only SSH access, serial access or an external SD card update can return it to config mode at the moment * LED: generally the red sys LED is working, including boot and failsafe blink patters, but: * sometimes not lit after boot * not blinking in config mode; instead sometimes either persistently on and sometimes persistently off after booting into config mode Therefore adding it as broken. However, due to its CPU power and small size still interesting as a VPN offloader or WiFi rooftop core node (e.g. to Gluon'ify 5+60GHz devices). Manifest aliases are added for upgrades from unreleased Gluon builds and can be removed again at some point in the future. Tested on a Raspberry Pi 4 Model B Rev 1.1. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
Linus Lüssing authored
Similar to x86 build images with a squashfs instead of ext4 filesystem on bcm27xx / for the Raspberry Pi. This allows to use sysupgrade properly and allows to use the firstboot command. Runtime tested on a Raspberry Pi 4. Build tested for the Pi 3 / bcm2710. Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Dec 19, 2023
-
-
Matthias Schiffer authored
As the boardname-based image name setting was broken for bcm27xx due to the target rename, we need to keep the model-based names updated for now. Add all model strings currently seen on the Multimeshviewer and update the comments accordingly.
-
- Dec 13, 2023
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 12, 2023
-
-
Felix Baumann authored
BROKEN TARGETS were built when BROKEN was set as a variable regardless of it's value. Even an empty BROKEN variable caused BROKEN TARGETS to be built. For DEVICES the number was evaluated and compared to true by Lua. Make behavior consistent for relevant values UNSET/EMPTY/0 and 1: UNSET/EMPTY/0: Don't build BROKEN TARGETS and DEVICES 1: Build BROKEN TARGETS and DEVICES The behavior remains inconsistent for all positive numbers except 1. (even floating point)
-
- Dec 11, 2023
-
-
David Bauer authored
Add MediaTek driver packages for MT7915 as well as MT7921 WiFi 6 cards. In addition, fix the mt7615 package name, as the driver was seperated into kernel and firmware packages. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 26, 2023
-
-
David Bauer authored
Remove due to ticket #2939 These devices risk being bricked in a way that can not be recovered without running full TFTP or serial recovery, as the flash ends up in a read-only state with no way of upgrading to a fixed version. Thus, remove the support for the time being. Don't just flag them as BROKEN, as this would deliberately brick these boards when installating such an image. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 23, 2023
-
-
David Bauer authored
This removes the BROKEN flag from the lantiq-xrx200 target. The issues with the switch-driver have been resolved upstream Link: https://github.com/openwrt/openwrt/pull/13638 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 15, 2023
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
SaPl authored
-
- Nov 14, 2023
-
-
David Bauer authored
There is a new way to flash OpenWrt on the ASUS TUF AX4200 which does not require to open the device. Link: https://github.com/blocktrron/openwrt-asus-filogic-factory/releases/tag/filogic-v1 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 07, 2023
-
-
Florian Maurer authored
Signed-off-by:
Florian Maurer <f.maurer@outlook.de>
-
- Nov 05, 2023
-
-
David Bauer authored
Package name of mbedtls is not 'mbedtls' but 'libmbedtls'. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
OpenWrt does not ship with WolfSSL anymore. Instead mbedTLS is shipped by default. We can remove the default removal of WolfSSL packages, as they are not included by default anymore. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 02, 2023
-
-
T-X authored
Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Oct 31, 2023
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Oct 26, 2023
-
-
Steffen Förster authored
-
- Oct 20, 2023
-
-
Manu.WTF authored
Also known in Germany as Gigacube CAT20
-
- Oct 16, 2023
-
-
citronalco authored
-
- Oct 14, 2023
-
-
Christian Buschau authored
This target supports Arm SystemReady (EFI) compatible machines
-
- Oct 12, 2023
-
-
Matthias Schiffer authored
lantiq-xrx200 is currently marked as source-only in OpenWrt 23.05, as the switch driver does not work correctly on Linux 5.15. Mark as broken in Gluon as well until the issue is fixed. Upstream PR: https://github.com/openwrt/openwrt/pull/13200
-
- Sep 29, 2023
-
-
David Bauer authored
Enterasys WS-AP3715i is a dualband wireless-N access point. It comes in a similar casing as the WS-AP3825i, however the hardware is fundamentally different from its bigger cousin. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Sep 04, 2023
-
-
Kiste authored
Better known as ZyXEL Multy M1
-
- Aug 27, 2023
-
-
David Bauer authored
Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Florian Maurer authored
-
- Aug 26, 2023
-
-
David Bauer authored
-
- Aug 22, 2023
-
-
David Bauer authored
-
- Aug 21, 2023
-
-
Tom Herbers authored
-
Tom Herbers authored
-