From b1f5dd34ed84b295a67934a64d2ab309db65b65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 23 Apr 2018 13:33:09 +0200 Subject: brcm47xx: backport upstream patches for Netgear WNR1000 V3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This includes fix for reading NVRAM content. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/patches-4.14/999-wl_exports.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/brcm47xx/patches-4.14/999-wl_exports.patch') diff --git a/target/linux/brcm47xx/patches-4.14/999-wl_exports.patch b/target/linux/brcm47xx/patches-4.14/999-wl_exports.patch index 60ea1ea40c..2ecf651472 100644 --- a/target/linux/brcm47xx/patches-4.14/999-wl_exports.patch +++ b/target/linux/brcm47xx/patches-4.14/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 -- cgit v1.2.3