lcd4linux: rename dpf to DPF to fix compilation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
84b1ce49a9
commit
05b0c5be88
2 changed files with 3 additions and 3 deletions
|
@ -76,9 +76,9 @@ config LCD4LINUX_CUSTOM_DRIVER_D4D
|
|||
prompt "D4D"
|
||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||
|
||||
config LCD4LINUX_CUSTOM_DRIVER_dpf
|
||||
config LCD4LINUX_CUSTOM_DRIVER_DPF
|
||||
bool
|
||||
prompt "dpf"
|
||||
prompt "DPF"
|
||||
select LCD4LINUX_CUSTOM_NEEDS_libusb
|
||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lcd4linux
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||
|
|
Loading…
Reference in a new issue