- Jun 21, 2021
-
-
David Bauer authored
-
Martin Weinelt authored
-
David Bauer authored
-
David Bauer authored
-
David Bauer authored
-
David Bauer authored
-
Martin Weinelt authored
-
David Bauer authored
-
- Jun 15, 2021
-
-
Dark4MD authored
-
- May 14, 2021
-
-
Martin Weinelt authored
-
- Apr 27, 2021
-
-
Jan-Tarek Butt authored
Signed-off-by:
Jan-Tarek Butt <tarek@ring0.de> Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Feb 28, 2021
-
-
David Bauer authored
Upstream removed the factory images for the Archer C20 v1 as they potentially brick the device. Remove them from Gluon to avoid build failures on the next OpenWrt 19.07 bump. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- 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
-
- Jan 10, 2021
-
-
Sven Eckelmann authored
-
Sven Eckelmann authored
-
- Nov 11, 2020
-
-
Martin Weinelt authored
CPU: 750 MHz QCA9563 Flash: 8 MB RAM: 64 MB Radio 1: Qualcomm Atheros QCA9563 (b/g/n) Radio 2: Qualcomm Atheros QCA9887 (a/n/ac)
-
- Nov 06, 2020
-
-
David Bauer authored
Use a manifest alias for the autoupdater image string of the Netgear EX3700 / EX3800. This way, no unnecessary symlink is created and the autoupdater functionality is preserved.
-
- Oct 26, 2020
-
-
dzzinstant authored
-
- Oct 06, 2020
-
-
David Bauer authored
-
David Bauer authored
* ar71xx-generic: only create manifest alias for Rocket M5 This follow up the discussion done in #2070 by not creating a symlink for the Rocket M5. Images for the Rocket M2 can still be flashed on a Rocket M5. This change will prevent the Rocket M5 from appearing in Firmware selectors. Existing devices will still receive updates, as the device name is still referenced for the device name expected by the M5. Closes #2070 * docs: remove Rocket M5 from supported devices
-
- Oct 05, 2020
-
-
Steffen Förster authored
Specifications: * SoC: MT7620A * RAM: 64 MB DDR * Flash: 8MB NOR SPI flash * WiFi: MT7612E (5Ghz) and builtin MT7620A (2.4GHz) * LAN: 1x100M The -factory images can be flashed from the device's web interface or via nmrpflash. Both devices differ by a additional power outlet for the EX3800. This patch has been tested on a EX3800 device.
-
- Aug 29, 2020
-
-
T-X authored
Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- Aug 15, 2020
-
-
Matthias Schiffer authored
GLUON_AUTOUPDATER_BRANCH and GLUON_AUTOUPDATER_ENABLED should be set separately now.
-
Matthias Schiffer authored
The new options are CONFIG_GLUON_AUTOUPDATER_BRANCH and CONFIG_GLUON_AUTOUPDATER_ENABLED and allow to control the default branch and default enable status separately. The `or ''` fallback in targets/generic is removed, as GLUON_ENV will set all variables in GLUON_VARS, making previously non-existing variables exist with an empty value.
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Only include the major version in the base image name or aliases.
-
- Aug 11, 2020
-
-
David Bauer authored
The packages necessary to get the DSL modem working increase the squashfs size by around 1MB. Remove them from Gluon, as this functionality is not supported.
-
- Jun 12, 2020
-
-
Matthias Schiffer authored
Normally, we build all nonshared packages (which includes all kernel modules) to generate an opkg feed for later package installations by users. On targets without opkg, this just wastes time - disable it. (cherry picked from commit b3edfd29)
-
- Jun 11, 2020
-
-
Matthias Schiffer authored
Normally, we build all nonshared packages (which includes all kernel modules) to generate an opkg feed for later package installations by users. On targets without opkg, this just wastes time - disable it.
-
- Jun 04, 2020
-
-
Chrissi^ (Chris Fiege) authored
This change stores a Kernel with Debug-Symbols for the current architecture in a new output directory '<outputdir>/debug'. This allows a developer or operator of a network to store the kernel along with the actual images. In case of a kernel oops the debug information can be used with the script 'scripts/decode_stacktrace.sh' in the kernel source tree to get the names to the symbols of the stack trace. OpenWRT already provides the CONFIG_COLLECT_KERNEL_DEBUG -option that creates a kernel with debug-symbols in the OpenWRT output directory. This change enables this option and copies the generated kernel to the gluon output directory. Signed-off-by:
Chrissi^ <chris@tinyhost.de>
-
David Bauer authored
The D-Link DIR-825 has only 6M of usable firmware space.
-
- May 31, 2020
-
-
Matthias Schiffer authored
target_config.lua and target_config_check.lua don't pass a table of callbacks anymore, so target_config_lib.lua can by simplified by moving all the code that was in the returned function to the toplevel.
-
Matthias Schiffer authored
So far, we were using a sort operation on the generated .config to implement precedence of =y packages over =m, and =m over unset. Unfortunately, this sort not only used for packages, but for all config lines. This made it impossible to override settings from targets/generic in a target config when the new setting was sorted before the generic setting. To fix this, track configurations by their keys, so we can properly override config keys that were set before. Value-based precedence is only preserved for package configuration. The config() and try_config() calls always take key and value as separate arguments now. Strings are quoted automatically; the values true, nil and false map to y, m and unset for tristate options. config() can take an optional third argument to override the error message to display when the setting fails to apply. All existing target configs generate the same .config with the old and the new code. The new code is also a bit faster on targets with many devices.
-
- May 28, 2020
-
-
Matthias Schiffer authored
In OpenWrt 19.07, the block size was increased to 1024KiB for "tiny" devices by default to save flash. Unfortunately, this also significantly increases the cache memory required by squashfs. In my test, the increased block size reduced the image size by ~64KiB, but increased the RAM usage by ~2.6MiB. As most tiny devices have only 32MiB of RAM, this is not a reasonable tradeoff. The ar71xx-generic target already defines an even lower block size of 64KiB.
-
Matthias Schiffer authored
This is unused by Gluon.
-
- May 16, 2020
-
-
Vieno Hakkerinen authored
As x86-generic is compiled to pentium4 (and newer) there is a need for a subtarget for older devices. The x86-legacy subtarget is set to compile to pentium (and newer) and should support even very old devics. x86-legacy includes the packages from x86.inc to only maintain one package list. The three excludes are because the packages do not exist for x86-legacy.
-
- May 13, 2020
-
-
Matthias Schiffer authored
-
- May 12, 2020
-
-
lemoer authored
-
- May 03, 2020
-
-
ctr49 authored
-