ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates
authorFelix Fietkau <nbd@openwrt.org>
Mon, 1 Feb 2016 17:41:29 +0000 (17:41 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 1 Feb 2016 17:41:29 +0000 (17:41 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48611

target/linux/ramips/image/Makefile

index 6f98b00140797b886243d0adee3a76ebd1a47e34..c109e6a4ab7fe773de3c6dd5f31ab5adcc292a3d 100644 (file)
@@ -22,7 +22,7 @@ define Image/Build/Initramfs
        $(call Image/Build/Profile/$(PROFILE),initramfs)
 endef
 
-DEVICE_VARS += DTS
+DEVICE_VARS += DTS IMAGE_SIZE
 
 loadaddr-y := 0x80000000
 loadaddr-$(CONFIG_TARGET_ramips_rt288x) := 0x88000000