From 7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Tue, 7 Jan 2014 12:23:35 +0000 Subject: add x86_64 target support Signed-off-by: Imre Kaloz SVN-Revision: 39208 --- package/boot/grub2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/boot') diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index dd490ff171..20dced9480 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 -- cgit v1.2.3