Added support for 2.6.27 kernel
[openwrt-10.03/.git] / target / linux / ps3 / image / Makefile
index b88f48aa625ce7c070f9e0a06c69825fc76267c0..1a79b3a864f2d884f3fc75d613fc9b1a07bd5325 100644 (file)
@@ -12,7 +12,9 @@ define Image/Prepare
 endef
 
 define Image/BuildKernel
-       cp $(KDIR)/image $(BIN_DIR)/otheros-$(BOARD).bld
+       cp $(KDIR)/image $(BIN_DIR)/otheros.bld
+       cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
+       cp $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf $(TARGET_DIR)
 endef
 
 $(eval $(call BuildImage))