opkg: backport 'opkg list --size' option
authorJohn Crispin <blogic@openwrt.org>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
commit57ddf3d6941f831214ceeb52be8510cee58e0801
tree360e8bb205b240ebcdb569d058dbd8cfca28ec07
parent7692796fe330f7c10025315c1717f495b18dcf04
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>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47196 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/system/opkg/Makefile
package/system/opkg/patches/260-add-print-package-size.patch [new file with mode: 0644]