projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[x86] GZip only ext4 and padded images
[openwrt.git]
/
target
/
linux
/
x86
/
image
/
Config.in
diff --git
a/target/linux/x86/image/Config.in
b/target/linux/x86/image/Config.in
index
3ceae05
..
9905493
100644
(file)
--- a/
target/linux/x86/image/Config.in
+++ b/
target/linux/x86/image/Config.in
@@
-47,17
+47,24
@@
config X86_GRUB_BOOTOPTS
help
If you don't know, just leave it blank.
help
If you don't know, just leave it blank.
+config X86_GRUB_TIMEOUT
+ string "Seconds to wait before booting the default entry"
+ depends X86_GRUB_IMAGES
+ default "5"
+ help
+ If you don't know, 5 seconds is a reasonable default.
+
config X86_VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
depends X86_GRUB_IMAGES
config X86_VDI_IMAGES
bool "Build VirtualBox image files (VDI)"
depends X86_GRUB_IMAGES
- depends TARGET_x86
_generic
+ depends TARGET_x86
depends TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-pcnet32
config X86_VMDK_IMAGES
bool "Build VMware image files (VMDK)"
depends X86_GRUB_IMAGES
depends TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-pcnet32
config X86_VMDK_IMAGES
bool "Build VMware image files (VMDK)"
depends X86_GRUB_IMAGES
- depends TARGET_x86
_generic
+ depends TARGET_x86
depends TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-e1000
depends TARGET_ROOTFS_EXT4FS
select PACKAGE_kmod-e1000
@@
-73,6
+80,11
@@
config TARGET_IMAGES_PAD
depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
default y
depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
default y
+config TARGET_IMAGES_GZIP
+ bool "GZip images"
+ depends TARGET_IMAGES_PAD || TARGET_ROOTFS_EXT4FS
+ default y
+
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MB)"
depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MB)"
depends OLPC_BOOTSCRIPT_IMAGES || X86_GRUB_IMAGES
This page took
0.036985 seconds
and
4
git commands to generate.