wlan-ap
wlan-ap copied to clipboard
wifi-ax: add kmod-hwmon-core dependent for ath11k
If kmod-hwmon-core was selected, the kmod-ath11k depend kmod-hwmon-core.
Signed-off-by: Jianhui Zhao [email protected]
merged, Thanks !
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.
But when I select kmod-hwmon-core, there is an error.
Package kmod-ath11k is missing dependencies for the following libraries:
hwmon.ko

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