From 6c342e930dc2e1234ba616b5cfb4f9aac780068b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Tue, 26 Nov 2019 10:40:38 +0100 Subject: [PATCH] Fix spelling error --- json-editor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-editor/Makefile b/json-editor/Makefile index edbc3f217..64768469a 100644 --- a/json-editor/Makefile +++ b/json-editor/Makefile @@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/cmake.mk define Package/json-editor SECTION:=base CATEGORY:=Libraries - DEPENDS:=+libjson-c +libblobmsg_json + DEPENDS:=+libjson-c +libblobmsg-json TITLE:=JSON-editor endef