projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add missing bits from extirq support
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.0
/
250-boardid_fixup.patch
diff --git
a/target/linux/brcm63xx/patches-3.0/250-boardid_fixup.patch
b/target/linux/brcm63xx/patches-3.0/250-boardid_fixup.patch
index
a80a23f
..
7e3be3a
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.0/250-boardid_fixup.patch
+++ b/
target/linux/brcm63xx/patches-3.0/250-boardid_fixup.patch
@@
-1,7
+1,7
@@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -3
2,9 +32
,13 @@
- #include <bcm63xx_dev_usb_
udc
.h>
+@@ -3
1,9 +31
,13 @@
+ #include <bcm63xx_dev_usb_
ehci
.h>
#include <bcm63xx_dev_spi.h>
#include <board_bcm963xx.h>
+#include <bcm_tag.h>
#include <bcm63xx_dev_spi.h>
#include <board_bcm963xx.h>
+#include <bcm_tag.h>
@@
-14,7
+14,7
@@
static struct bcm963xx_nvram nvram;
static unsigned int mac_addr_used;
static struct board_info board;
static struct bcm963xx_nvram nvram;
static unsigned int mac_addr_used;
static struct board_info board;
-@@ -73
4,6 +738
,29 @@ static int board_get_mac_address(u8 *mac
+@@ -73
1,6 +735
,29 @@ static int board_get_mac_address(u8 *mac
return 0;
}
return 0;
}
@@
-44,7
+44,7
@@
/*
* early init callback, read nvram data from flash and checksum it
*/
/*
* early init callback, read nvram data from flash and checksum it
*/
-@@ -77
6,6 +803
,11 @@ void __init board_prom_init(void)
+@@ -77
3,6 +800
,11 @@ void __init board_prom_init(void)
return;
}
return;
}
This page took
0.025259 seconds
and
4
git commands to generate.