From 0185842ad6ada9c49ccd33e2b583ac3351d8eb02 Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 6 May 2025 11:08:00 +0200 Subject: [PATCH] shared: defaults.c: remove unused nvram variable --- release/src-rt-6.x.4708/router/shared/defaults.c | 1 - 1 file changed, 1 deletion(-) diff --git a/release/src-rt-6.x.4708/router/shared/defaults.c b/release/src-rt-6.x.4708/router/shared/defaults.c index b8230f63e3..578b58cbec 100644 --- a/release/src-rt-6.x.4708/router/shared/defaults.c +++ b/release/src-rt-6.x.4708/router/shared/defaults.c @@ -1259,7 +1259,6 @@ struct nvram_tuple router_defaults[] = { { "console_loglevel", "1" , 0 }, { "t_cafree", "1" , 0 }, { "t_hidelr", "0" , 0 }, - { "debug_clkfix", "1" , 0 }, { "debug_ddns", "0" , 0 }, #ifdef TCONFIG_BCM714 { "debug_wlx_shdown", "0" , 0 }, /* Shutdown wl radio eth1 (bit 0) and/or eth2 (bit 1) and/or eth3 (bit 2) */