diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-15 14:41:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-15 14:41:30 +0000 |
commit | 57ddf3d6941f831214ceeb52be8510cee58e0801 (patch) | |
tree | 360e8bb205b240ebcdb569d058dbd8cfca28ec07 /package/system/opkg/Makefile | |
parent | 7692796fe330f7c10025315c1717f495b18dcf04 (diff) | |
download | upstream-57ddf3d6941f831214ceeb52be8510cee58e0801.tar.gz upstream-57ddf3d6941f831214ceeb52be8510cee58e0801.tar.bz2 upstream-57ddf3d6941f831214ceeb52be8510cee58e0801.zip |
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
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 32bcf2bdf1..76688f5256 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=opkg PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d PKG_VERSION:=$(PKG_REV) -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) |