image: add FACTORY_SIZE to DEFAULT_DEVICE_VARS
authorSander Vanheule <sander@svanheule.net>
Fri, 13 Jan 2023 21:16:58 +0000 (22:16 +0100)
committerSander Vanheule <sander@svanheule.net>
Fri, 13 Jan 2023 21:22:38 +0000 (22:22 +0100)
commite5fe4019085607984036940fdc460677ccf892e2
treee4c8cbcd5b11a0025635bf4e18e86dc55b3575b3
parent753efd45b2254e0bbfa94a639b44b3011d911e3d
image: add FACTORY_SIZE to DEFAULT_DEVICE_VARS

FACTORY_SIZE is used as a device recipe variable on both the D-Link
DIR-825-B1 and Trendnet TEW-673GRU, but is not listed as a device
variable, neither globally, nor for ath79. Being assigned the same
value, this probably hasn't caused any issues.

Add FACTORY_SIZE to the global list DEFAULT_DEVICE_VARS, to ensure the
variable is reset for every device, and to allow it to be used outside
of the ath79 target.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
include/image.mk