From b6363eefe0609bfcbbb94ee4be2fd0862461fd10 Mon Sep 17 00:00:00 2001 From: wowstin Date: Mon, 26 Feb 2024 09:08:21 -0800 Subject: [PATCH 1/3] Update config.sh Included kernel for GTS210VELTE --- config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sh b/config.sh index bd676c0a..4c6776eb 100644 --- a/config.sh +++ b/config.sh @@ -19,10 +19,11 @@ export OUTPUT="OrangeFox*.zip" # Format: "repo dest" DEPS=( "https://github.com/OrangeFoxRecovery/Avatar.git misc" + "https://github.com/TeamWin/android_device_samsung_gts210velte/blob/android-7.1/kernel kernel" ) # Extra Command -export EXTRA_CMD="export OF_MAINTAINER=Sushrut1101" +export EXTRA_CMD="export OF_MAINTAINER=AustinN" # Magisk ## Use the Latest Release of Magisk for the OrangeFox addon From 37c48e698d057a24601d722dcfb5496110f4cdf1 Mon Sep 17 00:00:00 2001 From: wowstin Date: Mon, 26 Feb 2024 09:20:01 -0800 Subject: [PATCH 2/3] Update config.sh --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 4c6776eb..7c5138d6 100644 --- a/config.sh +++ b/config.sh @@ -23,7 +23,7 @@ DEPS=( ) # Extra Command -export EXTRA_CMD="export OF_MAINTAINER=AustinN" +export EXTRA_CMD="export OF_MAINTAINER=AustinNari" # Magisk ## Use the Latest Release of Magisk for the OrangeFox addon From bac357df2ed92c843d58f24f080eaf0a40d69388 Mon Sep 17 00:00:00 2001 From: wowstin Date: Mon, 26 Feb 2024 09:24:09 -0800 Subject: [PATCH 3/3] Update config.sh --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index 7c5138d6..3a30dd4f 100644 --- a/config.sh +++ b/config.sh @@ -7,7 +7,7 @@ export DT_LINK="https://gitlab.com/OrangeFox/device/beryllium.git -b fox_9.0" export DEVICE="beryllium" export OEM="xiaomi" -# Build Target +# Build Targe ## "recoveryimage" - for A-Only Devices without using Vendor Boot ## "bootimage" - for A/B devices without recovery partition (and without vendor boot) ## "vendorbootimage" - for devices Using vendor boot for the recovery ramdisk (Usually for devices shipped with Android 12 or higher)