rc: fix call order for previous commit work

This commit is contained in:
andy.padavan
2016-03-07 21:10:59 +07:00
parent da6908d01d
commit b661575f6f

View File

@@ -777,10 +777,10 @@ init_router(void)
get_eeprom_params();
init_gpio_leds_buttons();
nvram_convert_misc_values();
init_gpio_leds_buttons();
if (nvram_need_commit)
nvram_commit();