phicomm-k3screenctrl: update board name

Fixes: "bcm53xx: use vendor_model scheme for device/image names (683bcbdce163375286c8193cc76c130f02e6649f)"
This commit is contained in:
CN_SZTL 2020-08-24 12:58:25 +08:00
parent 6f4b9b58d1
commit 268bf6a595
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -20,7 +20,7 @@ TARGET_CFLAGS+= -D_GNU_SOURCE
define Package/$(PKG_NAME)
SECTION:=utils
CATEGORY:=Utilities
DEPENDS:=@TARGET_bcm53xx_generic_DEVICE_phicomm-k3 +@KERNEL_DEVMEM +@BUSYBOX_CONFIG_ARPING +bc +bash +curl +coreutils +coreutils-od +jq
DEPENDS:=@TARGET_bcm53xx_generic_DEVICE_phicomm_k3 +@KERNEL_DEVMEM +@BUSYBOX_CONFIG_ARPING +bc +bash +curl +coreutils +coreutils-od +jq
TITLE:=LCD screen controller on PHICOMM K3
URL:=https://github.com/lwz322/k3screenctrl.git
endef