Browse Source

poemgr: update to latest HEAD

8988247 Makefile: Enable warnings as errors (-Werror)
aea39ca Makefile: Respect the CFLAGS and LDFLAGS that have been passed in
189594f poemgr: Fix compiler warnings in poemgr.c
0e1a8cf pd69104: Avoid self-induced pointer casts
2d53298 uswflex: Remove unused variables and declarations
d345441 poemgr: Reorganize poemgr.h to remove forward declarations
df1a7bc contrib: remove unneccessary functions.sh loading
056a6a9 poemgr: Fix name based profile selection
b8f8f23 poemgr: prolong the power budget detection delay
9e8344a poemgr: configure power_budget to override detected limit

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 255c4e6c80ae1f5c00e443eb0b77438ecf78c54c)
lilik-openwrt-22.03
David Bauer 2 years ago
parent
commit
376f1afddd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      utils/poemgr/Makefile

+ 3
- 3
utils/poemgr/Makefile View File

@ -3,13 +3,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=poemgr
PKG_SOURCE_DATE:=2022-03-19
PKG_SOURCE_VERSION:=77395242f9b3cb6ef003c5ed74f9b5be78404450
PKG_SOURCE_DATE:=2022-09-20
PKG_SOURCE_VERSION:=8988247aacdf18013daa7d7931754e338e08b1bd
PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git
PKG_MIRROR_HASH:=68034f886af8a4ebfd869af940510f755d660362a6069ac49c1ae6ce16cbd950
PKG_MIRROR_HASH:=39b355954931299ba5a481d23af7144dad7349354df1b3303836b77fd1fdfbb6
PKG_MAINTAINER:=David Bauer <mail@david-bauer.net>
PKG_LICENSE:=GPL-2.0-only


Loading…
Cancel
Save