poemgr: update to latest HEAD
authorSven Eckelmann <[email protected]>
Sat, 27 Sep 2025 18:15:10 +0000 (20:15 +0200)
committerWesley Gimenes <[email protected]>
Sun, 5 Oct 2025 14:18:08 +0000 (11:18 -0300)
17771dd poemgr: Add support for Plasma Cloud PSX28
530433d poemgr: Add support for RTL8239 PSE solution
8821bad poemgr: Add support for Plasma Cloud PSX8/PSX10
ab466a7 poemgr: Add support for IP8008 PSE chip
7863fa8 poemgr: Add support to display POE output type
d81ac54 poemgr: Add support to export port specific device specific metrics
497a9d9 openwrt: Sync with packages feed Makefile
5033450 pd69104: Avoid resource leaks (memory, fds) on init failure

Signed-off-by: Sven Eckelmann <[email protected]>
utils/poemgr/Makefile

index 6b32a78fcfe4da7b50b28400c83adae0ff0f24fb..339d0cf933b8e2b23722707518320b160f1fc080 100644 (file)
@@ -3,13 +3,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=poemgr
-PKG_SOURCE_DATE:=2025-07-23
-PKG_SOURCE_VERSION:=f1f093852abaab506d54fd2c5384fec9b798dd1a
+PKG_SOURCE_DATE:=2025-09-27
+PKG_SOURCE_VERSION:=17771dd7b3a74a64c14351d1cbf8e61676934cbe
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/blocktrron/poemgr.git
-PKG_MIRROR_HASH:=e96aeabd3380a4b9a737a7a731a34f315e92534ae22d54db000a523077192531
+PKG_MIRROR_HASH:=4c49491037d3250f740a9420bff6f09ab0cd0f5ccead6bdf0fba33de03f1c7a2
 
 PKG_MAINTAINER:=David Bauer <[email protected]>
 PKG_LICENSE:=GPL-2.0-only
@@ -20,7 +20,7 @@ define Package/poemgr
   SECTION:=utils
   CATEGORY:=Utilities
   DEPENDS:=+libuci +libjson-c
-  TITLE:=Utility to control PoE ports on the UniFi Flex switch
+  TITLE:=Utility to control PoE ports on UniFi Flex and Plasma Cloud switches
 endef
 
 define Package/poemgr/conffiles