diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 09:57:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-18 09:57:29 +0000 |
commit | 9e54e012d6500558fbb1d1eb8f40a24e1b0458af (patch) | |
tree | e9ff63a0f57229c97b4c712acd55eaceeee32665 /target/linux/x86 | |
parent | 3f62f5211a357853649c50fc51ead3c5a338659f (diff) | |
download | upstream-9e54e012d6500558fbb1d1eb8f40a24e1b0458af.tar.gz upstream-9e54e012d6500558fbb1d1eb8f40a24e1b0458af.tar.bz2 upstream-9e54e012d6500558fbb1d1eb8f40a24e1b0458af.zip |
x86: image: select bootscript images by default for OLPC
SVN-Revision: 31783
Diffstat (limited to 'target/linux/x86')
-rw-r--r-- | target/linux/x86/image/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index a4048c9764..87213aea07 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -73,6 +73,7 @@ config OLPC_BOOTSCRIPT_IMAGES bool "Build images with bootscript" depends TARGET_x86_olpc depends TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS + default TARGET_x86_olpc config TARGET_IMAGES_PAD |