From 9172ecd1ff0b12cc25590cf2c2944cd41756866b Mon Sep 17 00:00:00 2001 From: remittor Date: Thu, 19 Oct 2023 15:38:29 +0300 Subject: [PATCH] Add MTK filogic targets --- xupdate.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xupdate.sh b/xupdate.sh index d9713ce..5485c62 100755 --- a/xupdate.sh +++ b/xupdate.sh @@ -28,8 +28,9 @@ if [ "$OPT_FULL_UPDATE" = "true" ]; then rm -rf $XADDONSDIR fi -git reset --hard HEAD -#git revert HEAD~30..HEAD +#git reset --hard HEAD +git reset --hard HEAD~50 +#git revert HEAD~50..HEAD #git reset --hard HEAD git fetch @@ -89,8 +90,10 @@ fi if [ "$OPT_FULL_UPDATE" = "true" ]; then if [ -f "$XDIR/vermagic_update.sh" ]; then ./vermagic_update.sh ipq806x generic + ./vermagic_update.sh ipq807x generic ./vermagic_update.sh ramips mt7621 ./vermagic_update.sh mediatek mt7622 + ./vermagic_update.sh mediatek filogic fi fi