Skip to content

Commit

Permalink
update onekeybuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KaneGreen committed Aug 30, 2023
1 parent 4775257 commit deda99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onekeybuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit deda99b

Please sign in to comment.