Просмотр исходного кода

ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 48611
Felix Fietkau 10 лет назад
Родитель
Сommit
afdb24e3ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      target/linux/ramips/image/Makefile

+ 1 - 1
target/linux/ramips/image/Makefile

@@ -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