Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
[oweals/openwrt.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