From ece5c6af774bc444d64b5458ab82d9f531f7b4a9 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer <mschiffer@universe-factory.net> Date: Sat, 14 Jul 2018 15:50:31 +0200 Subject: [PATCH] modules: update OpenWrt a7b2764879db include/prereq-build.mk: explicitly check for -f flag when using busybox time --- modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules b/modules index 095dfc66d..547bad487 100644 --- a/modules +++ b/modules @@ -2,7 +2,7 @@ GLUON_FEEDS='packages routing luci gluon' OPENWRT_REPO=https://git.openwrt.org/openwrt/openwrt.git OPENWRT_BRANCH=openwrt-18.06 -OPENWRT_COMMIT=bc7abe8729f3ff611dec597ae2831aefdc748567 +OPENWRT_COMMIT=a7b2764879dbcf7c6b1d5463158c4e51ca993974 PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_BRANCH=openwrt-18.06 -- GitLab