add x86_64 target support
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Jan 2014 12:23:35 +0000 (12:23 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 7 Jan 2014 12:23:35 +0000 (12:23 +0000)
commitf572e9f47af4fd8f21c0a08ba70d7b9cdc52f6f3
tree72c2507d12b087fae093eba5588478966a983a50
parent1bfab7ed6b751c5b83c211047543f06acde91978
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
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]