aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/opkg/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-16 09:37:39 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-16 09:37:39 +0000
commitc5402988e080bd460440d2c194509faacb22dc66 (patch)
tree999d5897951fe2b466abb9ddf3de3ff611b32e9b /package/system/opkg/Makefile
parent7b4e665f0cac0c09ee781f3eb3b19988ff6a6dff (diff)
downloadmaster-187ad058-c5402988e080bd460440d2c194509faacb22dc66.tar.gz
master-187ad058-c5402988e080bd460440d2c194509faacb22dc66.tar.bz2
master-187ad058-c5402988e080bd460440d2c194509faacb22dc66.zip
opkg: Extend 'opkg list' command to optionally display package size
'opkg list' command only displays the available packages' name, version and description. It would be useful to also see the approximate size of the available package. This patch extends "opkg list" command with "--size" to optionally show also the *.ipk size. * 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/trunk@46980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r--package/system/opkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 7401893a8a..cb8fb74011 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/feeds.mk
PKG_NAME:=opkg
PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d
PKG_VERSION:=$(PKG_REV)
-PKG_RELEASE:=9
+PKG_RELEASE:=10
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_REV)