diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-03-16 15:28:27 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-03-16 15:28:27 +0000 |
commit | 52f41b12897647912128f665195414d783b77954 (patch) | |
tree | e23db6bbc34e9218b7af6745c4acc990b2832dcd /target/linux/ps3/petitboot/target.mk | |
parent | 9f456db3fdc3bf47a851cabe1208db24173b0fe8 (diff) | |
download | upstream-52f41b12897647912128f665195414d783b77954.tar.gz upstream-52f41b12897647912128f665195414d783b77954.tar.bz2 upstream-52f41b12897647912128f665195414d783b77954.zip |
Petitboot is not a router - create new DEVICE_TYPE:=bootloader, ps3 has FPU
SVN-Revision: 14898
Diffstat (limited to 'target/linux/ps3/petitboot/target.mk')
-rw-r--r-- | target/linux/ps3/petitboot/target.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ps3/petitboot/target.mk b/target/linux/ps3/petitboot/target.mk index b0ebcd036c..5f16ba4e23 100644 --- a/target/linux/ps3/petitboot/target.mk +++ b/target/linux/ps3/petitboot/target.mk @@ -1,4 +1,6 @@ BOARDNAME:=Petitboot +DEVICE_TYPE:=bootloader +FEATURES:=fpu define Target/Description Build Petitboot bootloader |