From: nbd Date: Mon, 1 Feb 2016 17:41:29 +0000 (+0000) Subject: ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=90341be4a1b1dbdec04ddfaf913011ad73c47840 ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48611 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6f98b00140..c109e6a4ab 100644 --- a/target/linux/ramips/image/Makefile +++ b/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