projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: ramips_esw: add helper function to set vlan members
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.36
/
400-arch-bcm47xx.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
b/target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
index
afaea44
..
981bf29
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.36/400-arch-bcm47xx.patch
+++ b/
target/linux/brcm47xx/patches-2.6.36/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
-@@ -2
38,3 +238
,20 @@ void __init plat_mem_setup(void)
+@@ -2
15,3 +215
,20 @@ void __init plat_mem_setup(void)
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
}
_machine_halt = bcm47xx_machine_halt;
pm_power_off = bcm47xx_machine_halt;
}
This page took
0.028136 seconds
and
4
git commands to generate.