aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-11-07 13:44:48 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-11-07 13:44:48 +0000
commit4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4 (patch)
tree06aadac1a8930503b351ddc9efa2ce3d5067e9eb /target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch
parentc5711cadd39a35d28d6f7cbdde2fffb72e97332e (diff)
downloadupstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.gz
upstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.tar.bz2
upstream-4e797b62787c7fbb36d5b4c936cf8bc9a382f4d4.zip
brcm47xx: Fix boot problem with wgt634u.
Readd the workarround from the old version again which was removed in r22296 and refresh the patches. This should close #7874 Thank you Russell Senior for testing. SVN-Revision: 23911
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch b/target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch
index ecc796aaff..b4f264e5e8 100644
--- a/target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch
+++ b/target/linux/brcm47xx/patches-2.6.34/999-wl_exports.patch
@@ -7,9 +7,9 @@
-static char nvram_buf[NVRAM_SPACE];
+char nvram_buf[NVRAM_SPACE];
+EXPORT_SYMBOL(nvram_buf);
+ static int cfe_env;
+ extern char *cfe_env_get(char *nv_buf, const char *name);
- /* Probe for NVRAM header */
- static void __init early_nvram_init(void)
--- a/arch/mips/mm/cache.c
+++ b/arch/mips/mm/cache.c
@@ -52,6 +52,7 @@ void (*_dma_cache_wback)(unsigned long s