X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Fimage%2Fx86%2FMakefile;h=919ccbc9fe735fa6110c5d77ceff32010e9bd915;hb=85b201f54538e4198183126a9f00130e2fc01df0;hp=e4b3a9e4460f5450b8654be44b8baafc880a2989;hpb=a8de4fb9f24fea095e80a3fcd5c69bd6029e39d2;p=openwrt-10.03%2F.git diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile index e4b3a9e44..919ccbc9f 100644 --- a/target/image/x86/Makefile +++ b/target/image/x86/Makefile @@ -1,9 +1,15 @@ +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# include $(TOPDIR)/rules.mk 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))