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

V15 luci eht #13

Commits on Oct 8, 2024

  1. mediatek: add kmod-thermal for BPI-R4 device

    Without adding that kmod, build fails with an error:
    
        Collected errors:
         * pkg_hash_check_unresolved: cannot find dependency kmod-thermal for kmod-hwmon-pwmfan
         * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-pwmfan found, but incompatible with the architectures configured
         * opkg_install_cmd: Cannot install package kmod-hwmon-pwmfan.
    
    It is because, the kmod-thermal is marked as module:
    
        CONFIG_PACKAGE_kmod-thermal=m
    
    After adding it as dependency to the BPI-R4 device, the problem
    disappear.
    
    Signed-off-by: Daniel Pawlik <[email protected]>
    (cherry picked from commit 664c5e4)
    danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    8c5194a View commit details
    Browse the repository at this point in the history
  2. Switch luci to use feed repo with BE patch

    The feed repo contains a patch [1].
    
    [1] openwrt/luci#7279
    
    (cherry picked from commit 016c0d0)
    danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b7715a6 View commit details
    Browse the repository at this point in the history
  3. mediatek/filogic crypto/inside-secure/safexcel

    The filogic banana-rpi4 has a crypto module that makes use of safexcel/eip197 to date the module doesn't load this patch
    fixes the module load by fixing the firmware location (eip197_minifw) and enabling the clocks to be forced on for EIP197
    
    Signed-off-by: Rudy Andram <[email protected]>
    
    Tested on the banana rpi4
    
    (cherry picked from commit 32afae8)
    rmandrad authored and danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d592267 View commit details
    Browse the repository at this point in the history
  4. Update mt76 to HEAD

    danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    22a6c80 View commit details
    Browse the repository at this point in the history
  5. Revert "Switch luci to use feed repo with BE patch"

    This reverts commit b7715a6.
    danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    5a9c841 View commit details
    Browse the repository at this point in the history
  6. Revert "Update mt76 to HEAD"

    This reverts commit 22a6c80.
    danpawlik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9ffe542 View commit details
    Browse the repository at this point in the history