diff options
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch b/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch index 9ed4a4de4a..29e12a81b9 100644 --- a/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch +++ b/target/linux/brcm47xx/patches-2.6.37/820-wgt634u-nvram-fix.patch @@ -253,8 +253,8 @@ out the configuration than the in kernel cfe config reader. +extern char *cfe_env_get(char *nv_buf, const char *name); /* Probe for NVRAM header */ - static void __init early_nvram_init(void) -@@ -33,6 +35,25 @@ static void __init early_nvram_init(void + static void early_nvram_init(void) +@@ -33,6 +35,25 @@ static void early_nvram_init(void) base = mcore->flash_window; lim = mcore->flash_window_size; |