diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch index da0f56fd5b..08e7552163 100644 --- a/target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-4.4/820-wgt634u-nvram-fix.patch @@ -244,7 +244,7 @@ out the configuration than the in kernel cfe config reader. @@ -37,6 +37,8 @@ struct nvram_header { static char nvram_buf[NVRAM_SPACE]; 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; +extern char *cfe_env_get(char *nv_buf, const char *name); |