mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
ipq806x: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45823
This commit is contained in:
parent
1985e88b35
commit
12772b66fe
@ -19,8 +19,12 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
endif
|
||||
endef
|
||||
|
||||
define Image/Prepare
|
||||
$(CP) $(LINUX_DIR)/vmlinux $(KDIR)/$(IMG_PREFIX)-vmlinux.elf
|
||||
endef
|
||||
|
||||
define Image/BuildKernel
|
||||
$(CP) $(LINUX_DIR)/vmlinux $(BIN_DIR)/$(IMG_PREFIX)-vmlinux.elf
|
||||
$(CP) $(KDIR)/$(IMG_PREFIX)-vmlinux.elf $(BIN_DIR)
|
||||
$(call Image/BuildKernel/FIT,qcom-ipq8064-ap148)
|
||||
$(call Image/BuildKernel/FIT,qcom-ipq8064-db149)
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user