From ee629f8896d68688e99ab8c57e6abcab71033bff Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 23 Dec 2012 12:14:16 +0200 Subject: [PATCH] lcdproc: add 'hd44780' driver. closes #1602 --- .../xbmc-addon-settings/source/resources/settings.xml | 2 +- projects/Fusion/options | 2 +- projects/Generic/options | 2 +- projects/Generic_OSS/options | 2 +- projects/ION/options | 2 +- projects/Intel/options | 2 +- projects/RPi/options | 2 +- projects/Virtual/options | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml b/packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml index e0572ba720..dff77a8eee 100644 --- a/packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml +++ b/packages/mediacenter/xbmc-addon-settings/source/resources/settings.xml @@ -12,7 +12,7 @@ - + diff --git a/projects/Fusion/options b/projects/Fusion/options index 9e4c01a7ed..60c091ee06 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="uvesafb xhci-hcd" diff --git a/projects/Generic/options b/projects/Generic/options index a53d75ec50..f2a7749305 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="uvesafb xhci-hcd" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 877dec5484..c7bfdeef20 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="uvesafb xhci-hcd" diff --git a/projects/ION/options b/projects/ION/options index 48db4186c9..569f0e08df 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="uvesafb xhci-hcd" diff --git a/projects/Intel/options b/projects/Intel/options index 58def3ac0e..0e23527a1a 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="xhci-hcd" diff --git a/projects/RPi/options b/projects/RPi/options index 57a175c13a..a962caaf17 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -280,7 +280,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES="" diff --git a/projects/Virtual/options b/projects/Virtual/options index b735940f25..4051ce8c06 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -275,7 +275,7 @@ # 'all' compiles all drivers; # 'all,!xxx,!yyy' de-selects previously selected drivers # "none" for disable LCD support - LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140" + LCD_DRIVER="irtrans,imon,imonlcd,mdm166a,MtxOrb,lis,dm140,hd44780" # Modules to install in initramfs for early boot INITRAMFS_MODULES=""