diff options
Diffstat (limited to 'package/boot')
-rw-r--r-- | package/boot/grub2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/grub2/Makefile b/package/boot/grub2/Makefile index e4c19cd00f..d6af65128e 100644 --- a/package/boot/grub2/Makefile +++ b/package/boot/grub2/Makefile @@ -33,7 +33,7 @@ define Package/grub2 SECTION:=boot TITLE:=GRand Unified Bootloader URL:=http://www.gnu.org/software/grub/ - DEPENDS:=@TARGET_x86||TARGET_x86_64 + DEPENDS:=@TARGET_x86 endef define Package/grub2-editenv @@ -42,7 +42,7 @@ define Package/grub2-editenv SUBMENU:=Boot Loaders TITLE:=Grub2 Environment editor URL:=http://www.gnu.org/software/grub/ - DEPENDS:=@TARGET_x86||TARGET_x86_64 + DEPENDS:=@TARGET_x86 endef define Package/grub2-editenv/description |