aboutsummaryrefslogtreecommitdiff
path: root/utils/powertop
Commit message (Collapse)AuthorAge
* powertop: fix compilation with glibcRosen Penev2020-06-18
| | | | | | It seems several libraries need to be linked. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* powertop: Do not use fstack-protector on ARCRosen Penev2019-06-04
| | | | | | | | | | | Not compatible. Instead of setting PKG_SSP, I had to do this as the powertop Makefile defines it. Use $(FPIC) instead of -fPIC to fix potential issues. Removed musl patch. Not needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* powertop: Switch to uClibc++Rosen Penev2019-05-13
| | | | | | | | | | | Now that the uClibc++ update has been included, we can switch to it. Basic testing shows it as working. Also fixed compilation with uClibc-ng. libiconv-stub must be used as uClibc-ng does not provide those headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* powertop: add packageLucian Cristian2019-04-08
package for monitoring power consumption 001 and 002 patches are taken from Alpine Linux Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>