mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
atop: fix compilation with full NLS
nls.mk is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user