From: Oskari Rauta Date: Mon, 17 May 2021 22:56:59 +0000 (+0300) Subject: gummiboot: fix case in depends.. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5638023c7e3517ccc279303d813e5a9fbd941b74;p=openwrt-packages.git gummiboot: fix case in depends.. Signed-off-by: Oskari Rauta --- diff --git a/utils/gummiboot/Makefile b/utils/gummiboot/Makefile index 01db86610..3e2037d2c 100644 --- a/utils/gummiboot/Makefile +++ b/utils/gummiboot/Makefile @@ -28,7 +28,7 @@ define Package/gummiboot SECTION:=boot CATEGORY:=Boot Loaders TITLE:=Simple UEFI boot manager - DEPENDS:=@TARGET_X86_64 +libblkid + DEPENDS:=@TARGET_x86_64 +libblkid URL:=https://github.com/rzr/gummiboot endef