opkg: various additions - only wrap package descriptions when outputting to a tty...
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)
commitede4e23677a2a05ac9b87c4db1a4d35920c3e607
treef2e4a621817d9080ab0e8f50b37c435d40e290e8
parent485f9573f8ee85fbc1878901550d9887c0e18627
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]