sysmngr: show only top N process

This commit is contained in:
Amin Ben Romdhane 2025-03-25 11:40:46 +01:00 committed by Vivek Kumar Dutta
parent 4ef5d86feb
commit 86d7bf8c67
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 3 additions and 2 deletions

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sysmngr
PKG_VERSION:=1.0.21
PKG_VERSION:=1.0.22
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/system/sysmngr.git
PKG_SOURCE_VERSION:=2c842f0875765d1af08c2d1e3d03471e083887c2
PKG_SOURCE_VERSION:=ea11440212e61beceb58eae65a5dad02e7e88d8b
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif

View file

@ -7,6 +7,7 @@ config reboots 'reboots'
config process_status 'process'
option instance_refresh_interval '0'
option max_process_entries '50'
config memory_status 'memory'
option enable '0'