shared: defaults.c: remove unused nvram variable

arm-master
pedro 5 months ago
parent 4b2325e093
commit 0185842ad6

@ -1259,7 +1259,6 @@ struct nvram_tuple router_defaults[] = {
{ "console_loglevel", "1" , 0 }, { "console_loglevel", "1" , 0 },
{ "t_cafree", "1" , 0 }, { "t_cafree", "1" , 0 },
{ "t_hidelr", "0" , 0 }, { "t_hidelr", "0" , 0 },
{ "debug_clkfix", "1" , 0 },
{ "debug_ddns", "0" , 0 }, { "debug_ddns", "0" , 0 },
#ifdef TCONFIG_BCM714 #ifdef TCONFIG_BCM714
{ "debug_wlx_shdown", "0" , 0 }, /* Shutdown wl radio eth1 (bit 0) and/or eth2 (bit 1) and/or eth3 (bit 2) */ { "debug_wlx_shdown", "0" , 0 }, /* Shutdown wl radio eth1 (bit 0) and/or eth2 (bit 1) and/or eth3 (bit 2) */

Loading…
Cancel
Save