X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e5801339f1922710929f3166dbfdc5303a29b616..c87639a6750e646db6fc4d39cecb2470386001d1:/target/linux/ps3/Makefile diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 4b2519bef..64d847719 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -12,9 +12,7 @@ BOARDNAME:=Sony PS3 Game Console MAINTAINER:=Geoff Levand SUBTARGETS=petitboot -DEVICE_TYPE=bootloader - -LINUX_VERSION:=2.6.28.8 +LINUX_VERSION:=2.6.28.10 KERNEL_CC:= @@ -31,12 +29,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))