From ede4e23677a2a05ac9b87c4db1a4d35920c3e607 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 15 Nov 2012 20:17:49 +0000 Subject: 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 --- package/opkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/Makefile') 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) -- cgit v1.2.3