From 96a1942995549198c6132f64ec81aa0ed1efe758 Mon Sep 17 00:00:00 2001 From: Goetz Goerisch Date: Wed, 23 Jul 2025 17:46:38 +0200 Subject: [PATCH] tayga: move to net * moving to net to align with similar package jool Signed-off-by: Goetz Goerisch --- {ipv6 => net}/tayga/Makefile | 0 {ipv6 => net}/tayga/files/tayga-proto.sh | 0 {ipv6 => net}/tayga/files/tayga.hotplug | 0 {ipv6 => net}/tayga/files/tayga.sh | 0 {ipv6 => net}/tayga/patches/002-bigendian_wrong_checksum.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {ipv6 => net}/tayga/Makefile (100%) rename {ipv6 => net}/tayga/files/tayga-proto.sh (100%) rename {ipv6 => net}/tayga/files/tayga.hotplug (100%) rename {ipv6 => net}/tayga/files/tayga.sh (100%) rename {ipv6 => net}/tayga/patches/002-bigendian_wrong_checksum.patch (100%) diff --git a/ipv6/tayga/Makefile b/net/tayga/Makefile similarity index 100% rename from ipv6/tayga/Makefile rename to net/tayga/Makefile diff --git a/ipv6/tayga/files/tayga-proto.sh b/net/tayga/files/tayga-proto.sh similarity index 100% rename from ipv6/tayga/files/tayga-proto.sh rename to net/tayga/files/tayga-proto.sh diff --git a/ipv6/tayga/files/tayga.hotplug b/net/tayga/files/tayga.hotplug similarity index 100% rename from ipv6/tayga/files/tayga.hotplug rename to net/tayga/files/tayga.hotplug diff --git a/ipv6/tayga/files/tayga.sh b/net/tayga/files/tayga.sh similarity index 100% rename from ipv6/tayga/files/tayga.sh rename to net/tayga/files/tayga.sh diff --git a/ipv6/tayga/patches/002-bigendian_wrong_checksum.patch b/net/tayga/patches/002-bigendian_wrong_checksum.patch similarity index 100% rename from ipv6/tayga/patches/002-bigendian_wrong_checksum.patch rename to net/tayga/patches/002-bigendian_wrong_checksum.patch