diff options
| author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-25 09:28:15 +0000 | 
|---|---|---|
| committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-08-25 09:28:15 +0000 | 
| commit | 28b6b57ae89f7d26dedfa4c85e9a3e4cd6b48ebe (patch) | |
| tree | f5d277e8f68a84eebd2790cfa17a6fe311c94dfd | |
| parent | a42663dac86665e5cf3a38fd1591fe7d4784c343 (diff) | |
Override kernel template and output bzImage, not the binary file, closes #676 and #714
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4658 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | target/image/x86/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index d9ed29457..919ccbc9f 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -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)) | 
