opkg: backport 'opkg list --size' option
authorJohn Crispin <john@openwrt.org>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
commitdb1ac63c1a5f10139ea0c6ca77c85dbf3c38f937
treea5994df491b1135dad9ac4125d730ae8df08d135
parentc0283875b9600a0c891168b1c6a97b6f92b407c2
opkg: backport 'opkg list --size' option

Backport from trunk to CC15.05 the --size option to optionally show also
the *.ipk size in the opkg package listing.

* Default behaviour is to list the available packages as earlier:
  "name - version - description"
* with "--size" the output of is "name - version - size - description".

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47196
package/system/opkg/Makefile
package/system/opkg/patches/260-add-print-package-size.patch [new file with mode: 0644]