From 7d2c84fbb43fe858242fe98f8fedbf8678b72ca5 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 7 Apr 2024 00:12:59 +0000 Subject: build: T3664: add vyos-1x as a submodule to be able to use its functions in build scripts --- .gitmodules | 3 +++ vyos-1x | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 vyos-1x diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..11906b0d --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vyos-1x"] + path = vyos-1x + url = https://github.com/vyos/vyos-1x diff --git a/vyos-1x b/vyos-1x new file mode 160000 index 00000000..c55754fd --- /dev/null +++ b/vyos-1x @@ -0,0 +1 @@ +Subproject commit c55754fd5fe69a44ea33830d60342b894768af58 -- cgit v1.2.3