* updated plan9port (70cc6e5 -> d0d4408)
[t2.git] / target / xen / config.in
blob3d8c3917c07b14f8b8d27aeef3d90ecf19a551ed
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: target/embedded/config.in
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 #Description: XEN based minimal OS for diskless servers (under development!)
17 embedded_pkgfilter() {
18         sed '
19 # mangle all packages to only build them in the cross stage (1)
20 s,^. \(.\)[^ ]*,X \11--------,;
21 # we need those for some broken packages that need updating
22 / automake /            { s,^. [^ ]*,X 0---------,; p; d; }
23 / autoconf /            { s,^. [^ ]*,X 0---------,; p; d; }
24 / libtool /             { s,^. [^ ]*,X 0---------,; p; d; }
26 / binutils /            { s,^. [^ ]*,X 0---------,; p; d; }
27 / gcc /                 { s,^. [^ ]*,X 0---------,; p; d; }
28 / squashfs-tools /      { s,^. [^ ]*,X 0---------,; p; d; }
32 pkgfilter embedded_pkgfilter
34 # SDECFGSET_IMAGE='none'
35 SDECFGSET_PKGFILE_TYPE='none'
36 SDECFGSET_PKGFILE_VER=0
37 SDECFGSET_EXPERT='1'
39 # SDECFGSET_LIBC='glibc'
41 SDECFGSET_INIT='busybox'
43 # kernel options
44 SDECFGSET_PKG_LINUX_CUSTCONFIG='1'
45 # SDECFGSET_PKG_LINUX_CUSTCONFIG_FILE="$base/$target"
46 SDECFGSET_PKG_LINUX_CONFIG_STYLE='none'
47 # SDECFGSET_PKG_LINUX_USE26MODTOOLS='1'
48 # SDECFGSET_PKG_LINUX_ACPI_INITRD='0'
50 SDECFGSET_OPT='size'
52 #Architecture
53 # SDECFGSET_X86_OPT='pentium2'
55 SDECFGSET_DO_REBUILD_STAGE=0
56 # SDECFGSET_DISABLE_NLS=1
58 SDECFGSET_PKG_BUSYBOX_SYMLINKS=1
62 SDECFG_TARGET='xen'
64 # SDECFG_IMAGE='none'
65 # SDECFG_ARCH='x86'
67 # SDECFG_X86_OPT='pentium2'
69 SDECFG_X86_OPT_XEN='0'
71 SDECFG_PKG_DROPBEAR_CLIENTONLY='0'
73 SDECFG_PARANOIA_CHECK='1'