From c93edfb6a23e33e005688182bd50a8f94172a2bc Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 29 Jun 2023 15:00:59 +0200 Subject: [PATCH] board: relocate NETCONF factory-default scripts Signed-off-by: Joachim Wiberg --- board/{common => netconf}/rootfs/lib/infix/cfg-bootstrap | 0 board/{common => netconf}/rootfs/lib/infix/factory/gen-hostkeys | 0 board/{common => netconf}/rootfs/lib/infix/factory/gen-hostname | 0 board/{common => netconf}/rootfs/lib/infix/factory/gen-interfaces | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename board/{common => netconf}/rootfs/lib/infix/cfg-bootstrap (100%) rename board/{common => netconf}/rootfs/lib/infix/factory/gen-hostkeys (100%) rename board/{common => netconf}/rootfs/lib/infix/factory/gen-hostname (100%) rename board/{common => netconf}/rootfs/lib/infix/factory/gen-interfaces (100%) diff --git a/board/common/rootfs/lib/infix/cfg-bootstrap b/board/netconf/rootfs/lib/infix/cfg-bootstrap similarity index 100% rename from board/common/rootfs/lib/infix/cfg-bootstrap rename to board/netconf/rootfs/lib/infix/cfg-bootstrap diff --git a/board/common/rootfs/lib/infix/factory/gen-hostkeys b/board/netconf/rootfs/lib/infix/factory/gen-hostkeys similarity index 100% rename from board/common/rootfs/lib/infix/factory/gen-hostkeys rename to board/netconf/rootfs/lib/infix/factory/gen-hostkeys diff --git a/board/common/rootfs/lib/infix/factory/gen-hostname b/board/netconf/rootfs/lib/infix/factory/gen-hostname similarity index 100% rename from board/common/rootfs/lib/infix/factory/gen-hostname rename to board/netconf/rootfs/lib/infix/factory/gen-hostname diff --git a/board/common/rootfs/lib/infix/factory/gen-interfaces b/board/netconf/rootfs/lib/infix/factory/gen-interfaces similarity index 100% rename from board/common/rootfs/lib/infix/factory/gen-interfaces rename to board/netconf/rootfs/lib/infix/factory/gen-interfaces