config: fix storage of --jffs2-eraseblock value

broken since it's introduction in 9ffb223d70

Gbp-Dch: Short
This commit is contained in:
Lyndon Brown 2020-05-03 15:08:28 +01:00
parent 918fe8ce25
commit 7ad69658b2
1 changed files with 1 additions and 1 deletions

View File

@ -1223,7 +1223,7 @@ LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER}"
LB_ISO_VOLUME="${LB_ISO_VOLUME}"
# Set jffs2 eraseblock size
LB_JFFS2_ERASEBLOCK=""
LB_JFFS2_ERASEBLOCK="${LB_JFFS2_ERASEBLOCK}"
# Set memtest
LB_MEMTEST="${LB_MEMTEST}"