projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] grub: Natively build grub only on x86 linux hosts, cross compile everywhere...
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches
/
153-nslu2_mtd_load_mac.patch
diff --git
a/target/linux/ixp4xx/patches/153-nslu2_mtd_load_mac.patch
b/target/linux/ixp4xx/patches/153-nslu2_mtd_load_mac.patch
index
21fe29a
..
a290cf6
100644
(file)
--- a/
target/linux/ixp4xx/patches/153-nslu2_mtd_load_mac.patch
+++ b/
target/linux/ixp4xx/patches/153-nslu2_mtd_load_mac.patch
@@
-2,10
+2,10
@@
arch/arm/mach-ixp4xx/nslu2-setup.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
arch/arm/mach-ixp4xx/nslu2-setup.c | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
-Index: linux-2.6.
19
/arch/arm/mach-ixp4xx/nslu2-setup.c
+Index: linux-2.6.
21.7
/arch/arm/mach-ixp4xx/nslu2-setup.c
===================================================================
===================================================================
---- linux-2.6.
19
.orig/arch/arm/mach-ixp4xx/nslu2-setup.c
-+++ linux-2.6.
19
/arch/arm/mach-ixp4xx/nslu2-setup.c
+--- linux-2.6.
21.7
.orig/arch/arm/mach-ixp4xx/nslu2-setup.c
++++ linux-2.6.
21.7
/arch/arm/mach-ixp4xx/nslu2-setup.c
@@ -18,6 +18,7 @@
#include <linux/serial.h>
#include <linux/serial_8250.h>
@@ -18,6 +18,7 @@
#include <linux/serial.h>
#include <linux/serial_8250.h>
@@
-14,7
+14,7
@@
Index: linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
-@@ -18
0,6 +181
,30 @@ static struct platform_device *nslu2_dev
+@@ -18
2,6 +183
,30 @@ static struct platform_device *nslu2_dev
&nslu2_npe_ucode,
};
&nslu2_npe_ucode,
};
@@
-45,7
+45,7
@@
Index: linux-2.6.19/arch/arm/mach-ixp4xx/nslu2-setup.c
static void nslu2_power_off(void)
{
/* This causes the box to drop the power and go dead. */
static void nslu2_power_off(void)
{
/* This causes the box to drop the power and go dead. */
-@@ -2
10,6 +235
,8 @@ static void __init nslu2_init(void)
+@@ -2
24,6 +249
,8 @@ static void __init nslu2_init(void)
(void)platform_device_register(&nslu2_uart);
platform_add_devices(nslu2_devices, ARRAY_SIZE(nslu2_devices));
(void)platform_device_register(&nslu2_uart);
platform_add_devices(nslu2_devices, ARRAY_SIZE(nslu2_devices));
This page took
0.030285 seconds
and
4
git commands to generate.