projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[scripts] ext-toolchain.sh:
[openwrt.git]
/
target
/
linux
/
ps3
/
Makefile
diff --git
a/target/linux/ps3/Makefile
b/target/linux/ps3/Makefile
index
d392944
..
e36e333
100644
(file)
--- a/
target/linux/ps3/Makefile
+++ b/
target/linux/ps3/Makefile
@@
-11,8
+11,9
@@
BOARD:=ps3
BOARDNAME:=Sony PS3 Game Console
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
SUBTARGETS=petitboot
BOARDNAME:=Sony PS3 Game Console
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
SUBTARGETS=petitboot
+FEATURES+=powerpc64
-LINUX_VERSION:=2.6.
28
.10
+LINUX_VERSION:=2.6.
30
.10
KERNEL_CC:=
KERNEL_CC:=
@@
-29,12
+30,6
@@
define Target/Description
Enable the Petitboot package to build a PS3 bootloader.
endef
Enable the Petitboot package to build a PS3 bootloader.
endef
-ifeq ($(CONFIG_TARGET_ps3_petitboot),y)
-define Kernel/Patch
-# no patches required
-endef
-endif
-
KERNELNAME:="zImage"
$(eval $(call BuildTarget))
KERNELNAME:="zImage"
$(eval $(call BuildTarget))
This page took
0.021989 seconds
and
4
git commands to generate.