diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:44:51 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-04 14:44:51 +0000 |
commit | e3f6876623786d5954533c07e89fd2001557c12e (patch) | |
tree | e7419e8ee29e2b9f13d32772029a5bd76897c210 /target/linux/ipq806x | |
parent | 7a962fb55aa836c9bc6f2bdaa75e81ab8c41279c (diff) | |
download | upstream-e3f6876623786d5954533c07e89fd2001557c12e.tar.gz upstream-e3f6876623786d5954533c07e89fd2001557c12e.tar.bz2 upstream-e3f6876623786d5954533c07e89fd2001557c12e.zip |
ipq806x: clear IMAGES for devices
Ensure that IMAGE-less devices won't keep the IMAGES of any previous
devices.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46788
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |