X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fgrub2%2FMakefile;fp=package%2Fboot%2Fgrub2%2FMakefile;h=20dced94801b9c9f78530f3012922f5d7fae1a2a;hp=dd490ff17182a3bdefd449af89a7264566d3f3cb;hb=f572e9f47af4fd8f21c0a08ba70d7b9cdc52f6f3;hpb=1bfab7ed6b751c5b83c211047543f06acde91978 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