Browse Source

atop: update to 2.7.1

Upstream bump and remove unneeded patch

Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B

Signed-off-by: John Audia <graysky@archlinux.us>
lilik-openwrt-22.03
John Audia 2 years ago
committed by Rosen Penev
parent
commit
6f509784d0
2 changed files with 2 additions and 12 deletions
  1. +2
    -2
      admin/atop/Makefile
  2. +0
    -10
      admin/atop/patches/020-limits.patch

+ 2
- 2
admin/atop/Makefile View File

@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=atop
PKG_RELEASE:=1
PKG_VERSION:=2.6.0
PKG_VERSION:=2.7.1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.atoptool.nl/download/
PKG_HASH:=9ec2ca3a571692f7efaa095f99a5106432bcb71cc22cd6c49597ef0481058f72
PKG_HASH:=ca48d2f17e071deead5e6e9cc9e388bf6a3270d695e61976b3794d4d927b5c4e
PKG_MAINTAINER:=Toni Uhlig <matzeton@googlemail.com>
PKG_LICENSE:=GPL-2.0-or-later


+ 0
- 10
admin/atop/patches/020-limits.patch View File

@ -1,10 +0,0 @@
--- a/photosyst.c
+++ b/photosyst.c
@@ -149,6 +149,7 @@
**
*/
+#include <limits.h>
#include <sys/types.h>
#include <stdio.h>
#include <string.h>

Loading…
Cancel
Save