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

disable ffuplink-interface during initial setup #185

Merged
merged 7 commits into from
Jan 27, 2021
Merged

Commits on Jan 6, 2019

  1. network-defaults: disable ffuplink by default

    On a fresh installed system, there is no valid setup of ffuplink. So
    we disable this interface, till it's configured by some uplink-preset.
    SvenRoederer committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    29cda0a View commit details
    Browse the repository at this point in the history
  2. uplinks: enable ffuplink interface after setup

    The default of this interface is disabled, so we must enable it
    after it's setup.
    SvenRoederer committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    a548568 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. ffwizard: enable the ffuplink interface when sharenet is selected

    The ffuplink interface is disabled by default on a fresh install.
    During the course of running the wizard, the user must select if
    they want to share their internet connection or not.  If the user
    decides to share their internet, then the ffuplink interface shall
    be enabled (setting disabled=0).
    
    This addresses freifunk-berlin/firmware#603
    pmelange authored and SvenRoederer committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    1aebe45 View commit details
    Browse the repository at this point in the history
  2. Revert "ffwizard: enable the ffuplink interface when sharenet is sele…

    …cted"
    
    This reverts commit 1aebe45, as it puts code
    related to "shareInternet-Settings" in the wireless.lua-file.
    SvenRoederer committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    57cf702 View commit details
    Browse the repository at this point in the history
  3. ffwizard: enable ffuplink-interface when "share-internet" was selected

    When the user is on the "shareInternet"-page he must have selected to share
    his uplink. As he wants to share the uplink, we enable this interface here.
    SvenRoederer committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    51a68a5 View commit details
    Browse the repository at this point in the history
  4. Revert "uplinks: enable ffuplink interface after setup"

    This reverts commit a548568, as we enable the
    ffuplink-interface in the ffwizard when reachjing the "sharenet"-page. On
    manually configured routers this interface must be enabled in the configuration.
    SvenRoederer committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    61eee94 View commit details
    Browse the repository at this point in the history
  5. network-defaults: revert version-bump

    this is not needed anymore, sine we use git-autoversioning on master.
    SvenRoederer committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    decc736 View commit details
    Browse the repository at this point in the history