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

Conversation

nextgen-networks
Copy link
Owner

Thanks for your contribution to OpenWrt!

To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches

Please remove this message before posting the pull request.

danpawlik and others added 6 commits October 8, 2024 08:11
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)
The feed repo contains a patch [1].

[1] openwrt/luci#7279

(cherry picked from commit 016c0d0)
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)
@nextgen-networks nextgen-networks merged commit baa3431 into nextgen-networks:v15_luci-be-eht-danpawlik Oct 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants