1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:09:48 +03:00

Add FEATURE ramdisk to be able to select the use of INITRAMFS for a sub-target

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14939 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg 2009-03-18 15:57:18 +00:00
parent c1fef4b90b
commit 5cd973bdee
4 changed files with 7 additions and 3 deletions

View File

@ -15,7 +15,7 @@ source "target/Config.in"
menu "Target Images"
config TARGET_ROOTFS_INITRAMFS
bool "ramdisk"
default n
default y if USES_INITRAMFS
depends LINUX_2_6
help
Embed the rootfs into the kernel (initramfs)

View File

@ -163,6 +163,7 @@ sub target_config_features(@) {
/tgz/ and $ret .= "\tselect USES_TGZ\n";
/cpiogz/ and $ret .= "\tselect USES_CPIOGZ\n";
/fpu/ and $ret .= "\tselect HAS_FPU\n";
/ramdisk/ and $ret .= "\tselect USES_INITRAMFS\n";
}
return $ret;
}

View File

@ -29,6 +29,9 @@ config USB_SUPPORT
config BIG_ENDIAN
bool
config USES_INITRAMFS
bool
config USES_SQUASHFS
bool

View File

@ -1,7 +1,7 @@
BOARDNAME:=Petitboot
FEATURES:=fpu
FEATURES:=fpu ramdisk
DEFAULT_PACKAGES+= dnsmasq
DEFAULT_PACKAGES+= dnsmasq petitboot
define Target/Description
Build Petitboot bootloader