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 | 3206f8e46d2493dff431038a5be038dd346f6a91 (patch) | |
tree | 463ba205f728f51abaca08b15dd540463b322dff /target/linux/ps3 | |
parent | 4c0720f35faf6fb2a941ec292168e9f6471563a2 (diff) | |
download | upstream-3206f8e46d2493dff431038a5be038dd346f6a91.tar.gz upstream-3206f8e46d2493dff431038a5be038dd346f6a91.tar.bz2 upstream-3206f8e46d2493dff431038a5be038dd346f6a91.zip |
Petitboot is not a router - create new DEVICE_TYPE:=bootloader, ps3 has FPU
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3')
-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 |