From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gbFWy4wtgz37Bt for ; Wed, 10 Jun 2026 19:02:22 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gbFWr1H48z34Rs for ; Wed, 10 Jun 2026 19:02:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4gbFWq2MN0z70s; Wed, 10 Jun 2026 19:02:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1781118135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1zB6epd24rQBjSJIARTHuL4VQGtUmcxKQ1lbPJDA98c=; b=3Xpqml11116aDcfmtRryWMwJ2nd5/+t82JafbXnuGP5eK5LT1Aryf/E5InID+Ou8fAnPG+ r+VnQoBP2O9xeaBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1781118135; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1zB6epd24rQBjSJIARTHuL4VQGtUmcxKQ1lbPJDA98c=; b=ee/15UwddY5VkVDq92iqqh6jqx8EkkZQ+vQDX2vW9Gs8gpSMqzAgVjHcr9ATT/Abn8FgT5 os0VV0ok2FqjbpjIs9OXEcc/thp5PGTWyjQy3BOrRhBzWrITnI3AhVCOTQs5W8fTemiAS5 ro5myq9UVi93+Qwr9ezeA5I3/63s8BOHlXDkchtR5F/st8WLKW1hcU8BhWkSGM7L6aqUNR qMhmj/KKhYclzVs2KpS0+WQXXOViaro8rTuteZf7Unkb6cTr4eNZo6hsJBubhybhMBQvLQ /GisEGc3oF+8R1pRzcLSlWZksZyJmtV5SXTiH8HVK0hA04j2XIChrwRRcsN/Ng== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core204: Ship wireless-regdb Date: Wed, 10 Jun 2026 21:01:54 +0200 Message-ID: <20260610190208.3662425-9-adolf.belka@ipfire.org> In-Reply-To: <20260610190208.3662425-1-adolf.belka@ipfire.org> References: <20260610190208.3662425-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/204/filelists/wireless-regdb | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/wireless-regdb diff --git a/config/rootfiles/core/204/filelists/wireless-regdb b/config/rootfiles/core/204/filelists/wireless-regdb new file mode 120000 index 000000000..c9205b3cf --- /dev/null +++ b/config/rootfiles/core/204/filelists/wireless-regdb @@ -0,0 +1 @@ +../../../common/wireless-regdb \ No newline at end of file -- 2.54.0