mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #13252 from adschm/ar71xx
lcd4linux: drop dependencies on ar71xx/rb532
This commit is contained in:
@@ -233,11 +233,6 @@ config LCD4LINUX_CUSTOM_DRIVER_PPM
|
|||||||
prompt "PPM"
|
prompt "PPM"
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_RouterBoard
|
|
||||||
bool
|
|
||||||
prompt "RouterBoard"
|
|
||||||
depends on TARGET_rb532
|
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_SamsungSPF
|
config LCD4LINUX_CUSTOM_DRIVER_SamsungSPF
|
||||||
bool
|
bool
|
||||||
prompt "SamsungSPF"
|
prompt "SamsungSPF"
|
||||||
@@ -274,12 +269,6 @@ config LCD4LINUX_CUSTOM_DRIVER_TeakLCM
|
|||||||
bool
|
bool
|
||||||
prompt "TeakLCM"
|
prompt "TeakLCM"
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_TEW673GRU
|
|
||||||
bool
|
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
|
||||||
depends on TARGET_ar71xx
|
|
||||||
default TARGET_ar71xx
|
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_Trefon
|
config LCD4LINUX_CUSTOM_DRIVER_Trefon
|
||||||
bool
|
bool
|
||||||
prompt "Trefon"
|
prompt "Trefon"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=6
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||||
@@ -67,14 +67,12 @@ LCD4LINUX_DRIVERS:= \
|
|||||||
picoLCDGraphic \
|
picoLCDGraphic \
|
||||||
PNG \
|
PNG \
|
||||||
PPM \
|
PPM \
|
||||||
$(if $(CONFIG_TARGET_rb532),RouterBoard) \
|
|
||||||
$(if $(CONFIG_BROKEN),SamsungSPF) \
|
$(if $(CONFIG_BROKEN),SamsungSPF) \
|
||||||
ShuttleVFD \
|
ShuttleVFD \
|
||||||
SimpleLCD \
|
SimpleLCD \
|
||||||
st2205 \
|
st2205 \
|
||||||
T6963 \
|
T6963 \
|
||||||
TeakLCM \
|
TeakLCM \
|
||||||
$(if $(CONFIG_TARGET_ar71xx),TEW673GRU) \
|
|
||||||
Trefon \
|
Trefon \
|
||||||
USBHUB \
|
USBHUB \
|
||||||
USBLCD \
|
USBLCD \
|
||||||
|
|||||||
Reference in New Issue
Block a user