Merge pull request #15641 from oskarirauta/gummiboot
gummiboot: fix case in depends..
This commit is contained in:
commit
f262a4af86
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ define Package/gummiboot
|
||||||
SECTION:=boot
|
SECTION:=boot
|
||||||
CATEGORY:=Boot Loaders
|
CATEGORY:=Boot Loaders
|
||||||
TITLE:=Simple UEFI boot manager
|
TITLE:=Simple UEFI boot manager
|
||||||
DEPENDS:=@TARGET_X86_64 +libblkid
|
DEPENDS:=@TARGET_x86_64 +libblkid
|
||||||
URL:=https://github.com/rzr/gummiboot
|
URL:=https://github.com/rzr/gummiboot
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue