From deda99b33e04525793e31b9559c43ea6ba50b389 Mon Sep 17 00:00:00 2001 From: KaneGreen <737445366KG@Gmail.com> Date: Wed, 30 Aug 2023 23:51:22 +0800 Subject: [PATCH] update onekeybuild.sh --- onekeybuild.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onekeybuild.sh b/onekeybuild.sh index 9a9b081..80e262f 100644 --- a/onekeybuild.sh +++ b/onekeybuild.sh @@ -15,13 +15,13 @@ cp -f ../SCRIPTS/*.sh ./ /bin/bash ./02_prepare_package.sh echo "Modification $(date)" | tee -a ../../buildtime.txt -/bin/bash ./03_convert_translation.sh +/bin/bash ./03_remove_upx.sh +/bin/bash ./04_convert_translation.sh /bin/bash ./05_create_acl_for_luci.sh -a echo "Make Defconfig $(date)" | tee -a ../../buildtime.txt [ -f "../SEED/${MYOPENWRTTARGET}.config.seed" ] || MYOPENWRTTARGET='R2S' cp -f "../SEED/${MYOPENWRTTARGET}.config.seed" .config -cat ../SEED/crypto.seed >> .config cat ../SEED/more.seed >> .config make defconfig