mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
powerpc: Create a powerpc64 config feature
The config symbol TARGET_ps3 is used in the build files where special handling for the 64 bit PowerPC processors is needed. Introduce a new config feature powerpc64, and replace the use of TARGET_ps3 with powerpc64. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17306 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -11,6 +11,7 @@ BOARD:=ps3
|
||||
BOARDNAME:=Sony PS3 Game Console
|
||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||
SUBTARGETS=petitboot
|
||||
FEATURES+=powerpc64
|
||||
|
||||
LINUX_VERSION:=2.6.28.10
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
BOARDNAME:=Petitboot
|
||||
FEATURES:=fpu ramdisk
|
||||
FEATURES+=fpu ramdisk
|
||||
|
||||
define Target/Description
|
||||
Build Petitboot bootloader
|
||||
|
||||
Reference in New Issue
Block a user