Skip to content

Commit

Permalink
add PATCH_COCKPIT_UNSECURE
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Oct 23, 2024
1 parent 4444831 commit f3b02c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/ui/patches.in
Original file line number Diff line number Diff line change
Expand Up @@ -1315,6 +1315,15 @@ if FREETZ_PATCH_SECURE

endif # FREETZ_PATCH_SECURE


config FREETZ_PATCH_COCKPIT_UNSECURE
bool "Patch cockpit unsecure settings"
depends on FREETZ_AVM_VERSION_08_0X_MIN
default n
help
Hides the "not secure settings" message from cock pit.


config FREETZ_MODIFY_DSL_WARNING
bool "Patch DSL modified message"
depends on FREETZ_TYPE_DSL && FREETZ_AVM_VERSION_06_5X_MIN && !FREETZ_REMOVE_DSLD && !FREETZ_REMOVE_MULTI_ANNEX_FIRMWARE_PRIME
Expand Down
5 changes: 5 additions & 0 deletions patches/scripts/199-patch_cockpit_unsecure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[ "$FREETZ_PATCH_COCKPIT_UNSECURE" == "y" ] || return 0
echo1 "applying cock pit unsecure settings patch"

cockpit_pruner "osInformations"

0 comments on commit f3b02c5

Please sign in to comment.