diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 11:37:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 11:37:08 +0000 |
commit | 742700719303feedac8f98fd801c0ef769c52ead (patch) | |
tree | 5b753c4c0c90fc3a0e6dbe30733bddbc55d0c5d4 /target/linux/x86/image/Config.in | |
parent | 518d2b90e644b041259ab796aab0e2469789713d (diff) | |
download | upstream-742700719303feedac8f98fd801c0ef769c52ead.tar.gz upstream-742700719303feedac8f98fd801c0ef769c52ead.tar.bz2 upstream-742700719303feedac8f98fd801c0ef769c52ead.zip |
x86: remove the olpc subtarget, it has been unmaintained for a long time
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45083
Diffstat (limited to 'target/linux/x86/image/Config.in')
-rw-r--r-- | target/linux/x86/image/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/x86/image/Config.in b/target/linux/x86/image/Config.in index d2ef9fb7fa..f232c647a5 100644 --- a/target/linux/x86/image/Config.in +++ b/target/linux/x86/image/Config.in @@ -12,9 +12,3 @@ config X86_ETHERBOOT_BOOTOPTS default "ip=dhcp root=/dev/nfs nfsroot=192.168.0.1:/srv/dbe61" help Kernel arguments to pass to the kernel eg. NFS root location etc. - -config OLPC_BOOTSCRIPT_IMAGES - bool "Build images with bootscript" - depends on TARGET_x86_olpc - depends on TARGET_ROOTFS_EXT4FS || TARGET_ROOTFS_ISO || TARGET_ROOTFS_JFFS2 || TARGET_ROOTFS_SQUASHFS - default TARGET_x86_olpc |