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)
commit25bba9554f1383e9c76a1a63eec4659c32b947cf
treec6dea87c99b5cdc72da3811f3f95227c64f5fb3c
parent9b93a39c2c52142e7200f9aee8735d5a2b7793d5
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]