X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5cffa2bddbb29ab023d84d108f7c9cf8b0855221..08fde45b074ffcefa86258c04d6b1944c06f7e1b:/target/linux/ps3/Makefile?ds=sidebyside diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index d392944cb..e36e333cf 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.10 +LINUX_VERSION:=2.6.30.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))