From 0f744a5cda7549fd07ee79ec520a8aa2b6dcda1c Mon Sep 17 00:00:00 2001 From: Kenneth Johansson <kenneth.johansson@iopsys.eu> Date: Thu, 7 Nov 2019 15:40:52 +0100 Subject: [PATCH] genconfig: mirror var is CONFIG_LOCALMIRROR. To get the use of the mirror to work. --- iop/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iop/config b/iop/config index d20d5aab7..869cd826e 100644 --- a/iop/config +++ b/iop/config @@ -194,5 +194,5 @@ CONFIG_OPENVPN_openssl_ENABLE_IPROUTE2=y CONFIG_KERNEL_DEVTMPFS=y CONFIG_KERNEL_DEVTMPFS_MOUNT=y # CONFIG_BUSYBOX_CONFIG_IP is not set -LOCAL_MIRROR="http://download.iopsys.eu/iopsys/mirror/" +CONFIG_LOCALMIRROR="http://download.iopsys.eu/iopsys/mirror/" -- GitLab