diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ps3/Makefile | 2 | ||||
-rw-r--r-- | target/linux/ps3/petitboot/target.mk | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile index 2984019f93..4b2519befd 100644 --- a/target/linux/ps3/Makefile +++ b/target/linux/ps3/Makefile @@ -12,6 +12,8 @@ BOARDNAME:=Sony PS3 Game Console MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com> SUBTARGETS=petitboot +DEVICE_TYPE=bootloader + LINUX_VERSION:=2.6.28.8 KERNEL_CC:= diff --git a/target/linux/ps3/petitboot/target.mk b/target/linux/ps3/petitboot/target.mk index 5f16ba4e23..a3d84dde03 100644 --- a/target/linux/ps3/petitboot/target.mk +++ b/target/linux/ps3/petitboot/target.mk @@ -1,7 +1,8 @@ BOARDNAME:=Petitboot -DEVICE_TYPE:=bootloader FEATURES:=fpu +DEFAULT_PACKAGES+= dnsmasq + define Target/Description Build Petitboot bootloader endef |