- Nov 08, 2019
-
-
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
-
- Nov 07, 2019
-
-
Matthias Schiffer authored
-
- Oct 29, 2019
-
-
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.
-
- Oct 22, 2019
-
-
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.
-
- Oct 06, 2019
-
-
Marssl78 authored
-
- Oct 03, 2019
-
-
Andreas Ziegler authored
fixes #1834 fixes #1332
-
- Oct 02, 2019
-
-
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.
-
- Sep 23, 2019
-
-
Andreas Ziegler authored
-
- Sep 20, 2019
-
-
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.
-
- Aug 18, 2019
-
-
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.
-
- Aug 10, 2019
-
-
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.
-
- Jun 29, 2019
-
-
Adrian Schmutzler authored
Signed-off-by:
Adrian Schmutzler <freifunk@adrianschmutzler.de>
-
- Jun 27, 2019
-
-
Martin Weinelt authored
memory usage seems to behave more reasonable for a while now
-
- Jun 15, 2019
-
-
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.
-
- Jun 12, 2019
-
-
Matthias Schiffer authored
For some reason, some of the target files were executable.
-
- Mar 31, 2019
-
-
Andreas Ziegler authored
-
- Mar 15, 2019
-
-
Manu.WTF authored
-
- Feb 07, 2019
-
-
oszilloskop authored
also added manifest aliases for gl-ar150, gl-ar300m, gl-ar750
-
- Jan 18, 2019
-
-
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
-
- Dec 29, 2018
-
-
Martin Weinelt authored
Signed-off-by:
Martin Weinelt <martin@darmstadt.freifunk.net>
-
- Dec 20, 2018
-
-
Christoph Krapp authored
Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- Dec 09, 2018
-
-
Christoph Krapp authored
Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- Oct 24, 2018
-
-
David Bauer authored
Fixes #856
-
- Oct 14, 2018
-
-
David Bauer authored
-
- Oct 11, 2018
-
-
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.
-
- Oct 01, 2018
-
-
Ruben Barkow authored
-
- Sep 23, 2018
-
-
Sven Eckelmann authored
Some 32 MB devices like the Nanostation M2 suffer from sudden high loads combined with a squashfs related OOM reboot: logd invoked oom-killer: gfp_mask=0x2420848, order=0, oom_score_adj=0 CPU: 0 PID: 774 Comm: logd Not tainted 4.4.135 #0 Stack : 804214dc 00000000 00000001 80480000 8182fa3c 80474803 804028d0 00000306 804e378c 00001ade 00000040 00000000 00000000 800a7f10 00000006 00000000 00000000 00000000 804063e0 80c69994 804e6542 800a5e8c 02420848 00000000 00000001 801fd600 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 ... Call Trace: [<800721cc>] show_stack+0x54/0x88 [<800d5468>] dump_header.isra.4+0x48/0x130 [<800d5c38>] check_panic_on_oom+0x48/0x84 [<800d5d64>] out_of_memory+0xf0/0x324 [<800d9888>] __alloc_pages_nodemask+0x6b8/0x724 [<800d2960>] pagecache_get_page+0x154/0x270 [<80134cb0>] __getblk_slow+0x15c/0x374 [<80160418>] squashfs_read_data+0x1c8/0x6e8 [<80164628>] squashfs_readpage_block+0x32c/0x4d8 [<801622a4>] squashfs_readpage+0x5bc/0x6d0 [<800dd030>] __do_page_cache_readahead+0x1f8/0x264 [<800d479c>] filemap_fault+0x1a8/0x458 [<800efc1c>] __do_fault+0x64/0xd0 [<800f2824>] handle_mm_fault+0x4a4/0xb40 [<80076e98>] __do_page_fault+0x134/0x470 [<80060820>] ret_from_exception+0x0/0x10 Reduction of the SquashFS blocksize should reduce the problem slightly on these nodes. The image size will increase slightly but this should be no problem for ar71xx-generic (in contrast to ar71xx-tiny).
-
- Sep 04, 2018
-
-
David Bauer authored
-
- Aug 01, 2018
-
-
Martin Weinelt authored
removes cryptic debug messages from kernel ring buffer and also reduces memory usage by as much as 20-25 MiB.
-
- Jul 15, 2018
-
-
Christoph Krapp authored
Support is marked as broken because this device is sold in two variants, one with 64M RAM and another with 128M. As of now 64M is not enough for ath10k with 5GHz enabled. As there is no indication known which variant one will get better mark it as broken. Signed-off-by:
Christoph Krapp <achterin@googlemail.com>
-
- Jul 12, 2018
-
-
David Bauer authored
-
- Jul 10, 2018
-
-
Matthias Schiffer authored
-
- Jun 25, 2018
-
-
Sven Eckelmann authored
-
- Jun 24, 2018
-
-
Sven Eckelmann authored
The dependency line was lost during the rebase of the current master version. Fixes: 9d719a2e ("ar71xx: add support for OpenMesh A40/A60 (#1424)")
-
- Jun 09, 2018
-
-
Sven Eckelmann authored
-
- Jun 08, 2018
-
-
Sven Eckelmann authored
-
- May 23, 2018
-
-
Vincent Wiemann authored
Adds support for Alfa AP121F USB powered travel router (looks like an USB ethernet adapter). There is no factory image, but only a sysupgrade file for this router which can be installed using the inbuilt UBoot web interface. Configure your PC with IP address 192.168.1.2 and connect the router using its RJ45 port. Hold the reset button while powering the device until all LEDs have flashed 3 times simultaneously. You can now access the fallback web interface using a web browser at http://192.168.1.1 and flash the sysupgrade file.
-
- May 17, 2018
-
-
Christoph Krapp authored
-