wlan-ap icon indicating copy to clipboard operation
wlan-ap copied to clipboard

wifi-ax: add kmod-hwmon-core dependent for ath11k

Open gl-zhaojianhui opened this issue 3 years ago • 3 comments

If kmod-hwmon-core was selected, the kmod-ath11k depend kmod-hwmon-core.

Signed-off-by: Jianhui Zhao [email protected]

gl-zhaojianhui avatar May 24 '22 03:05 gl-zhaojianhui

merged, Thanks !

blogic avatar May 24 '22 13:05 blogic

this causes the following build failure Collected errors:

  • pkg_hash_check_unresolved: cannot find dependency kmod-hwmon-core for kmod-ath11k
  • pkg_hash_fetch_best_installation_candidate: Packages for kmod-ath11k found, but incompatible with the architectures configured
  • opkg_install_cmd: Cannot install package kmod-ath11k.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ath11k-ahb:
  • kmod-hwmon-core
  • opkg_install_cmd: Cannot install package kmod-ath11k-ahb.

blogic avatar May 24 '22 14:05 blogic

But when I select kmod-hwmon-core, there is an error.

Package kmod-ath11k is missing dependencies for the following libraries:
hwmon.ko

image

And when I applied the patch, It's OK.

gl-zhaojianhui avatar May 25 '22 01:05 gl-zhaojianhui