EMBEDDED_TYPE = 'pc|sim|wrap|soekris|alix|surfstation|cv860a|fscpc|x7sla|aewin|p640' : 'should be one of the following: pc, wrap, soekris, alix, cv860a, fscpc, x7sla, aewin, p640' EMBEDDED_SOEKRIS = 'gpio|i2c' : 'should be one of the following: gpio, i2c' EMBEDDED_LED = '()|ready|online|off|user|wlan' : 'should be empty or contain ready, online, off, user or wlan.' EMBEDDED_BUTTON_ACTION = '()|wlan_toggle|reset|online_toggle' : 'should be empty or contain wlan_toggle, reset or online_toggle.' EMBEDDED_SENSOR_DRV = '()|lm63|lm75|lm77|lm78|lm80|lm83|lm85|lm87|lm90|lm92' : 'supported sensors: see documentation' EMBEDDED_LCD = 'no|[1-4]' : 'should be no or a number between 1 and 4' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'alix') = 'alix' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'surfstation') = 'surfstation' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'soekris') = 'soekris' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'wrap') = 'wrap' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'cv860a') = 'cv860a' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'fscpc') = 'fscpc' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'p640') = 'p640' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'x7sla') = 'x7sla' : '' +RRDTOOL_SOURCE(EMBEDDED_TYPE=~'aewin') = 'aewin' : '' CYRIXSPEED = 'none|(RE:NUMERIC)' : 'Invalid CPU speed'