summaryrefslogtreecommitdiff
path: root/package/boot/grub2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/grub2/Makefile')
-rw-r--r--package/boot/grub2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile
index dd490ff..20dced9 100644
--- a/package/boot/grub2/Makefile
+++ b/package/boot/grub2/Makefile
@@ -28,7 +28,7 @@ define Package/grub2
SECTION:=utils
TITLE:=GRand Unified Bootloader
URL:=http://www.gnu.org/software/grub/
- DEPENDS:=@TARGET_x86
+ DEPENDS:=@TARGET_x86||TARGET_x86_64
endef
define Package/grub2-editenv
@@ -36,7 +36,7 @@ define Package/grub2-editenv
SECTION:=utils
TITLE:=Grub2 Environment editor
URL:=http://www.gnu.org/software/grub/
- DEPENDS:=@TARGET_x86
+ DEPENDS:=@TARGET_x86||TARGET_x86_64
endef
define Package/grub2-editenv/description