mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
2b08ef5155
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
7 lines
104 B
Makefile
7 lines
104 B
Makefile
BOARDNAME:=Petitboot
|
|
FEATURES+=fpu ramdisk
|
|
|
|
define Target/Description
|
|
Build Petitboot bootloader
|
|
endef
|