diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-03-17 16:02:52 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-03-17 16:02:52 +0000 |
commit | b6d7bfc94f79463a9eb7f3e4635e2998f77afff2 (patch) | |
tree | f8333bf321a5902396619b35a182512a5ffe6adb /target/linux/ps3/petitboot | |
parent | af65816d5d2ad1c1979e76d8886a52499c3989cc (diff) | |
download | upstream-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.tar.gz upstream-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.tar.bz2 upstream-b6d7bfc94f79463a9eb7f3e4635e2998f77afff2.zip |
Final updates to default configuration of ps3 petitboot sub-target
SVN-Revision: 14918
Diffstat (limited to 'target/linux/ps3/petitboot')
-rw-r--r-- | target/linux/ps3/petitboot/target.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |