mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
01fe7a2b64
This patch adds the hwmon-drivetemp to the device. It also adds device-tree bindings. This can be useful to automate external fans which can be controlled for example by either an unused sata-port or by the usb-power regulator. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
10 lines
370 B
Makefile
10 lines
370 B
Makefile
BOARDNAME := Devices which boot from SATA (NAS)
|
|
FEATURES += ext4 usb ramdisk squashfs rootfs-part boot-part
|
|
DEFAULT_PACKAGES += badblocks block-mount e2fsprogs kmod-hwmon-drivetemp \
|
|
kmod-dm kmod-md-mod partx-utils mkf2fs f2fsck
|
|
|
|
define Target/Description
|
|
Build firmware images for APM82181 boards that boot from SATA.
|
|
For NAS like the MyBook Live Series.
|
|
endef
|