From: Jonas Gorski Date: Fri, 4 Sep 2015 14:44:51 +0000 (+0000) Subject: ipq806x: clear IMAGES for devices X-Git-Tag: reboot~2137 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e3f6876623786d5954533c07e89fd2001557c12e;ds=sidebyside ipq806x: clear IMAGES for devices Ensure that IMAGE-less devices won't keep the IMAGES of any previous devices. Signed-off-by: Jonas Gorski SVN-Revision: 46788 --- diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 2369762ad8..dad6ee365e 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -34,6 +34,7 @@ define Device/Default KERNEL_INITRAMFS_PREFIX := $$(IMG_PREFIX)-$(1)-initramfs DEVICE_DTS := KERNEL_PREFIX := $$(IMAGE_PREFIX) + IMAGES := endef DEVICE_VARS += DEVICE_DTS