projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
hostapd: add a separate config symbol for 802.11n driver support
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.37
/
400-arch-bcm47xx.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.37/400-arch-bcm47xx.patch
b/target/linux/brcm47xx/patches-2.6.37/400-arch-bcm47xx.patch
index
afaea44
..
abb2044
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.37/400-arch-bcm47xx.patch
+++ b/
target/linux/brcm47xx/patches-2.6.37/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
26,3 +226
,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.020931 seconds
and
4
git commands to generate.