summaryrefslogtreecommitdiffstats
path: root/target/linux/ps3
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-17 16:02:52 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-17 16:02:52 +0000
commite5801339f1922710929f3166dbfdc5303a29b616 (patch)
tree05fb5ae1fbb0b9ce872d1c57dcb7c5be204dbd50 /target/linux/ps3
parent1044e166cead6676b68f24af9f04d91def390054 (diff)
Final updates to default configuration of ps3 petitboot sub-target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3')
-rw-r--r--target/linux/ps3/Makefile2
-rw-r--r--target/linux/ps3/petitboot/target.mk3
2 files changed, 4 insertions, 1 deletions
diff --git a/target/linux/ps3/Makefile b/target/linux/ps3/Makefile
index 2984019f9..4b2519bef 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 5f16ba4e2..a3d84dde0 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