From patchwork Mon Oct 31 20:18:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/1] Updated OpenWrt package repository revision. From: Steffen Pankratz X-Patchwork-Id: 237 Message-Id: <20161031201815.17133-1-kratz00@gmx.de> To: franken-dev@freifunk.net Date: Mon, 31 Oct 2016 21:18:15 +0100 Including fix for CVE-2016-5195 (dirtycow). Signed-off-by: Steffen Pankratz Reviewed-by: Jan Kraus --- buildscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscript b/buildscript index 0205bd0..1456b54 100755 --- a/buildscript +++ b/buildscript @@ -13,7 +13,7 @@ builddir=./build -OPENWRTREV="fa885ed5db012f8d470271d14bf8653db00ef2a5" +OPENWRTREV="0f757bd2606971252f901ef3faf4dbd0086315f7" OPENWRTURL="git://git.openwrt.org/15.05/openwrt.git" PACKAGEREV="d3468397509bc98586712b601502e9ef84e061c6" PACKAGEURL="https://github.com/openwrt/packages.git"