- Mar 11, 2025
-
-
Nico authored
Signed-off-by:
Nico <github@nicoboehr.de>
-
Nico authored
-
- Mar 09, 2025
-
-
Steffen Förster authored
Specification: - MT7981 CPU using 2.4GHz and 5GHz WiFi (both AX) - 1GB RAM - 16MB NOR - 128MB NAND - 3 LEDs (red, green, blue, white) - 2 buttons (reset, user defined) - 1 2.5Gbit WAN port (Airoha EN8811h) - 1 1Gbit LAN ports - 1 single lane M.2 SSD slot - 1 mikroBus socket - externel HW WDT (25s refresh time) - i2c RTC (with battery backup) Serial Interface - UBS-C CDC-ACM - 3 Pins GND, RX, TX - Settings: 115200, 8N1
-
- Mar 06, 2025
-
-
David Bauer authored
OpenWrt now employs eBPF components. These are built as we select all non-shared packages. Configure teh OpenWrt buildsystem to use the hots BPF toolchain and add the required llvm compiler to the dependencies. This avoids increasing the build-time as no eBPF toolchain needs to be built. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jan 25, 2025
-
-
Florian Maurer authored
Signed-off-by:
Florian Maurer <f.maurer@outlook.de>
-
Florian Maurer authored
this is the same device as the EAX 11 v2 and EAX 15 v2
-
- Jan 19, 2025
-
-
David Bauer authored
The image name was changes upstream for the armsr targets. Link: https://github.com/openwrt/openwrt/commit/7555fb02ecfd341376db0adfedd2fded3450d7c8 Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jan 08, 2025
-
-
Roland Reinl authored
-
- Jan 07, 2025
-
-
David Bauer authored
This setting was renamed in OpenWrt. Link: https://github.com/openwrt/openwrt/commit/a48ec449ccab0069e84a72837bf06ba543e53aec Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Dec 28, 2024
-
-
Florian Maurer authored
-
- Dec 27, 2024
-
-
David Bauer authored
-
- Dec 26, 2024
-
-
Florian Maurer authored
replace only the first underscore in target_config_lib Signed-off-by:
Florian Maurer <f.maurer@outlook.de>
-
Florian Maurer authored
TP-Link TD-W8970 and TD-W8980 are affected Signed-off-by:
Florian Maurer <f.maurer@outlook.de>
-
Florian Maurer authored
this does not do anything as long as the DSL port is unplugged. If the port is plugged and an interface of type pppoe exists, the vrx518 dsl firmware and the pppd daemon is started
-
- Dec 23, 2024
-
-
Roland Reinl authored
-
- Dec 22, 2024
-
-
David Lutz authored
Signed-off-by:
David Lutz <kpanic@hirnduenger.de>
-
- Dec 10, 2024
-
-
Grische authored
-
- Dec 07, 2024
-
-
David Bauer authored
Kernel namespacce support is only enabled on non small flash targets by default. Enable it for all targets to allow procd-ujail to be used on small flash targets (notably ramips-mt76x8). Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
The ramips-mt76x8 target is now flagged as a small-flash target. Those targets can not be compiled with KERNEL_IO_URING support, thus the config option is not exposed. Try disabling the config option to avoid failing on this platform. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
Kernel exceeds max size. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
David Bauer authored
Kernel partition became to small. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Nov 05, 2024
-
-
Tobias authored
Change the "OpenWrt" GRUB title to "Gluon"
- Nov 04, 2024
-
-
Felix Baumann authored
-
- Oct 10, 2024
-
-
Matthias Schiffer authored
The hardware is identical to the E4200 v2, so no 11s support. Added to have more devices for testing the ARMv5 ISA. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Matthias Schiffer authored
The Linksys E4200 v2 uses mwl8k wifi, which does not support 11s.
-
- Aug 31, 2024
-
- Jul 06, 2024
-
- Jul 01, 2024
-
- Jun 28, 2024
-
- Jun 27, 2024
-
-
Matthias Schiffer authored
Debugging binaries in images that are built with sstrip is extremely annoying, as not even objdump will work on them. Switching from sstrip to standard strip increases the ath79 image size (for some usual Archer C7 v2 configuration I used for testing) by ~70KiB, or 1.3% of the rootfs size (~1% of the total image size), which is rarely worth the decreased debuggability. Extend GLUON_DEBUG to not only distinguish 0 and 1, such that: - 0 uses sstrip same as before - 1 switches to regular strip; this is the new default - 2 includes all debug info, like GLUON_DEBUG=1 did before
-
- Jun 24, 2024
-
- Jun 09, 2024
-
-
Felix authored
-
- Jun 06, 2024
-
- May 14, 2024
-
-
Matthias Schiffer 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)")
-
- May 11, 2024
-
- May 03, 2024
-
- Apr 09, 2024
-
- Mar 23, 2024
-
- Mar 22, 2024
-
-
Felix authored
This device was supported before the target-migration to ath79.
-