]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/linux
core124: Ship CA certificates
[ipfire-2.x.git] / lfs / linux
index cfdcc4a4266c15eb56d5a815ebb8891d9a11c219..003c477f6670e47dc3c956042fda5a8c8df0b84a 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -37,8 +37,9 @@ CXXFLAGS   =
 PAK_VER    = 76
 DEPS      = ""
 
-KERNEL_TARGET = bzImage
 HEADERS_ARCH  = $(BUILD_PLATFORM)
+KERNEL_ARCH   = $(BUILD_ARCH)
+KERNEL_TARGET = bzImage
 
 ifeq "$(BUILD_ARCH)" "i586"
        KERNEL_ARCH = i386
@@ -193,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