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

Misc fixes, part 2 #75

Merged
merged 7 commits into from
Jul 4, 2023
Merged

Misc fixes, part 2 #75

merged 7 commits into from
Jul 4, 2023

Commits on Jul 3, 2023

  1. package/skeleton-init-finit: smcrouted default changes

     - allow custom options sourced from optional /etc/default/smcrouted
     - don't enable smcrouted by default when enabled in Buildroot .config
       because normal use-cases require an /etc/smcroute.conf
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9a508ed View commit details
    Browse the repository at this point in the history
  2. package/querierd: don't enable service by default

    In normal use-cases querierd needs a bridge with multicast-snooping
    enabled to run.  No point in attempting to start querierd by default.
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ea4f790 View commit details
    Browse the repository at this point in the history
  3. board/common: drop sshd.conf symlink, enabled by skeleton-init-finit

    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    99665df View commit details
    Browse the repository at this point in the history
  4. package/confd: drop clean-etc script, fix #74

    This script has some seriously sharp edges.  Today two devs cut their
    fingers on it trying to get new functionality in place.  One when, in a
    attempt at, adding an innocent status daemon, and another setting up a
    client repository with a custom, enabled-by-default, daemon.  In both
    instances this script happily cleaned out the deamons from enabled/.
    
    A better alternative, as described in issue #74, is to be stricter on
    what is enabled by default, and for things we feel provide value in the
    Classic build, maintain a separate list of symlinks in its meta board
    definitiion instead.
    
    Also, clean out previous attempt at factory-config.  Now that we have
    the auto-factory support in place we don't need this.
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ea3a216 View commit details
    Browse the repository at this point in the history
  5. .github: simplify expression guards

    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    60095c9 View commit details
    Browse the repository at this point in the history
  6. package: fix LICENSE_FILESS for klish family of packages

    The packages have a misspelled license file. Sneaky
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a6b1fd6 View commit details
    Browse the repository at this point in the history
  7. package: add missing LICENSE and LICENSE_FILES to packages

    For some reason, the `make license-info` target complained klinfix
    needed a hash file, but not the other local repos.  Issue #67 tracks
    adding license-info to releases, which will need some looking into,
    for now this fixes the most glaring packaging oversights.
    
    Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
    troglobit committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    dfe0a92 View commit details
    Browse the repository at this point in the history