mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
lcd4linux: rename dpf to DPF to fix compilation
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -76,9 +76,9 @@ config LCD4LINUX_CUSTOM_DRIVER_D4D
|
|||||||
prompt "D4D"
|
prompt "D4D"
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||||
|
|
||||||
config LCD4LINUX_CUSTOM_DRIVER_dpf
|
config LCD4LINUX_CUSTOM_DRIVER_DPF
|
||||||
bool
|
bool
|
||||||
prompt "dpf"
|
prompt "DPF"
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libusb
|
select LCD4LINUX_CUSTOM_NEEDS_libusb
|
||||||
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
select LCD4LINUX_CUSTOM_NEEDS_libgd
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_RELEASE:=9
|
PKG_RELEASE:=10
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||||
|
|||||||
Reference in New Issue
Block a user