Skip to content

Commit

Permalink
Merge pull request #554 from m-1-k-3/freetz-deprecated
Browse files Browse the repository at this point in the history
Freetz extraction module deprecated
  • Loading branch information
m-1-k-3 authored Mar 30, 2023
2 parents 267b57e + 4c7a0c3 commit ce7506a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/P12_avm_freetz_ng_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ avm_extractor() {
export FRITZ_FILE=0
export FRITZ_VERSION=""

local MODULE_DISABLED=1

if [[ "$MODULE_DISABLED" -eq 1 ]]; then
print_output "[*] Module ${FUNCNAME[0]} is deprecated and will be removed in the future"
return
fi

sub_module_title "AVM freetz-ng firmware extractor"

# read only filesystem bypass:
Expand Down

0 comments on commit ce7506a

Please sign in to comment.