]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux
core124: Ship CA certificates
[ipfire-2.x.git] / lfs / linux
index 5e7b334cd2a8944f11ec93d9a467fbaea8540126..003c477f6670e47dc3c956042fda5a8c8df0b84a 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -194,7 +194,7 @@ else
 ifeq "$(BUILD_PLATFORM)" "arm"
        cd $(DIR_APP) && make $(MAKETUNING) dtbs
        mkdir -p /boot/dtb-$(VER)-$(VERSUFIX)
-       cd $(DIR_APP)/arch/$(HEADERS_ARCH)/boot/dts && for f in $$(find -name *.dtb); do \
+       cd $(DIR_APP)/arch/$(KERNEL_ARCH)/boot/dts && for f in $$(find -name "*.dtb"); do \
                                cp -v --parents $$f /boot/dtb-$(VER)-$(VERSUFIX)/ ; \
                                chmod 644 /boot/dtb-$(VER)-$(VERSUFIX)/$$f ; \
                        done