- May 10, 2024
-
-
Amit Kumar authored
-
- Apr 16, 2024
-
-
Amit Kumar authored
-
- Apr 15, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
ubus calls with the same context as config_remove might trigger its callback which cleanups interface data. Free of interface data in the middle of functions is not expected, which might cause different kind of crashes in different places which access hostapd interface structure data. For example, hostapd_setup_interface_complete_sync() function has hostapd_ubus_add_bss() call with adding of ubus object, and if config_remove was sent, its callback will be called at this moment, will trigger cleanup and crash in the rest part of the function, like: - next call of hostapd_ubus_add_bss() in the loop - airtime_policy_update_init which accesses iface->conf->airtime_mode - is_zero_ether_addr(hapd->conf->bssid) and other similar places.
-
- Apr 11, 2024
-
-
Piotr Kubik authored
Add reading image_version and compatible_legacy from running DT. Remove reading version from rootfs for the current bank - if we have it in DT then we don't have it in rootfs anymore. refs #13726
-
- Apr 03, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
- Mar 28, 2024
-
-
Erik Karlsson authored
(cherry picked from commit 118695f5)
-
Erik Karlsson authored
Missing band and mhz properties for scanlist and missing band property for freqlist are added. (cherry picked from commit 7fb3d9d2)
-
Erik Karlsson authored
The brings the libwifi backend in line with the nl80211 backend which is used for targets other than Broadcom. (cherry picked from commit 41b8691b)
-
- Mar 26, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
- Mar 23, 2024
-
-
Mikhail Kshevetskiy authored
-
- Mar 21, 2024
-
-
Piotr Kubik authored
-
Piotr Kubik authored
mediatek: mt7986: Enable FDT overlay support
-
- Mar 20, 2024
- Mar 18, 2024
-
-
Rahul Thakur authored
Add a ubus event network.device for link state change to generate an event when the link goes up and down. The event looks as follow: { "network.device": {"ifname":"eth3","link":"down"} }
-
- Mar 14, 2024
-
-
Also fix usage printout.
-
Sukru Senli authored
-
Arne Jonsson authored
-
-
- Mar 13, 2024
-
-
Erik Karlsson authored
Do not evaluate user input.
-
Rahul Thakur authored
Currently, when the firewall.globals.enabled is set to 0, then it only sets the option input for zone wan to ACCEPT. This is not completely correct, if we truly want to disable firewall, then we should also set the defaults.input to ACCEPT.
-
- Mar 12, 2024
-
-
- Mar 11, 2024
-
-
Markus Gothe authored
In order to be able to support 802.1X EAPoL we use hostapd on wired devices without WiFi support. A regression was introduced which broke building, this commit fixes this regression.
-
Arne Jonsson authored
-
- Mar 07, 2024
-
-
This commit includes the umdns package for iowrt and also commits the patches introduced by iowrt for extending functionality and fixing bugs found during testing, both manual testing and against CDR. The umdns is the backend package for dnsmngr to implemented support for DNS-SD. These patches and other changes have also been up-streamed and are hopefully accepted and included int the next release.
-
- Mar 06, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
The patches create 2 files, libipt_TRIGGER.c and ipt_TRIGGER.h that add the support for target TRIGGER in iptables. Since the patch adds 2 new files, easy to maintain. The change in makefile is to take the library to the target.
-
Rahul Thakur authored
Rename device section to more user friendly LANX and WAN. This will appear in Ethernet.Interface.{i}.Alias. The value for the parameter Ethernet.Interface.{i}.Name will remain the underlying device name for example, eth0.1, eth1 etc. Note: for this to take effect, device will need default reset since the change is in uci-defaults and considering this is a cosmetic change, migrations over upgrades is not accounted for.
-
- Mar 05, 2024
-
-
- Mar 04, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
- Feb 27, 2024
-
-
Markus Gothe authored
This syscall is used on Broadcom but not Airoha.
-
Vivek Dutta authored
-
- Feb 23, 2024
-
-
Janusz Dziedzic authored
Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
Janusz Dziedzic authored
This is due to some IOT issues with: - Amazon Alexa first gen - RPI5 Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu>
-
- Feb 19, 2024
-
-
For encrypted kernel storage, we're unable to get iowrt version for the other bank. To fix the issue we add unencrypted metadata containing version in FDT format after the kernel image. If version cannot be read (probably encrypted storage) we look for FDT, extract it, and get version from it. Signed-off-by:
Andreas Gnau <andreas.gnau@iopsys.eu>
-
- Feb 16, 2024
-
-
Fail if the bank id is not 1 or 2
-
- Feb 14, 2024
-
-
Vivek Dutta authored
-