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)
commitb3160a58e8dec8780106b2cd86eda3a3d79c0903
tree72c2507d12b087fae093eba5588478966a983a50
parent9c5efa1ea2f7d4e6fdd20d1c05258993e3653287
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]