diff --git a/config/ui/patches.in b/config/ui/patches.in index 46f32f3938..813a8d8314 100644 --- a/config/ui/patches.in +++ b/config/ui/patches.in @@ -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 diff --git a/patches/scripts/199-patch_cockpit_unsecure.sh b/patches/scripts/199-patch_cockpit_unsecure.sh new file mode 100644 index 0000000000..0e65668021 --- /dev/null +++ b/patches/scripts/199-patch_cockpit_unsecure.sh @@ -0,0 +1,5 @@ +[ "$FREETZ_PATCH_COCKPIT_UNSECURE" == "y" ] || return 0 +echo1 "applying cock pit unsecure settings patch" + +cockpit_pruner "osInformations" +