diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-18 09:57:29 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-18 09:57:29 +0000 |
commit | 8f9cbdeccdcab5747ad69b17ba7f720238c0f9d0 (patch) | |
tree | dc91906f09770e6d2efe59da152549c9aa734549 /target | |
parent | 009c4c93274d7dd8ee62034bb87e65dfddd70a6f (diff) |
x86: image: select bootscript images by default for OLPC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |