Skip to content

Commit

Permalink
add PATCH_COCKPIT_INTERNET
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 23, 2024
1 parent f3b02c5 commit 2d83840
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/ui/patches.in
Original file line number Diff line number Diff line change
Expand Up @@ -1323,6 +1323,13 @@ config FREETZ_PATCH_COCKPIT_UNSECURE
help
Hides the "not secure settings" message from cock pit.

config FREETZ_PATCH_COCKPIT_INTERNET
bool "Patch cockpit internet connection"
depends on FREETZ_AVM_VERSION_08_0X_MIN
default n
help
Hides the "needless huge internet info" from cock pit.


config FREETZ_MODIFY_DSL_WARNING
bool "Patch DSL modified message"
Expand Down
5 changes: 5 additions & 0 deletions patches/scripts/199-patch_cockpit_internet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ "$FREETZ_PATCH_COCKPIT_INTERNET" == "y" ] || return 0
echo1 "applying cockpit internet connection patch"

cockpit_pruner "cockpit__visualization-container"

0 comments on commit 2d83840

Please sign in to comment.