Update ipv6calc to newest 0.82. This reduces the binary sizes significantly.
Signed-off-by: Jonas Gorski <[email protected]> --- This is only compile tested, not runtime tested (currently lacking a device with enough space). As a comparison with the unstripped binaries (size doesn't like the stripped ones): 0.80: text data bss dec hex filename 1504224 1232 80 1505536 16f900 usr/bin/ipv6calc 630803 496 410480 1041779 fe573 usr/bin/ipv6loganon 1479894 428 411296 1891618 1cdd22 usr/bin/ipv6logconv 630155 800 1120 632075 9a50b usr/bin/ipv6logstats 0.82: text data bss dec hex filename 1033568 1232 80 1034880 fca80 usr/bin/ipv6calc 120231 496 410480 531207 81b07 usr/bin/ipv6loganon 1008758 428 411296 1420482 15acc2 usr/bin/ipv6logconv 119583 800 1120 121503 1da9f usr/bin/ipv6logstats So while still big, it isn't quite as big as before. ipv6/ipv6calc/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ipv6/ipv6calc/Makefile b/ipv6/ipv6calc/Makefile index 12549b4..ea0fbeb 100644 --- a/ipv6/ipv6calc/Makefile +++ b/ipv6/ipv6calc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6calc -PKG_VERSION:=0.80.0 +PKG_VERSION:=0.82.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc -PKG_MD5SUM:=6a34588cabf62fc01cfd246c35f9c122 +PKG_MD5SUM:=1a993d5b324b15e2f2697ca11d1a5450 PKG_INSTALL:=1 -- 1.5.6.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
