summaryrefslogtreecommitdiff
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-10-03 22:15:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-10-03 22:15:39 +0000
commit7eb2c8959cec9160969468653623f3c0c9aa0f54 (patch)
treeb55b3c6d30a844ef09c376959f9d4e077e543eb1 /package/opkg/Makefile
parent7bf84dc4f8b3e2c373134049e4cfdad5b30c5405 (diff)
downloadmtk-20170518-7eb2c8959cec9160969468653623f3c0c9aa0f54.zip
mtk-20170518-7eb2c8959cec9160969468653623f3c0c9aa0f54.tar.gz
mtk-20170518-7eb2c8959cec9160969468653623f3c0c9aa0f54.tar.bz2
opkg: implement "list-changed-conffiles" command, based on patch by Yann Lopez <yann.lopez@gmail.com>
SVN-Revision: 23210
Diffstat (limited to 'package/opkg/Makefile')
-rw-r--r--package/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile
index df5492d..1fcd196 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
PKG_REV:=563
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)