1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

image.mk: force rebuild of kernel dependent parts - fixes auto-rebuild on DTS changes

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45495
This commit is contained in:
Felix Fietkau 2015-04-18 19:32:20 +00:00
parent 563c26a34f
commit 8ca1e211df

View File

@ -381,6 +381,7 @@ endef
define Device/Build/kernel
$(KDIR)/$$(KERNEL_NAME): image_prepare
touch $$@
$$(_TARGET): $$(if $$(KERNEL_INSTALL),$(BIN_DIR)/$$(KERNEL_IMAGE))
$(BIN_DIR)/$$(KERNEL_IMAGE): $(KDIR)/$$(KERNEL_IMAGE)
cp $$^ $$@