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 | fec953b8d21a98a945ae3ce300a02a0b29cc0f83 (patch) | |
tree | b991a55311137fab01eead4a939c1a57e432defe /target/linux | |
parent | 3c71b3315597b0c78742e2db4f48c1f72b2582f9 (diff) | |
download | master-187ad058-fec953b8d21a98a945ae3ce300a02a0b29cc0f83.tar.gz master-187ad058-fec953b8d21a98a945ae3ce300a02a0b29cc0f83.tar.bz2 master-187ad058-fec953b8d21a98a945ae3ce300a02a0b29cc0f83.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |