From 2624a47e88a697ba26dec9abba82dfb8676cf9e3 Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Sat, 15 Jun 2024 02:49:21 +0000 Subject: [PATCH] make.sh: change ipfire name to bpfire name this change would build iso/img with bpfire name. note make.sh has toolchain name with ipfire, so this rename may break something, revert this commit if running into issue in future. Signed-off-by: Vincent Li --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.sh b/make.sh index 5bb0c24dc..21030576b 100755 --- a/make.sh +++ b/make.sh @@ -19,8 +19,8 @@ # # ############################################################################### -NAME="IPFire" # Software name -SNAME="ipfire" # Short name +NAME="BPFire" # Software name +SNAME="bpfire" # Short name # If you update the version don't forget to update backupiso and add it to core update VERSION="2.29" # Version number CORE="184" # Core Level (Filename)