Revision 6aa3723a
Added by Renato Botelho over 9 years ago
src/etc/inc/led.inc | ||
---|---|---|
7 | 7 |
* LED control library that wraps around the functionality of led(4) |
8 | 8 |
* |
9 | 9 |
*/ |
10 |
/* |
|
11 |
pfSense_BUILDER_BINARIES: /bin/echo |
|
12 |
pfSense_MODULE: utils |
|
13 |
*/ |
|
14 | 10 |
|
15 | 11 |
$led_root = "/dev/led/led"; |
16 | 12 |
|
... | ... | |
353 | 349 |
} |
354 | 350 |
} |
355 | 351 |
|
356 |
?> |
|
352 |
?> |
Also available in: Unified diff
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used