mirror of https://github.com/hak5/openwrt.git
parent
1deaf6f46b
commit
ccb5e0498f
|
@ -9,8 +9,9 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=powerpc
|
ARCH:=powerpc
|
||||||
BOARD:=ps3
|
BOARD:=ps3
|
||||||
BOARDNAME:=Sony PS3 Game Console
|
BOARDNAME:=Sony PS3 Game Console
|
||||||
|
SUBTARGETS=petitboot
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.27.9
|
LINUX_VERSION:=2.6.27.8
|
||||||
|
|
||||||
KERNEL_CC:=
|
KERNEL_CC:=
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,5 @@
|
||||||
|
BOARDNAME:=Petitboot
|
||||||
|
|
||||||
|
define Target/Description
|
||||||
|
Build Petitboot bootloader
|
||||||
|
endef
|
Loading…
Reference in New Issue