From 3039ba15a04bc6948dfb20c31af46c639f4b7baa Mon Sep 17 00:00:00 2001
From: Sven Eckelmann <sven@narfation.org>
Date: Mon, 23 May 2016 21:02:05 +0200
Subject: [PATCH] docs: Fix path to script detecting the primary mac address
 (#782)

Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
---
 docs/dev/hardware.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/dev/hardware.rst b/docs/dev/hardware.rst
index 3bd62a3d5..7f04d93d4 100644
--- a/docs/dev/hardware.rst
+++ b/docs/dev/hardware.rst
@@ -51,7 +51,7 @@ may be defined arbitrarily.
 
 On devices with multiple WLAN adapters, care must also be taken that the primary MAC address is
 configured correctly. ``/lib/gluon/core/sysconfig/primary_mac`` should contain the MAC address which
-can be found on a label on most hardware; if it does not, ``/lib/gluon/upgrade/core/initial/001-sysconfig``
+can be found on a label on most hardware; if it does not, ``/lib/gluon/upgrade/010-primary-mac``
 in ``gluon-core`` might need a fix. (There have also been cases in which the address was incorrect
 even on devices with only one WLAN adapter, in these cases an OpenWrt bug was the cause).
 
-- 
GitLab