Override kernel template and output bzImage, not the binary file, closes #676 and #714

SVN-Revision: 4658
v19.07.3_mercusys_ac12_duma
Florian Fainelli 18 years ago
parent 689b7e26d2
commit 072b31105f

@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/image.mk
define Image/Build
cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
cp $(LINUX_DIR)/arch/i386/boot/bzImage $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
endef
$(eval $(call BuildImage))

Loading…
Cancel
Save