another round of kernel config cleanups
[openwrt/svn-archive/archive.git] / target / linux / ps3 / Makefile
index 4b2519befd6ca6ecf5bd72a2ec4540567cc50ce9..79f17fb0c7c3251ec31a05bebe24d28d4a17079e 100644 (file)
@@ -11,10 +11,9 @@ BOARD:=ps3
 BOARDNAME:=Sony PS3 Game Console
 MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
 SUBTARGETS=petitboot
+FEATURES+=powerpc64
 
-DEVICE_TYPE=bootloader
-
-LINUX_VERSION:=2.6.28.8
+LINUX_VERSION:=2.6.30.9
 
 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))