|  | @@ -120,12 +120,12 @@ FILE_LICENCE ( GPL2_OR_LATER );
 | 
		
	
		
			
			| 120 | 120 |  #define DHCP_CMD		/* DHCP management commands */
 | 
		
	
		
			
			| 121 | 121 |  #define SANBOOT_CMD		/* SAN boot commands */
 | 
		
	
		
			
			| 122 | 122 |  #define LOGIN_CMD		/* Login command */
 | 
		
	
		
			
			| 123 |  | -#undef	TIME_CMD		/* Time commands */
 | 
		
	
		
			
			| 124 |  | -#undef	DIGEST_CMD		/* Image crypto digest commands */
 | 
		
	
		
			
			| 125 |  | -#undef	LOTEST_CMD		/* Loopback testing commands */
 | 
		
	
		
			
			| 126 |  | -#undef	VLAN_CMD		/* VLAN commands */
 | 
		
	
		
			
			| 127 |  | -#undef	PXE_CMD			/* PXE commands */
 | 
		
	
		
			
			| 128 |  | -#undef	REBOOT_CMD		/* Reboot command */
 | 
		
	
		
			
			|  | 123 | +//#define TIME_CMD		/* Time commands */
 | 
		
	
		
			
			|  | 124 | +//#define DIGEST_CMD		/* Image crypto digest commands */
 | 
		
	
		
			
			|  | 125 | +//#define LOTEST_CMD		/* Loopback testing commands */
 | 
		
	
		
			
			|  | 126 | +//#define VLAN_CMD		/* VLAN commands */
 | 
		
	
		
			
			|  | 127 | +//#define PXE_CMD		/* PXE commands */
 | 
		
	
		
			
			|  | 128 | +//#define REBOOT_CMD		/* Reboot command */
 | 
		
	
		
			
			| 129 | 129 |  
 | 
		
	
		
			
			| 130 | 130 |  /*
 | 
		
	
		
			
			| 131 | 131 |   * ROM-specific options
 |