From 4932735ec091f53ed9b374af7cfc14835bec4764 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 30 Aug 2020 22:54:13 +0200 Subject: [PATCH 1/2] lcd4linux: drop dependencies on ar71xx The ar71xx target has finally been removed in master, so drop the dependencies in this package. Don't remove the patch for the TEW673GRU driver, as it may come back with ath79. Signed-off-by: Adrian Schmutzler --- utils/lcd4linux/Config.in | 6 ------ utils/lcd4linux/Makefile | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/utils/lcd4linux/Config.in b/utils/lcd4linux/Config.in index 1410f2b85..eea451b6f 100644 --- a/utils/lcd4linux/Config.in +++ b/utils/lcd4linux/Config.in @@ -274,12 +274,6 @@ config LCD4LINUX_CUSTOM_DRIVER_TeakLCM bool 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 bool prompt "Trefon" diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 5f9edaa74..5f587cf8b 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux @@ -74,7 +74,6 @@ LCD4LINUX_DRIVERS:= \ st2205 \ T6963 \ TeakLCM \ - $(if $(CONFIG_TARGET_ar71xx),TEW673GRU) \ Trefon \ USBHUB \ USBLCD \ From 5f452f7c13928c8cf1eccaa05243ba4259fa0dbb Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 2 Sep 2020 14:45:07 +0200 Subject: [PATCH 2/2] lcd4linux: drop dependencies on rb532 The rb532 target has finally been removed in master, so drop the dependencies in this package. Signed-off-by: Adrian Schmutzler --- utils/lcd4linux/Config.in | 5 ----- utils/lcd4linux/Makefile | 3 +-- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/utils/lcd4linux/Config.in b/utils/lcd4linux/Config.in index eea451b6f..968560410 100644 --- a/utils/lcd4linux/Config.in +++ b/utils/lcd4linux/Config.in @@ -233,11 +233,6 @@ config LCD4LINUX_CUSTOM_DRIVER_PPM prompt "PPM" select LCD4LINUX_CUSTOM_NEEDS_libgd -config LCD4LINUX_CUSTOM_DRIVER_RouterBoard - bool - prompt "RouterBoard" - depends on TARGET_rb532 - config LCD4LINUX_CUSTOM_DRIVER_SamsungSPF bool prompt "SamsungSPF" diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 5f587cf8b..165958ea1 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux @@ -67,7 +67,6 @@ LCD4LINUX_DRIVERS:= \ picoLCDGraphic \ PNG \ PPM \ - $(if $(CONFIG_TARGET_rb532),RouterBoard) \ $(if $(CONFIG_BROKEN),SamsungSPF) \ ShuttleVFD \ SimpleLCD \