]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kernel: fix dtb handling v2.21-core123
authorArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Aug 2018 10:39:08 +0000 (12:39 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Tue, 28 Aug 2018 10:39:08 +0000 (12:39 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
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