projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb829ee
)
atop: fix compilation with full NLS
author
Rosen Penev
<rosenp@gmail.com>
Wed, 30 Oct 2024 04:56:53 +0000
(21:56 -0700)
committer
Hannu Nyman
<hannu.nyman@iki.fi>
Sat, 16 Nov 2024 11:39:44 +0000
(13:39 +0200)
nls.mk is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
admin/atop/Makefile
patch
|
blob
|
history
diff --git
a/admin/atop/Makefile
b/admin/atop/Makefile
index f9df24d113b6b54576fab599637363dfcd730bdd..1caedabf326da491737bccfa37881a6ec0cd40a0 100644
(file)
--- a/
admin/atop/Makefile
+++ b/
admin/atop/Makefile
@@
-7,8
+7,8
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/nls.mk
PKG_NAME:=atop
-PKG_RELEASE:=1
PKG_VERSION:=2.11.0
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.atoptool.nl/download/
@@
-20,6
+20,7
@@
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:atop_project:atop
include $(INCLUDE_DIR)/package.mk
+include $(INCLUDE_DIR)/nls.mk
define Package/atop
SECTION:=admin