ipq806x: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45823
This commit is contained in:
parent
1985e88b35
commit
12772b66fe
1 changed files with 5 additions and 1 deletions
|
@ -19,8 +19,12 @@ ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Image/Prepare
|
||||||
|
$(CP) $(LINUX_DIR)/vmlinux $(KDIR)/$(IMG_PREFIX)-vmlinux.elf
|
||||||
|
endef
|
||||||
|
|
||||||
define Image/BuildKernel
|
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-ap148)
|
||||||
$(call Image/BuildKernel/FIT,qcom-ipq8064-db149)
|
$(call Image/BuildKernel/FIT,qcom-ipq8064-db149)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue