This patch update the ipv6calc package to version 0.92.0. Enhancement: -Calculate the 6rd prefix from given IPv6 prefix & relay prefix and IPv4
Tested on ar71xx with openwrt rev 29697 Signed-off by: Alexandre Beloin <[email protected]> Index: ipv6/ipv6calc/Makefile =================================================================== --- ipv6/ipv6calc/Makefile (revision 29702) +++ ipv6/ipv6calc/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipv6calc -PKG_VERSION:=0.90.0 +PKG_VERSION:=0.92.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:=c1a654214058fdac5f8c2ba6a196e2b8 +PKG_MD5SUM:=0517e88f7b70d7b1f5c501ebc59e0c1c PKG_INSTALL:=1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
