ia64/xen-unstable
changeset 11948:030630c4e3ed
Rename buildroot -> buildroot-i386.
Also update Makefile.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Also update Makefile.
Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
author | Ewan Mellor <ewan@xensource.com> |
---|---|
date | Mon Oct 23 10:07:15 2006 +0100 (2006-10-23) |
parents | 29b02d929b7e |
children | 1d455b1f126b |
files | tools/xm-test/ramdisk/Makefile.am tools/xm-test/ramdisk/configs/buildroot tools/xm-test/ramdisk/configs/buildroot-i386 |
line diff
1.1 --- a/tools/xm-test/ramdisk/Makefile.am Mon Oct 23 14:42:52 2006 +0100 1.2 +++ b/tools/xm-test/ramdisk/Makefile.am Mon Oct 23 10:07:15 2006 +0100 1.3 @@ -30,7 +30,7 @@ endif 1.4 tar xjf $(BR_TAR) 1.5 1.6 $(BR_IMG): $(BR_SRC) 1.7 - cp configs/buildroot $(BR_SRC)/.config 1.8 + cp configs/buildroot-$(BR_ARCH) $(BR_SRC)/.config 1.9 cp configs/busybox $(BR_SRC)/package/busybox/busybox.config 1.10 cp configs/uClibc $(BR_SRC)/toolchain/uClibc/uClibc.config 1.11 (for i in patches/buildroot/*.patch; do \
2.1 --- a/tools/xm-test/ramdisk/configs/buildroot Mon Oct 23 14:42:52 2006 +0100 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,330 +0,0 @@ 2.4 -# 2.5 -# Automatically generated make config: don't edit 2.6 -# 2.7 -BR2_HAVE_DOT_CONFIG=y 2.8 -# BR2_alpha is not set 2.9 -# BR2_arm is not set 2.10 -# BR2_armeb is not set 2.11 -# BR2_cris is not set 2.12 -BR2_i386=y 2.13 -# BR2_m68k is not set 2.14 -# BR2_mips is not set 2.15 -# BR2_mipsel is not set 2.16 -# BR2_nios2 is not set 2.17 -# BR2_powerpc is not set 2.18 -# BR2_sh is not set 2.19 -# BR2_sparc is not set 2.20 -# BR2_x86_64 is not set 2.21 -BR2_x86_i386=y 2.22 -# BR2_x86_i486 is not set 2.23 -# BR2_x86_i586 is not set 2.24 -# BR2_x86_i686 is not set 2.25 -BR2_ARCH="i386" 2.26 -BR2_ENDIAN="LITTLE" 2.27 - 2.28 -# 2.29 -# Build options 2.30 -# 2.31 -BR2_WGET="wget --passive-ftp" 2.32 -BR2_SVN="svn co" 2.33 -BR2_TAR_OPTIONS="" 2.34 -BR2_DL_DIR="$(BASE_DIR)/dl" 2.35 -BR2_SOURCEFORGE_MIRROR="easynews" 2.36 -BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir" 2.37 -BR2_TOPDIR_PREFIX="" 2.38 -BR2_TOPDIR_SUFFIX="" 2.39 -BR2_GNU_BUILD_SUFFIX="pc-linux-gnu" 2.40 -BR2_JLEVEL=1 2.41 - 2.42 -# 2.43 -# Toolchain Options 2.44 -# 2.45 - 2.46 -# 2.47 -# Kernel Header Options 2.48 -# 2.49 -# BR2_KERNEL_HEADERS_2_4_25 is not set 2.50 -# BR2_KERNEL_HEADERS_2_4_27 is not set 2.51 -# BR2_KERNEL_HEADERS_2_4_29 is not set 2.52 -# BR2_KERNEL_HEADERS_2_4_31 is not set 2.53 -# BR2_KERNEL_HEADERS_2_6_9 is not set 2.54 -# BR2_KERNEL_HEADERS_2_6_11 is not set 2.55 -BR2_KERNEL_HEADERS_2_6_12=y 2.56 -BR2_DEFAULT_KERNEL_HEADERS="2.6.12" 2.57 - 2.58 -# 2.59 -# uClibc Options 2.60 -# 2.61 -# BR2_UCLIBC_VERSION_SNAPSHOT is not set 2.62 -# BR2_ENABLE_LOCALE is not set 2.63 -# BR2_PTHREADS_NONE is not set 2.64 -# BR2_PTHREADS is not set 2.65 -BR2_PTHREADS_OLD=y 2.66 -# BR2_PTHREADS_NATIVE is not set 2.67 - 2.68 -# 2.69 -# Binutils Options 2.70 -# 2.71 -# BR2_BINUTILS_VERSION_2_14_90_0_8 is not set 2.72 -# BR2_BINUTILS_VERSION_2_15 is not set 2.73 -# BR2_BINUTILS_VERSION_2_15_94_0_2_2 is not set 2.74 -# BR2_BINUTILS_VERSION_2_15_97 is not set 2.75 -# BR2_BINUTILS_VERSION_2_16_1 is not set 2.76 -# BR2_BINUTILS_VERSION_2_16_90_0_3 is not set 2.77 -# BR2_BINUTILS_VERSION_2_16_91_0_3 is not set 2.78 -# BR2_BINUTILS_VERSION_2_16_91_0_4 is not set 2.79 -# BR2_BINUTILS_VERSION_2_16_91_0_5 is not set 2.80 -# BR2_BINUTILS_VERSION_2_16_91_0_6 is not set 2.81 -BR2_BINUTILS_VERSION_2_16_91_0_7=y 2.82 -BR2_BINUTILS_VERSION="2.16.91.0.7" 2.83 -BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="" 2.84 - 2.85 -# 2.86 -# Gcc Options 2.87 -# 2.88 -# BR2_GCC_VERSION_3_3_5 is not set 2.89 -# BR2_GCC_VERSION_3_3_6 is not set 2.90 -# BR2_GCC_VERSION_3_4_2 is not set 2.91 -# BR2_GCC_VERSION_3_4_3 is not set 2.92 -# BR2_GCC_VERSION_3_4_4 is not set 2.93 -# BR2_GCC_VERSION_3_4_5 is not set 2.94 -BR2_GCC_VERSION_3_4_6=y 2.95 -# BR2_GCC_VERSION_4_0_0 is not set 2.96 -# BR2_GCC_VERSION_4_0_1 is not set 2.97 -# BR2_GCC_VERSION_4_0_2 is not set 2.98 -# BR2_GCC_VERSION_4_0_3 is not set 2.99 -# BR2_GCC_VERSION_4_1_0 is not set 2.100 -# BR2_GCC_VERSION_4_2 is not set 2.101 -# BR2_GCC_IS_SNAP is not set 2.102 -BR2_GCC_VERSION="3.4.6" 2.103 -# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set 2.104 -BR2_EXTRA_GCC_CONFIG_OPTIONS="" 2.105 -# BR2_INSTALL_LIBSTDCPP is not set 2.106 -# BR2_INSTALL_OBJC is not set 2.107 - 2.108 -# 2.109 -# Ccache Options 2.110 -# 2.111 -BR2_CCACHE=y 2.112 - 2.113 -# 2.114 -# Gdb Options 2.115 -# 2.116 -# BR2_PACKAGE_GDB is not set 2.117 -# BR2_PACKAGE_GDB_SERVER is not set 2.118 -# BR2_PACKAGE_GDB_HOST is not set 2.119 - 2.120 -# 2.121 -# elf2flt 2.122 -# 2.123 -# BR2_ELF2FLT is not set 2.124 - 2.125 -# 2.126 -# Common Toolchain Options 2.127 -# 2.128 -# BR2_PACKAGE_SSTRIP_TARGET is not set 2.129 -# BR2_PACKAGE_SSTRIP_HOST is not set 2.130 -BR2_ENABLE_MULTILIB=y 2.131 -BR2_LARGEFILE=y 2.132 -BR2_TARGET_OPTIMIZATION="-Os -pipe" 2.133 -BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y 2.134 - 2.135 -# 2.136 -# Package Selection for the target 2.137 -# 2.138 - 2.139 -# 2.140 -# The default minimal system 2.141 -# 2.142 -BR2_PACKAGE_BUSYBOX=y 2.143 -# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set 2.144 -BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y 2.145 -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" 2.146 - 2.147 -# 2.148 -# The minimum needed to build a uClibc development system 2.149 -# 2.150 -# BR2_PACKAGE_BASH is not set 2.151 -# BR2_PACKAGE_BZIP2 is not set 2.152 -# BR2_PACKAGE_COREUTILS is not set 2.153 -# BR2_PACKAGE_DIFFUTILS is not set 2.154 -# BR2_PACKAGE_ED is not set 2.155 -# BR2_PACKAGE_FINDUTILS is not set 2.156 -# BR2_PACKAGE_FLEX is not set 2.157 -# BR2_PACKAGE_GAWK is not set 2.158 -# BR2_PACKAGE_GCC_TARGET is not set 2.159 -# BR2_PACKAGE_CCACHE_TARGET is not set 2.160 -# BR2_PACKAGE_GREP is not set 2.161 -# BR2_PACKAGE_MAKE is not set 2.162 -# BR2_PACKAGE_PATCH is not set 2.163 -# BR2_PACKAGE_SED is not set 2.164 -# BR2_PACKAGE_TAR is not set 2.165 - 2.166 -# 2.167 -# Other stuff 2.168 -# 2.169 -# BR2_PACKAGE_ACPID is not set 2.170 -# BR2_PACKAGE_ASTERISK is not set 2.171 -# BR2_PACKAGE_AT is not set 2.172 -# BR2_PACKAGE_AUTOCONF is not set 2.173 -# BR2_PACKAGE_AUTOMAKE is not set 2.174 -# BR2_PACKAGE_BERKELEYDB is not set 2.175 -# BR2_PACKAGE_BIND is not set 2.176 -# BR2_PACKAGE_BISON is not set 2.177 -# BR2_PACKAGE_BOA is not set 2.178 -# BR2_PACKAGE_BRIDGE is not set 2.179 -# BR2_PACKAGE_CUSTOMIZE is not set 2.180 -# BR2_PACKAGE_ISC_DHCP is not set 2.181 -# BR2_PACKAGE_DIALOG is not set 2.182 -# BR2_PACKAGE_DIRECTFB is not set 2.183 -# BR2_PACKAGE_DISTCC is not set 2.184 -# BR2_PACKAGE_DM is not set 2.185 -# BR2_PACKAGE_DNSMASQ is not set 2.186 -# BR2_PACKAGE_DROPBEAR is not set 2.187 -# BR2_PACKAGE_ETHTOOL is not set 2.188 -# BR2_PACKAGE_EXPAT is not set 2.189 -# BR2_PACKAGE_E2FSPROGS is not set 2.190 -# BR2_PACKAGE_FAKEROOT is not set 2.191 -# BR2_PACKAGE_FILE is not set 2.192 -# BR2_PACKAGE_FREETYPE is not set 2.193 -# BR2_PACKAGE_GETTEXT is not set 2.194 -# BR2_PACKAGE_LIBINTL is not set 2.195 -# BR2_PACKAGE_GZIP is not set 2.196 -# BR2_PACKAGE_HASERL is not set 2.197 -# BR2_PACKAGE_HOSTAP is not set 2.198 -# BR2_PACKAGE_HOTPLUG is not set 2.199 -# BR2_PACKAGE_IOSTAT is not set 2.200 -# BR2_PACKAGE_IPROUTE2 is not set 2.201 -# BR2_PACKAGE_IPSEC_TOOLS is not set 2.202 -# BR2_PACKAGE_IPTABLES is not set 2.203 -# BR2_PACKAGE_JPEG is not set 2.204 -# BR2_PACKAGE_LESS is not set 2.205 -# BR2_PACKAGE_LIBCGI is not set 2.206 -# BR2_PACKAGE_LIBCGICC is not set 2.207 -# BR2_PACKAGE_LIBELF is not set 2.208 -# BR2_PACKAGE_LIBFLOAT is not set 2.209 -# BR2_PACKAGE_LIBGLIB12 is not set 2.210 -# BR2_PACKAGE_LIBMAD is not set 2.211 -# BR2_PACKAGE_LIBPCAP is not set 2.212 -# BR2_PACKAGE_LIBPNG is not set 2.213 -# BR2_PACKAGE_LIBSYSFS is not set 2.214 -# BR2_PACKAGE_LIBTOOL is not set 2.215 -# BR2_PACKAGE_LIBUSB is not set 2.216 -# BR2_PACKAGE_LIGHTTPD is not set 2.217 -# BR2_PACKAGE_LINKS is not set 2.218 -# BR2_PACKAGE_LRZSZ is not set 2.219 -# BR2_PACKAGE_LTP-TESTSUITE is not set 2.220 -# BR2_PACKAGE_LTT is not set 2.221 -# BR2_PACKAGE_LVM2 is not set 2.222 -# BR2_PACKAGE_LZO is not set 2.223 -# BR2_PACKAGE_M4 is not set 2.224 -# BR2_PACKAGE_MDADM is not set 2.225 -# BR2_PACKAGE_MEMTESTER is not set 2.226 -# BR2_PACKAGE_MICROCOM is not set 2.227 -# BR2_PACKAGE_MICROPERL is not set 2.228 -# BR2_PACKAGE_MICROWIN is not set 2.229 -# BR2_PACKAGE_MKDOSFS is not set 2.230 -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set 2.231 -# BR2_PACKAGE_MODUTILS is not set 2.232 -# BR2_PACKAGE_MPG123 is not set 2.233 -# BR2_PACKAGE_MROUTED is not set 2.234 -# BR2_PACKAGE_MTD is not set 2.235 -# BR2_PACKAGE_NANO is not set 2.236 -# BR2_PACKAGE_NCURSES is not set 2.237 -# BR2_PACKAGE_NETKITBASE is not set 2.238 -# BR2_PACKAGE_NETKITTELNET is not set 2.239 -# BR2_PACKAGE_NETSNMP is not set 2.240 -# BR2_PACKAGE_NEWT is not set 2.241 -# BR2_PACKAGE_NTP is not set 2.242 -# BR2_PACKAGE_OPENNTPD is not set 2.243 -# BR2_PACKAGE_OPENSSH is not set 2.244 -# BR2_PACKAGE_OPENSSL is not set 2.245 -# BR2_PACKAGE_OPENVPN is not set 2.246 -# BR2_PACKAGE_PCIUTILS is not set 2.247 -# BR2_PACKAGE_PORTAGE is not set 2.248 -# BR2_PACKAGE_PORTMAP is not set 2.249 -# BR2_PACKAGE_PPPD is not set 2.250 -# BR2_PACKAGE_PROCPS is not set 2.251 -# BR2_PACKAGE_PSMISC is not set 2.252 -# BR2_PACKAGE_PYTHON is not set 2.253 -# BR2_PACKAGE_QTE is not set 2.254 -BR2_QTE_TMAKE_VERSION="1.13" 2.255 -# BR2_PACKAGE_RAIDTOOLS is not set 2.256 -# BR2_READLINE is not set 2.257 -# BR2_PACKAGE_RSYNC is not set 2.258 -# BR2_PACKAGE_RUBY is not set 2.259 -# BR2_PACKAGE_RXVT is not set 2.260 -# BR2_PACKAGE_SDL is not set 2.261 -# BR2_PACKAGE_SFDISK is not set 2.262 -# BR2_PACKAGE_SLANG is not set 2.263 -# BR2_PACKAGE_SMARTMONTOOLS is not set 2.264 -# BR2_PACKAGE_SOCAT is not set 2.265 -# BR2_PACKAGE_STRACE is not set 2.266 -# BR2_PACKAGE_SUDO is not set 2.267 -# BR2_PACKAGE_SYSKLOGD is not set 2.268 -# BR2_PACKAGE_SYSVINIT is not set 2.269 -# BR2_PACKAGE_TCL is not set 2.270 -# BR2_PACKAGE_TCPDUMP is not set 2.271 -# BR2_PACKAGE_TFTPD is not set 2.272 -# BR2_PACKAGE_THTTPD is not set 2.273 -# BR2_PACKAGE_TINYLOGIN is not set 2.274 -# BR2_PACKAGE_TINYX is not set 2.275 -# BR2_PACKAGE_TN5250 is not set 2.276 -# BR2_PACKAGE_TTCP is not set 2.277 -# BR2_PACKAGE_UDEV is not set 2.278 -# BR2_PACKAGE_UDHCP is not set 2.279 -# BR2_PACKAGE_UEMACS is not set 2.280 -# BR2_PACKAGE_USBUTILS is not set 2.281 -# BR2_PACKAGE_UTIL-LINUX is not set 2.282 -# BR2_PACKAGE_VALGRIND is not set 2.283 -# BR2_PACKAGE_VTUN is not set 2.284 -# BR2_PACKAGE_WGET is not set 2.285 -# BR2_PACKAGE_WHICH is not set 2.286 -# BR2_PACKAGE_WIPE is not set 2.287 -# BR2_PACKAGE_WIRELESS_TOOLS is not set 2.288 -# BR2_PACKAGE_XFSPROGS is not set 2.289 -# BR2_PACKAGE_XORG is not set 2.290 -# BR2_PACKAGE_ZLIB is not set 2.291 -BR2_PACKAGE_HPING=y 2.292 - 2.293 -# 2.294 -# Target Options 2.295 -# 2.296 - 2.297 -# 2.298 -# filesystem for target device 2.299 -# 2.300 -# BR2_TARGET_ROOTFS_CRAMFS is not set 2.301 -# BR2_TARGET_ROOTFS_CLOOP is not set 2.302 -BR2_TARGET_ROOTFS_EXT2=y 2.303 -BR2_TARGET_ROOTFS_EXT2_BLOCKS=0 2.304 -BR2_TARGET_ROOTFS_EXT2_INODES=0 2.305 -BR2_TARGET_ROOTFS_EXT2_RESBLKS=0 2.306 -BR2_TARGET_ROOTFS_EXT2_SQUASH=y 2.307 -BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2" 2.308 -# BR2_TARGET_ROOTFS_EXT2_GZ is not set 2.309 -BR2_TARGET_ROOTFS_EXT2_COPYTO="" 2.310 -# BR2_TARGET_ROOTFS_JFFS2 is not set 2.311 -# BR2_TARGET_ROOTFS_SQUASHFS is not set 2.312 -# BR2_TARGET_ROOTFS_TAR is not set 2.313 -# BR2_TARGET_ROOTFS_ISO9660 is not set 2.314 - 2.315 -# 2.316 -# bootloader for target device 2.317 -# 2.318 -# BR2_TARGET_GRUB is not set 2.319 -# BR2_TARGET_SYSLINUX is not set 2.320 - 2.321 -# 2.322 -# Board Support Options 2.323 -# 2.324 -# BR2_TARGET_SOEKRIS_NET4521 is not set 2.325 -# BR2_TARGET_SOEKRIS_NET4801 is not set 2.326 -# BR2_TARGET_VIA_EPIA_MII is not set 2.327 - 2.328 -# 2.329 -# Generic System Support 2.330 -# 2.331 -# BR2_TARGET_GENERIC_ACCESS_POINT is not set 2.332 -# BR2_TARGET_GENERIC_FIREWALL is not set 2.333 -# BR2_TARGET_GENERIC_DEV_SYSTEM is not set
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/tools/xm-test/ramdisk/configs/buildroot-i386 Mon Oct 23 10:07:15 2006 +0100 3.3 @@ -0,0 +1,330 @@ 3.4 +# 3.5 +# Automatically generated make config: don't edit 3.6 +# 3.7 +BR2_HAVE_DOT_CONFIG=y 3.8 +# BR2_alpha is not set 3.9 +# BR2_arm is not set 3.10 +# BR2_armeb is not set 3.11 +# BR2_cris is not set 3.12 +BR2_i386=y 3.13 +# BR2_m68k is not set 3.14 +# BR2_mips is not set 3.15 +# BR2_mipsel is not set 3.16 +# BR2_nios2 is not set 3.17 +# BR2_powerpc is not set 3.18 +# BR2_sh is not set 3.19 +# BR2_sparc is not set 3.20 +# BR2_x86_64 is not set 3.21 +BR2_x86_i386=y 3.22 +# BR2_x86_i486 is not set 3.23 +# BR2_x86_i586 is not set 3.24 +# BR2_x86_i686 is not set 3.25 +BR2_ARCH="i386" 3.26 +BR2_ENDIAN="LITTLE" 3.27 + 3.28 +# 3.29 +# Build options 3.30 +# 3.31 +BR2_WGET="wget --passive-ftp" 3.32 +BR2_SVN="svn co" 3.33 +BR2_TAR_OPTIONS="" 3.34 +BR2_DL_DIR="$(BASE_DIR)/dl" 3.35 +BR2_SOURCEFORGE_MIRROR="easynews" 3.36 +BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir" 3.37 +BR2_TOPDIR_PREFIX="" 3.38 +BR2_TOPDIR_SUFFIX="" 3.39 +BR2_GNU_BUILD_SUFFIX="pc-linux-gnu" 3.40 +BR2_JLEVEL=1 3.41 + 3.42 +# 3.43 +# Toolchain Options 3.44 +# 3.45 + 3.46 +# 3.47 +# Kernel Header Options 3.48 +# 3.49 +# BR2_KERNEL_HEADERS_2_4_25 is not set 3.50 +# BR2_KERNEL_HEADERS_2_4_27 is not set 3.51 +# BR2_KERNEL_HEADERS_2_4_29 is not set 3.52 +# BR2_KERNEL_HEADERS_2_4_31 is not set 3.53 +# BR2_KERNEL_HEADERS_2_6_9 is not set 3.54 +# BR2_KERNEL_HEADERS_2_6_11 is not set 3.55 +BR2_KERNEL_HEADERS_2_6_12=y 3.56 +BR2_DEFAULT_KERNEL_HEADERS="2.6.12" 3.57 + 3.58 +# 3.59 +# uClibc Options 3.60 +# 3.61 +# BR2_UCLIBC_VERSION_SNAPSHOT is not set 3.62 +# BR2_ENABLE_LOCALE is not set 3.63 +# BR2_PTHREADS_NONE is not set 3.64 +# BR2_PTHREADS is not set 3.65 +BR2_PTHREADS_OLD=y 3.66 +# BR2_PTHREADS_NATIVE is not set 3.67 + 3.68 +# 3.69 +# Binutils Options 3.70 +# 3.71 +# BR2_BINUTILS_VERSION_2_14_90_0_8 is not set 3.72 +# BR2_BINUTILS_VERSION_2_15 is not set 3.73 +# BR2_BINUTILS_VERSION_2_15_94_0_2_2 is not set 3.74 +# BR2_BINUTILS_VERSION_2_15_97 is not set 3.75 +# BR2_BINUTILS_VERSION_2_16_1 is not set 3.76 +# BR2_BINUTILS_VERSION_2_16_90_0_3 is not set 3.77 +# BR2_BINUTILS_VERSION_2_16_91_0_3 is not set 3.78 +# BR2_BINUTILS_VERSION_2_16_91_0_4 is not set 3.79 +# BR2_BINUTILS_VERSION_2_16_91_0_5 is not set 3.80 +# BR2_BINUTILS_VERSION_2_16_91_0_6 is not set 3.81 +BR2_BINUTILS_VERSION_2_16_91_0_7=y 3.82 +BR2_BINUTILS_VERSION="2.16.91.0.7" 3.83 +BR2_EXTRA_BINUTILS_CONFIG_OPTIONS="" 3.84 + 3.85 +# 3.86 +# Gcc Options 3.87 +# 3.88 +# BR2_GCC_VERSION_3_3_5 is not set 3.89 +# BR2_GCC_VERSION_3_3_6 is not set 3.90 +# BR2_GCC_VERSION_3_4_2 is not set 3.91 +# BR2_GCC_VERSION_3_4_3 is not set 3.92 +# BR2_GCC_VERSION_3_4_4 is not set 3.93 +# BR2_GCC_VERSION_3_4_5 is not set 3.94 +BR2_GCC_VERSION_3_4_6=y 3.95 +# BR2_GCC_VERSION_4_0_0 is not set 3.96 +# BR2_GCC_VERSION_4_0_1 is not set 3.97 +# BR2_GCC_VERSION_4_0_2 is not set 3.98 +# BR2_GCC_VERSION_4_0_3 is not set 3.99 +# BR2_GCC_VERSION_4_1_0 is not set 3.100 +# BR2_GCC_VERSION_4_2 is not set 3.101 +# BR2_GCC_IS_SNAP is not set 3.102 +BR2_GCC_VERSION="3.4.6" 3.103 +# BR2_GCC_USE_SJLJ_EXCEPTIONS is not set 3.104 +BR2_EXTRA_GCC_CONFIG_OPTIONS="" 3.105 +# BR2_INSTALL_LIBSTDCPP is not set 3.106 +# BR2_INSTALL_OBJC is not set 3.107 + 3.108 +# 3.109 +# Ccache Options 3.110 +# 3.111 +BR2_CCACHE=y 3.112 + 3.113 +# 3.114 +# Gdb Options 3.115 +# 3.116 +# BR2_PACKAGE_GDB is not set 3.117 +# BR2_PACKAGE_GDB_SERVER is not set 3.118 +# BR2_PACKAGE_GDB_HOST is not set 3.119 + 3.120 +# 3.121 +# elf2flt 3.122 +# 3.123 +# BR2_ELF2FLT is not set 3.124 + 3.125 +# 3.126 +# Common Toolchain Options 3.127 +# 3.128 +# BR2_PACKAGE_SSTRIP_TARGET is not set 3.129 +# BR2_PACKAGE_SSTRIP_HOST is not set 3.130 +BR2_ENABLE_MULTILIB=y 3.131 +BR2_LARGEFILE=y 3.132 +BR2_TARGET_OPTIMIZATION="-Os -pipe" 3.133 +BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y 3.134 + 3.135 +# 3.136 +# Package Selection for the target 3.137 +# 3.138 + 3.139 +# 3.140 +# The default minimal system 3.141 +# 3.142 +BR2_PACKAGE_BUSYBOX=y 3.143 +# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set 3.144 +BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS=y 3.145 +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config" 3.146 + 3.147 +# 3.148 +# The minimum needed to build a uClibc development system 3.149 +# 3.150 +# BR2_PACKAGE_BASH is not set 3.151 +# BR2_PACKAGE_BZIP2 is not set 3.152 +# BR2_PACKAGE_COREUTILS is not set 3.153 +# BR2_PACKAGE_DIFFUTILS is not set 3.154 +# BR2_PACKAGE_ED is not set 3.155 +# BR2_PACKAGE_FINDUTILS is not set 3.156 +# BR2_PACKAGE_FLEX is not set 3.157 +# BR2_PACKAGE_GAWK is not set 3.158 +# BR2_PACKAGE_GCC_TARGET is not set 3.159 +# BR2_PACKAGE_CCACHE_TARGET is not set 3.160 +# BR2_PACKAGE_GREP is not set 3.161 +# BR2_PACKAGE_MAKE is not set 3.162 +# BR2_PACKAGE_PATCH is not set 3.163 +# BR2_PACKAGE_SED is not set 3.164 +# BR2_PACKAGE_TAR is not set 3.165 + 3.166 +# 3.167 +# Other stuff 3.168 +# 3.169 +# BR2_PACKAGE_ACPID is not set 3.170 +# BR2_PACKAGE_ASTERISK is not set 3.171 +# BR2_PACKAGE_AT is not set 3.172 +# BR2_PACKAGE_AUTOCONF is not set 3.173 +# BR2_PACKAGE_AUTOMAKE is not set 3.174 +# BR2_PACKAGE_BERKELEYDB is not set 3.175 +# BR2_PACKAGE_BIND is not set 3.176 +# BR2_PACKAGE_BISON is not set 3.177 +# BR2_PACKAGE_BOA is not set 3.178 +# BR2_PACKAGE_BRIDGE is not set 3.179 +# BR2_PACKAGE_CUSTOMIZE is not set 3.180 +# BR2_PACKAGE_ISC_DHCP is not set 3.181 +# BR2_PACKAGE_DIALOG is not set 3.182 +# BR2_PACKAGE_DIRECTFB is not set 3.183 +# BR2_PACKAGE_DISTCC is not set 3.184 +# BR2_PACKAGE_DM is not set 3.185 +# BR2_PACKAGE_DNSMASQ is not set 3.186 +# BR2_PACKAGE_DROPBEAR is not set 3.187 +# BR2_PACKAGE_ETHTOOL is not set 3.188 +# BR2_PACKAGE_EXPAT is not set 3.189 +# BR2_PACKAGE_E2FSPROGS is not set 3.190 +# BR2_PACKAGE_FAKEROOT is not set 3.191 +# BR2_PACKAGE_FILE is not set 3.192 +# BR2_PACKAGE_FREETYPE is not set 3.193 +# BR2_PACKAGE_GETTEXT is not set 3.194 +# BR2_PACKAGE_LIBINTL is not set 3.195 +# BR2_PACKAGE_GZIP is not set 3.196 +# BR2_PACKAGE_HASERL is not set 3.197 +# BR2_PACKAGE_HOSTAP is not set 3.198 +# BR2_PACKAGE_HOTPLUG is not set 3.199 +# BR2_PACKAGE_IOSTAT is not set 3.200 +# BR2_PACKAGE_IPROUTE2 is not set 3.201 +# BR2_PACKAGE_IPSEC_TOOLS is not set 3.202 +# BR2_PACKAGE_IPTABLES is not set 3.203 +# BR2_PACKAGE_JPEG is not set 3.204 +# BR2_PACKAGE_LESS is not set 3.205 +# BR2_PACKAGE_LIBCGI is not set 3.206 +# BR2_PACKAGE_LIBCGICC is not set 3.207 +# BR2_PACKAGE_LIBELF is not set 3.208 +# BR2_PACKAGE_LIBFLOAT is not set 3.209 +# BR2_PACKAGE_LIBGLIB12 is not set 3.210 +# BR2_PACKAGE_LIBMAD is not set 3.211 +# BR2_PACKAGE_LIBPCAP is not set 3.212 +# BR2_PACKAGE_LIBPNG is not set 3.213 +# BR2_PACKAGE_LIBSYSFS is not set 3.214 +# BR2_PACKAGE_LIBTOOL is not set 3.215 +# BR2_PACKAGE_LIBUSB is not set 3.216 +# BR2_PACKAGE_LIGHTTPD is not set 3.217 +# BR2_PACKAGE_LINKS is not set 3.218 +# BR2_PACKAGE_LRZSZ is not set 3.219 +# BR2_PACKAGE_LTP-TESTSUITE is not set 3.220 +# BR2_PACKAGE_LTT is not set 3.221 +# BR2_PACKAGE_LVM2 is not set 3.222 +# BR2_PACKAGE_LZO is not set 3.223 +# BR2_PACKAGE_M4 is not set 3.224 +# BR2_PACKAGE_MDADM is not set 3.225 +# BR2_PACKAGE_MEMTESTER is not set 3.226 +# BR2_PACKAGE_MICROCOM is not set 3.227 +# BR2_PACKAGE_MICROPERL is not set 3.228 +# BR2_PACKAGE_MICROWIN is not set 3.229 +# BR2_PACKAGE_MKDOSFS is not set 3.230 +# BR2_PACKAGE_MODULE_INIT_TOOLS is not set 3.231 +# BR2_PACKAGE_MODUTILS is not set 3.232 +# BR2_PACKAGE_MPG123 is not set 3.233 +# BR2_PACKAGE_MROUTED is not set 3.234 +# BR2_PACKAGE_MTD is not set 3.235 +# BR2_PACKAGE_NANO is not set 3.236 +# BR2_PACKAGE_NCURSES is not set 3.237 +# BR2_PACKAGE_NETKITBASE is not set 3.238 +# BR2_PACKAGE_NETKITTELNET is not set 3.239 +# BR2_PACKAGE_NETSNMP is not set 3.240 +# BR2_PACKAGE_NEWT is not set 3.241 +# BR2_PACKAGE_NTP is not set 3.242 +# BR2_PACKAGE_OPENNTPD is not set 3.243 +# BR2_PACKAGE_OPENSSH is not set 3.244 +# BR2_PACKAGE_OPENSSL is not set 3.245 +# BR2_PACKAGE_OPENVPN is not set 3.246 +# BR2_PACKAGE_PCIUTILS is not set 3.247 +# BR2_PACKAGE_PORTAGE is not set 3.248 +# BR2_PACKAGE_PORTMAP is not set 3.249 +# BR2_PACKAGE_PPPD is not set 3.250 +# BR2_PACKAGE_PROCPS is not set 3.251 +# BR2_PACKAGE_PSMISC is not set 3.252 +# BR2_PACKAGE_PYTHON is not set 3.253 +# BR2_PACKAGE_QTE is not set 3.254 +BR2_QTE_TMAKE_VERSION="1.13" 3.255 +# BR2_PACKAGE_RAIDTOOLS is not set 3.256 +# BR2_READLINE is not set 3.257 +# BR2_PACKAGE_RSYNC is not set 3.258 +# BR2_PACKAGE_RUBY is not set 3.259 +# BR2_PACKAGE_RXVT is not set 3.260 +# BR2_PACKAGE_SDL is not set 3.261 +# BR2_PACKAGE_SFDISK is not set 3.262 +# BR2_PACKAGE_SLANG is not set 3.263 +# BR2_PACKAGE_SMARTMONTOOLS is not set 3.264 +# BR2_PACKAGE_SOCAT is not set 3.265 +# BR2_PACKAGE_STRACE is not set 3.266 +# BR2_PACKAGE_SUDO is not set 3.267 +# BR2_PACKAGE_SYSKLOGD is not set 3.268 +# BR2_PACKAGE_SYSVINIT is not set 3.269 +# BR2_PACKAGE_TCL is not set 3.270 +# BR2_PACKAGE_TCPDUMP is not set 3.271 +# BR2_PACKAGE_TFTPD is not set 3.272 +# BR2_PACKAGE_THTTPD is not set 3.273 +# BR2_PACKAGE_TINYLOGIN is not set 3.274 +# BR2_PACKAGE_TINYX is not set 3.275 +# BR2_PACKAGE_TN5250 is not set 3.276 +# BR2_PACKAGE_TTCP is not set 3.277 +# BR2_PACKAGE_UDEV is not set 3.278 +# BR2_PACKAGE_UDHCP is not set 3.279 +# BR2_PACKAGE_UEMACS is not set 3.280 +# BR2_PACKAGE_USBUTILS is not set 3.281 +# BR2_PACKAGE_UTIL-LINUX is not set 3.282 +# BR2_PACKAGE_VALGRIND is not set 3.283 +# BR2_PACKAGE_VTUN is not set 3.284 +# BR2_PACKAGE_WGET is not set 3.285 +# BR2_PACKAGE_WHICH is not set 3.286 +# BR2_PACKAGE_WIPE is not set 3.287 +# BR2_PACKAGE_WIRELESS_TOOLS is not set 3.288 +# BR2_PACKAGE_XFSPROGS is not set 3.289 +# BR2_PACKAGE_XORG is not set 3.290 +# BR2_PACKAGE_ZLIB is not set 3.291 +BR2_PACKAGE_HPING=y 3.292 + 3.293 +# 3.294 +# Target Options 3.295 +# 3.296 + 3.297 +# 3.298 +# filesystem for target device 3.299 +# 3.300 +# BR2_TARGET_ROOTFS_CRAMFS is not set 3.301 +# BR2_TARGET_ROOTFS_CLOOP is not set 3.302 +BR2_TARGET_ROOTFS_EXT2=y 3.303 +BR2_TARGET_ROOTFS_EXT2_BLOCKS=0 3.304 +BR2_TARGET_ROOTFS_EXT2_INODES=0 3.305 +BR2_TARGET_ROOTFS_EXT2_RESBLKS=0 3.306 +BR2_TARGET_ROOTFS_EXT2_SQUASH=y 3.307 +BR2_TARGET_ROOTFS_EXT2_OUTPUT="$(IMAGE).ext2" 3.308 +# BR2_TARGET_ROOTFS_EXT2_GZ is not set 3.309 +BR2_TARGET_ROOTFS_EXT2_COPYTO="" 3.310 +# BR2_TARGET_ROOTFS_JFFS2 is not set 3.311 +# BR2_TARGET_ROOTFS_SQUASHFS is not set 3.312 +# BR2_TARGET_ROOTFS_TAR is not set 3.313 +# BR2_TARGET_ROOTFS_ISO9660 is not set 3.314 + 3.315 +# 3.316 +# bootloader for target device 3.317 +# 3.318 +# BR2_TARGET_GRUB is not set 3.319 +# BR2_TARGET_SYSLINUX is not set 3.320 + 3.321 +# 3.322 +# Board Support Options 3.323 +# 3.324 +# BR2_TARGET_SOEKRIS_NET4521 is not set 3.325 +# BR2_TARGET_SOEKRIS_NET4801 is not set 3.326 +# BR2_TARGET_VIA_EPIA_MII is not set 3.327 + 3.328 +# 3.329 +# Generic System Support 3.330 +# 3.331 +# BR2_TARGET_GENERIC_ACCESS_POINT is not set 3.332 +# BR2_TARGET_GENERIC_FIREWALL is not set 3.333 +# BR2_TARGET_GENERIC_DEV_SYSTEM is not set