opkg: backport 'opkg list --size' option
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 15 Oct 2015 14:41:30 +0000 (14:41 +0000)
commit54036b4e35893e49399b23fbc3d8c41d80068800
tree360e8bb205b240ebcdb569d058dbd8cfca28ec07
parentbc37448012d4c2dedc8e5c3689ce035ab379d139
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]