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

batman-adv and friends: improve version string #529

Merged
merged 3 commits into from Dec 15, 2019

Commits on Nov 11, 2019

  1. batman-adv: improve version string

    This changes the package version string so it does not start
    with "openwrt", but with the base version we are modifying:
    
    So far: openwrt-2019.4-1
    Now:    2019.4-openwrt-1
    
    Since it's us modifying version 2019.4 (in this case), this order
    is more convenient (and also closer to what the kernel version
    string does).
    
    Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
    adschm committed Nov 11, 2019
    Copy the full SHA
    4b45791 View commit details
    Browse the repository at this point in the history
  2. batctl: improve version string

    This changes the package version string so it does not start
    with "openwrt", but with the base version we are modifying:
    
    So far: openwrt-2019.4-1
    Now:    2019.4-openwrt-1
    
    Since it's us modifying version 2019.4 (in this case), this order
    is more convenient (and also closer to what the kernel version
    string does).
    
    Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
    adschm committed Nov 11, 2019
    Copy the full SHA
    612bd5e View commit details
    Browse the repository at this point in the history
  3. alfred: improve version string

    This changes the package version string so it does not start
    with "openwrt", but with the base version we are modifying:
    
    So far: openwrt-2019.4-1
    Now:    2019.4-openwrt-1
    
    Since it's us modifying version 2019.4 (in this case), this order
    is more convenient (and also closer to what the kernel version
    string does).
    
    Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
    adschm committed Nov 11, 2019
    Copy the full SHA
    c500498 View commit details
    Browse the repository at this point in the history