From a5a7c4353569ec772b066a842bba2cda4c0145c5 Mon Sep 17 00:00:00 2001
From: Robert Langhammer <rlanghammer@web.de>
Date: Wed, 28 Dec 2016 14:29:24 +0100
Subject: [PATCH] Update OpenWrt revision

This fixes the LEDs on some devices.

Fixes #7

Reviewed-by: Michael Fritscher <michael@fritscher.net>
Reviewed-by: Christian Dresel <fff@chrisi01.de>
---
 buildscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildscript b/buildscript
index 25cf2915..d56c39fc 100755
--- a/buildscript
+++ b/buildscript
@@ -13,7 +13,7 @@
 
 builddir=./build
 
-OPENWRTREV="0f757bd2606971252f901ef3faf4dbd0086315f7"
+OPENWRTREV="1fea0d89f5b7867262213fc0ac459c4ab861e465"
 OPENWRTURL="git://git.openwrt.org/15.05/openwrt.git"
 PACKAGEREV="d3468397509bc98586712b601502e9ef84e061c6"
 PACKAGEURL="https://github.com/openwrt/packages.git"
-- 
GitLab