From: Adrian Schmutzler Date: Wed, 2 Sep 2020 12:45:07 +0000 (+0200) Subject: lcd4linux: drop dependencies on rb532 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5f452f7c13928c8cf1eccaa05243ba4259fa0dbb;p=feed%2Fpackages.git 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 --- diff --git a/utils/lcd4linux/Config.in b/utils/lcd4linux/Config.in index eea451b6f4..9685604109 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 5f587cf8b3..165958ea1a 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 \