mirror of https://github.com/openwrt/packages.git
atop: fix compilation with full NLS
nls.mk is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>pull/25394/head
parent
eb829eebc8
commit
8a0f28c78c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue