Merge pull request #15641 from oskarirauta/gummiboot

gummiboot: fix case in depends..
This commit is contained in:
Rosen Penev 2021-05-29 09:44:01 -07:00 committed by GitHub
commit f262a4af86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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