Author: nbd Date: 2016-02-01 18:41:29 +0100 (Mon, 01 Feb 2016) New Revision: 48611
Modified: trunk/target/linux/ramips/image/Makefile Log: ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/image/Makefile =================================================================== --- trunk/target/linux/ramips/image/Makefile 2016-02-01 13:58:43 UTC (rev 48610) +++ trunk/target/linux/ramips/image/Makefile 2016-02-01 17:41:29 UTC (rev 48611) @@ -22,7 +22,7 @@ $(call Image/Build/Profile/$(PROFILE),initramfs) endef -DEVICE_VARS += DTS +DEVICE_VARS += DTS IMAGE_SIZE loadaddr-y := 0x80000000 loadaddr-$(CONFIG_TARGET_ramips_rt288x) := 0x88000000 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
