* adds support for speedport w502V
authorJohn Crispin <john@openwrt.org>
Mon, 17 May 2010 10:06:46 +0000 (10:06 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 May 2010 10:06:46 +0000 (10:06 +0000)
commitc8f606c7601dd8a00120ebf8e3b06ec3bfe59efd
treedc0f82060a04859c59ba6de1efb84303dcbd9232
parentb12999bdbe2d0134103f6ca7bec25a5feb6e7712
 * adds support for speedport w502V
 * bump kernel to 2.6.33.4
 * make ethernet be configurable as MII/RMII
 * on xway we now assign a static amount of cp1 ram (still need to find a
sane value)
 * remove bogus board.c
 * jiffies were running with a (1 << 2) multiplier

SVN-Revision: 21485
19 files changed:
target/linux/ifxmips/Makefile
target/linux/ifxmips/danube/config-2.6.33
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/Makefile [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/devices.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/prom.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/setup.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/arcaydian.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/arcaydian.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/board.c [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/devices.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/devices.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv452.c [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv4520.c [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv4525.c [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy4010.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy50712.c
target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
target/linux/ifxmips/files-2.6.33/drivers/net/ifxmips.c