opkg: various additions
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Nov 2012 20:17:49 +0000 (20:17 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Nov 2012 20:17:49 +0000 (20:17 +0000)
commitd6a1959e5168377d5358d257ebc2afe6abdf7eb8
tree87b74cba4b19bab9641740fcf7cd92fb2f5e7b40
parent02b6c7e64ab39cb62d6b7238256300a176b7f5c7
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
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]