x86: make x86_64 a subtarget instead of a standalone target
authorFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 04:32:01 +0000 (04:32 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 29 Mar 2015 04:32:01 +0000 (04:32 +0000)
commit795063e4bd943a6f8b10d4ed11ddce8aad604771
treebd27c2604891a5f0871e47c5a5027278ce4b9029
parenta12f75fc15f858afc69fcf64d8bc8fc526bc7fdc
x86: make x86_64 a subtarget instead of a standalone target

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45115 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 files changed:
package/kernel/linux/modules/crypto.mk
target/linux/x86/64/config-default [new file with mode: 0644]
target/linux/x86/64/target.mk [new file with mode: 0644]
target/linux/x86/Makefile
target/linux/x86_64/Makefile [deleted file]
target/linux/x86_64/base-files/etc/inittab [deleted file]
target/linux/x86_64/base-files/lib/preinit/15_essential_fs_x86 [deleted file]
target/linux/x86_64/base-files/lib/preinit/79_move_config [deleted file]
target/linux/x86_64/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/x86_64/config-default [deleted file]
target/linux/x86_64/image/Makefile [deleted file]
target/linux/x86_64/image/gen_image_generic.sh [deleted file]
target/linux/x86_64/image/grub-early.cfg [deleted file]
target/linux/x86_64/image/grub-iso.cfg [deleted file]
target/linux/x86_64/image/grub.cfg [deleted file]
target/linux/x86_64/patches/011-tune_lzma_options.patch [deleted file]