Revert "Revert "nvram: increase NVRAM size to 64 KiB""
[openwrt/staging/chunkeey.git] / package / utils / nvram / src / nvram.h
index acc79e4bdbdec453cd852a3cd76ae228c116ae97..215d816327c7e35adaff83f75bd253bf8d47fec8 100644 (file)
@@ -114,7 +114,7 @@ char * nvram_find_staging(void);
 
 /* NVRAM constants */
 #define NVRAM_MIN_SPACE                        0x8000
-#define NVRAM_SPACE                    0x8000
+#define NVRAM_SPACE                    0x10000
 #define NVRAM_MAGIC                    0x48534C46      /* 'FLSH' */
 #define NVRAM_VERSION          1