- Oct 20, 2023
-
-
Manu.WTF authored
Also known in Germany as Gigacube CAT20
-
- Aug 21, 2023
-
-
Tom Herbers authored
OpenWrt dropped the nand string from filenames in the ipq40xx target [1]. Therefore it's no longer neccesary to work arround it in Gluon. [1] https://github.com/openwrt/openwrt/commit/d9f7c751c9772772473d226b1088e8dec31f3090
-
David Bauer authored
These boards do not support DSA in OpenWrt and thus lack working ethernet. Disable them for now. Co-authored-by:
Tom Herbers <mail@tomherbers.de>
-
- May 21, 2023
-
-
Florian Maurer authored
-
- Apr 07, 2023
-
-
Magnus Frühling authored
The WRE6066, has in contrast to other ip40xx devices, has only 128MB system RAM. This results in OOM situations and instability, to circumvent this we need to use ath10k-smallbuffers. Signed-off-by:
skorpy <skorpy@frankfurt.ccc.de>
-
- Feb 25, 2023
-
-
Jan-Niklas Burfeind authored
This is a temporary measure that fixes #2692. This reverts commit 15ef8858.
-
- Oct 21, 2022
-
-
Grische authored
AVM Fritz!Box 7520 and Fritz!Box 7530 use the same hardware platform and can only be distinguished by using the urlader partition or the fritz-tffs tools and read the ProductID (Fritz_Box_HW247).
-
- Sep 12, 2022
-
-
David Bauer authored
-
- Jun 05, 2022
-
-
David Bauer authored
Use the candelatech firmware for the QCA Wave-2 firmware. The Qualcomm firmware used for the IPQ401x chip in OpenWrt in 22.03 is experiencing heavily degraded performance due to excessive retransmits when using A-MSDU. Disabling VHT modes or switching to the candelatech firmware circumvents this issue. Apply the same to other Wave-2 platforms in order to keep consistency with upstream. Wave-1 chips do not support mesh modes with the -ct firmware, so keep using the QCA firmware in their case. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Sep 01, 2021
-
-
Björn Dobe authored
- [x] must be flashable from vendor firmware - [ ] webinterface - [ ] tftp - [x] other: Console port available. Manufacturer specific cable required. Tutorial in OpenWRT commit message https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c6e972c8772a628a1a2f2e5590d7c6f4acef9ab0 - [x] must support upgrade mechanism - [x] must have working sysupgrade - [x] must keep/forget configuration (if applicable) *think `sysupgrade [-n]` or `firstboot`* - [x] must have working autoupdate root@Aruba-AP-303H:~# lua -e 'print(require("platform_info").get_image_name())' aruba-ap-303h - [x] reset/wps/phone button must return device into config mode - [x] primary mac should match address on device label (or packaging) (https://gluon.readthedocs.io/en/latest/dev/hardware.html#notes) - wired network - [x] should support all network ports on the device - [x] must have correct port assignment (WAN/LAN) - wifi (if applicable) - [x] association with AP must be possible on all radios - [x] association with 802.11s mesh must be working on all radios - [x] ap/mesh mode must work in parallel on all radios - led mapping - power/sys led (_critical, because led definitions are setup on firstboot only_) - [x] lit while the device is on - [x] should display config mode blink sequence (https://gluon.readthedocs.io/en/latest/features/configmode.html) - radio leds - [x] should map to their respective radio - [x] should show activity - switchport leds - [x] should map to their respective port (or switch, if only one led present) - [x] should show link state and activity - outdoor devices only - [ ] added board name to `is_outdoor_device` function in `package/gluon-core/luasrc/usr/lib/lua/gluon/platform.lua` - ToDo (upstream): - enable PoE pass through on interface E3 system.poe_passthrough=gpio_switch system.poe_passthrough.name='PoE Passthrough' system.poe_passthrough.gpio_pin='446' system.poe_passthrough.value='0' (0 is active)
-
- Aug 10, 2021
-
-
David Bauer authored
-
- Jan 13, 2021
-
-
Sven Eckelmann authored
This device is a dual 5GHz device. It is recommended to manually change the radio of the first device to the lower 5GHz channels and the second radio to the upper 5GHz channels
-
Sven Eckelmann authored
-
- Oct 06, 2020
-
-
David Bauer authored
-
- May 03, 2020
-
-
ctr49 authored
-
- Mar 25, 2020
-
-
David Bauer authored
This commit assigns class-flags to devices. The following scheme is used: - ath9k & ath10k: tiny if RAM <128M - ath10k & ath10k: tiny if RAM <256M - all: tiny if RAM <64M - all: tiny if flash <8M All other devices automatically have the default device-class selected.
-
- Mar 09, 2020
-
-
Jan Alexander authored
-
- Jan 05, 2020
-
-
David Bauer authored
The Aruba Instant On AP11 is the Aruba AP-303 with a stripped-down firmware. Add an alias for the device to remove confusion about the different naming.
-
- Jan 04, 2020
-
-
David Bauer authored
Remove the ath10k-ct-smallbuffers variant from the default package-seleciton as it clashes with the QCA ath10k driver.
-
David Bauer authored
-
- Nov 18, 2019
-
-
David Bauer authored
-
- Nov 07, 2019
-
-
Matthias Schiffer authored
-
- Nov 04, 2019
-
-
David Bauer authored
This commit accounts for the target renaming which was done in upstream commit 7407e723991 ("ipqx0xx: add Generic subtarget")
-
- Oct 29, 2019
-
-
David Bauer authored
This changes the ath10k firmware and driver selection, as ath10k-ct is now the default in upstream OpenWrt. However, for 802.11s operation we need the QCA firmware and driver.
-
- Jun 15, 2019
-
-
Matthias Schiffer authored
The old bash-based parsing code was way too complex. Replace it with Lua.
-
- Apr 19, 2019
-
-
Tata authored
Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de>
-
- Nov 14, 2018
-
-
David Bauer authored
-
- Jul 25, 2018
-
-
Sven Eckelmann authored
This device is a dual 5GHz device. It is recommended to manually change the radio of the first device to the lower 5GHz channels and the second radio to the upper 5GHz channels.
-
Sven Eckelmann authored
-
- Jul 15, 2018
-
-
David Bauer authored
Add support for IBSS meshing. Leave target marked as BROKEN for IBSS as stability is unknown and WiFi LEDs are not working. Functionality was tested in the network of Freifunk Frankfurt with other ipq40xx and ar71xx devices.
-
David Bauer authored
This commit adds support for the new ipq40xx target.
-