diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2008-12-18 11:46:28 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2008-12-18 11:46:28 +0000 |
commit | 970eeff92b9cc9ffe5de788b1f204c22a5fd251f (patch) | |
tree | 2b5e2600b7164698874c9d67c5a137bf09bd247f /target/linux/ps3/Makefile | |
parent | 043da7290cff097be9584d29e138d392b460b11d (diff) | |
download | master-187ad058-970eeff92b9cc9ffe5de788b1f204c22a5fd251f.tar.gz master-187ad058-970eeff92b9cc9ffe5de788b1f204c22a5fd251f.tar.bz2 master-187ad058-970eeff92b9cc9ffe5de788b1f204c22a5fd251f.zip |
re-arrange ps3 tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13680 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3/Makefile')
-rw-r--r-- | target/linux/ps3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index ebcc4a9cf0..78fdfe2d70 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ps3 BOARDNAME:=Sony PS3 Game Console +SUBTARGETS=petitboot -LINUX_VERSION:=2.6.27.9 +LINUX_VERSION:=2.6.27.8 KERNEL_CC:= |