diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-04-23 13:33:09 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-04-23 13:33:09 +0200 |
commit | b1f5dd34ed84b295a67934a64d2ab309db65b65e (patch) | |
tree | 69d4eb14420dd06861b8b5fe91d8dc9570d49164 /target/linux/brcm47xx/patches-4.4/999-wl_exports.patch | |
parent | 751746c736bbda828ff1add002a0419a3b883e63 (diff) | |
download | mtk-20170518-b1f5dd34ed84b295a67934a64d2ab309db65b65e.zip mtk-20170518-b1f5dd34ed84b295a67934a64d2ab309db65b65e.tar.gz mtk-20170518-b1f5dd34ed84b295a67934a64d2ab309db65b65e.tar.bz2 |
brcm47xx: backport upstream patches for Netgear WNR1000 V3
This includes fix for reading NVRAM content.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/brcm47xx/patches-4.4/999-wl_exports.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.4/999-wl_exports.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch b/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch index ea59f4f..02e399d 100644 --- a/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch +++ b/target/linux/brcm47xx/patches-4.4/999-wl_exports.patch @@ -8,7 +8,7 @@ +char nvram_buf[NVRAM_SPACE]; +EXPORT_SYMBOL(nvram_buf); static size_t nvram_len; - static const u32 nvram_sizes[] = {0x8000, 0xF000, 0x10000}; + static const u32 nvram_sizes[] = {0x6000, 0x8000, 0xF000, 0x10000}; static int cfe_env; --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c |