projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
imagebuilder: fix parallel building (closes #11117)
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-3.2
/
400-arch-bcm47xx.patch
diff --git
a/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
b/target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
index
5412aa6
..
38a1fce
100644
(file)
--- a/
target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
+++ b/
target/linux/brcm47xx/patches-3.2/400-arch-bcm47xx.patch
@@
-33,7
+33,7
@@
+EXPORT_SYMBOL(nvram_get);
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
+EXPORT_SYMBOL(nvram_get);
--- a/arch/mips/bcm47xx/setup.c
+++ b/arch/mips/bcm47xx/setup.c
-@@ -35
1,3 +351
,20 @@ static int __init bcm47xx_register_flash
+@@ -35
5,3 +355
,20 @@ static int __init bcm47xx_register_flash
return -1;
}
fs_initcall(bcm47xx_register_flash);
return -1;
}
fs_initcall(bcm47xx_register_flash);
This page took
0.023831 seconds
and
4
git commands to generate.