X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/91317965c77a93df52ed8fbeb5e7fc595d5a7ce1..99a0d9c9dfd68445c53672dd1fb61a55251f3b50:/target/linux/ps3/Makefile diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index b28dba361..832dd43d2 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -11,10 +11,9 @@ BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console MAINTAINER:=Geoff Levand SUBTARGETS=petitboot +FEATURES+=powerpc64 -DEVICE_TYPE=bootloader - -LINUX_VERSION:=2.6.28.9 +LINUX_VERSION:=2.6.30.8 KERNEL_CC:= @@ -31,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))