diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-01 17:41:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-01 17:41:29 +0000 |
commit | b097a122388b2452ffc986f50720ca0cf2ae5216 (patch) | |
tree | 7027eb7672f884bc72594b175aaeec29746fbf62 | |
parent | e35bd5c17667dc891ccaf5162d3667973e41e156 (diff) | |
download | master-187ad058-b097a122388b2452ffc986f50720ca0cf2ae5216.tar.gz master-187ad058-b097a122388b2452ffc986f50720ca0cf2ae5216.tar.bz2 master-187ad058-b097a122388b2452ffc986f50720ca0cf2ae5216.zip |
ramips: add IMAGE_SIZE to DEVICE_VARS, it is used by build templates
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48611 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |