projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Adding ps3 target specific /bin/login script.
[openwrt.git]
/
target
/
linux
/
ixp4xx
/
patches-2.6.25
/
300-avila_fetch_mac.patch
diff --git
a/target/linux/ixp4xx/patches-2.6.25/300-avila_fetch_mac.patch
b/target/linux/ixp4xx/patches-2.6.25/300-avila_fetch_mac.patch
index
e35ddbe
..
db25efb
100644
(file)
--- a/
target/linux/ixp4xx/patches-2.6.25/300-avila_fetch_mac.patch
+++ b/
target/linux/ixp4xx/patches-2.6.25/300-avila_fetch_mac.patch
@@
-1,7
+1,5
@@
-Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
-===================================================================
---- linux-2.6.24.2.orig/arch/arm/mach-ixp4xx/avila-setup.c
-+++ linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
+--- a/arch/arm/mach-ixp4xx/avila-setup.c
++++ b/arch/arm/mach-ixp4xx/avila-setup.c
@@ -14,10 +14,18 @@
#include <linux/kernel.h>
#include <linux/init.h>
@@ -14,10 +14,18 @@
#include <linux/kernel.h>
#include <linux/init.h>
@@
-35,9
+33,9
@@
Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
static struct flash_platform_data avila_flash_data = {
.map_name = "cfi_probe",
.width = 2,
static struct flash_platform_data avila_flash_data = {
.map_name = "cfi_probe",
.width = 2,
-@@ -1
92,10 +207,160 @@ static void __init avila_fixup(struct ma
- t->hdr.size = 0;
- }
+@@ -1
63,10 +178,160 @@
+ &avila_uart
+ }
;
+static void __init avila_gw23xx_setup(void)
+{
+static void __init avila_gw23xx_setup(void)
+{
@@
-196,7
+194,7
@@
Index: linux-2.6.24.2/arch/arm/mach-ixp4xx/avila-setup.c
avila_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
avila_flash_resource.end =
IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1;
avila_flash_resource.start = IXP4XX_EXP_BUS_BASE(0);
avila_flash_resource.end =
IXP4XX_EXP_BUS_BASE(0) + ixp4xx_exp_bus_size - 1;
-@@ -
213,9 +378,28 @@ static void __init avila_init(void)
+@@ -
184,9 +349,28 @@
platform_device_register(&avila_pata);
platform_device_register(&avila_pata);
This page took
0.021464 seconds
and
4
git commands to generate.