From 8bd218c677cc8e4d845424443294fa82586df936 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 9 Oct 2023 13:59:21 -0400 Subject: [PATCH] Switch n5100 to squashfs --- profiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles b/profiles index bbb7d42..c56a77e 100644 --- a/profiles +++ b/profiles @@ -106,7 +106,7 @@ ax6000_ap['packages']="\ declare -Ag n5100 n5100['device']="generic" n5100['target']="x86/64" -n5100['filesystem']="ext4" +n5100['filesystem']="squashfs" n5100['packages']="\ $default_packages \ luci-app-wireguard \