add x86_64 target support
authorImre Kaloz <kaloz@openwrt.org>
Tue, 7 Jan 2014 12:23:35 +0000 (12:23 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Tue, 7 Jan 2014 12:23:35 +0000 (12:23 +0000)
commitba49c41fd370af3211417573fa3d3c510fe16544
tree72c2507d12b087fae093eba5588478966a983a50
parent7272f6c57c1d35122455d3d17a7f94367fb8f56f
add x86_64 target support

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39208
16 files changed:
config/Config-images.in
include/kernel-defaults.mk
package/boot/grub2/Makefile
target/linux/x86_64/Makefile [new file with mode: 0644]
target/linux/x86_64/base-files/etc/inittab [new file with mode: 0644]
target/linux/x86_64/base-files/lib/preinit/15_essential_fs_x86 [new file with mode: 0644]
target/linux/x86_64/base-files/lib/preinit/89_move_config [new file with mode: 0644]
target/linux/x86_64/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/x86_64/config-default [new file with mode: 0644]
target/linux/x86_64/image/Makefile [new file with mode: 0644]
target/linux/x86_64/image/gen_image_generic.sh [new file with mode: 0755]
target/linux/x86_64/image/grub-early.cfg [new file with mode: 0644]
target/linux/x86_64/image/grub-iso.cfg [new file with mode: 0644]
target/linux/x86_64/image/grub.cfg [new file with mode: 0644]
target/linux/x86_64/patches/011-tune_lzma_options.patch [new file with mode: 0644]
target/linux/x86_64/patches/012-export_erase_write.patch [new file with mode: 0644]