Project

General

Profile

« Previous | Next » 

Revision 3d163004

Added by Ermal Luçi over 10 years ago

Put the bits to use the new reset utility

View differences:

etc/inc/system.inc
2012 2012
	case 'wrap':
2013 2013
	case 'FW7541':
2014 2014
	case 'APU':
2015
	case 'C2358':
2015 2016
		break;
2016 2017
	default:
2017 2018
		return 0;
......
2064 2065
	case 'APU':
2065 2066
		return (array('name' => 'APU', 'descr' => 'Netgate APU'));
2066 2067
		break;
2068
	case 'RCC-VE':
2069
		return (array('name' => 'C2358', 'descr' => 'Netgate C2358'));
2070
		break;
2067 2071
	}
2068 2072

  
2069 2073
	/* the rest of the code only deals with 'embedded' platforms */

Also available in: Unified diff