--- target/linux/mr-mips/image/Makefile (revision 0) +++ target/linux/mr-mips/image/Makefile (revision 0) @@ -0,0 +1,14 @@ +# +# 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/BuildKernel + cp $(KDIR)/vmlinux.elf $(TARGET_DIR)/kernel +endef + +$(eval $(call BuildImage)) Index: target/linux/mr-mips/config-2.6.31 ===================================================================