Browse Source

lcd4linux: remove broken flag from DPF driver

No longer requires external DPF library as of SVN r1198.

Fixes: #1570

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
lilik-openwrt-22.03
Jonathan McCrohan 9 years ago
parent
commit
439fb6395a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/lcd4linux/Makefile

+ 1
- 1
utils/lcd4linux/Makefile View File

@ -26,7 +26,7 @@ LCD4LINUX_DRIVERS:= \
Curses \
Cwlinux \
D4D \
$(if $(CONFIG_BROKEN),DPF) \
DPF \
EA232graphic \
EFN \
FutabaVFD \


Loading…
Cancel
Save