diff options
author | Oskari Rauta <oskari.rauta@gmail.com> | 2021-05-18 01:56:59 +0300 |
---|---|---|
committer | Oskari Rauta <oskari.rauta@gmail.com> | 2021-05-18 01:56:59 +0300 |
commit | 5638023c7e3517ccc279303d813e5a9fbd941b74 (patch) | |
tree | bcaacf590f6d81374d14d2e66f9ca06482f479db /utils/gummiboot | |
parent | 0250239caf322ba7dc80d13b3629372b0786ba48 (diff) |
gummiboot: fix case in depends..
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/gummiboot')
-rw-r--r-- | utils/gummiboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gummiboot/Makefile b/utils/gummiboot/Makefile index 01db86610..3e2037d2c 100644 --- a/utils/gummiboot/Makefile +++ b/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 |