summaryrefslogtreecommitdiff
path: root/target/linux/ps3/image
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-06-16 19:04:07 +0000
committerYuji Mano <yuji.mano@am.sony.com>2008-06-16 19:04:07 +0000
commitd2abb8a833ac39d6897c80a6dcc5ae94a42cc429 (patch)
treefeeb13b569005f8fd28da7f052ce9df2b647f8e5 /target/linux/ps3/image
parent0d40a2f95b52e61752823cb869989dbf04fcc44b (diff)
downloadmtk-20170518-d2abb8a833ac39d6897c80a6dcc5ae94a42cc429.zip
mtk-20170518-d2abb8a833ac39d6897c80a6dcc5ae94a42cc429.tar.gz
mtk-20170518-d2abb8a833ac39d6897c80a6dcc5ae94a42cc429.tar.bz2
Update the PS3 target README with some installation tips, and the PS3 image Makefile to create openwrt-ps3-vmlinux.elf.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11509
Diffstat (limited to 'target/linux/ps3/image')
-rw-r--r--target/linux/ps3/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ps3/image/Makefile b/target/linux/ps3/image/Makefile
index 1e0cad0..1d04c40 100644
--- a/target/linux/ps3/image/Makefile
+++ b/target/linux/ps3/image/Makefile
@@ -13,6 +13,7 @@ endef
define Image/BuildKernel
cp $(KDIR)/image $(BIN_DIR)/otheros.bld
+ cp $(KDIR)/vmlinux.elf $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
endef
$(eval $(call BuildImage))