Skip to content
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

[change] Wireless: avoid unnecessary network config #289 #298

Merged
merged 2 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. [change] Wireless: avoid unnecessary network config #289

    Avoid generating unnecessary config in /etc/config/network
    when defining wireless interfaces.
    
    Closes #289
    nemesifier committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3cb647b View commit details
    Browse the repository at this point in the history
  2. [change] Don't attach WiFi interface unless explicitly defined

    There's no point in trying to attach a WiFi interface to itself.
    It's unnecessary and can cause issues in some situations.
    nemesifier committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ba2f9b8 View commit details
    Browse the repository at this point in the history