diff options
author | Michele Di Maria <michele@nt2.it> | 2012-01-06 16:13:20 +0100 |
---|---|---|
committer | Michele Di Maria <michele@nt2.it> | 2012-01-06 16:13:20 +0100 |
commit | 3ee714452a28b147f2323ba22a953f9f60e61b98 (patch) | |
tree | 959cb9ccb70b90d829eaa146d5bf177eea0b2ed3 /config/lcdproc-dev/lcdproc.inc | |
parent | 5d2ce5c42a53b762ce5bad5a2ba86a1c45d39fa2 (diff) | |
download | pfsense-packages-3ee714452a28b147f2323ba22a953f9f60e61b98.tar.gz pfsense-packages-3ee714452a28b147f2323ba22a953f9f60e61b98.tar.bz2 pfsense-packages-3ee714452a28b147f2323ba22a953f9f60e61b98.zip |
Adds the sdeclcd driver.
Diffstat (limited to 'config/lcdproc-dev/lcdproc.inc')
-rw-r--r-- | config/lcdproc-dev/lcdproc.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/lcdproc-dev/lcdproc.inc b/config/lcdproc-dev/lcdproc.inc index cf2e6e12..14e5dc73 100644 --- a/config/lcdproc-dev/lcdproc.inc +++ b/config/lcdproc-dev/lcdproc.inc @@ -442,6 +442,9 @@ $config_text .= "Device={$realport}\n"; $config_text .= "Size={$lcdproc_config['size']}\n"; break; + case "sdeclcd": + $config_text .= "[{$lcdproc_config['driver']}]\n"; + break; case "sed1330": $config_text .= "[{$lcdproc_config['driver']}]\n"; break; |