dragonpilot 2022-12-30T07:51:42 for EON/C2

version: dragonpilot v0.9.1 beta for EON/C2
date: 2022-12-30T07:51:42
dp-dev(priv2) master commit: 4e8e00606410c2bbe03b93fc89a91caec37d1f3a
This commit is contained in:
Dragonpilot Team
2022-12-30 07:48:08 +00:00
parent 398aeb927b
commit 1f2e3aa8b6
179 changed files with 5786 additions and 7459 deletions

View File

@@ -14,10 +14,10 @@ if [ -f /data/params/d/dp_atl ] && [ $ATL != "0" ]; then
fi
SSPOOF_ENABLED=0
SSPOOF=`cat /data/params/d/dp_sspoof`
if [ -f /data/params/d/dp_sspoof ] && [ $SSPOOF != "0" ]; then
SSPOOF_ENABLED=1
fi
#SSPOOF=`cat /data/params/d/dp_sspoof`
#if [ -f /data/params/d/dp_sspoof ] && [ $SSPOOF != "0" ]; then
# SSPOOF_ENABLED=1
#fi
FW=$DEFAULT_FW_FN
if [ "$ATL_ENABLED" = "1" ] && [ "$SSPOOF_ENABLED" = "1" ] && [ -f $TESTING_SSPOOF_FW_FN ]; then