From 52124bf283529661ddd39afdbea4283b44ea2b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 6 Dec 2017 13:26:38 +0100 Subject: [PATCH] rpcd-mod-lxc: bump PKG_RELEASE to indicate recent changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should be bumped due to the "info" ubus method support. Signed-off-by: Rafał Miłecki --- utils/rpcd-mod-lxc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rpcd-mod-lxc/Makefile b/utils/rpcd-mod-lxc/Makefile index 154336b7b0..fc333612c8 100644 --- a/utils/rpcd-mod-lxc/Makefile +++ b/utils/rpcd-mod-lxc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd-mod-lxc -PKG_RELEASE=20141012 +PKG_RELEASE=20171206 PKG_LICENSE:=ISC