Index: sources/storage/StorageGlobals.cpp =================================================================== diff -u -rc77365fa76422bc2150e58d483c446325b50f4b8 -r091bc0425b84f094cbd863865a5edac2477208eb --- sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision c77365fa76422bc2150e58d483c446325b50f4b8) +++ sources/storage/StorageGlobals.cpp (.../StorageGlobals.cpp) (revision 091bc0425b84f094cbd863865a5edac2477208eb) @@ -67,5 +67,7 @@ const char *Wifi_Set_Auto_Assigned_IP = "wifi_set_auto_assigned_ip.sh"; const char *Wifi_Set_DNS = "wifi_set_dns.sh"; const char *Wifi_Set_Static_IP = "wifi_set_static_ip.sh"; + const char *Wifi_Set_Gateway = "wifi_set_gateway.sh"; + const char *Wifi_Set_SubnetMask = "wifi_set_subnetmask.sh"; const char *Wifi_Start_WPA_Supplicant = "wifi_start_wpa_supplicant.sh"; }