-
Notifications
You must be signed in to change notification settings - Fork 29
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
ffac-autoupdater-wifi-fallback: remove requirement of wpa-supplicant #137
Conversation
fdc001a
to
6577d3a
Compare
Tested with v2023.2.x on o2-6431. Worked fine, did connect to another Freifunk AP successfully.. |
@mbaumga is this PR fine for you as well? :) |
Sure. Looks fine to me. :) |
@maurerle am i wrong or is the indentation broken with your changes? |
6577d3a
to
ff62ced
Compare
ffac-autoupdater-wifi-fallback/luasrc/usr/sbin/autoupdater-wifi-fallback
Outdated
Show resolved
Hide resolved
ffac-autoupdater-wifi-fallback/luasrc/usr/sbin/autoupdater-wifi-fallback
Outdated
Show resolved
Hide resolved
ffac-autoupdater-wifi-fallback/luasrc/lib/gluon/upgrade/510-autoupdater-wifi-fallback
Show resolved
Hide resolved
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.
discussed some nitpicks in the comments but it should be fine even without changes
… old wireless config change, remove unrequired ubus calls and params
ff62ced
to
8dca97b
Compare
This finally fixes the additional wpa-supplicant-mini requirement for the ffac-autoupdater-wifi-fallback (see issue #33 (comment) for more information).
As the functionality is quite handy to have it on all devices, it should not be bloated.
The package does now works again with gluon releases v2022.x and v2023.x (and should still work on older releases) without additional wpasupplicant packages.
It uses
ubus call add_dynamic
to add a network at runtime and then attach it to a network device.