Author: cyrus Date: 2014-10-02 21:37:17 +0200 (Thu, 02 Oct 2014) New Revision: 42744
Modified: trunk/package/network/config/netifd/Makefile Log: netifd: add IPIP tunnel support (thx Hans Dedecker) Modified: trunk/package/network/config/netifd/Makefile =================================================================== --- trunk/package/network/config/netifd/Makefile 2014-10-02 19:30:08 UTC (rev 42743) +++ trunk/package/network/config/netifd/Makefile 2014-10-02 19:37:17 UTC (rev 42744) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2014-09-29 +PKG_VERSION:=2014-10-02 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=8e15f409e000ffdd87d1022390e54f14da839b3f +PKG_SOURCE_VERSION:=e80de45c859b1bc1b5e5f63199ea74c210ff8198 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <[email protected]> # PKG_MIRROR_MD5SUM:= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
