Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
[openwrt/svn-archive/archive.git] / target / linux / ps3 / petitboot / target.mk
1 BOARDNAME:=Petitboot
2 FEATURES:=fpu ramdisk
3
4 DEFAULT_PACKAGES+= dnsmasq petitboot
5
6 define Target/Description
7 Build Petitboot bootloader
8 endef