aboutsummaryrefslogtreecommitdiffstats
path: root/package/opkg/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-11-15 20:17:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-11-15 20:17:49 +0000
commitede4e23677a2a05ac9b87c4db1a4d35920c3e607 (patch)
treef2e4a621817d9080ab0e8f50b37c435d40e290e8 /package/opkg/Makefile
parent485f9573f8ee85fbc1878901550d9887c0e18627 (diff)
downloadupstream-ede4e23677a2a05ac9b87c4db1a4d35920c3e607.tar.gz
upstream-ede4e23677a2a05ac9b87c4db1a4d35920c3e607.tar.bz2
upstream-ede4e23677a2a05ac9b87c4db1a4d35920c3e607.zip
opkg: various additions - only wrap package descriptions when outputting to a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*")
SVN-Revision: 34202
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 a41127ab2b..6407ab451f 100644
--- a/package/opkg/Makefile
+++ b/package/opkg/Makefile
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk
PKG_NAME:=opkg
PKG_REV:=618
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE_PROTO:=svn
PKG_SOURCE_VERSION:=$(PKG_REV)