From 4932735ec091f53ed9b374af7cfc14835bec4764 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 30 Aug 2020 22:54:13 +0200 Subject: [PATCH] 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 1410f2b85c..eea451b6f4 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 5f9edaa745..5f587cf8b3 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 \