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

malta: Support kernel 6.6 and fix kernel_bump.sh script #15215

Merged
merged 4 commits into from Apr 28, 2024

Commits on Apr 28, 2024

  1. scripts/kernel_bump: Fix commit text formatting

    Text of a commit message body should wrap at 75 characters. Manual commits
    are expected to do so, but automated commits *must* do so to avoid adding
    repeated ugly commits.
    
    Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
    guidosarducci authored and hauke committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    66252aa View commit details
    Browse the repository at this point in the history
  2. kernel/malta: Create kernel files for v6.6 (from v6.1)

    This is an automatically generated commit.
    
    When doing `git bisect`, consider `git bisect --skip`.
    
    Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
    guidosarducci authored and hauke committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    3d0bf90 View commit details
    Browse the repository at this point in the history
  3. kernel/malta: Restore kernel files for v6.1

    This is an automatically generated commit which aids following Kernel patch
    history, as git will see the move and copy as a rename thus defeating the
    purpose.
    
    For the original discussion see:
    https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html
    
    Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
    guidosarducci authored and hauke committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a18920e View commit details
    Browse the repository at this point in the history
  4. malta: refresh kernel 6.6 configuration

    This refreshes the configuration on top of kernel 6.6 and activates it
    as test kernel configuration.
    
    Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
    Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
    hauke committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    a638d01 View commit details
    Browse the repository at this point in the history