projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain] eglibc: add support for 2.14
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.37
/
150-lanready_ap1000_support.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch
b/target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch
index
16f19ba
..
8b7c98e
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch
+++ b/
target/linux/ixp4xx/patches-2.6.37/150-lanready_ap1000_support.patch
@@
-1,6
+1,6
@@
--- /dev/null
+++ b/arch/arm/mach-ixp4xx/ap1000-setup.c
--- /dev/null
+++ b/arch/arm/mach-ixp4xx/ap1000-setup.c
-@@ -0,0 +1,1
51
@@
+@@ -0,0 +1,1
49
@@
+/*
+ * arch/arm/mach-ixp4xx/ap1000-setup.c
+ *
+/*
+ * arch/arm/mach-ixp4xx/ap1000-setup.c
+ *
@@
-142,8
+142,6
@@
+#ifdef CONFIG_MACH_AP1000
+MACHINE_START(AP1000, "Lanready AP-1000")
+ /* Maintainer: Imre Kaloz <Kaloz@openwrt.org> */
+#ifdef CONFIG_MACH_AP1000
+MACHINE_START(AP1000, "Lanready AP-1000")
+ /* Maintainer: Imre Kaloz <Kaloz@openwrt.org> */
-+ .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS,
-+ .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc,
+ .fixup = ap1000_fixup,
+ .map_io = ixp4xx_map_io,
+ .init_irq = ixp4xx_init_irq,
+ .fixup = ap1000_fixup,
+ .map_io = ixp4xx_map_io,
+ .init_irq = ixp4xx_init_irq,
This page took
0.021734 seconds
and
4
git commands to generate.