projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: enable bcm6368 for linux 3.3 and build images
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-3.2
/
441-board-NB4.patch
diff --git
a/target/linux/brcm63xx/patches-3.2/441-board-NB4.patch
b/target/linux/brcm63xx/patches-3.2/441-board-NB4.patch
index
15bd049
..
df0568b
100644
(file)
--- a/
target/linux/brcm63xx/patches-3.2/441-board-NB4.patch
+++ b/
target/linux/brcm63xx/patches-3.2/441-board-NB4.patch
@@
-10,7
+10,7
@@
#include <asm/addrspace.h>
#include <bcm63xx_board.h>
#include <bcm63xx_cpu.h>
#include <asm/addrspace.h>
#include <bcm63xx_board.h>
#include <bcm63xx_cpu.h>
-@@ -
40,6 +43
,12 @@
+@@ -
39,6 +42
,12 @@
#define CFE_OFFSET_64K 0x10000
#define CFE_OFFSET_128K 0x20000
#define CFE_OFFSET_64K 0x10000
#define CFE_OFFSET_128K 0x20000
@@
-23,7
+23,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;
-@@ -7
81,6 +790,502
@@ static struct board_info __initdata boar
+@@ -7
78,6 +787,496
@@ static struct board_info __initdata boar
.has_ohci0 = 1,
};
.has_ohci0 = 1,
};
@@
-87,8
+87,6
@@
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
-+ .has_udc0 = 1,
-+
+ .leds = {
+ {
+ .name = "adsl",
+ .leds = {
+ {
+ .name = "adsl",
@@
-182,8
+180,6
@@
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
-+ .has_udc0 = 1,
-+
+ .leds = {
+ {
+ .name = "adsl",
+ .leds = {
+ {
+ .name = "adsl",
@@
-370,8
+366,6
@@
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
+ .has_pccard = 1,
+ .has_ehci0 = 1,
+
-+ .has_udc0 = 1,
-+
+ .leds = {
+ {
+ .name = "adsl",
+ .leds = {
+ {
+ .name = "adsl",
@@
-526,7
+520,7
@@
#endif
/*
#endif
/*
-@@ -8
11,9 +1316
,30 @@ static const struct board_info __initdat
+@@ -8
08,9 +1307
,30 @@ static const struct board_info __initdat
&board_96358vw2,
&board_AGPFS0,
&board_DWVS0,
&board_96358vw2,
&board_AGPFS0,
&board_DWVS0,
@@
-557,7
+551,7
@@
/*
* Register a sane SPROMv2 to make the on-board
* bcm4318 WLAN work
/*
* Register a sane SPROMv2 to make the on-board
* bcm4318 WLAN work
-@@ -96
5,6 +1491
,9 @@ void __init board_prom_init(void)
+@@ -96
2,6 +1482
,9 @@ void __init board_prom_init(void)
boardid_fixup(boot_addr);
}
boardid_fixup(boot_addr);
}
This page took
0.028566 seconds
and
4
git commands to generate.