diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-15 20:17:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-15 20:17:49 +0000 |
commit | bb9647c459e236eed28715ed3cc6ca387ba246f0 (patch) | |
tree | 87b74cba4b19bab9641740fcf7cd92fb2f5e7b40 /package/opkg/Makefile | |
parent | 7ff2c6b0f67db4832903a86bfe294bd6c2b4f79f (diff) | |
download | upstream-bb9647c459e236eed28715ed3cc6ca387ba246f0.tar.gz upstream-bb9647c459e236eed28715ed3cc6ca387ba246f0.tar.bz2 upstream-bb9647c459e236eed28715ed3cc6ca387ba246f0.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*")
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34202 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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) |