add preliminary support for the XScale port, generic endianness indication
authorImre Kaloz <kaloz@openwrt.org>
Fri, 14 Apr 2006 10:23:54 +0000 (10:23 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 14 Apr 2006 10:23:54 +0000 (10:23 +0000)
commit94afe8a08f46133b033973e1aa8890fbe64cc17c
tree7edfadeab9f6a1bb05b76aee93d1638515f4b284
parent4caa8fddb83a4db43f760bb910e43259078ef803
add preliminary support for the XScale port, generic endianness indication

SVN-Revision: 3648
24 files changed:
openwrt/Config.in
openwrt/target/Config.in
openwrt/target/linux/Config.in
openwrt/target/linux/Makefile
openwrt/target/linux/generic-2.6/patches/005-gcc4_fix.patch
openwrt/target/linux/image/jffs2.mk
openwrt/target/linux/image/squashfs.mk
openwrt/target/linux/image/xscale/Makefile [new file with mode: 0644]
openwrt/target/linux/package/base-files/files/xscale-2.6/etc/config/network [new file with mode: 0644]
openwrt/target/linux/package/base-files/files/xscale-2.6/etc/init.d/S00xscale [new file with mode: 0755]
openwrt/target/linux/package/base-files/files/xscale-2.6/init [new file with mode: 0755]
openwrt/target/linux/rules.mk
openwrt/target/linux/xscale-2.6/Makefile [new file with mode: 0644]
openwrt/target/linux/xscale-2.6/config [new file with mode: 0644]
openwrt/target/linux/xscale-2.6/patches/001-gateway_7001.patch [new file with mode: 0644]
openwrt/toolchain/Config.in
openwrt/toolchain/gcc/4.0.3/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/4.1.0/800-arm-bigendian.patch [new file with mode: 0644]
openwrt/toolchain/gcc/Config.in
openwrt/toolchain/gdb/patches/830-arm_gcc4.patch [new file with mode: 0644]
openwrt/toolchain/kernel-headers/Makefile
openwrt/toolchain/kernel-headers/files/config.arm [new file with mode: 0644]
openwrt/toolchain/uClibc/files/config.armeb [new file with mode: 0644]
openwrt/toolchain/uClibc/patches/140-uclibc_do_div_ldso.patch [new file with mode: 0644]