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)
commit7aaa9bc91c9e905f3b943e2b8a1cb3ce140fe9a5
tree4dbb15c6e8f7142918e2ae8adc6b0efc39dca879
parent8603b30db51404dfde353d021bc0379290b9d331
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]