From: Felix Fietkau 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: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=490b2259404cd3856009f71a07e42aca6eab04a1 ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates Signed-off-by: Felix Fietkau SVN-Revision: 48611 --- 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