Author: cyrus Date: 2015-07-14 11:12:29 +0200 (Tue, 14 Jul 2015) New Revision: 46357
Modified: trunk/package/network/services/odhcpd/Makefile Log: odhcpd: unsolicited unicast RAs + fix NDP-relay odhcpd now sends unsolicited RAs also via unicast to known link-local neighbors. This is an attempt to work-around common smartphone issues https://code.google.com/p/android/issues/detail?id=32662 Also NDP-relay should now work more reliably now Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/network/services/odhcpd/Makefile =================================================================== --- trunk/package/network/services/odhcpd/Makefile 2015-07-14 07:44:14 UTC (rev 46356) +++ trunk/package/network/services/odhcpd/Makefile 2015-07-14 09:12:29 UTC (rev 46357) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=odhcpd -PKG_VERSION:=2015-05-21 +PKG_VERSION:=2015-07-14 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=2ebf6c8216287983779c8ec6597d30893b914a7c +PKG_SOURCE_VERSION:=10fc5665634151fbd8bfd6503db25a4652a0839a PKG_MAINTAINER:=Steven Barth <[email protected]> PKG_LICENSE:=GPL-2.0 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
