gummiboot: fix case in depends..
authorOskari Rauta <redacted>
Mon, 17 May 2021 22:56:59 +0000 (01:56 +0300)
committerOskari Rauta <redacted>
Mon, 17 May 2021 22:56:59 +0000 (01:56 +0300)
Signed-off-by: Oskari Rauta <redacted>
utils/gummiboot/Makefile

index 01db8661097852778fa15c985d070b6bcdcce1bf..3e2037d2cba52f6b1ec46e95351bd6a4d82ffd0f 100644 (file)
@@ -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
 
git clone https://git.99rst.org/PROJECT