opkg: various additions
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Nov 2012 20:17:49 +0000 (20:17 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 15 Nov 2012 20:17:49 +0000 (20:17 +0000)
commitb06dbd01c5c017fe25a8235c80b245f3ec1d9338
tree87b74cba4b19bab9641740fcf7cd92fb2f5e7b40
parentce97adde2a2c77887b04db626c357e78d7dc2b5c
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
package/opkg/patches/040-wrap-descriptions-only-on-ttys.patch [new file with mode: 0644]
package/opkg/patches/050-add-case-insensitive-flag.patch [new file with mode: 0644]
package/opkg/patches/060-add-find-command.patch [new file with mode: 0644]