X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cadbb5f37cbf5a6e1ba01563a5ab64a6610318a3..19b9e51722f249a7e208c127de810afdfe07833f:/target/linux/ps3/Makefile diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 40f8059ea..633dc99d5 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.30.7 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))