Browse Source

gummiboot: fix case in depends..

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
lilik-openwrt-22.03
Oskari Rauta 3 years ago
parent
commit
5638023c7e
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