add x86_64 target support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39208 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Imre Kaloz
2014-01-07 12:23:35 +00:00
parent 9c5efa1ea2
commit b3160a58e8
16 changed files with 887 additions and 5 deletions

View File

@@ -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