From: Jonathan McCrohan Date: Mon, 13 Jul 2015 19:55:29 +0000 (+0100) Subject: lcd4linux: remove broken flag from DPF driver X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=439fb6395ab9e6ee6bb16a73917d16a2b598f48b;p=openwrt-packages.git lcd4linux: remove broken flag from DPF driver No longer requires external DPF library as of SVN r1198. Fixes: #1570 Signed-off-by: Jonathan McCrohan --- diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 59fe5c99a..54b0ed82e 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -26,7 +26,7 @@ LCD4LINUX_DRIVERS:= \ Curses \ Cwlinux \ D4D \ - $(if $(CONFIG_BROKEN),DPF) \ + DPF \ EA232graphic \ EFN \ FutabaVFD \