From c4edb3b6a797cb391be6bbf296f00b48d7a5f4c2 Mon Sep 17 00:00:00 2001 From: Anonymous Date: Thu, 30 May 2019 17:03:55 +0200 Subject: [PATCH] Revert "Add H8276 akari variant" MAAARTIIIINNNN!!! It's not actually DS This reverts commit 4f730dfdfc2bf0b18223a58ee3378e4f8470b6df. --- tmp/patch_dualsim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmp/patch_dualsim.sh b/tmp/patch_dualsim.sh index 6aa2225..8c84f32 100644 --- a/tmp/patch_dualsim.sh +++ b/tmp/patch_dualsim.sh @@ -46,8 +46,8 @@ case $variant_lower in default_network="9,1" echo "Setting default_network to 9,1" ;; - # apollo, akatsuki(2x), akari(3x) - h8324|h9436|h9493|h8266|h8296|h8276) + # apollo, akatsuki(2x), akari(2x) + h8324|h9436|h9493|h8266|h8296) default_network="9,9" echo "Setting default_network to 9,9" ;;