diff options
Diffstat (limited to 'target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch')
-rw-r--r-- | target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch b/target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch index 8ce1b4129..6a2196bc6 100644 --- a/target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch +++ b/target/linux/ixp4xx/patches-3.3/500-usr8200_support.patch @@ -12,7 +12,7 @@ + USR8200 router board. For more information on this platform, see + http://openwrt.org + - config MACH_COMPEX + config MACH_COMPEXWP18 bool "Compex WP18 / NP18A" select PCI --- a/arch/arm/mach-ixp4xx/Makefile @@ -116,7 +116,7 @@ +subsys_initcall(usr8200_pci_init); --- /dev/null +++ b/arch/arm/mach-ixp4xx/usr8200-setup.c -@@ -0,0 +1,213 @@ +@@ -0,0 +1,214 @@ +/* + * arch/arm/mach-ixp4xx/usr8200-setup.c + * @@ -329,6 +329,7 @@ +#if defined(CONFIG_PCI) + .dma_zone_size = SZ_64M, +#endif ++ .restart = ixp4xx_restart, +MACHINE_END --- a/arch/arm/mach-ixp4xx/include/mach/uncompress.h +++ b/arch/arm/mach-ixp4xx/include/mach/uncompress.h |