1640b0c1f9
Adding mbpfan, a fan control daemon for MacBook laptops. Signed-off-by: Christian Stewart <christian@paral.in> [Peter: add hash file, drop Debian init script, drop systemd symlinks, add DEVELOPERS entry] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
config BR2_PACKAGE_MBPFAN
|
|
bool "mbpfan"
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Mbpfan is a daemon for MacBook laptops which monitors the
|
|
CPU temperature with the coretemp module, and sets the fan
|
|
speeds with the applesmc module.
|
|
|
|
https://github.com/linux-on-mac/mbpfan
|