mirror of https://github.com/openwrt/packages.git
gummiboot: fix case in depends..
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>pull/15641/head
parent
0250239caf
commit
5638023c7e
|
@ -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…
Reference in New Issue