mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: use Image/BuildKernel/Initramfs template to fix image builder errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45838 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -933,7 +933,9 @@ define Image/BuildKernel
|
||||
cp $(KDIR)/loader-generic.elf $(VMLINUX)-lzma.elf
|
||||
-mkdir -p $(KDIR_TMP)
|
||||
$(call Image/Build/Profile/$(IMAGE_PROFILE),buildkernel)
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
endef
|
||||
|
||||
define Image/BuildKernel/Initramfs
|
||||
cp $(KDIR)/vmlinux-initramfs.elf $(VMLINUX)-initramfs.elf
|
||||
cp $(KDIR)/vmlinux-initramfs $(VMLINUX)-initramfs.bin
|
||||
dd if=$(KDIR)/vmlinux-initramfs.bin.lzma of=$(VMLINUX)-initramfs.lzma bs=65536 conv=sync
|
||||
@@ -942,7 +944,6 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
$(call MkuImage,lzma,,$(KDIR)/vmlinux-initramfs.bin.lzma,$(UIMAGE)-initramfs-lzma.bin)
|
||||
cp $(KDIR)/loader-generic-initramfs.elf $(VMLINUX)-initramfs-lzma.elf
|
||||
$(call Image/Build/Initramfs)
|
||||
endif
|
||||
endef
|
||||
|
||||
Image/Build/WRT400N/buildkernel=$(call MkuImageLzma,$(2),$(3))
|
||||
|
||||
Reference in New Issue
Block a user