diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-03 22:15:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-03 22:15:39 +0000 |
commit | 7eb2c8959cec9160969468653623f3c0c9aa0f54 (patch) | |
tree | b55b3c6d30a844ef09c376959f9d4e077e543eb1 /package/opkg/Makefile | |
parent | 7bf84dc4f8b3e2c373134049e4cfdad5b30c5405 (diff) | |
download | upstream-7eb2c8959cec9160969468653623f3c0c9aa0f54.tar.gz upstream-7eb2c8959cec9160969468653623f3c0c9aa0f54.tar.bz2 upstream-7eb2c8959cec9160969468653623f3c0c9aa0f54.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/Makefile b/package/opkg/Makefile index df5492d24e..1fcd196cf5 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) |