summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 11:40:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 11:40:06 +0000
commitb872533e6808ad0b0f1d29f7b5b413fd6dda26e0 (patch)
tree2ef6877a8f5a315de32aac618043a8393f05293f /config
parent742700719303feedac8f98fd801c0ef769c52ead (diff)
downloadmaster-31e0f0ae-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.tar.gz
master-31e0f0ae-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.tar.bz2
master-31e0f0ae-b872533e6808ad0b0f1d29f7b5b413fd6dda26e0.zip
build: remove leftover olpc support code
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45084
Diffstat (limited to 'config')
-rw-r--r--config/Config-images.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/config/Config-images.in b/config/Config-images.in
index a420c39a90..a563b38dd6 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -186,7 +186,7 @@ menu "Target Images"
config GRUB_IMAGES
bool "Build GRUB images (Linux x86 or x86_64 host only)"
- depends on TARGET_x86_64 || (TARGET_x86 && !(TARGET_x86_olpc || TARGET_x86_rdc))
+ depends on TARGET_x86_64 || (TARGET_x86 && !TARGET_x86_rdc)
depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS
select PACKAGE_grub2
default y
@@ -241,7 +241,7 @@ menu "Target Images"
config TARGET_IMAGES_PAD
bool "Pad images to filesystem size (for JFFS2)"
- depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
+ depends on GRUB_IMAGES
config TARGET_IMAGES_GZIP
bool "GZip images"
@@ -254,7 +254,7 @@ menu "Target Images"
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MB)"
- depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
+ depends on GRUB_IMAGES
default 4
config TARGET_ROOTFS_PARTSIZE
@@ -266,7 +266,7 @@ menu "Target Images"
config TARGET_ROOTFS_PARTNAME
string "Root partition on target device"
- depends on OLPC_BOOTSCRIPT_IMAGES || GRUB_IMAGES
+ depends on GRUB_IMAGES
help
Override the root partition on the final device. If left empty,
it will be mounted by PARTUUID which makes the kernel find the