- 25 Sep, 2021 1 commit
-
-
Nico authored
Build failed with: * unable to set 'CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_generic_DEVICE_dir-825-c1 * unable to enable device 'dir-825-c1' This was likely because the device is defined in target/linux/ar71xx/image/generic-legacy-devices.mk as DIR825C1 and hence needs 'profile' to be set.
-
- 24 Sep, 2021 1 commit
-
-
Nico authored
-
- 06 Oct, 2020 1 commit
-
-
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
-
- 29 Aug, 2020 1 commit
-
-
T-X authored
Signed-off-by:
Linus Lüssing <linus.luessing@c0d3.blue>
-
- 15 Aug, 2020 2 commits
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
Only include the major version in the base image name or aliases.
-
- 04 Jun, 2020 1 commit
-
-
David Bauer authored
The D-Link DIR-825 has only 6M of usable firmware space.
-
- 31 May, 2020 2 commits
-
-
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.
-
- 25 Mar, 2020 1 commit
-
-
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.
-
- 02 Feb, 2020 1 commit
-
-
Andreas Ziegler authored
-
- 04 Jan, 2020 1 commit
-
-
David Bauer authored
Remove the ath10k-ct-smallbuffers variant from the default package-seleciton as it clashes with the QCA ath10k driver.
-
- 04 Dec, 2019 1 commit
-
-
Malte Möller authored
a regular Netgear WNDR3800 but identifies itself as wndr3800chmychart.
-
- 08 Nov, 2019 1 commit
-
-
David Bauer authored
As upstream now has model detection for the Ubiquiti UniFi AC LR, we need to provide an autoupdater image matching the expected filename. Closes #1834
-
- 07 Nov, 2019 1 commit
-
-
Matthias Schiffer authored
-
- 29 Oct, 2019 2 commits
-
-
Martin Weinelt authored
Their kernel partition is too small, the OpenWrt build system is unable to create an image.
-
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.
-
- 22 Oct, 2019 1 commit
-
-
David Bauer authored
This adds previously absent ath10k packages definitions. This way, devices correctly select CandelaTech firmware correctly, when GLUON_WLAN_MESH is set to IBSS. This is also necessary for all devices, when OpenWrt is switched to 19.07.
-
- 06 Oct, 2019 1 commit
-
-
Marssl78 authored
-
- 03 Oct, 2019 1 commit
-
-
Andreas Ziegler authored
fixes #1834 fixes #1332
-
- 02 Oct, 2019 1 commit
-
-
David Bauer authored
The OCEDO Koala was missing the correct package definition. Because of this, firmware is potentially built with the wrong ath10k firmware / driver.
-
- 23 Sep, 2019 1 commit
-
-
Andreas Ziegler authored
-
- 20 Sep, 2019 1 commit
-
-
Martin Weinelt authored
The kernel partition on these devices is too small for the OpenWrt 19.07 kernel. It is also located after the rootfs, so we cannot grow it further. Therefore mark these devices as deprecated now.
-
- 18 Aug, 2019 1 commit
-
-
Martin Weinelt authored
This reverts commit fb08e104. Devices featuring ath10k radios should at least 128 MB of memory as their driver is quite memory hungry. Devices with a configuration (1x ath10k, 64M memory) like this have often been seen as running out of memory.
-
- 10 Aug, 2019 1 commit
-
-
Vincent Wiemann authored
The profile for GL.iNet AR750 currently selects ATH10K_PACKAGES, but this device actually has a QCA9887 which needs another driver. This commit fixes the issue by setting ATH10K_PACKAGES_QCA9887 instead.
-
- 29 Jun, 2019 1 commit
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- 27 Jun, 2019 1 commit
-
-
Martin Weinelt authored
memory usage seems to behave more reasonable for a while now
-
- 15 Jun, 2019 2 commits
-
-
Matthias Schiffer authored
The old bash-based parsing code was way too complex. Replace it with Lua.
-
Matthias Schiffer authored
This device doesn't have an Ethernet port, and even with the Ethernet shield, eth0 is not configured.
-
- 12 Jun, 2019 1 commit
-
-
Matthias Schiffer authored
For some reason, some of the target files were executable.
-
- 31 Mar, 2019 1 commit
-
-
Andreas Ziegler authored
-
- 15 Mar, 2019 1 commit
-
-
Manu.WTF authored
-
- 07 Feb, 2019 1 commit
-
-
oszilloskop authored
also added manifest aliases for gl-ar150, gl-ar300m, gl-ar750
-
- 18 Jan, 2019 1 commit
-
-
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
-
- 29 Dec, 2018 1 commit
-
-
Martin Weinelt authored
Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- 20 Dec, 2018 1 commit
-
-
Christoph Krapp authored
Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- 09 Dec, 2018 1 commit
-
-
Christoph Krapp authored
Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- 24 Oct, 2018 1 commit
-
-
David Bauer authored
Fixes #856
-
- 14 Oct, 2018 1 commit
-
-
David Bauer authored
-
- 11 Oct, 2018 1 commit
-
-
David Bauer authored
This adds support for the TP-Link TL-WR902Ac v1 travel router. The device is marked as broken due to 64MB which might be insufficient in certain environments.
-