Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target
SVN-Revision: 14939
This commit is contained in:
@@ -29,6 +29,9 @@ config USB_SUPPORT
|
||||
config BIG_ENDIAN
|
||||
bool
|
||||
|
||||
config USES_INITRAMFS
|
||||
bool
|
||||
|
||||
config USES_SQUASHFS
|
||||
bool
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
BOARDNAME:=Petitboot
|
||||
FEATURES:=fpu
|
||||
FEATURES:=fpu ramdisk
|
||||
|
||||
DEFAULT_PACKAGES+= dnsmasq
|
||||
DEFAULT_PACKAGES+= dnsmasq petitboot
|
||||
|
||||
define Target/Description
|
||||
Build Petitboot bootloader
|
||||
|
||||
Reference in New Issue
Block a user