Browse Source
Merge pull request #15641 from oskarirauta/gummiboot
gummiboot: fix case in depends..
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|
|
|
|