Skip to content

Commit

Permalink
props: add FREETZ_AVM_HAS_UPSI_2023_TR064CGI
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Sep 8, 2023
1 parent 994fb79 commit 89b1c71
Show file tree
Hide file tree
Showing 162 changed files with 821 additions and 0 deletions.
322 changes: 322 additions & 0 deletions config/.img/Config.in

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions config/.img/generate.sh
Expand Up @@ -442,6 +442,18 @@ determine_() {
[ $V -ge 0455 -a $R -lt 27349 ] && in_b "FREETZ_AVM_HAS_${P^^}" && \
[ $DOSHOW -ge 2 ] && outp "${P,,}" "YES"

#UPSI_2023_TR064CGI
P='UPSI_2023_TR064CGI'
X='new'
for file in libcmapi.so.1.0.0 libwebsrv.so.2.0.0; do
[ -f "$unpacked/lib/$file" ] || continue
strings "$unpacked/lib/$file" | grep -q 'tr064cgi$'
[ $? == "0" ] || X='bug'
done
[ $V -ge 0610 -a -x "$unpacked/usr/www/cgi-bin/tr064cgi" ] || X='old'
[ $X == "bug" ] && in_b "FREETZ_AVM_HAS_${P^^}" && \
[ $DOSHOW -ge 2 ] && outp "${P,,}" "YES"


#ANNEX_SELECT (avme is ignored by patch, just for consolodation)
X="$(grep -c "get_annex_checked" "$unpacked/usr/www/avm/internet/dsl_line_settings.lua" 2>/dev/null)"
Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/0300.in
Expand Up @@ -30,6 +30,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/0450.in
Expand Up @@ -63,6 +63,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/0540.in
Expand Up @@ -36,6 +36,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/0546.in
Expand Up @@ -39,6 +39,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1200--07_1X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_1200 && FREETZ_AVM_VERSION_07_1X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1200--07_2X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_1200 && FREETZ_AVM_VERSION_07_2X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SVCTL
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1209--07_2X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_1209 && FREETZ_AVM_VERSION_07_2X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1240.in
Expand Up @@ -69,6 +69,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1260_V1--07_0X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_1260_V1 && FREETZ_AVM_VERSION_07_0X
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1260_V1--07_1X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_1260_V1 && FREETZ_AVM_VERSION_07_1X
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_ETCSERVICES
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1260_V1--07_2X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_1260_V1 && FREETZ_AVM_VERSION_07_2X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SVCTL
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1260_V2--07_2X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_1260_V2 && FREETZ_AVM_VERSION_07_2X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1750.in
Expand Up @@ -36,6 +36,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/1759.in
Expand Up @@ -36,6 +36,9 @@ config FREETZ_AVM_HAS_TR069_FWUPDATE
config FREETZ_AVM_HAS_UDEV
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_WLAN
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/2400--07_1X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_2400 && FREETZ_AVM_VERSION_07_1X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/2400--07_2X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_2400 && FREETZ_AVM_VERSION_07_2X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SVCTL
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3000--07_0X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_3000 && FREETZ_AVM_VERSION_07_0X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NSSWITCH
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3000--07_1X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3000 && FREETZ_AVM_VERSION_07_1X
config FREETZ_AVM_HAS_LANGUAGE_nl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_ETCSERVICES
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3000--07_2X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3000 && FREETZ_AVM_VERSION_07_2X
config FREETZ_AVM_HAS_LANGUAGE_nl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SVCTL
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3272--DE--06_2X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3272 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_2X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3272--DE--06_5X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3272 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_5X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3272--EN--06_2X.in
Expand Up @@ -24,6 +24,9 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LSOF
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3272--EN--06_5X.in
Expand Up @@ -24,5 +24,8 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

endif

3 changes: 3 additions & 0 deletions config/.img/separate/3370--DE--06_2X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3370 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_2X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3370--EN--06_2X.in
Expand Up @@ -24,6 +24,9 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LSOF
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3390--DE--06_2X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3390 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_2X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3390--EN--06_2X.in
Expand Up @@ -24,6 +24,9 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LSOF
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--DE--06_2X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3490 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_2X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--DE--06_5X.in
Expand Up @@ -3,6 +3,9 @@ if FREETZ_TYPE_3490 && FREETZ_TYPE_LANG_DE && FREETZ_AVM_VERSION_06_5X
config FREETZ_AVM_HAS_BRANDING_avm
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--DE--06_8X.in
Expand Up @@ -9,6 +9,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--DE--07_0X.in
Expand Up @@ -12,6 +12,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--DE--07_1X.in
Expand Up @@ -12,6 +12,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LEDPAGE
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--EN--06_2X.in
Expand Up @@ -24,6 +24,9 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_LSOF
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--EN--06_5X.in
Expand Up @@ -24,6 +24,9 @@ config FREETZ_AVM_HAS_LANGUAGE_it
config FREETZ_AVM_HAS_LANGUAGE_pl
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SAMBA_SMBD
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--EN--06_8X.in
Expand Up @@ -30,6 +30,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SAMBA_SMBD
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--EN--07_0X.in
Expand Up @@ -33,6 +33,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SAMBA_SMBD
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/3490--EN--07_1X.in
Expand Up @@ -33,6 +33,9 @@ config FREETZ_AVM_HAS_IP_BINARY
config FREETZ_AVM_HAS_NOEXEC
def_bool y

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SAMBA_SMBD
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/4020--06_8X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_4020 && FREETZ_AVM_VERSION_06_8X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_NTFS
def_bool y

Expand Down
3 changes: 3 additions & 0 deletions config/.img/separate/4040--07_0X.in
@@ -1,5 +1,8 @@
if FREETZ_TYPE_4040 && FREETZ_AVM_VERSION_07_0X

config FREETZ_AVM_HAS_UPSI_2023_TR064CGI
def_bool y

config FREETZ_AVM_HAS_SAMBA_SMBD
def_bool y

Expand Down

0 comments on commit 89b1c71

Please sign in to comment.