diff --git a/projects/Odroid_C2/options b/projects/Odroid_C2/options index 010da61e85..70e6c1e441 100644 --- a/projects/Odroid_C2/options +++ b/projects/Odroid_C2/options @@ -110,6 +110,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # Amlogic IR remote support (yes / no) AMREMOTE_SUPPORT="no" diff --git a/projects/RPi/options b/projects/RPi/options index c253e5d5d2..ff444598fb 100644 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -120,6 +120,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # build with swap support (yes / no) SWAP_SUPPORT="yes" diff --git a/projects/RPi2/options b/projects/RPi2/options index 9f04144e4f..0820d2e1ee 100644 --- a/projects/RPi2/options +++ b/projects/RPi2/options @@ -120,6 +120,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # build with swap support (yes / no) SWAP_SUPPORT="yes" diff --git a/projects/WeTek_Core/options b/projects/WeTek_Core/options index eac68133c4..cd2b4399ea 100644 --- a/projects/WeTek_Core/options +++ b/projects/WeTek_Core/options @@ -130,6 +130,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # Amlogic IR remote support (yes / no) AMREMOTE_SUPPORT="yes" diff --git a/projects/WeTek_Hub/options b/projects/WeTek_Hub/options index b9b8c5291d..e300d2a860 100644 --- a/projects/WeTek_Hub/options +++ b/projects/WeTek_Hub/options @@ -118,6 +118,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # Amlogic IR remote support (yes / no) AMREMOTE_SUPPORT="yes" diff --git a/projects/WeTek_Play/options b/projects/WeTek_Play/options index c3f3539b4e..5818715b5d 100644 --- a/projects/WeTek_Play/options +++ b/projects/WeTek_Play/options @@ -124,6 +124,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # Amlogic IR remote support (yes / no) AMREMOTE_SUPPORT="yes" diff --git a/projects/WeTek_Play_2/options b/projects/WeTek_Play_2/options index 4f548115ab..be0e08ff48 100644 --- a/projects/WeTek_Play_2/options +++ b/projects/WeTek_Play_2/options @@ -117,6 +117,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # Amlogic IR remote support (yes / no) AMREMOTE_SUPPORT="yes" diff --git a/projects/imx6/options b/projects/imx6/options index 59154a5fcb..85f38f46fe 100644 --- a/projects/imx6/options +++ b/projects/imx6/options @@ -145,6 +145,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" + # "none" for disable LCD support + LCD_DRIVER="none" + # build with swap support (yes / no) SWAP_SUPPORT="no"