-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rssidleds: workaround high cpu load bug #165
Conversation
Workaround for high cpu load bug till https://bugs.openwrt.org/index.php?do=details&task_id=3708 is fixed. In /etc/config/system change rssid_wlan0 option dev 'wlan0' to 'wlan0-mesh-2'. Fixes freifunk-berlin#142. Signed-off-by: everloop2 <[email protected]>
o.O ci/circleci build failed: Build dependency: Please install Python >= 3.6 |
Yeah, we just had a discussion on that in our chat... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you test run this on a device? Looks good to me.
could u rebase on current master? than the workflow checks shoudl work again. |
I think setting system.@rssid[0].dev should be done in the wizard when the mesh type is selected (adhoc/802.11s) and should further be implemented in the "Mesh Settings" page similarly. Also, there should be a migration script too. @everloop2 I look forward to seeing a new PR which handles this. Thanks for your first effort |
For my commit only had to "copy paste" - i am no "coder" - putting it to wizard and migration script - i am "out" xP Possibility to select/disable wifi device for rrsidleds would be nice. |
Only did test uci commands:
cause:
prooved to be working. |
I will try to implement this in the next few days |
Workaround for high cpu load bug till https://bugs.openwrt.org/index.php?do=details&task_id=3708 is fixed.
In /etc/config/system change rssid_wlan0 option dev 'wlan0' to 'wlan0-mesh-2'.
Fixes #142.
Signed-off-by: everloop2 [email protected]