X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=target%2Flinux%2Fps3%2FMakefile;h=b59e161582019f6500ca3b0b5a28150e0ec9cbc4;hp=40f8059eafd25c9f8c6e1f94a6873f01a4914a0a;hb=2b08ef515591897a4a92d8a6ebdd1fff7fc24afd;hpb=cadbb5f37cbf5a6e1ba01563a5ab64a6610318a3 diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 40f8059ea..b59e16158 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -11,8 +11,9 @@ BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console MAINTAINER:=Geoff Levand SUBTARGETS=petitboot +FEATURES+=powerpc64 -LINUX_VERSION:=2.6.28.9 +LINUX_VERSION:=2.6.28.10 KERNEL_CC:= @@ -29,12 +30,6 @@ define Target/Description 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))