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
parent
commit
f262a4af86
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/gummiboot/Makefile

+ 1
- 1
utils/gummiboot/Makefile 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


Loading…
Cancel
Save