diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index b60ef6b7..3ac3537c 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -363,8 +363,8 @@ }, { "ImportPath": "github.com/rancher/docker-from-scratch", - "Comment": "v1.9.1-rc1", - "Rev": "29561830fcace9eef5dbbfc4008474e5425d34eb" + "Comment": "v1.9.1", + "Rev": "b7bf6fe5ceafa78b02679ac0d00bf6a5ffbb6194" }, { "ImportPath": "github.com/rancher/netconf", diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Dockerfile b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Dockerfile index 9710976b..9114c2fd 100644 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Dockerfile +++ b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Dockerfile @@ -5,4 +5,4 @@ COPY build/dockerlaunch /usr/bin/ COPY build/docker /usr/bin/docker VOLUME /var/lib/docker ENTRYPOINT ["/usr/bin/dockerlaunch", "/usr/bin/docker"] -CMD ["-d", "-s", "overlay"] +CMD ["daemon", "-s", "overlay"] diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Godeps.json b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Godeps.json deleted file mode 100644 index d4965ef1..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Godeps.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "ImportPath": "github.com/rancher/docker-from-scratch", - "GoVersion": "go1.4.1", - "Packages": [ - "./..." - ], - "Deps": [ - { - "ImportPath": "github.com/Sirupsen/logrus", - "Comment": "v0.8.4", - "Rev": "3cb248e9df77413d58a6330dde84236d04c197d5" - }, - { - "ImportPath": "github.com/docker/docker/pkg/ioutils", - "Comment": "v1.4.1-4890-ga3857cc", - "Rev": "a3857cc3799e2a92b92f07842c03b442490f01ab" - }, - { - "ImportPath": "github.com/docker/docker/pkg/mount", - "Comment": "v1.4.1-4890-ga3857cc", - "Rev": "a3857cc3799e2a92b92f07842c03b442490f01ab" - }, - { - "ImportPath": "github.com/docker/libnetwork/resolvconf", - "Comment": "v0.2-299-gf1c5671", - "Rev": "f1c5671f1ee2133055144e566cd8b3a0ae4f0433" - }, - { - "ImportPath": "github.com/j-keck/arping", - "Rev": "4f4d2c8983a18e2c9c63a3f339bc9a998c4557bc" - }, - { - "ImportPath": "github.com/rancher/netconf", - "Rev": "7dbbacc56c018f16f9123d5ea8cee6e174d44c8b" - }, - { - "ImportPath": "github.com/ryanuber/go-glob", - "Rev": "0067a9abd927e50aed5190662702f81231413ae0" - }, - { - "ImportPath": "github.com/stretchr/testify/assert", - "Comment": "v1.0-17-g089c718", - "Rev": "089c7181b8c728499929ff09b62d3fdd8df8adff" - }, - { - "ImportPath": "github.com/stretchr/testify/require", - "Comment": "v1.0-17-g089c718", - "Rev": "089c7181b8c728499929ff09b62d3fdd8df8adff" - }, - { - "ImportPath": "github.com/vishvananda/netlink", - "Rev": "ea0402b9dbdee2126f48508a441835ddcabc7d1e" - } - ] -} diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Readme b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Readme deleted file mode 100644 index 4cdaa53d..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/Godeps/Readme +++ /dev/null @@ -1,5 +0,0 @@ -This directory tree is generated automatically by godep. - -Please do not edit. - -See https://github.com/tools/godep for more information. diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/README.md b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/README.md index 588d751d..61bf292e 100644 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/README.md +++ b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/README.md @@ -18,7 +18,7 @@ docker exec -it daemon docker ps ```bash # Daemon -docker run --name daemon --privileged -d rancher/docker -d -s aufs +docker run --name daemon --privileged -d rancher/docker daemon -s aufs # Client docker exec -it daemon docker ps @@ -37,7 +37,7 @@ FROM ubuntu ADD files.tar / ENTRYPOINT ["/usr/bin/dockerlaunch", "/usr/bin/docker"] VOLUME /var/lib/docker -CMD ["-d", "-s", "overlay"] +CMD ["daemon", "-s", "overlay"] EOF diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/.dockerignore b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/.dockerignore deleted file mode 100644 index 2dad0d04..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/.dockerignore +++ /dev/null @@ -1,5 +0,0 @@ -build -dist -.buildroot-ccache -.kernel-ccache -.dl diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/.no-chown b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/.no-chown deleted file mode 100644 index e69de29b..00000000 diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/Dockerfile b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/Dockerfile deleted file mode 100644 index 6c7caaa7..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu:14.04.2 -COPY ./scripts/bootstrap /scripts/ -RUN ./scripts/bootstrap -COPY ./scripts/ /source/scripts/ -COPY ./config/ /source/config/ diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/build.sh b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/build.sh deleted file mode 100644 index 8d663ce9..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/build.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0) - -IMAGE=${IMAGE:-dockerscratch-files} - -docker build -t $IMAGE . - -if [ -z "$NO_BIND" ] && [ "$(uname)" == "Linux" ]; then - mkdir -p cache - ARGS="-v $(pwd):/source -u $(id -u) -e HOME=/root -v $(pwd)/cache:/root" -fi - -ID=$(docker run -itd $ARGS $IMAGE /source/scripts/build) -trap "docker rm -fv $ID" exit - -docker attach $ID -docker wait $ID - -mkdir -p dist -docker cp $ID:/source/dist/base-files.tar.gz dist - -echo Done diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/buildroot-config-static b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/buildroot-config-static deleted file mode 100644 index 1ccfaffa..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/buildroot-config-static +++ /dev/null @@ -1,2230 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Buildroot 2015.02 Configuration -# -BR2_HAVE_DOT_CONFIG=y - -# -# Target options -# -BR2_ARCH_IS_64=y -# BR2_arcle is not set -# BR2_arceb is not set -# BR2_arm is not set -# BR2_armeb is not set -# BR2_aarch64 is not set -# BR2_bfin is not set -# BR2_i386 is not set -# BR2_microblazeel is not set -# BR2_microblazebe is not set -# BR2_mips is not set -# BR2_mipsel is not set -# BR2_mips64 is not set -# BR2_mips64el is not set -# BR2_nios2 is not set -# BR2_powerpc is not set -# BR2_powerpc64 is not set -# BR2_powerpc64le is not set -# BR2_sh is not set -# BR2_sh64 is not set -# BR2_sparc is not set -BR2_x86_64=y -# BR2_xtensa is not set -BR2_ARCH="x86_64" -BR2_ENDIAN="LITTLE" -BR2_GCC_TARGET_ARCH="nocona" -BR2_ARCH_HAS_ATOMICS=y -BR2_BINFMT_SUPPORTS_SHARED=y -BR2_BINFMT_ELF=y -BR2_X86_CPU_HAS_MMX=y -BR2_X86_CPU_HAS_SSE=y -BR2_X86_CPU_HAS_SSE2=y -BR2_X86_CPU_HAS_SSE3=y -BR2_x86_nocona=y -# BR2_x86_core2 is not set -# BR2_x86_corei7 is not set -# BR2_x86_atom is not set -# BR2_x86_opteron is not set -# BR2_x86_opteron_sse3 is not set -# BR2_x86_barcelona is not set -# BR2_x86_jaguar is not set - -# -# Build options -# - -# -# Commands -# -BR2_WGET="wget --passive-ftp -nd -t 3" -BR2_SVN="svn" -BR2_BZR="bzr" -BR2_GIT="git" -BR2_CVS="cvs" -BR2_LOCALFILES="cp" -BR2_SCP="scp" -BR2_SSH="ssh" -BR2_HG="hg" -BR2_ZCAT="gzip -d -c" -BR2_BZCAT="bzcat" -BR2_XZCAT="xzcat" -BR2_TAR_OPTIONS="" -BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig" -BR2_DL_DIR="$(HOME)/.dl" -BR2_HOST_DIR="$(BASE_DIR)/host" - -# -# Mirrors and Download locations -# -BR2_PRIMARY_SITE="" -BR2_BACKUP_SITE="http://sources.buildroot.net" -BR2_KERNEL_MIRROR="https://www.kernel.org/pub" -BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" -BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org" -BR2_CPAN_MIRROR="http://cpan.metacpan.org" -BR2_JLEVEL=0 -BR2_CCACHE=y -BR2_CCACHE_DIR="$(HOME)/.buildroot-ccache" -BR2_CCACHE_INITIAL_SETUP="" -# BR2_DEPRECATED is not set -# BR2_ENABLE_DEBUG is not set -BR2_STRIP_strip=y -# BR2_STRIP_none is not set -BR2_STRIP_EXCLUDE_FILES="" -BR2_STRIP_EXCLUDE_DIRS="" -# BR2_OPTIMIZE_0 is not set -# BR2_OPTIMIZE_1 is not set -# BR2_OPTIMIZE_2 is not set -# BR2_OPTIMIZE_3 is not set -BR2_OPTIMIZE_S=y - -# -# enabling Stack Smashing Protection requires support in the toolchain -# -BR2_STATIC_LIBS=y -# BR2_SHARED_LIBS is not set -# BR2_SHARED_STATIC_LIBS is not set -BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk" -BR2_GLOBAL_PATCH_DIR="" - -# -# Advanced -# -# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set - -# -# Toolchain -# -BR2_TOOLCHAIN=y -BR2_TOOLCHAIN_USES_UCLIBC=y -BR2_TOOLCHAIN_BUILDROOT=y -# BR2_TOOLCHAIN_EXTERNAL is not set -BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot" - -# -# Kernel Header Options -# -# BR2_KERNEL_HEADERS_3_2 is not set -# BR2_KERNEL_HEADERS_3_4 is not set -# BR2_KERNEL_HEADERS_3_10 is not set -# BR2_KERNEL_HEADERS_3_12 is not set -# BR2_KERNEL_HEADERS_3_14 is not set -# BR2_KERNEL_HEADERS_3_17 is not set -BR2_KERNEL_HEADERS_3_18=y -# BR2_KERNEL_HEADERS_VERSION is not set -BR2_DEFAULT_KERNEL_HEADERS="3.18.6" -BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y - -# -# (e)glibc only available with shared lib support -# -# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set -BR2_TOOLCHAIN_BUILDROOT_LIBC="uclibc" -BR2_PACKAGE_UCLIBC=y - -# -# uClibc Options -# -BR2_UCLIBC_VERSION_0_9_33=y -# BR2_UCLIBC_VERSION_SNAPSHOT is not set -BR2_UCLIBC_VERSION_STRING="0.9.33.2" -BR2_UCLIBC_CONFIG="package/uclibc/uClibc-0.9.33.config" -BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y -BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y -# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set -BR2_TOOLCHAIN_BUILDROOT_WCHAR=y -# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set -# BR2_PTHREADS_NONE is not set -# BR2_PTHREADS is not set -# BR2_PTHREADS_OLD is not set -BR2_PTHREADS_NATIVE=y -# BR2_PTHREAD_DEBUG is not set -# BR2_TOOLCHAIN_BUILDROOT_USE_SSP is not set -BR2_UCLIBC_INSTALL_UTILS=y -# BR2_UCLIBC_INSTALL_TEST_SUITE is not set -BR2_UCLIBC_TARGET_ARCH="x86_64" - -# -# Binutils Options -# -BR2_BINUTILS_VERSION_2_22=y -# BR2_BINUTILS_VERSION_2_23_2 is not set -# BR2_BINUTILS_VERSION_2_24 is not set -# BR2_BINUTILS_VERSION_2_25 is not set -BR2_BINUTILS_VERSION="2.22" -BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" - -# -# GCC Options -# -BR2_GCC_NEEDS_MPC=y -BR2_GCC_SUPPORTS_GRAPHITE=y -# BR2_GCC_VERSION_4_5_X is not set -# BR2_GCC_VERSION_4_7_X is not set -BR2_GCC_VERSION_4_8_X=y -# BR2_GCC_VERSION_4_9_X is not set -BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y -BR2_GCC_VERSION="4.8.4" -BR2_EXTRA_GCC_CONFIG_OPTIONS="" -# BR2_TOOLCHAIN_BUILDROOT_CXX is not set -BR2_GCC_ENABLE_TLS=y -# BR2_GCC_ENABLE_OPENMP is not set -# BR2_GCC_ENABLE_LIBMUDFLAP is not set -# BR2_GCC_ENABLE_GRAPHITE is not set -# BR2_PACKAGE_HOST_GDB is not set -BR2_LARGEFILE=y -BR2_INET_IPV6=y -BR2_USE_WCHAR=y -BR2_TOOLCHAIN_HAS_THREADS=y -BR2_TOOLCHAIN_HAS_THREADS_NPTL=y -BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y -# BR2_ENABLE_LOCALE_PURGE is not set -BR2_NEEDS_GETTEXT=y -BR2_USE_MMU=y -BR2_TARGET_OPTIMIZATION="-pipe" -BR2_TARGET_LDFLAGS="" -# BR2_ECLIPSE_REGISTER is not set -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y -BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.18" - -# -# System configuration -# -BR2_TARGET_GENERIC_HOSTNAME="buildroot" -BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" -# BR2_TARGET_GENERIC_PASSWD_DES is not set -BR2_TARGET_GENERIC_PASSWD_MD5=y -# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set -# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set -BR2_TARGET_GENERIC_PASSWD_METHOD="md5" -BR2_INIT_BUSYBOX=y -# BR2_INIT_SYSV is not set - -# -# systemd needs an (e)glibc toolchain, headers >= 3.7 -# -# BR2_INIT_NONE is not set -# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set -BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9 -# -BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt" -BR2_ROOTFS_SKELETON_DEFAULT=y -# BR2_ROOTFS_SKELETON_CUSTOM is not set -BR2_TARGET_GENERIC_ROOT_PASSWD="" -BR2_SYSTEM_BIN_SH_BUSYBOX=y - -# -# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS -# -# BR2_SYSTEM_BIN_SH_NONE is not set -BR2_SYSTEM_BIN_SH="/bin/busybox" -BR2_TARGET_GENERIC_GETTY=y - -# -# getty options -# -BR2_TARGET_GENERIC_GETTY_PORT="ttyS0" -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set -# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set -BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200=y -BR2_TARGET_GENERIC_GETTY_BAUDRATE="115200" -BR2_TARGET_GENERIC_GETTY_TERM="vt100" -BR2_TARGET_GENERIC_GETTY_OPTIONS="" -BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y -BR2_SYSTEM_DHCP="" -# BR2_TARGET_TZ_INFO is not set -BR2_ROOTFS_USERS_TABLES="" -BR2_ROOTFS_OVERLAY="" -BR2_ROOTFS_POST_BUILD_SCRIPT="" -BR2_ROOTFS_POST_IMAGE_SCRIPT="" - -# -# Kernel -# -# BR2_LINUX_KERNEL is not set - -# -# Target packages -# -BR2_PACKAGE_BUSYBOX=y -BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-ps-modprobe-only.config" -# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set -# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set - -# -# Audio and video applications -# -# BR2_PACKAGE_ALSA_UTILS is not set -# BR2_PACKAGE_AUMIX is not set - -# -# bellagio needs a toolchain w/ C++, threads, dynamic library -# -# BR2_PACKAGE_DVDAUTHOR is not set - -# -# espeak needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_FAAD2 is not set -# BR2_PACKAGE_FFMPEG is not set -# BR2_PACKAGE_FLAC is not set -# BR2_PACKAGE_FLITE is not set -# BR2_PACKAGE_GSTREAMER is not set -# BR2_PACKAGE_GSTREAMER1 is not set - -# -# jack2 needs a toolchain w/ largefile, threads, C++ -# -BR2_PACKAGE_KODI_ARCH_SUPPORTS=y - -# -# kodi needs a toolchain w/ C++, IPv6, largefile, threads, wchar -# - -# -# kodi needs an OpenGL or an openGL ES and EGL backend -# -# BR2_PACKAGE_LAME is not set -# BR2_PACKAGE_LIBVPX is not set -# BR2_PACKAGE_MADPLAY is not set - -# -# mjpegtools needs a toolchain w/ C++, threads -# - -# -# modplugtools needs a toolchain w/ C++ -# - -# -# mpd needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_MPD_MPC is not set -# BR2_PACKAGE_MPG123 is not set -# BR2_PACKAGE_MPLAYER is not set -# BR2_PACKAGE_MUSEPACK is not set -# BR2_PACKAGE_NCMPC is not set -# BR2_PACKAGE_OPUS_TOOLS is not set -# BR2_PACKAGE_PULSEAUDIO is not set -# BR2_PACKAGE_SOX is not set -# BR2_PACKAGE_TSTOOLS is not set -# BR2_PACKAGE_TWOLAME is not set - -# -# upmpdcli needs a toolchain w/ C++, largefile, threads -# - -# -# vlc needs a uclibc snapshot or (e)glibc toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_VORBIS_TOOLS is not set -# BR2_PACKAGE_WAVPACK is not set -# BR2_PACKAGE_YAVTA is not set -# BR2_PACKAGE_YMPD is not set - -# -# Compressors and decompressors -# -# BR2_PACKAGE_BZIP2 is not set -# BR2_PACKAGE_INFOZIP is not set -# BR2_PACKAGE_LZ4 is not set - -# -# lzip needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_LZOP is not set -BR2_PACKAGE_XZ=y - -# -# Debugging, profiling and benchmark -# - -# -# blktrace needs a (e)glibc or musl toolchain -# - -# -# bonnie++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_CACHE_CALIBRATOR is not set -# BR2_PACKAGE_DHRYSTONE is not set -# BR2_PACKAGE_DMALLOC is not set -# BR2_PACKAGE_DROPWATCH is not set -# BR2_PACKAGE_DSTAT is not set - -# -# duma needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_FIO is not set - -# -# gdb/gdbserver needs a toolchain w/ threads, threads debug -# -BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS=y - -# -# google-breakpad requires an (e)glibc toolchain w/ C++ enabled -# -# BR2_PACKAGE_IOZONE is not set -# BR2_PACKAGE_KEXEC is not set - -# -# ktap needs a Linux kernel to be built -# -# BR2_PACKAGE_LATENCYTOP is not set -# BR2_PACKAGE_LMBENCH is not set - -# -# ltp-testsuite needs a toolchain w/ IPv6, RPC, largefile, threads -# - -# -# ltrace needs toolchain w/ largefile, wchar, dynamic library -# - -# -# lttng-babeltrace needs a uclibc snapshot or (e)glib toolchain w/ wchar, threads, largefile -# - -# -# lttng-modules needs a Linux kernel to be built -# -# BR2_PACKAGE_LTTNG_TOOLS is not set -# BR2_PACKAGE_MCELOG is not set -# BR2_PACKAGE_MEMSTAT is not set -# BR2_PACKAGE_NETPERF is not set - -# -# oprofile needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_PAX_UTILS is not set - -# -# perf needs a toolchain w/ largefile and a Linux kernel to be built -# -# BR2_PACKAGE_PV is not set -# BR2_PACKAGE_RAMSMP is not set -# BR2_PACKAGE_RAMSPEED is not set -# BR2_PACKAGE_RT_TESTS is not set -# BR2_PACKAGE_SPIDEV_TEST is not set -# BR2_PACKAGE_STRACE is not set -# BR2_PACKAGE_STRESS is not set -# BR2_PACKAGE_SYSPROF is not set -# BR2_PACKAGE_TINYMEMBENCH is not set - -# -# trace-cmd needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_TRINITY is not set -# BR2_PACKAGE_VALGRIND is not set -# BR2_PACKAGE_WHETSTONE is not set - -# -# Development tools -# -# BR2_PACKAGE_BINUTILS is not set -# BR2_PACKAGE_BSDIFF is not set - -# -# cppunit needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_CVS is not set -# BR2_PACKAGE_FLEX is not set -# BR2_PACKAGE_GETTEXT is not set -BR2_PACKAGE_GIT=y - -# -# gperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_JQ is not set -# BR2_PACKAGE_LIBTOOL is not set -# BR2_PACKAGE_MAKE is not set -# BR2_PACKAGE_PKGCONF is not set -# BR2_PACKAGE_SSTRIP is not set -# BR2_PACKAGE_TREE is not set -# BR2_PACKAGE_YASM is not set - -# -# Filesystem and flash utilities -# -# BR2_PACKAGE_BTRFS_PROGS is not set -# BR2_PACKAGE_CIFS_UTILS is not set -# BR2_PACKAGE_CRAMFS is not set - -# -# curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DOSFSTOOLS is not set -# BR2_PACKAGE_E2FSPROGS is not set -# BR2_PACKAGE_E2TOOLS is not set - -# -# ecryptfs-utils needs a toolchain w/ largefile, threads, wchar, dynamic library -# - -# -# exfat needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_EXFAT_UTILS is not set -# BR2_PACKAGE_F2FS_TOOLS is not set -# BR2_PACKAGE_FLASHBENCH is not set -# BR2_PACKAGE_GENEXT2FS is not set -# BR2_PACKAGE_GENPART is not set -# BR2_PACKAGE_GENROMFS is not set -# BR2_PACKAGE_MAKEDEVS is not set -# BR2_PACKAGE_MMC_UTILS is not set -# BR2_PACKAGE_MTD is not set -# BR2_PACKAGE_MTOOLS is not set -# BR2_PACKAGE_NFS_UTILS is not set -# BR2_PACKAGE_NTFS_3G is not set - -# -# simicsfs needs a Linux kernel to be built -# -# BR2_PACKAGE_SQUASHFS is not set - -# -# sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library -# - -# -# unionfs needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_XFSPROGS is not set - -# -# Games -# -# BR2_PACKAGE_GNUCHESS is not set -# BR2_PACKAGE_LBREAKOUT2 is not set -# BR2_PACKAGE_LTRIS is not set -# BR2_PACKAGE_OPENTYRIAN is not set -# BR2_PACKAGE_PRBOOM is not set - -# -# Graphic libraries and applications (graphic/text) -# - -# -# Graphic applications -# - -# -# fswebcam needs a toolchain w/ dynamic library -# - -# -# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d -# - -# -# glmark2 needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# -# BR2_PACKAGE_GNUPLOT is not set -# BR2_PACKAGE_JHEAD is not set -# BR2_PACKAGE_RRDTOOL is not set - -# -# Graphic libraries -# - -# -# cegui06 needs a toolchain w/ C++, threads, dynamic library -# - -# -# directfb needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_FBDUMP is not set -# BR2_PACKAGE_FBGRAB is not set -# BR2_PACKAGE_FB_TEST_APP is not set - -# -# fbterm needs a toolchain w/ C++, wchar, locale -# -# BR2_PACKAGE_FBV is not set -# BR2_PACKAGE_IMAGEMAGICK is not set - -# -# linux-fusion needs a Linux kernel to be built -# - -# -# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL -# - -# -# ocrad needs a toolchain w/ C++ -# -# BR2_PACKAGE_PSPLASH is not set -# BR2_PACKAGE_SDL is not set - -# -# Other GUIs -# -# BR2_PACKAGE_EFL is not set - -# -# qt needs a toolchain w/ C++, threads -# -BR2_PACKAGE_QT5_JSCORE_AVAILABLE=y - -# -# Qt5 needs a toolchain w/ wchar, IPv6, NPTL, C++ -# - -# -# weston needs udev and a toolchain w/ threads, dynamic library, headers >= 3.0 -# - -# -# X.org needs a toolchain w/ wchar, threads, dynamic library -# - -# -# X applications -# - -# -# midori needs libgtk2 and a toolchain w/ C++, wchar, threads -# - -# -# X libraries and helper libraries -# -# BR2_PACKAGE_DEJAVU is not set -# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set -# BR2_PACKAGE_LIBERATION is not set -# BR2_PACKAGE_XKEYBOARD_CONFIG is not set - -# -# X window managers -# - -# -# Hardware handling -# - -# -# Firmware -# -# BR2_PACKAGE_B43_FIRMWARE is not set -# BR2_PACKAGE_LINUX_FIRMWARE is not set -# BR2_PACKAGE_UX500_FIRMWARE is not set -# BR2_PACKAGE_ZD1211_FIRMWARE is not set -# BR2_PACKAGE_ACPID is not set - -# -# avrdude needs a toolchain w/ threads, largefile, wchar, dynamic library -# - -# -# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar -# -# BR2_PACKAGE_CDRKIT is not set - -# -# cryptsetup needs a toolchain w/ largefile, wchar, threads, dynamic library -# -# BR2_PACKAGE_DBUS is not set -# BR2_PACKAGE_DMIDECODE is not set - -# -# dmraid needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_DTV_SCAN_TABLES is not set -# BR2_PACKAGE_DVB_APPS is not set -# BR2_PACKAGE_DVBSNOOP is not set -# BR2_PACKAGE_EEPROG is not set - -# -# eudev needs eudev /dev management -# - -# -# eudev needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_EVEMU is not set -# BR2_PACKAGE_EVTEST is not set -# BR2_PACKAGE_FAN_CTRL is not set -# BR2_PACKAGE_FCONFIG is not set -# BR2_PACKAGE_FIS is not set -# BR2_PACKAGE_FLASHROM is not set -# BR2_PACKAGE_FMTOOLS is not set -# BR2_PACKAGE_FXLOAD is not set -# BR2_PACKAGE_GADGETFS_TEST is not set - -# -# gpm mouse server needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_GPSD is not set - -# -# gptfdisk needs a toolchain w/ largefile, wchar, C++ -# -# BR2_PACKAGE_GVFS is not set -# BR2_PACKAGE_HWDATA is not set -# BR2_PACKAGE_I2C_TOOLS is not set -# BR2_PACKAGE_INPUT_EVENT_DAEMON is not set -# BR2_PACKAGE_INPUT_TOOLS is not set -# BR2_PACKAGE_INTEL_MICROCODE is not set -# BR2_PACKAGE_IOSTAT is not set -# BR2_PACKAGE_IPMITOOL is not set -# BR2_PACKAGE_IRDA_UTILS is not set -# BR2_PACKAGE_IUCODE_TOOL is not set -# BR2_PACKAGE_KBD is not set -# BR2_PACKAGE_LCDPROC is not set -# BR2_PACKAGE_LM_SENSORS is not set - -# -# lshw needs a toolchain w/ C++, largefile, wchar -# -# BR2_PACKAGE_LSUIO is not set - -# -# lvm2 needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_MDADM is not set -# BR2_PACKAGE_MEDIA_CTL is not set -# BR2_PACKAGE_MEMTEST86 is not set -# BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MINICOM is not set -# BR2_PACKAGE_NANOCOM is not set -# BR2_PACKAGE_NEARD is not set -# BR2_PACKAGE_OFONO is not set - -# -# ola needs a toolchain w/ C++, threads, largefile, wchar -# -# BR2_PACKAGE_OPEN2300 is not set -# BR2_PACKAGE_OPENOCD is not set - -# -# openpowerlink needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_PARTED is not set -# BR2_PACKAGE_PCIUTILS is not set -# BR2_PACKAGE_PICOCOM is not set -# BR2_PACKAGE_PPS_TOOLS is not set -# BR2_PACKAGE_READ_EDID is not set -# BR2_PACKAGE_RNG_TOOLS is not set -# BR2_PACKAGE_SANE_BACKENDS is not set -# BR2_PACKAGE_SDPARM is not set -# BR2_PACKAGE_SETSERIAL is not set -# BR2_PACKAGE_SG3_UTILS is not set -# BR2_PACKAGE_SIGROK_CLI is not set -# BR2_PACKAGE_SISPMCTL is not set - -# -# smartmontools needs a toolchain w/ C++ -# -# BR2_PACKAGE_SMSTOOLS3 is not set - -# -# snowball-hdmiservice needs a toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_SREDIRD is not set -# BR2_PACKAGE_STATSERIAL is not set -# BR2_PACKAGE_SYSSTAT is not set - -# -# targetcli-fb depends on Python -# -# BR2_PACKAGE_TI_UIM is not set -# BR2_PACKAGE_TI_UTILS is not set -# BR2_PACKAGE_TRIGGERHAPPY is not set -# BR2_PACKAGE_UBOOT_TOOLS is not set - -# -# udisks needs udev /dev management -# - -# -# udisks needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_USB_MODESWITCH is not set -# BR2_PACKAGE_USB_MODESWITCH_DATA is not set - -# -# usbmount requires udev to be enabled -# - -# -# usbutils needs udev /dev management and toolchain w/ threads -# -# BR2_PACKAGE_W_SCAN is not set -# BR2_PACKAGE_WIPE is not set -# BR2_PACKAGE_XORRISO is not set - -# -# Interpreter languages and scripting -# -# BR2_PACKAGE_ENSCRIPT is not set - -# -# erlang needs a toolchain w/ threads, shared library -# -# BR2_PACKAGE_GUILE is not set -# BR2_PACKAGE_HASERL is not set -# BR2_PACKAGE_JAMVM is not set -# BR2_PACKAGE_JIMTCL is not set -# BR2_PACKAGE_LUA is not set -# BR2_PACKAGE_LUAJIT is not set -BR2_PACKAGE_MONO_ARCH_SUPPORTS=y -# BR2_PACKAGE_MONO is not set - -# -# nodejs needs a toolchain w/ C++, IPv6, largefile, threads -# -# BR2_PACKAGE_PERL is not set -# BR2_PACKAGE_PHP is not set -# BR2_PACKAGE_PYTHON is not set -# BR2_PACKAGE_PYTHON3 is not set - -# -# ruby needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_TCL is not set - -# -# Libraries -# - -# -# Audio/Sound -# -# BR2_PACKAGE_ALSA_LIB is not set - -# -# audiofile needs a toolchain w/ C++ -# -# BR2_PACKAGE_CELT051 is not set - -# -# fdk-aac needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBAO is not set -# BR2_PACKAGE_LIBCDAUDIO is not set -# BR2_PACKAGE_LIBCDIO is not set -# BR2_PACKAGE_LIBCUE is not set -# BR2_PACKAGE_LIBCUEFILE is not set -# BR2_PACKAGE_LIBID3TAG is not set -# BR2_PACKAGE_LIBLO is not set -# BR2_PACKAGE_LIBMAD is not set - -# -# libmodplug needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMPD is not set -# BR2_PACKAGE_LIBMPDCLIENT is not set -# BR2_PACKAGE_LIBREPLAYGAIN is not set -# BR2_PACKAGE_LIBSAMPLERATE is not set -# BR2_PACKAGE_LIBSNDFILE is not set -# BR2_PACKAGE_LIBSOXR is not set -# BR2_PACKAGE_LIBVORBIS is not set - -# -# mp4v2 needs a toolchain w/ C++ -# - -# -# opencore-amr needs a toolchain w/ C++ -# -# BR2_PACKAGE_OPUS is not set -# BR2_PACKAGE_PORTAUDIO is not set -# BR2_PACKAGE_SPEEX is not set - -# -# taglib needs a toolchain w/ C++, wchar -# - -# -# tinyalsa needs toolchain w/ dynamic library -# -# BR2_PACKAGE_TREMOR is not set -# BR2_PACKAGE_VO_AACENC is not set - -# -# webrtc-audio-processing needs a toolchain w/ C++, threads -# - -# -# Compression and decompression -# -# BR2_PACKAGE_LIBARCHIVE is not set -# BR2_PACKAGE_LIBZIP is not set -# BR2_PACKAGE_LZO is not set - -# -# snappy needs a toolchain w/ C++ -# -# BR2_PACKAGE_SZIP is not set -BR2_PACKAGE_ZLIB=y - -# -# Crypto -# -# BR2_PACKAGE_BEECRYPT is not set -BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y - -# -# botan needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_CA_CERTIFICATES is not set - -# -# cryptodev needs a Linux kernel to be built -# -# BR2_PACKAGE_GNUTLS is not set -# BR2_PACKAGE_LIBASSUAN is not set -# BR2_PACKAGE_LIBGCRYPT is not set -# BR2_PACKAGE_LIBGPG_ERROR is not set -# BR2_PACKAGE_LIBGPGME is not set -# BR2_PACKAGE_LIBKSBA is not set -# BR2_PACKAGE_LIBMCRYPT is not set -# BR2_PACKAGE_LIBMHASH is not set - -# -# libnss needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBSECRET is not set -# BR2_PACKAGE_LIBSHA1 is not set -# BR2_PACKAGE_LIBSSH2 is not set -# BR2_PACKAGE_NETTLE is not set -BR2_PACKAGE_OPENSSL=y -# BR2_PACKAGE_OPENSSL_BIN is not set -# BR2_PACKAGE_OPENSSL_ENGINES is not set -# BR2_PACKAGE_POLARSSL is not set - -# -# Database -# -# BR2_PACKAGE_BERKELEYDB is not set -# BR2_PACKAGE_GDBM is not set - -# -# MySQL needs a toolchain w/ C++, threads -# - -# -# postgresql needs a toolchain w/ glibc -# -# BR2_PACKAGE_REDIS is not set -# BR2_PACKAGE_SQLCIPHER is not set -# BR2_PACKAGE_SQLITE is not set - -# -# Filesystem -# -# BR2_PACKAGE_GAMIN is not set -# BR2_PACKAGE_LIBCONFIG is not set -# BR2_PACKAGE_LIBCONFUSE is not set - -# -# libfuse needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBLOCKFILE is not set - -# -# libnfs needs a toolchain w/ RPC and LARGEFILE -# -# BR2_PACKAGE_LIBSYSFS is not set -# BR2_PACKAGE_LOCKDEV is not set - -# -# Graphics -# -# BR2_PACKAGE_ATK is not set -# BR2_PACKAGE_CAIRO is not set - -# -# exiv2 needs a toolchain w/ C++, dynamic library -# -# BR2_PACKAGE_FONTCONFIG is not set -# BR2_PACKAGE_FREETYPE is not set -# BR2_PACKAGE_GD is not set -# BR2_PACKAGE_GDK_PIXBUF is not set - -# -# giblib support needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_GIFLIB is not set - -# -# harfbuzz needs a toolchain w/ C++ -# -# BR2_PACKAGE_HICOLOR_ICON_THEME is not set - -# -# imlib2 needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_JASPER is not set -# BR2_PACKAGE_JPEG is not set -# BR2_PACKAGE_LCMS2 is not set -# BR2_PACKAGE_LIBART is not set -# BR2_PACKAGE_LIBDMTX is not set -# BR2_PACKAGE_LIBDRM is not set -# BR2_PACKAGE_LIBEXIF is not set -# BR2_PACKAGE_LIBGEOTIFF is not set - -# -# libglew depends on X.org and needs an OpenGL backend -# - -# -# libglu needs an OpenGL backend -# - -# -# libgtk3 needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBPNG is not set -# BR2_PACKAGE_LIBQRENCODE is not set - -# -# libraw needs a toolchain w/ C++ -# - -# -# librsvg needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_LIBSVG is not set -# BR2_PACKAGE_LIBSVG_CAIRO is not set -# BR2_PACKAGE_LIBSVGTINY is not set -# BR2_PACKAGE_LIBUNGIF is not set - -# -# libva needs a toolchain w/ largefile, threads, dynamic library -# - -# -# libva intel driver needs a toolchain w/ largefile, threads, dynamic library -# - -# -# libvips needs a toolchain w/ wchar, threads, C++ -# - -# -# opencv needs a toolchain w/ C++, NPTL, wchar -# - -# -# pango needs a toolchain w/ wchar, threads, C++ -# -# BR2_PACKAGE_PIXMAN is not set - -# -# poppler needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_TIFF is not set - -# -# wayland needs a toolchain w/ threads, dynamic library -# -BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y - -# -# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_WEBP is not set - -# -# zxing needs a toolchain w/ C++ -# - -# -# Hardware handling -# - -# -# ccid needs a toolchain w/ threads, dynamic library -# - -# -# dtc needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_GNU_EFI is not set - -# -# lcdapi needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBAIO is not set - -# -# libatasmart requires udev to be enabled -# - -# -# libcec needs a toolchain w/ C++, wchar, threads, dynamic library -# -# BR2_PACKAGE_LIBFREEFARE is not set -# BR2_PACKAGE_LIBFTDI is not set -# BR2_PACKAGE_LIBHID is not set -# BR2_PACKAGE_LIBIIO is not set - -# -# libinput needs udev /dev management -# -# BR2_PACKAGE_LIBIQRF is not set -# BR2_PACKAGE_LIBLLCP is not set - -# -# libmbim needs udev /dev management and a toolchain w/ wchar, threads -# -# BR2_PACKAGE_LIBNFC is not set -# BR2_PACKAGE_LIBPCIACCESS is not set -# BR2_PACKAGE_LIBQMI is not set -# BR2_PACKAGE_LIBRAW1394 is not set -# BR2_PACKAGE_LIBRTLSDR is not set - -# -# libserial needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSERIALPORT is not set -# BR2_PACKAGE_LIBSIGROK is not set -# BR2_PACKAGE_LIBSIGROKDECODE is not set -# BR2_PACKAGE_LIBSOC is not set -# BR2_PACKAGE_LIBUSB is not set - -# -# libv4l needs a toolchain w/ largefile, threads and C++, headers >= 3.0 -# -# BR2_PACKAGE_LIBXKBCOMMON is not set -# BR2_PACKAGE_MTDEV is not set -# BR2_PACKAGE_NEARDAL is not set - -# -# pcsc-lite needs a toolchain w/ threads, dynamic library -# - -# -# tslib needs a toolchain w/ dynamic library -# - -# -# urg needs a toolchain w/ C++ -# - -# -# Javascript -# -# BR2_PACKAGE_BOOTSTRAP is not set -# BR2_PACKAGE_EXPLORERCANVAS is not set -# BR2_PACKAGE_FLOT is not set -# BR2_PACKAGE_JQUERY is not set -# BR2_PACKAGE_JQUERY_KEYBOARD is not set -# BR2_PACKAGE_JQUERY_MOBILE is not set -# BR2_PACKAGE_JQUERY_SPARKLINE is not set -# BR2_PACKAGE_JQUERY_UI is not set -# BR2_PACKAGE_JQUERY_VALIDATION is not set -# BR2_PACKAGE_JSMIN is not set -# BR2_PACKAGE_JSON_JAVASCRIPT is not set - -# -# JSON/XML -# - -# -# benejson needs a toolchain w/ C++ -# -# BR2_PACKAGE_EXPAT is not set -# BR2_PACKAGE_EZXML is not set -# BR2_PACKAGE_JANSSON is not set -# BR2_PACKAGE_JSON_C is not set -# BR2_PACKAGE_JSON_GLIB is not set - -# -# libjson needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBROXML is not set -# BR2_PACKAGE_LIBXML2 is not set - -# -# libxml++ needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBXMLRPC is not set -# BR2_PACKAGE_LIBXSLT is not set -# BR2_PACKAGE_LIBYAML is not set -# BR2_PACKAGE_MXML is not set -# BR2_PACKAGE_RAPIDJSON is not set - -# -# tinyxml needs a toolchain w/ C++ -# - -# -# xerces-c++ needs a toolchain w/ C++, wchar -# -# BR2_PACKAGE_YAJL is not set - -# -# yaml-cpp needs a toolchain w/ C++, largefile, threads -# - -# -# Logging -# -# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set -# BR2_PACKAGE_LIBLOGGING is not set - -# -# log4cplus needs a toolchain w/ C++, wchar, threads -# - -# -# log4cxx needs a toolchain w/ C++, threads, dynamic library -# - -# -# zlog needs a toolchain w/ threads, largefile, dynamic library -# - -# -# Multimedia -# -# BR2_PACKAGE_LIBASS is not set -# BR2_PACKAGE_LIBDVBCSA is not set - -# -# libdvbsi++ needs a toolchain w/ C++, wchar, threads -# - -# -# libdvdnav needs a toolchain w/ dynamic library, largefile, threads -# - -# -# libdvdread needs a toolchain w/ dynamic library, largefile -# - -# -# libebml needs a toolchain w/ C++ -# - -# -# libmatroska needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBMMS is not set -# BR2_PACKAGE_LIBMPEG2 is not set -# BR2_PACKAGE_LIBOGG is not set -# BR2_PACKAGE_LIBPLAYER is not set -# BR2_PACKAGE_LIBTHEORA is not set - -# -# live555 needs a toolchain w/ C++ -# - -# -# mediastreamer needs a toolchain w/ threads, C++, IPv6 -# -# BR2_PACKAGE_X264 is not set - -# -# Networking -# - -# -# agent++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_C_ARES is not set -BR2_PACKAGE_CANFESTIVAL_ARCH_SUPPORTS=y - -# -# canfestival needs a toolchain w/ threads and dynamic library -# -# BR2_PACKAGE_CGIC is not set - -# -# cppzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# czmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# filemq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# -# BR2_PACKAGE_FLICKCURL is not set -# BR2_PACKAGE_FREERADIUS_CLIENT is not set -# BR2_PACKAGE_GEOIP is not set -# BR2_PACKAGE_GLIB_NETWORKING is not set -# BR2_PACKAGE_LIBCGI is not set - -# -# libcgicc needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBCURL is not set -# BR2_PACKAGE_LIBDNET is not set -# BR2_PACKAGE_LIBEXOSIP2 is not set -# BR2_PACKAGE_LIBFCGI is not set -# BR2_PACKAGE_LIBGSASL is not set -# BR2_PACKAGE_LIBIDN is not set -# BR2_PACKAGE_LIBISCSI is not set -# BR2_PACKAGE_LIBMBUS is not set - -# -# libmemcached needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBMICROHTTPD is not set -# BR2_PACKAGE_LIBMNL is not set -# BR2_PACKAGE_LIBMODBUS is not set -# BR2_PACKAGE_LIBNDP is not set -# BR2_PACKAGE_LIBNICE is not set -# BR2_PACKAGE_LIBNETFILTER_ACCT is not set -# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set -# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set -# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set -# BR2_PACKAGE_LIBNETFILTER_LOG is not set -# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set -# BR2_PACKAGE_LIBNFNETLINK is not set -# BR2_PACKAGE_LIBNFTNL is not set -# BR2_PACKAGE_LIBNL is not set -# BR2_PACKAGE_LIBOAUTH is not set -# BR2_PACKAGE_LIBOPING is not set -# BR2_PACKAGE_LIBOSIP2 is not set -# BR2_PACKAGE_LIBPCAP is not set -# BR2_PACKAGE_LIBRSYNC is not set - -# -# libshairplay needs a toolchain w/ IPv6, threads, dynamic library -# -# BR2_PACKAGE_LIBSHOUT is not set -# BR2_PACKAGE_LIBSOCKETCAN is not set -# BR2_PACKAGE_LIBSOUP is not set -# BR2_PACKAGE_LIBSRTP is not set -# BR2_PACKAGE_LIBSTROPHE is not set -# BR2_PACKAGE_LIBTIRPC is not set - -# -# libtorrent needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_LIBUPNP is not set - -# -# libupnpp needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_LIBURIPARSER is not set -# BR2_PACKAGE_LIBVNCSERVER is not set -# BR2_PACKAGE_LIBWEBSOCK is not set -# BR2_PACKAGE_LIBWEBSOCKETS is not set -# BR2_PACKAGE_NEON is not set - -# -# omniORB needs a toolchain w/ C++, threads -# -# BR2_PACKAGE_OPENLDAP is not set -# BR2_PACKAGE_OPENPGM is not set -# BR2_PACKAGE_ORTP is not set -# BR2_PACKAGE_RTMPDUMP is not set -# BR2_PACKAGE_SLIRP is not set - -# -# snmp++ needs a toolchain w/ threads, C++, dynamic library -# -# BR2_PACKAGE_SOFIA_SIP is not set - -# -# thrift needs a toolchain w/ C++, largefile, wchar, threads -# -# BR2_PACKAGE_USBREDIR is not set - -# -# wvstreams needs a toolchain w/ C++, largefile -# - -# -# zeromq needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zmqpp needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# zyre needs a toolchain w/ C++, IPv6, largefile, wchar, threads -# - -# -# Other -# - -# -# apr needs a toolchain w/ dynamic library -# - -# -# apr-util needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_ARGP_STANDALONE is not set - -# -# armadillo needs a toolchain w/ C++, largefile -# -BR2_PACKAGE_BDWGC_ARCH_SUPPORTS=y -# BR2_PACKAGE_BDWGC is not set - -# -# boost needs a toolchain w/ C++, largefile, threads -# -# BR2_PACKAGE_CLAPACK is not set - -# -# cppcms needs a toolchain w/ C++, NPTL, wchar, dynamic library -# -# BR2_PACKAGE_DING_LIBS is not set - -# -# eigen needs a toolchain w/ C++ -# - -# -# elfutils needs a toolchain w/ largefile, wchar, dynamic library -# -# BR2_PACKAGE_FFTW is not set - -# -# flann needs a toolchain w/ C++, dynamic library -# - -# -# glibmm needs a toolchain w/ C++, wchar, threads -# - -# -# glm needs a toolchain w/ C++ -# -# BR2_PACKAGE_GMP is not set -# BR2_PACKAGE_GSL is not set - -# -# gtest needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBARGTABLE2 is not set -BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y -# BR2_PACKAGE_LIBATOMIC_OPS is not set -BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS=y - -# -# libbsd needs an (e)glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBCAP is not set -# BR2_PACKAGE_LIBCAP_NG is not set - -# -# libcgroup needs an (e)glibc toolchain w/ C++ -# -# BR2_PACKAGE_LIBDAEMON is not set -# BR2_PACKAGE_LIBEE is not set -# BR2_PACKAGE_LIBEV is not set -# BR2_PACKAGE_LIBEVDEV is not set -# BR2_PACKAGE_LIBEVENT is not set -# BR2_PACKAGE_LIBFFI is not set -# BR2_PACKAGE_LIBGLIB2 is not set -# BR2_PACKAGE_LIBICAL is not set - -# -# liblinear needs a toolchain w/ C++ -# -BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y -# BR2_PACKAGE_LIBNSPR is not set -# BR2_PACKAGE_LIBPFM4 is not set - -# -# libplist needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBPTHREAD_STUBS is not set -# BR2_PACKAGE_LIBPTHSEM is not set -# BR2_PACKAGE_LIBSECCOMP is not set - -# -# libsigc++ needs a toolchain w/ C++ -# -# BR2_PACKAGE_LIBSIGSEGV is not set -# BR2_PACKAGE_LIBTASN1 is not set -# BR2_PACKAGE_LIBTPL is not set - -# -# libubox needs a toolchain w/ dynamic library -# - -# -# libuci needs a toolchain w/ dynamic library -# - -# -# libunwind needs a uclibc snapshot or (e)glibc toolchain w/ threads -# -# BR2_PACKAGE_LIBURCU is not set -# BR2_PACKAGE_LIBUV is not set -# BR2_PACKAGE_LIGHTNING is not set - -# -# linux-pam needs a toolchain w/ wchar, locale, dynamic library -# -# BR2_PACKAGE_LTTNG_LIBUST is not set -# BR2_PACKAGE_MPC is not set -# BR2_PACKAGE_MPDECIMAL is not set -# BR2_PACKAGE_MPFR is not set - -# -# msgpack needs a toolchain w/ C++ -# -# BR2_PACKAGE_MTDEV2TUIO is not set -# BR2_PACKAGE_ORC is not set - -# -# p11-kit needs a toolchain w/ threads, dynamic library -# - -# -# poco needs a toolchain w/ wchar, threads, C++ -# - -# -# protobuf needs a toolchain w/ C++, threads -# - -# -# protobuf-c needs a toolchain w/ C++, threads -# - -# -# qhull needs a toolchain w/ C++, dynamic library -# - -# -# qlibc needs a toolchain w/ threads, wchar, dynamic library -# - -# -# Security -# - -# -# libselinux needs a toolchain w/ largefile, threads, dynamic library -# - -# -# libsemanage needs a toolchain w/ largefile, threads, dynamic library -# -# BR2_PACKAGE_LIBSEPOL is not set - -# -# Text and terminal handling -# - -# -# enchant needs a toolchain w/ C++, threads, wchar -# - -# -# icu needs a toolchain w/ C++, wchar, threads -# -# BR2_PACKAGE_LIBCLI is not set -# BR2_PACKAGE_LIBEDIT is not set -# BR2_PACKAGE_LIBENCA is not set -# BR2_PACKAGE_LIBESTR is not set -# BR2_PACKAGE_LIBFRIBIDI is not set -BR2_PACKAGE_LIBICONV=y -# BR2_PACKAGE_LIBUNISTRING is not set -# BR2_PACKAGE_LINENOISE is not set -# BR2_PACKAGE_NCURSES is not set -# BR2_PACKAGE_NEWT is not set -# BR2_PACKAGE_PCRE is not set -# BR2_PACKAGE_POPT is not set -# BR2_PACKAGE_READLINE is not set -# BR2_PACKAGE_SLANG is not set - -# -# tclap needs a toolchain w/ C++ -# -# BR2_PACKAGE_USTR is not set - -# -# Mail -# -# BR2_PACKAGE_DOVECOT is not set -# BR2_PACKAGE_EXIM is not set -# BR2_PACKAGE_FETCHMAIL is not set - -# -# heirloom-mailx needs a toolchain w/ dynamic library -# - -# -# libesmtp needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_MSMTP is not set -# BR2_PACKAGE_MUTT is not set - -# -# Miscellaneous -# -# BR2_PACKAGE_AESPIPE is not set -# BR2_PACKAGE_BC is not set -# BR2_PACKAGE_CLAMAV is not set - -# -# collectd needs a toolchain w/ IPv6, threads, dynamic library -# -# BR2_PACKAGE_EMPTY is not set -# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set -# BR2_PACKAGE_HAVEGED is not set -# BR2_PACKAGE_MCRYPT is not set -# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set -# BR2_PACKAGE_QEMU is not set -# BR2_PACKAGE_SHARED_MIME_INFO is not set - -# -# snowball-init needs a toolchain w/ wchar, threads, dynamic library -# -# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set -# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set - -# -# Networking applications -# -# BR2_PACKAGE_AICCU is not set -# BR2_PACKAGE_AIRCRACK_NG is not set -# BR2_PACKAGE_ARGUS is not set -# BR2_PACKAGE_ARPTABLES is not set -# BR2_PACKAGE_ATFTP is not set -# BR2_PACKAGE_AUTOSSH is not set -# BR2_PACKAGE_AXEL is not set -# BR2_PACKAGE_BANDWIDTHD is not set - -# -# bcusdk needs a toolchain w/ C++ -# - -# -# bind needs a toolchain w/ largefile, IPv6, dynamic library -# - -# -# bluez-utils needs a toolchain w/ wchar, threads, dynamic library -# - -# -# bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4, dynamic library -# -# BR2_PACKAGE_BMON is not set -# BR2_PACKAGE_BOA is not set -# BR2_PACKAGE_BRIDGE_UTILS is not set -# BR2_PACKAGE_BWM_NG is not set -# BR2_PACKAGE_CAN_UTILS is not set -# BR2_PACKAGE_CHRONY is not set -# BR2_PACKAGE_CIVETWEB is not set - -# -# connman needs a toolchain w/ IPv6, wchar, threads, resolver, dynamic library -# -# BR2_PACKAGE_CONNTRACK_TOOLS is not set - -# -# crda needs a toolchain w/ threads, dynamic library -# - -# -# ctorrent needs a toolchain w/ C++ -# -# BR2_PACKAGE_CUPS is not set -# BR2_PACKAGE_DHCPCD is not set -# BR2_PACKAGE_DHCPDUMP is not set -# BR2_PACKAGE_DNSMASQ is not set -# BR2_PACKAGE_DROPBEAR is not set -# BR2_PACKAGE_EBTABLES is not set - -# -# ejabberd needs erlang -# -# BR2_PACKAGE_ETHTOOL is not set - -# -# faifa needs a toolchain w/ dynamic library, threads -# -# BR2_PACKAGE_FPING is not set -# BR2_PACKAGE_GESFTPSERVER is not set -# BR2_PACKAGE_HIAWATHA is not set -# BR2_PACKAGE_HOSTAPD is not set -# BR2_PACKAGE_HTTPING is not set -# BR2_PACKAGE_IFTOP is not set - -# -# igh-ethercat needs a Linux kernel to be built -# -# BR2_PACKAGE_IGMPPROXY is not set - -# -# inadyn needs a toolchain w/ dynamic library -# - -# -# iperf needs a toolchain w/ C++ -# -# BR2_PACKAGE_IPERF3 is not set -# BR2_PACKAGE_IPROUTE2 is not set -# BR2_PACKAGE_IPSEC_TOOLS is not set -# BR2_PACKAGE_IPSET is not set -BR2_PACKAGE_IPTABLES=y -# BR2_PACKAGE_IPTRAF_NG is not set -# BR2_PACKAGE_IPUTILS is not set -# BR2_PACKAGE_IW is not set -# BR2_PACKAGE_JANUS_GATEWAY is not set - -# -# kismet needs a toolchain w/ threads, C++ -# -# BR2_PACKAGE_KNOCK is not set -# BR2_PACKAGE_LEAFNODE2 is not set - -# -# lftp requires a toolchain w/ C++, wchar -# - -# -# lighttpd needs a toolchain w/ dynamic library -# - -# -# linknx needs a toolchain w/ C++ -# -# BR2_PACKAGE_LINKS is not set - -# -# linphone needs a toolchain w/ threads, C++, IPv6 -# -# BR2_PACKAGE_LINUX_ZIGBEE is not set -# BR2_PACKAGE_LRZSZ is not set -# BR2_PACKAGE_MACCHANGER is not set -# BR2_PACKAGE_MEMCACHED is not set -# BR2_PACKAGE_MII_DIAG is not set -# BR2_PACKAGE_MINIDLNA is not set - -# -# mjpg-streamer needs a toolchain w/ threads, headers >= 3.0, dynamic library -# - -# -# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6 -# -# BR2_PACKAGE_MONGOOSE is not set -# BR2_PACKAGE_MROUTED is not set -# BR2_PACKAGE_MTR is not set -# BR2_PACKAGE_NBD is not set -# BR2_PACKAGE_NCFTP is not set -# BR2_PACKAGE_NDISC6 is not set -# BR2_PACKAGE_NETATALK is not set -# BR2_PACKAGE_NETPLUG is not set -# BR2_PACKAGE_NETSNMP is not set -# BR2_PACKAGE_NETSTAT_NAT is not set - -# -# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7 -# -# BR2_PACKAGE_NFACCT is not set -# BR2_PACKAGE_NFTABLES is not set -# BR2_PACKAGE_NGINX is not set -# BR2_PACKAGE_NGIRCD is not set -# BR2_PACKAGE_NGREP is not set - -# -# nmap needs a toolchain w/ C++, IPv6, threads -# -# BR2_PACKAGE_NOIP is not set -# BR2_PACKAGE_NTP is not set -# BR2_PACKAGE_NUTTCP is not set -# BR2_PACKAGE_ODHCP6C is not set -# BR2_PACKAGE_ODHCPLOC is not set -# BR2_PACKAGE_OLSR is not set -# BR2_PACKAGE_OPENNTPD is not set -# BR2_PACKAGE_OPENOBEX is not set -BR2_PACKAGE_OPENSSH=y -# BR2_PACKAGE_OPENSWAN is not set -# BR2_PACKAGE_OPENVPN is not set -# BR2_PACKAGE_P910ND is not set - -# -# portmap needs a toolchain w/ RPC -# - -# -# pppd needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_PPTP_LINUX is not set -# BR2_PACKAGE_PROFTPD is not set - -# -# proxychains-ng needs a toolchain w/ threads, dynamic library -# -# BR2_PACKAGE_PTPD is not set -# BR2_PACKAGE_PTPD2 is not set -# BR2_PACKAGE_PURE_FTPD is not set -# BR2_PACKAGE_QUAGGA is not set -# BR2_PACKAGE_RADVD is not set -# BR2_PACKAGE_RPCBIND is not set -# BR2_PACKAGE_RSH_REDONE is not set -# BR2_PACKAGE_RSYNC is not set - -# -# rtorrent needs a toolchain w/ C++, threads, wchar -# -# BR2_PACKAGE_RTPTOOLS is not set -# BR2_PACKAGE_SAMBA is not set -# BR2_PACKAGE_SAMBA4 is not set - -# -# sconeserver needs a toolchain w/ C++, NPTL -# -# BR2_PACKAGE_SER2NET is not set -# BR2_PACKAGE_SHAIRPORT_SYNC is not set -# BR2_PACKAGE_SMCROUTE is not set -# BR2_PACKAGE_SOCAT is not set -# BR2_PACKAGE_SOCKETCAND is not set -# BR2_PACKAGE_SPAWN_FCGI is not set - -# -# spice server depends on python (for pyparsing) -# -# BR2_PACKAGE_SPICE_PROTOCOL is not set - -# -# squid needs a toolchain w/ C++, IPv6, headers >= 3.0 -# -# BR2_PACKAGE_SSHPASS is not set -# BR2_PACKAGE_STRONGSWAN is not set -# BR2_PACKAGE_STUNNEL is not set -# BR2_PACKAGE_TCPDUMP is not set -# BR2_PACKAGE_TCPING is not set -# BR2_PACKAGE_TCPREPLAY is not set -# BR2_PACKAGE_THTTPD is not set -# BR2_PACKAGE_TINC is not set -# BR2_PACKAGE_TINYHTTPD is not set -# BR2_PACKAGE_TN5250 is not set -# BR2_PACKAGE_TRANSMISSION is not set -# BR2_PACKAGE_TVHEADEND is not set -# BR2_PACKAGE_UDPCAST is not set - -# -# ushare needs a toolchain w/ largefile, threads, dynamic library -# - -# -# ussp-push needs a toolchain w/ wchar, IPv6, threads, dynamic library -# - -# -# vde2 needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_VNSTAT is not set -# BR2_PACKAGE_VPNC is not set -# BR2_PACKAGE_VSFTPD is not set -# BR2_PACKAGE_VTUN is not set -# BR2_PACKAGE_WIRELESS_REGDB is not set -# BR2_PACKAGE_WIRELESS_TOOLS is not set -# BR2_PACKAGE_WIRESHARK is not set -# BR2_PACKAGE_WPA_SUPPLICANT is not set - -# -# wvdial needs a toolchain w/ C++, largefile -# -# BR2_PACKAGE_XINETD is not set -# BR2_PACKAGE_XL2TP is not set - -# -# xtables-addons needs a Linux kernel to be built -# - -# -# xtables-addons needs a toolchain w/ dynamic library, largefile, threads -# - -# -# znc needs a toolchain w/ C++ -# - -# -# Package managers -# -# BR2_PACKAGE_IPKG is not set -# BR2_PACKAGE_OPKG is not set - -# -# Real-Time -# -# BR2_PACKAGE_XENOMAI is not set - -# -# Shell and utilities -# - -# -# Shells -# - -# -# Utilities -# -# BR2_PACKAGE_AT is not set -# BR2_PACKAGE_CCRYPT is not set -# BR2_PACKAGE_DIALOG is not set -# BR2_PACKAGE_DTACH is not set -# BR2_PACKAGE_FILE is not set -# BR2_PACKAGE_GNUPG is not set - -# -# gnupg2 needs a toolchain w/ dynamic library -# -# BR2_PACKAGE_INOTIFY_TOOLS is not set -# BR2_PACKAGE_LOCKFILE_PROGS is not set -# BR2_PACKAGE_LOGROTATE is not set -# BR2_PACKAGE_LOGSURFER is not set -# BR2_PACKAGE_PINENTRY is not set -# BR2_PACKAGE_SCREEN is not set -# BR2_PACKAGE_SUDO is not set -# BR2_PACKAGE_TMUX is not set -# BR2_PACKAGE_XMLSTARLET is not set - -# -# System tools -# -# BR2_PACKAGE_ACL is not set -# BR2_PACKAGE_ATTR is not set -# BR2_PACKAGE_CPULOAD is not set -# BR2_PACKAGE_FTOP is not set -# BR2_PACKAGE_GETENT is not set -# BR2_PACKAGE_HTOP is not set -# BR2_PACKAGE_IPRUTILS is not set -# BR2_PACKAGE_IRQBALANCE is not set -# BR2_PACKAGE_KEYUTILS is not set -# BR2_PACKAGE_LXC is not set -# BR2_PACKAGE_MONIT is not set -# BR2_PACKAGE_NCDU is not set -# BR2_PACKAGE_NUMACTL is not set - -# -# nut needs a toolchain w/ C++ -# - -# -# openvmtools needs a toolchain w/ wchar, threads, RPC, largefile, locale -# -# BR2_PACKAGE_POLKIT is not set -# BR2_PACKAGE_PWGEN is not set -# BR2_PACKAGE_QUOTA is not set - -# -# smack needs a toolchain w/ dynamic library, threads, headers >= 3.0 -# - -# -# supervisor needs the python interpreter -# -BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y -BR2_PACKAGE_UTIL_LINUX=y -BR2_PACKAGE_UTIL_LINUX_LIBBLKID=y -# BR2_PACKAGE_UTIL_LINUX_LIBMOUNT is not set -# BR2_PACKAGE_UTIL_LINUX_LIBSMARTCOLS is not set -BR2_PACKAGE_UTIL_LINUX_LIBUUID=y -# BR2_PACKAGE_UTIL_LINUX_BINARIES is not set - -# -# Text editors and viewers -# -# BR2_PACKAGE_ED is not set -# BR2_PACKAGE_JOE is not set -# BR2_PACKAGE_NANO is not set -# BR2_PACKAGE_UEMACS is not set - -# -# Filesystem images -# -# BR2_TARGET_ROOTFS_CLOOP is not set -# BR2_TARGET_ROOTFS_CPIO is not set -# BR2_TARGET_ROOTFS_CRAMFS is not set -# BR2_TARGET_ROOTFS_EXT2 is not set - -# -# initramfs needs a Linux kernel to be built -# - -# -# iso image needs a Linux kernel to be built -# -# BR2_TARGET_ROOTFS_JFFS2 is not set -# BR2_TARGET_ROOTFS_ROMFS is not set -# BR2_TARGET_ROOTFS_SQUASHFS is not set -BR2_TARGET_ROOTFS_TAR=y -BR2_TARGET_ROOTFS_TAR_NONE=y -# BR2_TARGET_ROOTFS_TAR_GZIP is not set -# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set -# BR2_TARGET_ROOTFS_TAR_LZMA is not set -# BR2_TARGET_ROOTFS_TAR_LZO is not set -# BR2_TARGET_ROOTFS_TAR_XZ is not set -BR2_TARGET_ROOTFS_TAR_OPTIONS="" -# BR2_TARGET_ROOTFS_UBIFS is not set -# BR2_TARGET_ROOTFS_YAFFS2 is not set - -# -# Bootloaders -# -# BR2_TARGET_BAREBOX is not set -# BR2_TARGET_GRUB is not set -# BR2_TARGET_GRUB2 is not set -# BR2_TARGET_GUMMIBOOT is not set -# BR2_TARGET_SYSLINUX is not set -# BR2_TARGET_UBOOT is not set - -# -# Host utilities -# -# BR2_PACKAGE_HOST_CHECKPOLICY is not set -# BR2_PACKAGE_HOST_CRAMFS is not set -# BR2_PACKAGE_HOST_DFU_UTIL is not set -# BR2_PACKAGE_HOST_DOS2UNIX is not set -# BR2_PACKAGE_HOST_DOSFSTOOLS is not set -# BR2_PACKAGE_HOST_E2FSPROGS is not set -# BR2_PACKAGE_HOST_E2TOOLS is not set -# BR2_PACKAGE_HOST_GENEXT2FS is not set -# BR2_PACKAGE_HOST_GENIMAGE is not set -# BR2_PACKAGE_HOST_GENPART is not set -# BR2_PACKAGE_HOST_LPC3250LOADER is not set -# BR2_PACKAGE_HOST_MKE2IMG is not set -# BR2_PACKAGE_HOST_MTD is not set -# BR2_PACKAGE_HOST_MTOOLS is not set -# BR2_PACKAGE_HOST_OPENOCD is not set -# BR2_PACKAGE_HOST_PARTED is not set -# BR2_PACKAGE_HOST_PATCHELF is not set -# BR2_PACKAGE_HOST_PWGEN is not set -# BR2_PACKAGE_HOST_QEMU is not set -# BR2_PACKAGE_HOST_SAM_BA is not set -# BR2_PACKAGE_HOST_SQUASHFS is not set -# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set -# BR2_PACKAGE_HOST_UTIL_LINUX is not set - -# -# Legacy config options -# - -# -# Legacy options removed in 2015.02 -# -# BR2_PACKAGE_LIBGC is not set -# BR2_PACKAGE_WDCTL is not set -# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set -# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set -# BR2_PACKAGE_M4 is not set -# BR2_PACKAGE_FLEX_BINARY is not set -# BR2_PACKAGE_BISON is not set -# BR2_PACKAGE_GOB2 is not set -# BR2_PACKAGE_DISTCC is not set -# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set -# BR2_PACKAGE_STRONGSWAN_TOOLS is not set -# BR2_PACKAGE_XBMC_ADDON_XVDR is not set -# BR2_PACKAGE_XBMC_PVR_ADDONS is not set -# BR2_PACKAGE_XBMC is not set -# BR2_PACKAGE_XBMC_ALSA_LIB is not set -# BR2_PACKAGE_XBMC_AVAHI is not set -# BR2_PACKAGE_XBMC_DBUS is not set -# BR2_PACKAGE_XBMC_LIBBLURAY is not set -# BR2_PACKAGE_XBMC_GOOM is not set -# BR2_PACKAGE_XBMC_RSXS is not set -# BR2_PACKAGE_XBMC_LIBCEC is not set -# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set -# BR2_PACKAGE_XBMC_LIBNFS is not set -# BR2_PACKAGE_XBMC_RTMPDUMP is not set -# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set -# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set -# BR2_PACKAGE_XBMC_LIBTHEORA is not set -# BR2_PACKAGE_XBMC_LIBUSB is not set -# BR2_PACKAGE_XBMC_LIBVA is not set -# BR2_PACKAGE_XBMC_WAVPACK is not set -# BR2_PREFER_STATIC_LIB is not set - -# -# Legacy options removed in 2014.11 -# -# BR2_x86_generic is not set -# BR2_GCC_VERSION_4_4_X is not set -# BR2_sparc_sparchfleon is not set -# BR2_sparc_sparchfleonv8 is not set -# BR2_sparc_sparcsfleon is not set -# BR2_sparc_sparcsfleonv8 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set - -# -# Legacy options removed in 2014.08 -# -# BR2_PACKAGE_LIBELF is not set -# BR2_KERNEL_HEADERS_3_8 is not set -# BR2_PACKAGE_GETTEXT_TOOLS is not set -# BR2_PACKAGE_PROCPS is not set -# BR2_BINUTILS_VERSION_2_20_1 is not set -# BR2_BINUTILS_VERSION_2_21 is not set -# BR2_BINUTILS_VERSION_2_23_1 is not set -# BR2_UCLIBC_VERSION_0_9_32 is not set -# BR2_GCC_VERSION_4_3_X is not set -# BR2_GCC_VERSION_4_6_X is not set -# BR2_GDB_VERSION_7_4 is not set -# BR2_GDB_VERSION_7_5 is not set -# BR2_BUSYBOX_VERSION_1_19_X is not set -# BR2_BUSYBOX_VERSION_1_20_X is not set -# BR2_BUSYBOX_VERSION_1_21_X is not set -# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set -# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set -# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set -# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set -# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set - -# -# Legacy options removed in 2014.05 -# -# BR2_PACKAGE_EVTEST_CAPTURE is not set -# BR2_KERNEL_HEADERS_3_6 is not set -# BR2_KERNEL_HEADERS_3_7 is not set -# BR2_PACKAGE_VALA is not set -BR2_PACKAGE_TZDATA_ZONELIST="" -# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set -# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set -# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set -# BR2_PACKAGE_DVB_APPS_UTILS is not set -# BR2_KERNEL_HEADERS_SNAP is not set -# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set -# BR2_PACKAGE_UDEV is not set -# BR2_PACKAGE_UDEV_RULES_GEN is not set -# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set - -# -# Legacy options removed in 2014.02 -# -# BR2_sh2 is not set -# BR2_sh3 is not set -# BR2_sh3eb is not set -# BR2_KERNEL_HEADERS_3_1 is not set -# BR2_KERNEL_HEADERS_3_3 is not set -# BR2_KERNEL_HEADERS_3_5 is not set -# BR2_GDB_VERSION_7_2 is not set -# BR2_GDB_VERSION_7_3 is not set -# BR2_PACKAGE_CCACHE is not set -# BR2_HAVE_DOCUMENTATION is not set -# BR2_PACKAGE_AUTOMAKE is not set -# BR2_PACKAGE_AUTOCONF is not set -# BR2_PACKAGE_XSTROKE is not set -# BR2_PACKAGE_LZMA is not set -# BR2_PACKAGE_TTCP is not set -# BR2_PACKAGE_LIBNFC_LLCP is not set -# BR2_PACKAGE_MYSQL_CLIENT is not set -# BR2_PACKAGE_SQUASHFS3 is not set -# BR2_TARGET_ROOTFS_SQUASHFS3 is not set -# BR2_PACKAGE_NETKITBASE is not set -# BR2_PACKAGE_NETKITTELNET is not set -# BR2_PACKAGE_LUASQL is not set -# BR2_PACKAGE_LUACJSON is not set - -# -# Legacy options removed in 2013.11 -# -# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set -# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set -# BR2_PACKAGE_MODULE_INIT_TOOLS is not set -BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL="" -BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION="" -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="" -BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="" - -# -# Legacy options removed in 2013.08 -# -# BR2_ARM_OABI is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set -# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set -# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set -# BR2_ELF2FLT is not set -# BR2_VFP_FLOAT is not set -# BR2_PACKAGE_GCC_TARGET is not set -# BR2_HAVE_DEVFILES is not set - -# -# Legacy options removed in 2013.05 -# -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set -# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set - -# -# Legacy options removed in 2013.02 -# -# BR2_sa110 is not set -# BR2_sa1100 is not set -# BR2_PACKAGE_GDISK is not set -# BR2_PACKAGE_GDISK_GDISK is not set -# BR2_PACKAGE_GDISK_SGDISK is not set -# BR2_PACKAGE_GDB_HOST is not set -# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set -# BR2_PACKAGE_DIRECTB_TESTS is not set - -# -# Legacy options removed in 2012.11 -# -# BR2_PACKAGE_CUSTOMIZE is not set -# BR2_PACKAGE_XSERVER_xorg is not set -# BR2_PACKAGE_XSERVER_tinyx is not set -# BR2_PACKAGE_PTHREAD_STUBS is not set - -# -# Legacy options removed in 2012.08 -# -# BR2_PACKAGE_GETTEXT_STATIC is not set -# BR2_PACKAGE_LIBINTL is not set -# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set -# BR2_BFIN_FDPIC is not set -# BR2_BFIN_FLAT is not set diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/busybox-ps-modprobe-only.config b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/busybox-ps-modprobe-only.config deleted file mode 100644 index 94fc81c3..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/config/busybox-ps-modprobe-only.config +++ /dev/null @@ -1,1002 +0,0 @@ -# -# Automatically generated make config: don't edit -# Busybox version: 1.22.1 -# Mon Feb 16 05:30:21 2015 -# -CONFIG_HAVE_DOT_CONFIG=y - -# -# Busybox Settings -# - -# -# General Configuration -# -CONFIG_DESKTOP=y -# CONFIG_EXTRA_COMPAT is not set -CONFIG_INCLUDE_SUSv2=y -# CONFIG_USE_PORTABLE_CODE is not set -CONFIG_PLATFORM_LINUX=y -CONFIG_FEATURE_BUFFERS_USE_MALLOC=y -# CONFIG_FEATURE_BUFFERS_GO_ON_STACK is not set -# CONFIG_FEATURE_BUFFERS_GO_IN_BSS is not set -CONFIG_SHOW_USAGE=y -CONFIG_FEATURE_VERBOSE_USAGE=y -# CONFIG_FEATURE_COMPRESS_USAGE is not set -CONFIG_FEATURE_INSTALLER=y -# CONFIG_INSTALL_NO_USR is not set -# CONFIG_LOCALE_SUPPORT is not set -# CONFIG_UNICODE_SUPPORT is not set -# CONFIG_UNICODE_USING_LOCALE is not set -# CONFIG_FEATURE_CHECK_UNICODE_IN_ENV is not set -CONFIG_SUBST_WCHAR=0 -CONFIG_LAST_SUPPORTED_WCHAR=0 -# CONFIG_UNICODE_COMBINING_WCHARS is not set -# CONFIG_UNICODE_WIDE_WCHARS is not set -# CONFIG_UNICODE_BIDI_SUPPORT is not set -# CONFIG_UNICODE_NEUTRAL_TABLE is not set -# CONFIG_UNICODE_PRESERVE_BROKEN is not set -CONFIG_LONG_OPTS=y -CONFIG_FEATURE_DEVPTS=y -CONFIG_FEATURE_CLEAN_UP=y -CONFIG_FEATURE_UTMP=y -CONFIG_FEATURE_WTMP=y -# CONFIG_FEATURE_PIDFILE is not set -CONFIG_PID_FILE_PATH="" -CONFIG_FEATURE_SUID=y -# CONFIG_FEATURE_SUID_CONFIG is not set -# CONFIG_FEATURE_SUID_CONFIG_QUIET is not set -# CONFIG_SELINUX is not set -# CONFIG_FEATURE_PREFER_APPLETS is not set -CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" -# CONFIG_FEATURE_SYSLOG is not set -# CONFIG_FEATURE_HAVE_RPC is not set - -# -# Build Options -# -# CONFIG_STATIC is not set -# CONFIG_PIE is not set -# CONFIG_NOMMU is not set -# CONFIG_BUILD_LIBBUSYBOX is not set -# CONFIG_FEATURE_INDIVIDUAL is not set -# CONFIG_FEATURE_SHARED_BUSYBOX is not set -CONFIG_LFS=y -CONFIG_CROSS_COMPILER_PREFIX="" -CONFIG_SYSROOT="" -CONFIG_EXTRA_CFLAGS="" -CONFIG_EXTRA_LDFLAGS="" -CONFIG_EXTRA_LDLIBS="" - -# -# Debugging Options -# -# CONFIG_DEBUG is not set -# CONFIG_DEBUG_PESSIMIZE is not set -# CONFIG_WERROR is not set -CONFIG_NO_DEBUG_LIB=y -# CONFIG_DMALLOC is not set -# CONFIG_EFENCE is not set - -# -# Installation Options ("make install" behavior) -# -CONFIG_INSTALL_APPLET_SYMLINKS=y -# CONFIG_INSTALL_APPLET_HARDLINKS is not set -# CONFIG_INSTALL_APPLET_SCRIPT_WRAPPERS is not set -# CONFIG_INSTALL_APPLET_DONT is not set -# CONFIG_INSTALL_SH_APPLET_SYMLINK is not set -# CONFIG_INSTALL_SH_APPLET_HARDLINK is not set -# CONFIG_INSTALL_SH_APPLET_SCRIPT_WRAPPER is not set -CONFIG_PREFIX="./_install" - -# -# Busybox Library Tuning -# -# CONFIG_FEATURE_SYSTEMD is not set -CONFIG_FEATURE_RTMINMAX=y -CONFIG_PASSWORD_MINLEN=6 -CONFIG_MD5_SMALL=1 -CONFIG_SHA3_SMALL=1 -# CONFIG_FEATURE_FAST_TOP is not set -# CONFIG_FEATURE_ETC_NETWORKS is not set -# CONFIG_FEATURE_USE_TERMIOS is not set -CONFIG_FEATURE_EDITING=y -CONFIG_FEATURE_EDITING_MAX_LEN=1024 -CONFIG_FEATURE_EDITING_VI=y -CONFIG_FEATURE_EDITING_HISTORY=999 -CONFIG_FEATURE_EDITING_SAVEHISTORY=y -# CONFIG_FEATURE_EDITING_SAVE_ON_EXIT is not set -CONFIG_FEATURE_REVERSE_SEARCH=y -CONFIG_FEATURE_TAB_COMPLETION=y -# CONFIG_FEATURE_USERNAME_COMPLETION is not set -CONFIG_FEATURE_EDITING_FANCY_PROMPT=y -# CONFIG_FEATURE_EDITING_ASK_TERMINAL is not set -CONFIG_FEATURE_NON_POSIX_CP=y -# CONFIG_FEATURE_VERBOSE_CP_MESSAGE is not set -CONFIG_FEATURE_COPYBUF_KB=4 -CONFIG_FEATURE_SKIP_ROOTFS=y -CONFIG_MONOTONIC_SYSCALL=y -CONFIG_IOCTL_HEX2STR_ERROR=y -CONFIG_FEATURE_HWIB=y - -# -# Applets -# - -# -# Archival Utilities -# -# CONFIG_FEATURE_SEAMLESS_XZ is not set -# CONFIG_FEATURE_SEAMLESS_LZMA is not set -# CONFIG_FEATURE_SEAMLESS_BZ2 is not set -# CONFIG_FEATURE_SEAMLESS_GZ is not set -# CONFIG_FEATURE_SEAMLESS_Z is not set -# CONFIG_AR is not set -# CONFIG_FEATURE_AR_LONG_FILENAMES is not set -# CONFIG_FEATURE_AR_CREATE is not set -# CONFIG_UNCOMPRESS is not set -# CONFIG_GUNZIP is not set -# CONFIG_BUNZIP2 is not set -# CONFIG_UNLZMA is not set -# CONFIG_FEATURE_LZMA_FAST is not set -# CONFIG_LZMA is not set -# CONFIG_UNXZ is not set -# CONFIG_XZ is not set -# CONFIG_BZIP2 is not set -# CONFIG_CPIO is not set -# CONFIG_FEATURE_CPIO_O is not set -# CONFIG_FEATURE_CPIO_P is not set -# CONFIG_DPKG is not set -# CONFIG_DPKG_DEB is not set -# CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY is not set -# CONFIG_GZIP is not set -# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set -CONFIG_GZIP_FAST=0 -# CONFIG_LZOP is not set -# CONFIG_LZOP_COMPR_HIGH is not set -# CONFIG_RPM is not set -# CONFIG_RPM2CPIO is not set -# CONFIG_TAR is not set -# CONFIG_FEATURE_TAR_CREATE is not set -# CONFIG_FEATURE_TAR_AUTODETECT is not set -# CONFIG_FEATURE_TAR_FROM is not set -# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set -# CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set -# CONFIG_FEATURE_TAR_GNU_EXTENSIONS is not set -# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set -# CONFIG_FEATURE_TAR_TO_COMMAND is not set -# CONFIG_FEATURE_TAR_UNAME_GNAME is not set -# CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set -# CONFIG_FEATURE_TAR_SELINUX is not set -# CONFIG_UNZIP is not set - -# -# Coreutils -# -# CONFIG_BASENAME is not set -# CONFIG_CAT is not set -# CONFIG_DATE is not set -# CONFIG_FEATURE_DATE_ISOFMT is not set -# CONFIG_FEATURE_DATE_NANO is not set -# CONFIG_FEATURE_DATE_COMPAT is not set -# CONFIG_HOSTID is not set -# CONFIG_ID is not set -# CONFIG_GROUPS is not set -# CONFIG_TEST is not set -# CONFIG_FEATURE_TEST_64 is not set -# CONFIG_TOUCH is not set -# CONFIG_FEATURE_TOUCH_NODEREF is not set -# CONFIG_FEATURE_TOUCH_SUSV3 is not set -# CONFIG_TR is not set -# CONFIG_FEATURE_TR_CLASSES is not set -# CONFIG_FEATURE_TR_EQUIV is not set -# CONFIG_BASE64 is not set -# CONFIG_WHO is not set -# CONFIG_USERS is not set -# CONFIG_CAL is not set -# CONFIG_CATV is not set -# CONFIG_CHGRP is not set -# CONFIG_CHMOD is not set -# CONFIG_CHOWN is not set -# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set -# CONFIG_CHROOT is not set -# CONFIG_CKSUM is not set -# CONFIG_COMM is not set -# CONFIG_CP is not set -# CONFIG_FEATURE_CP_LONG_OPTIONS is not set -# CONFIG_CUT is not set -# CONFIG_DD is not set -# CONFIG_FEATURE_DD_SIGNAL_HANDLING is not set -# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set -# CONFIG_FEATURE_DD_IBS_OBS is not set -# CONFIG_DF is not set -# CONFIG_FEATURE_DF_FANCY is not set -# CONFIG_DIRNAME is not set -# CONFIG_DOS2UNIX is not set -# CONFIG_UNIX2DOS is not set -# CONFIG_DU is not set -# CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K is not set -CONFIG_ECHO=y -# CONFIG_FEATURE_FANCY_ECHO is not set -# CONFIG_ENV is not set -# CONFIG_FEATURE_ENV_LONG_OPTIONS is not set -# CONFIG_EXPAND is not set -# CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set -# CONFIG_EXPR is not set -# CONFIG_EXPR_MATH_SUPPORT_64 is not set -# CONFIG_FALSE is not set -# CONFIG_FOLD is not set -# CONFIG_FSYNC is not set -# CONFIG_HEAD is not set -# CONFIG_FEATURE_FANCY_HEAD is not set -# CONFIG_INSTALL is not set -# CONFIG_FEATURE_INSTALL_LONG_OPTIONS is not set -# CONFIG_LN is not set -# CONFIG_LOGNAME is not set -# CONFIG_LS is not set -# CONFIG_FEATURE_LS_FILETYPES is not set -# CONFIG_FEATURE_LS_FOLLOWLINKS is not set -# CONFIG_FEATURE_LS_RECURSIVE is not set -# CONFIG_FEATURE_LS_SORTFILES is not set -# CONFIG_FEATURE_LS_TIMESTAMPS is not set -# CONFIG_FEATURE_LS_USERNAME is not set -# CONFIG_FEATURE_LS_COLOR is not set -# CONFIG_FEATURE_LS_COLOR_IS_DEFAULT is not set -# CONFIG_MD5SUM is not set -# CONFIG_MKDIR is not set -# CONFIG_FEATURE_MKDIR_LONG_OPTIONS is not set -# CONFIG_MKFIFO is not set -# CONFIG_MKNOD is not set -# CONFIG_MV is not set -# CONFIG_FEATURE_MV_LONG_OPTIONS is not set -# CONFIG_NICE is not set -# CONFIG_NOHUP is not set -# CONFIG_OD is not set -# CONFIG_PRINTENV is not set -# CONFIG_PRINTF is not set -# CONFIG_PWD is not set -# CONFIG_READLINK is not set -# CONFIG_FEATURE_READLINK_FOLLOW is not set -# CONFIG_REALPATH is not set -# CONFIG_RM is not set -# CONFIG_RMDIR is not set -# CONFIG_FEATURE_RMDIR_LONG_OPTIONS is not set -# CONFIG_SEQ is not set -# CONFIG_SHA1SUM is not set -# CONFIG_SHA256SUM is not set -# CONFIG_SHA512SUM is not set -# CONFIG_SHA3SUM is not set -# CONFIG_SLEEP is not set -# CONFIG_FEATURE_FANCY_SLEEP is not set -# CONFIG_FEATURE_FLOAT_SLEEP is not set -# CONFIG_SORT is not set -# CONFIG_FEATURE_SORT_BIG is not set -# CONFIG_SPLIT is not set -# CONFIG_FEATURE_SPLIT_FANCY is not set -# CONFIG_STAT is not set -# CONFIG_FEATURE_STAT_FORMAT is not set -# CONFIG_STTY is not set -# CONFIG_SUM is not set -# CONFIG_SYNC is not set -# CONFIG_TAC is not set -# CONFIG_TAIL is not set -# CONFIG_FEATURE_FANCY_TAIL is not set -# CONFIG_TEE is not set -# CONFIG_FEATURE_TEE_USE_BLOCK_IO is not set -# CONFIG_TRUE is not set -# CONFIG_TTY is not set -# CONFIG_UNAME is not set -# CONFIG_UNEXPAND is not set -# CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set -# CONFIG_UNIQ is not set -# CONFIG_USLEEP is not set -# CONFIG_UUDECODE is not set -# CONFIG_UUENCODE is not set -# CONFIG_WC is not set -# CONFIG_FEATURE_WC_LARGE is not set -# CONFIG_WHOAMI is not set -# CONFIG_YES is not set -# CONFIG_FEATURE_PRESERVE_HARDLINKS is not set -# CONFIG_FEATURE_AUTOWIDTH is not set -# CONFIG_FEATURE_HUMAN_READABLE is not set -# CONFIG_FEATURE_MD5_SHA1_SUM_CHECK is not set - -# -# Console Utilities -# -# CONFIG_CHVT is not set -# CONFIG_FGCONSOLE is not set -# CONFIG_CLEAR is not set -# CONFIG_DEALLOCVT is not set -# CONFIG_DUMPKMAP is not set -# CONFIG_KBD_MODE is not set -# CONFIG_LOADFONT is not set -# CONFIG_LOADKMAP is not set -# CONFIG_OPENVT is not set -# CONFIG_RESET is not set -# CONFIG_RESIZE is not set -# CONFIG_FEATURE_RESIZE_PRINT is not set -# CONFIG_SETCONSOLE is not set -# CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS is not set -# CONFIG_SETFONT is not set -# CONFIG_FEATURE_SETFONT_TEXTUAL_MAP is not set -CONFIG_DEFAULT_SETFONT_DIR="" -# CONFIG_SETKEYCODES is not set -# CONFIG_SETLOGCONS is not set -# CONFIG_SHOWKEY is not set -# CONFIG_FEATURE_LOADFONT_PSF2 is not set -# CONFIG_FEATURE_LOADFONT_RAW is not set - -# -# Debian Utilities -# -# CONFIG_MKTEMP is not set -# CONFIG_PIPE_PROGRESS is not set -# CONFIG_RUN_PARTS is not set -# CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS is not set -# CONFIG_FEATURE_RUN_PARTS_FANCY is not set -# CONFIG_START_STOP_DAEMON is not set -# CONFIG_FEATURE_START_STOP_DAEMON_FANCY is not set -# CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS is not set -# CONFIG_WHICH is not set - -# -# Editors -# -# CONFIG_AWK is not set -# CONFIG_FEATURE_AWK_LIBM is not set -# CONFIG_FEATURE_AWK_GNU_EXTENSIONS is not set -# CONFIG_CMP is not set -# CONFIG_DIFF is not set -# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set -# CONFIG_FEATURE_DIFF_DIR is not set -# CONFIG_ED is not set -# CONFIG_PATCH is not set -# CONFIG_SED is not set -# CONFIG_VI is not set -CONFIG_FEATURE_VI_MAX_LEN=0 -# CONFIG_FEATURE_VI_8BIT is not set -# CONFIG_FEATURE_VI_COLON is not set -# CONFIG_FEATURE_VI_YANKMARK is not set -# CONFIG_FEATURE_VI_SEARCH is not set -# CONFIG_FEATURE_VI_REGEX_SEARCH is not set -# CONFIG_FEATURE_VI_USE_SIGNALS is not set -# CONFIG_FEATURE_VI_DOT_CMD is not set -# CONFIG_FEATURE_VI_READONLY is not set -# CONFIG_FEATURE_VI_SETOPTS is not set -# CONFIG_FEATURE_VI_SET is not set -# CONFIG_FEATURE_VI_WIN_RESIZE is not set -# CONFIG_FEATURE_VI_ASK_TERMINAL is not set -# CONFIG_FEATURE_ALLOW_EXEC is not set - -# -# Finding Utilities -# -# CONFIG_FIND is not set -# CONFIG_FEATURE_FIND_PRINT0 is not set -# CONFIG_FEATURE_FIND_MTIME is not set -# CONFIG_FEATURE_FIND_MMIN is not set -# CONFIG_FEATURE_FIND_PERM is not set -# CONFIG_FEATURE_FIND_TYPE is not set -# CONFIG_FEATURE_FIND_XDEV is not set -# CONFIG_FEATURE_FIND_MAXDEPTH is not set -# CONFIG_FEATURE_FIND_NEWER is not set -# CONFIG_FEATURE_FIND_INUM is not set -# CONFIG_FEATURE_FIND_EXEC is not set -# CONFIG_FEATURE_FIND_USER is not set -# CONFIG_FEATURE_FIND_GROUP is not set -# CONFIG_FEATURE_FIND_NOT is not set -# CONFIG_FEATURE_FIND_DEPTH is not set -# CONFIG_FEATURE_FIND_PAREN is not set -# CONFIG_FEATURE_FIND_SIZE is not set -# CONFIG_FEATURE_FIND_PRUNE is not set -# CONFIG_FEATURE_FIND_DELETE is not set -# CONFIG_FEATURE_FIND_PATH is not set -# CONFIG_FEATURE_FIND_REGEX is not set -# CONFIG_FEATURE_FIND_CONTEXT is not set -# CONFIG_FEATURE_FIND_LINKS is not set -# CONFIG_GREP is not set -# CONFIG_FEATURE_GREP_EGREP_ALIAS is not set -# CONFIG_FEATURE_GREP_FGREP_ALIAS is not set -# CONFIG_FEATURE_GREP_CONTEXT is not set -# CONFIG_XARGS is not set -# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set -# CONFIG_FEATURE_XARGS_SUPPORT_QUOTES is not set -# CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT is not set -# CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM is not set - -# -# Init Utilities -# -# CONFIG_BOOTCHARTD is not set -# CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER is not set -# CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE is not set -# CONFIG_HALT is not set -# CONFIG_FEATURE_CALL_TELINIT is not set -CONFIG_TELINIT_PATH="" -# CONFIG_INIT is not set -# CONFIG_FEATURE_USE_INITTAB is not set -# CONFIG_FEATURE_KILL_REMOVED is not set -CONFIG_FEATURE_KILL_DELAY=0 -# CONFIG_FEATURE_INIT_SCTTY is not set -# CONFIG_FEATURE_INIT_SYSLOG is not set -# CONFIG_FEATURE_EXTRA_QUIET is not set -# CONFIG_FEATURE_INIT_COREDUMPS is not set -# CONFIG_FEATURE_INITRD is not set -CONFIG_INIT_TERMINAL_TYPE="" -# CONFIG_MESG is not set -# CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP is not set - -# -# Login/Password Management Utilities -# -# CONFIG_ADD_SHELL is not set -# CONFIG_REMOVE_SHELL is not set -# CONFIG_FEATURE_SHADOWPASSWDS is not set -# CONFIG_USE_BB_PWD_GRP is not set -# CONFIG_USE_BB_SHADOW is not set -# CONFIG_USE_BB_CRYPT is not set -# CONFIG_USE_BB_CRYPT_SHA is not set -# CONFIG_ADDUSER is not set -# CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set -# CONFIG_FEATURE_CHECK_NAMES is not set -CONFIG_FIRST_SYSTEM_ID=0 -CONFIG_LAST_SYSTEM_ID=0 -# CONFIG_ADDGROUP is not set -# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set -# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set -# CONFIG_DELUSER is not set -# CONFIG_DELGROUP is not set -# CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set -# CONFIG_GETTY is not set -# CONFIG_LOGIN is not set -# CONFIG_LOGIN_SESSION_AS_CHILD is not set -# CONFIG_PAM is not set -# CONFIG_LOGIN_SCRIPTS is not set -# CONFIG_FEATURE_NOLOGIN is not set -# CONFIG_FEATURE_SECURETTY is not set -# CONFIG_PASSWD is not set -# CONFIG_FEATURE_PASSWD_WEAK_CHECK is not set -# CONFIG_CRYPTPW is not set -# CONFIG_CHPASSWD is not set -CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="" -# CONFIG_SU is not set -# CONFIG_FEATURE_SU_SYSLOG is not set -# CONFIG_FEATURE_SU_CHECKS_SHELLS is not set -# CONFIG_SULOGIN is not set -# CONFIG_VLOCK is not set - -# -# Linux Ext2 FS Progs -# -# CONFIG_CHATTR is not set -# CONFIG_FSCK is not set -# CONFIG_LSATTR is not set -# CONFIG_TUNE2FS is not set - -# -# Linux Module Utilities -# -# CONFIG_MODINFO is not set -# CONFIG_MODPROBE_SMALL is not set -# CONFIG_FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is not set -# CONFIG_FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED is not set -CONFIG_INSMOD=y -CONFIG_RMMOD=y -CONFIG_LSMOD=y -CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y -CONFIG_MODPROBE=y -# CONFIG_FEATURE_MODPROBE_BLACKLIST is not set -# CONFIG_DEPMOD is not set - -# -# Options common to multiple modutils -# -# CONFIG_FEATURE_2_4_MODULES is not set -# CONFIG_FEATURE_INSMOD_TRY_MMAP is not set -# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set -# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set -# CONFIG_FEATURE_INSMOD_LOADINKMEM is not set -# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set -# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set -CONFIG_FEATURE_CHECK_TAINTED_MODULE=y -CONFIG_FEATURE_MODUTILS_ALIAS=y -CONFIG_FEATURE_MODUTILS_SYMBOLS=y -CONFIG_DEFAULT_MODULES_DIR="/lib/modules" -CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" - -# -# Linux System Utilities -# -# CONFIG_BLOCKDEV is not set -# CONFIG_FSTRIM is not set -# CONFIG_MDEV is not set -# CONFIG_FEATURE_MDEV_CONF is not set -# CONFIG_FEATURE_MDEV_RENAME is not set -# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set -# CONFIG_FEATURE_MDEV_EXEC is not set -# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set -# CONFIG_REV is not set -# CONFIG_ACPID is not set -# CONFIG_FEATURE_ACPID_COMPAT is not set -# CONFIG_BLKID is not set -# CONFIG_FEATURE_BLKID_TYPE is not set -# CONFIG_DMESG is not set -# CONFIG_FEATURE_DMESG_PRETTY is not set -# CONFIG_FBSET is not set -# CONFIG_FEATURE_FBSET_FANCY is not set -# CONFIG_FEATURE_FBSET_READMODE is not set -# CONFIG_FDFLUSH is not set -# CONFIG_FDFORMAT is not set -# CONFIG_FDISK is not set -# CONFIG_FDISK_SUPPORT_LARGE_DISKS is not set -# CONFIG_FEATURE_FDISK_WRITABLE is not set -# CONFIG_FEATURE_AIX_LABEL is not set -# CONFIG_FEATURE_SGI_LABEL is not set -# CONFIG_FEATURE_SUN_LABEL is not set -# CONFIG_FEATURE_OSF_LABEL is not set -# CONFIG_FEATURE_GPT_LABEL is not set -# CONFIG_FEATURE_FDISK_ADVANCED is not set -# CONFIG_FINDFS is not set -# CONFIG_FLOCK is not set -# CONFIG_FREERAMDISK is not set -# CONFIG_FSCK_MINIX is not set -# CONFIG_MKFS_EXT2 is not set -# CONFIG_MKFS_MINIX is not set -# CONFIG_FEATURE_MINIX2 is not set -# CONFIG_MKFS_REISER is not set -# CONFIG_MKFS_VFAT is not set -# CONFIG_GETOPT is not set -# CONFIG_FEATURE_GETOPT_LONG is not set -# CONFIG_HEXDUMP is not set -# CONFIG_FEATURE_HEXDUMP_REVERSE is not set -# CONFIG_HD is not set -# CONFIG_HWCLOCK is not set -# CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS is not set -# CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS is not set -# CONFIG_IPCRM is not set -# CONFIG_IPCS is not set -# CONFIG_LOSETUP is not set -# CONFIG_LSPCI is not set -# CONFIG_LSUSB is not set -# CONFIG_MKSWAP is not set -# CONFIG_FEATURE_MKSWAP_UUID is not set -# CONFIG_MORE is not set -# CONFIG_MOUNT is not set -# CONFIG_FEATURE_MOUNT_FAKE is not set -# CONFIG_FEATURE_MOUNT_VERBOSE is not set -# CONFIG_FEATURE_MOUNT_HELPERS is not set -# CONFIG_FEATURE_MOUNT_LABEL is not set -# CONFIG_FEATURE_MOUNT_NFS is not set -# CONFIG_FEATURE_MOUNT_CIFS is not set -# CONFIG_FEATURE_MOUNT_FLAGS is not set -# CONFIG_FEATURE_MOUNT_FSTAB is not set -# CONFIG_PIVOT_ROOT is not set -# CONFIG_RDATE is not set -# CONFIG_RDEV is not set -# CONFIG_READPROFILE is not set -# CONFIG_RTCWAKE is not set -# CONFIG_SCRIPT is not set -# CONFIG_SCRIPTREPLAY is not set -# CONFIG_SETARCH is not set -# CONFIG_SWAPONOFF is not set -# CONFIG_FEATURE_SWAPON_PRI is not set -# CONFIG_SWITCH_ROOT is not set -# CONFIG_UMOUNT is not set -# CONFIG_FEATURE_UMOUNT_ALL is not set -# CONFIG_FEATURE_MOUNT_LOOP is not set -# CONFIG_FEATURE_MOUNT_LOOP_CREATE is not set -# CONFIG_FEATURE_MTAB_SUPPORT is not set -# CONFIG_VOLUMEID is not set -# CONFIG_FEATURE_VOLUMEID_BTRFS is not set -# CONFIG_FEATURE_VOLUMEID_CRAMFS is not set -# CONFIG_FEATURE_VOLUMEID_EXFAT is not set -# CONFIG_FEATURE_VOLUMEID_EXT is not set -# CONFIG_FEATURE_VOLUMEID_F2FS is not set -# CONFIG_FEATURE_VOLUMEID_FAT is not set -# CONFIG_FEATURE_VOLUMEID_HFS is not set -# CONFIG_FEATURE_VOLUMEID_ISO9660 is not set -# CONFIG_FEATURE_VOLUMEID_JFS is not set -# CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set -# CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set -# CONFIG_FEATURE_VOLUMEID_LUKS is not set -# CONFIG_FEATURE_VOLUMEID_NILFS is not set -# CONFIG_FEATURE_VOLUMEID_NTFS is not set -# CONFIG_FEATURE_VOLUMEID_OCFS2 is not set -# CONFIG_FEATURE_VOLUMEID_REISERFS is not set -# CONFIG_FEATURE_VOLUMEID_ROMFS is not set -# CONFIG_FEATURE_VOLUMEID_SQUASHFS is not set -# CONFIG_FEATURE_VOLUMEID_SYSV is not set -# CONFIG_FEATURE_VOLUMEID_UDF is not set -# CONFIG_FEATURE_VOLUMEID_XFS is not set - -# -# Miscellaneous Utilities -# -# CONFIG_CONSPY is not set -# CONFIG_LESS is not set -CONFIG_FEATURE_LESS_MAXLINES=0 -# CONFIG_FEATURE_LESS_BRACKETS is not set -# CONFIG_FEATURE_LESS_FLAGS is not set -# CONFIG_FEATURE_LESS_MARKS is not set -# CONFIG_FEATURE_LESS_REGEXP is not set -# CONFIG_FEATURE_LESS_WINCH is not set -# CONFIG_FEATURE_LESS_ASK_TERMINAL is not set -# CONFIG_FEATURE_LESS_DASHCMD is not set -# CONFIG_FEATURE_LESS_LINENUMS is not set -# CONFIG_NANDWRITE is not set -# CONFIG_NANDDUMP is not set -# CONFIG_RFKILL is not set -# CONFIG_SETSERIAL is not set -# CONFIG_UBIATTACH is not set -# CONFIG_UBIDETACH is not set -# CONFIG_UBIMKVOL is not set -# CONFIG_UBIRMVOL is not set -# CONFIG_UBIRSVOL is not set -# CONFIG_UBIUPDATEVOL is not set -# CONFIG_WALL is not set -# CONFIG_ADJTIMEX is not set -# CONFIG_BBCONFIG is not set -# CONFIG_FEATURE_COMPRESS_BBCONFIG is not set -# CONFIG_BEEP is not set -CONFIG_FEATURE_BEEP_FREQ=0 -CONFIG_FEATURE_BEEP_LENGTH_MS=0 -# CONFIG_CHAT is not set -# CONFIG_FEATURE_CHAT_NOFAIL is not set -# CONFIG_FEATURE_CHAT_TTY_HIFI is not set -# CONFIG_FEATURE_CHAT_IMPLICIT_CR is not set -# CONFIG_FEATURE_CHAT_SWALLOW_OPTS is not set -# CONFIG_FEATURE_CHAT_SEND_ESCAPES is not set -# CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set -# CONFIG_FEATURE_CHAT_CLR_ABORT is not set -# CONFIG_CHRT is not set -# CONFIG_CROND is not set -# CONFIG_FEATURE_CROND_D is not set -# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set -CONFIG_FEATURE_CROND_DIR="" -# CONFIG_CRONTAB is not set -# CONFIG_DC is not set -# CONFIG_FEATURE_DC_LIBM is not set -# CONFIG_DEVFSD is not set -# CONFIG_DEVFSD_MODLOAD is not set -# CONFIG_DEVFSD_FG_NP is not set -# CONFIG_DEVFSD_VERBOSE is not set -# CONFIG_FEATURE_DEVFS is not set -# CONFIG_DEVMEM is not set -# CONFIG_EJECT is not set -# CONFIG_FEATURE_EJECT_SCSI is not set -# CONFIG_FBSPLASH is not set -# CONFIG_FLASHCP is not set -# CONFIG_FLASH_LOCK is not set -# CONFIG_FLASH_UNLOCK is not set -# CONFIG_FLASH_ERASEALL is not set -# CONFIG_IONICE is not set -# CONFIG_INOTIFYD is not set -# CONFIG_LAST is not set -# CONFIG_FEATURE_LAST_SMALL is not set -# CONFIG_FEATURE_LAST_FANCY is not set -# CONFIG_HDPARM is not set -# CONFIG_FEATURE_HDPARM_GET_IDENTITY is not set -# CONFIG_FEATURE_HDPARM_HDIO_SCAN_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_DRIVE_RESET is not set -# CONFIG_FEATURE_HDPARM_HDIO_TRISTATE_HWIF is not set -# CONFIG_FEATURE_HDPARM_HDIO_GETSET_DMA is not set -# CONFIG_MAKEDEVS is not set -# CONFIG_FEATURE_MAKEDEVS_LEAF is not set -# CONFIG_FEATURE_MAKEDEVS_TABLE is not set -# CONFIG_MAN is not set -# CONFIG_MICROCOM is not set -# CONFIG_MOUNTPOINT is not set -# CONFIG_MT is not set -# CONFIG_RAIDAUTORUN is not set -# CONFIG_READAHEAD is not set -# CONFIG_RUNLEVEL is not set -# CONFIG_RX is not set -# CONFIG_SETSID is not set -# CONFIG_STRINGS is not set -# CONFIG_TASKSET is not set -# CONFIG_FEATURE_TASKSET_FANCY is not set -# CONFIG_TIME is not set -# CONFIG_TIMEOUT is not set -# CONFIG_TTYSIZE is not set -# CONFIG_VOLNAME is not set -# CONFIG_WATCHDOG is not set - -# -# Networking Utilities -# -# CONFIG_NAMEIF is not set -# CONFIG_FEATURE_NAMEIF_EXTENDED is not set -# CONFIG_NBDCLIENT is not set -# CONFIG_NC is not set -# CONFIG_NC_SERVER is not set -# CONFIG_NC_EXTRA is not set -# CONFIG_NC_110_COMPAT is not set -# CONFIG_PING is not set -# CONFIG_PING6 is not set -# CONFIG_FEATURE_FANCY_PING is not set -# CONFIG_WHOIS is not set -# CONFIG_FEATURE_IPV6 is not set -# CONFIG_FEATURE_UNIX_LOCAL is not set -# CONFIG_FEATURE_PREFER_IPV4_ADDRESS is not set -# CONFIG_VERBOSE_RESOLUTION_ERRORS is not set -# CONFIG_ARP is not set -# CONFIG_ARPING is not set -# CONFIG_BRCTL is not set -# CONFIG_FEATURE_BRCTL_FANCY is not set -# CONFIG_FEATURE_BRCTL_SHOW is not set -# CONFIG_DNSD is not set -# CONFIG_ETHER_WAKE is not set -# CONFIG_FAKEIDENTD is not set -# CONFIG_FTPD is not set -# CONFIG_FEATURE_FTP_WRITE is not set -# CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST is not set -# CONFIG_FTPGET is not set -# CONFIG_FTPPUT is not set -# CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set -# CONFIG_HOSTNAME is not set -# CONFIG_HTTPD is not set -# CONFIG_FEATURE_HTTPD_RANGES is not set -# CONFIG_FEATURE_HTTPD_USE_SENDFILE is not set -# CONFIG_FEATURE_HTTPD_SETUID is not set -# CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set -# CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set -# CONFIG_FEATURE_HTTPD_CGI is not set -# CONFIG_FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR is not set -# CONFIG_FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV is not set -# CONFIG_FEATURE_HTTPD_ENCODE_URL_STR is not set -# CONFIG_FEATURE_HTTPD_ERROR_PAGES is not set -# CONFIG_FEATURE_HTTPD_PROXY is not set -# CONFIG_FEATURE_HTTPD_GZIP is not set -# CONFIG_IFCONFIG is not set -# CONFIG_FEATURE_IFCONFIG_STATUS is not set -# CONFIG_FEATURE_IFCONFIG_SLIP is not set -# CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ is not set -# CONFIG_FEATURE_IFCONFIG_HW is not set -# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set -# CONFIG_IFENSLAVE is not set -# CONFIG_IFPLUGD is not set -# CONFIG_IFUPDOWN is not set -CONFIG_IFUPDOWN_IFSTATE_PATH="" -# CONFIG_FEATURE_IFUPDOWN_IP is not set -# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set -# CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set -# CONFIG_FEATURE_IFUPDOWN_IPV4 is not set -# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set -# CONFIG_FEATURE_IFUPDOWN_MAPPING is not set -# CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set -# CONFIG_INETD is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME is not set -# CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN is not set -# CONFIG_FEATURE_INETD_RPC is not set -# CONFIG_IP is not set -# CONFIG_FEATURE_IP_ADDRESS is not set -# CONFIG_FEATURE_IP_LINK is not set -# CONFIG_FEATURE_IP_ROUTE is not set -# CONFIG_FEATURE_IP_TUNNEL is not set -# CONFIG_FEATURE_IP_RULE is not set -# CONFIG_FEATURE_IP_SHORT_FORMS is not set -# CONFIG_FEATURE_IP_RARE_PROTOCOLS is not set -# CONFIG_IPADDR is not set -# CONFIG_IPLINK is not set -# CONFIG_IPROUTE is not set -# CONFIG_IPTUNNEL is not set -# CONFIG_IPRULE is not set -# CONFIG_IPCALC is not set -# CONFIG_FEATURE_IPCALC_FANCY is not set -# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set -# CONFIG_NETSTAT is not set -# CONFIG_FEATURE_NETSTAT_WIDE is not set -# CONFIG_FEATURE_NETSTAT_PRG is not set -# CONFIG_NSLOOKUP is not set -# CONFIG_NTPD is not set -# CONFIG_FEATURE_NTPD_SERVER is not set -# CONFIG_PSCAN is not set -# CONFIG_ROUTE is not set -# CONFIG_SLATTACH is not set -# CONFIG_TCPSVD is not set -# CONFIG_TELNET is not set -# CONFIG_FEATURE_TELNET_TTYPE is not set -# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set -# CONFIG_TELNETD is not set -# CONFIG_FEATURE_TELNETD_STANDALONE is not set -# CONFIG_FEATURE_TELNETD_INETD_WAIT is not set -# CONFIG_TFTP is not set -# CONFIG_TFTPD is not set -# CONFIG_FEATURE_TFTP_GET is not set -# CONFIG_FEATURE_TFTP_PUT is not set -# CONFIG_FEATURE_TFTP_BLOCKSIZE is not set -# CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set -# CONFIG_TFTP_DEBUG is not set -# CONFIG_TRACEROUTE is not set -# CONFIG_TRACEROUTE6 is not set -# CONFIG_FEATURE_TRACEROUTE_VERBOSE is not set -# CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE is not set -# CONFIG_FEATURE_TRACEROUTE_USE_ICMP is not set -# CONFIG_TUNCTL is not set -# CONFIG_FEATURE_TUNCTL_UG is not set -# CONFIG_UDHCPC6 is not set -# CONFIG_UDHCPD is not set -# CONFIG_DHCPRELAY is not set -# CONFIG_DUMPLEASES is not set -# CONFIG_FEATURE_UDHCPD_WRITE_LEASES_EARLY is not set -# CONFIG_FEATURE_UDHCPD_BASE_IP_ON_MAC is not set -CONFIG_DHCPD_LEASES_FILE="" -# CONFIG_UDHCPC is not set -# CONFIG_FEATURE_UDHCPC_ARPING is not set -# CONFIG_FEATURE_UDHCP_PORT is not set -CONFIG_UDHCP_DEBUG=0 -# CONFIG_FEATURE_UDHCP_RFC3397 is not set -# CONFIG_FEATURE_UDHCP_8021Q is not set -CONFIG_UDHCPC_DEFAULT_SCRIPT="" -CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=0 -CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" -# CONFIG_UDPSVD is not set -# CONFIG_VCONFIG is not set -# CONFIG_WGET is not set -# CONFIG_FEATURE_WGET_STATUSBAR is not set -# CONFIG_FEATURE_WGET_AUTHENTICATION is not set -# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set -# CONFIG_FEATURE_WGET_TIMEOUT is not set -# CONFIG_ZCIP is not set - -# -# Print Utilities -# -# CONFIG_LPD is not set -# CONFIG_LPR is not set -# CONFIG_LPQ is not set - -# -# Mail Utilities -# -# CONFIG_MAKEMIME is not set -CONFIG_FEATURE_MIME_CHARSET="" -# CONFIG_POPMAILDIR is not set -# CONFIG_FEATURE_POPMAILDIR_DELIVERY is not set -# CONFIG_REFORMIME is not set -# CONFIG_FEATURE_REFORMIME_COMPAT is not set -# CONFIG_SENDMAIL is not set - -# -# Process Utilities -# -# CONFIG_IOSTAT is not set -# CONFIG_LSOF is not set -# CONFIG_MPSTAT is not set -# CONFIG_NMETER is not set -# CONFIG_PMAP is not set -# CONFIG_POWERTOP is not set -# CONFIG_PSTREE is not set -# CONFIG_PWDX is not set -# CONFIG_SMEMCAP is not set -# CONFIG_TOP is not set -# CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE is not set -# CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS is not set -# CONFIG_FEATURE_TOP_SMP_CPU is not set -# CONFIG_FEATURE_TOP_DECIMALS is not set -# CONFIG_FEATURE_TOP_SMP_PROCESS is not set -# CONFIG_FEATURE_TOPMEM is not set -# CONFIG_UPTIME is not set -# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set -# CONFIG_FREE is not set -# CONFIG_FUSER is not set -# CONFIG_KILL is not set -# CONFIG_KILLALL is not set -# CONFIG_KILLALL5 is not set -# CONFIG_PGREP is not set -# CONFIG_PIDOF is not set -# CONFIG_FEATURE_PIDOF_SINGLE is not set -# CONFIG_FEATURE_PIDOF_OMIT is not set -# CONFIG_PKILL is not set -CONFIG_PS=y -# CONFIG_FEATURE_PS_WIDE is not set -# CONFIG_FEATURE_PS_LONG is not set -# CONFIG_FEATURE_PS_TIME is not set -# CONFIG_FEATURE_PS_ADDITIONAL_COLUMNS is not set -# CONFIG_FEATURE_PS_UNUSUAL_SYSTEMS is not set -# CONFIG_RENICE is not set -# CONFIG_BB_SYSCTL is not set -# CONFIG_FEATURE_SHOW_THREADS is not set -# CONFIG_WATCH is not set - -# -# Runit Utilities -# -# CONFIG_RUNSV is not set -# CONFIG_RUNSVDIR is not set -# CONFIG_FEATURE_RUNSVDIR_LOG is not set -# CONFIG_SV is not set -CONFIG_SV_DEFAULT_SERVICE_DIR="" -# CONFIG_SVLOGD is not set -# CONFIG_CHPST is not set -# CONFIG_SETUIDGID is not set -# CONFIG_ENVUIDGID is not set -# CONFIG_ENVDIR is not set -# CONFIG_SOFTLIMIT is not set -# CONFIG_CHCON is not set -# CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set -# CONFIG_GETENFORCE is not set -# CONFIG_GETSEBOOL is not set -# CONFIG_LOAD_POLICY is not set -# CONFIG_MATCHPATHCON is not set -# CONFIG_RESTORECON is not set -# CONFIG_RUNCON is not set -# CONFIG_FEATURE_RUNCON_LONG_OPTIONS is not set -# CONFIG_SELINUXENABLED is not set -# CONFIG_SETENFORCE is not set -# CONFIG_SETFILES is not set -# CONFIG_FEATURE_SETFILES_CHECK_OPTION is not set -# CONFIG_SETSEBOOL is not set -# CONFIG_SESTATUS is not set - -# -# Shells -# -# CONFIG_ASH is not set -# CONFIG_ASH_BASH_COMPAT is not set -# CONFIG_ASH_IDLE_TIMEOUT is not set -# CONFIG_ASH_JOB_CONTROL is not set -# CONFIG_ASH_ALIAS is not set -# CONFIG_ASH_GETOPTS is not set -# CONFIG_ASH_BUILTIN_ECHO is not set -# CONFIG_ASH_BUILTIN_PRINTF is not set -# CONFIG_ASH_BUILTIN_TEST is not set -# CONFIG_ASH_CMDCMD is not set -# CONFIG_ASH_MAIL is not set -# CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set -# CONFIG_ASH_RANDOM_SUPPORT is not set -# CONFIG_ASH_EXPAND_PRMT is not set -# CONFIG_CTTYHACK is not set -# CONFIG_HUSH is not set -# CONFIG_HUSH_BASH_COMPAT is not set -# CONFIG_HUSH_BRACE_EXPANSION is not set -# CONFIG_HUSH_HELP is not set -# CONFIG_HUSH_INTERACTIVE is not set -# CONFIG_HUSH_SAVEHISTORY is not set -# CONFIG_HUSH_JOB is not set -# CONFIG_HUSH_TICK is not set -# CONFIG_HUSH_IF is not set -# CONFIG_HUSH_LOOPS is not set -# CONFIG_HUSH_CASE is not set -# CONFIG_HUSH_FUNCTIONS is not set -# CONFIG_HUSH_LOCAL is not set -# CONFIG_HUSH_RANDOM_SUPPORT is not set -# CONFIG_HUSH_EXPORT_N is not set -# CONFIG_HUSH_MODE_X is not set -# CONFIG_MSH is not set -# CONFIG_FEATURE_SH_IS_ASH is not set -# CONFIG_FEATURE_SH_IS_HUSH is not set -CONFIG_FEATURE_SH_IS_NONE=y -# CONFIG_FEATURE_BASH_IS_ASH is not set -# CONFIG_FEATURE_BASH_IS_HUSH is not set -CONFIG_FEATURE_BASH_IS_NONE=y -# CONFIG_SH_MATH_SUPPORT is not set -# CONFIG_SH_MATH_SUPPORT_64 is not set -# CONFIG_FEATURE_SH_EXTRA_QUIET is not set -# CONFIG_FEATURE_SH_STANDALONE is not set -# CONFIG_FEATURE_SH_NOFORK is not set -# CONFIG_FEATURE_SH_HISTFILESIZE is not set - -# -# System Logging Utilities -# -# CONFIG_SYSLOGD is not set -# CONFIG_FEATURE_ROTATE_LOGFILE is not set -# CONFIG_FEATURE_REMOTE_LOG is not set -# CONFIG_FEATURE_SYSLOGD_DUP is not set -# CONFIG_FEATURE_SYSLOGD_CFG is not set -CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=0 -# CONFIG_FEATURE_IPC_SYSLOG is not set -CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE=0 -# CONFIG_LOGREAD is not set -# CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING is not set -# CONFIG_FEATURE_KMSG_SYSLOG is not set -# CONFIG_KLOGD is not set -# CONFIG_FEATURE_KLOGD_KLOGCTL is not set -# CONFIG_LOGGER is not set diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/bootstrap b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/bootstrap deleted file mode 100644 index 86c8d449..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/bootstrap +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -set -e -set -x - -cd $(dirname $0)/.. - -apt-get update -apt-get install -y build-essential wget libncurses5-dev unzip bc curl python rsync ccache diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build deleted file mode 100644 index 3e4a510b..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -./scripts/download -./scripts/build-busybox-static -./scripts/package diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build-busybox-static b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build-busybox-static deleted file mode 100644 index 0a04a611..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/build-busybox-static +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -: ${ARTIFACTS:=$(pwd)/assets} -: ${BUILD:=$(pwd)/build} -: ${CONFIG:=$(pwd)/config} -: ${DIST:=$(pwd)/dist} - -mkdir -p ${BUILD} ${DIST} - -busybox_install() -{ - local conf=$1 - local bbconf=$2 - local target=$3 - - if [ "$#" = "2" ]; then - target=$2 - bbconf= - fi - - cd ${BUILD} - - local buildroot=$(ls -1 ${ARTIFACTS}/buildroot-*.tar.bz2) - - if [ ! -e "${buildroot}" ]; then - echo "Failed to find busybox archive, found : ${buildroot}" 1>&2 - return 1 - else - buildroot=$(basename $buildroot) - fi - - if [ ! -e ${buildroot/.tar.bz2//} ]; then - tar xvjf ${ARTIFACTS}/${buildroot} - fi - - cd ${buildroot/.tar.bz2//} - - cp $conf .config - if [ -n "$bbconf" ]; then - cp $bbconf package/busybox/ - fi - make oldconfig - make -} - -busybox_install ${CONFIG}/buildroot-config-static ${CONFIG}/busybox-ps-modprobe-only.config ${DIST}/rootfs-static.tar diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/clean b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/clean deleted file mode 100644 index e4882661..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/clean +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -cd $(dirname $0)/.. - -rm -rf build dist diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/download b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/download deleted file mode 100644 index d4b938da..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/download +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/bash -set -e -set -x - -cd $(dirname $0)/.. - -: ${ARTIFACTS:=$(pwd)/assets} - -check() -{ - local hash=$1 - local file=$2 - - if [ ! -e "$file" ]; then - return 1 - fi - - CURRENT=$(sha1sum $file | awk '{print $1}') - - [ "$hash" = "$CURRENT" ] -} - -download() -{ - mkdir -p ${ARTIFACTS} - - local url=$2 - local file=${ARTIFACTS}/$(basename $2) - local hash=$1 - - if ! check $hash $file; then - curl -sL $url > $file - fi - - if ! check $hash $file; then - echo "ERROR: $file does not match checksum $hash, got $CURRENT" 1>&2 - return 1 - fi -} - -download 8efabafe68d21616c7f2ac9fdad8427fc94a015d http://buildroot.uclibc.org/downloads/buildroot-2015.05.tar.bz2 diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/package b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/package deleted file mode 100644 index 2d9d9f3f..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/base-image/scripts/package +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -rm -rf build/stage -mkdir -p build/stage -mkdir -p dist -pushd build/stage - -BASE=$(echo ../buildroot-*/output/target/) - -mkdir -p usr/bin usr/share usr/libexec/git-core - -cp $BASE/bin/busybox usr/bin -cp $BASE/usr/bin/xz usr/bin -cp $BASE/usr/bin/git usr/bin -cp $BASE/usr/bin/ssh usr/bin -cp $BASE/usr/sbin/xtables-multi usr/bin/iptables -cp -rf $BASE/usr/share/git-core usr/share - -ln -s ../../bin/git usr/libexec/git-core/git-clone -ln -s ../../bin/git usr/libexec/git-core/git-checkout -ln -s bin usr/sbin - -# Okay, this is a hack. I won't tell anyone if you don't. -# Honestly, who uses git submodules anyways... -echo '#!/usr/bin/busybox echo' > usr/libexec/git-core/git-submodule -chmod +x usr/libexec/git-core/git-submodule - -ln -s busybox usr/bin/ps -ln -s busybox usr/bin/modprobe - -tar cvzf ../../dist/base-files.tar.gz . diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/main/main.go b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/main/main.go deleted file mode 100644 index 8abbb40f..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/main/main.go +++ /dev/null @@ -1,37 +0,0 @@ -package main - -import ( - "os" - - log "github.com/Sirupsen/logrus" - dockerlaunch "github.com/rancher/docker-from-scratch" -) - -func main() { - Main() -} - -func Main() { - if os.Getenv("DOCKER_LAUNCH_DEBUG") == "true" { - log.SetLevel(log.DebugLevel) - } - - if len(os.Args) < 2 { - log.Fatalf("Usage Example: %s /usr/bin/docker -d -D", os.Args[0]) - } - - args := []string{} - if len(os.Args) > 1 { - args = os.Args[2:] - } - - var config dockerlaunch.Config - args = dockerlaunch.ParseConfig(&config, args...) - - log.Debugf("Launch config %#v", config) - - _, err := dockerlaunch.LaunchDocker(&config, os.Args[1], args...) - if err != nil { - log.Fatal(err) - } -} diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go index 432969ad..5b663900 100644 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go +++ b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scratch.go @@ -547,3 +547,28 @@ func LaunchDocker(config *Config, docker string, args ...string) (*exec.Cmd, err return runOrExec(config, docker, args...) } + +func Main() { + if os.Getenv("DOCKER_LAUNCH_DEBUG") == "true" { + log.SetLevel(log.DebugLevel) + } + + if len(os.Args) < 2 { + log.Fatalf("Usage Example: %s /usr/bin/docker -d -D", os.Args[0]) + } + + args := []string{} + if len(os.Args) > 1 { + args = os.Args[2:] + } + + var config Config + args = ParseConfig(&config, args...) + + log.Debugf("Launch config %#v", config) + + _, err := LaunchDocker(&config, os.Args[1], args...) + if err != nil { + log.Fatal(err) + } +} diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/Dockerfile.build b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/Dockerfile.build deleted file mode 100644 index 33d0f52f..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/Dockerfile.build +++ /dev/null @@ -1,12 +0,0 @@ -FROM golang:1.4.3-cross - -RUN go get github.com/mitchellh/gox -RUN go get github.com/tools/godep - -ENV GOPATH /go/src/github.com/rancher/docker-from-scratch/Godeps/_workspace:/go - -WORKDIR /go/src/github.com/rancher/docker-from-scratch - -COPY . . - -RUN godep go build -ldflags "-linkmode external -extldflags -static" -o build/dockerlaunch ./main diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/build b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/build deleted file mode 100644 index 92bc3821..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/build +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -mkdir -p build - -if [ ! -e build/ca-certificates.crt ]; then - ID=$(docker run -d ubuntu sh -c "apt-get update && apt-get install -y ca-certificates") - docker logs -f ${ID} & - docker wait ${ID} - docker cp ${ID}:/etc/ssl/certs/ca-certificates.crt build/ - docker rm -vf ${ID} || true -fi - -docker build -f ./scripts/Dockerfile.build -t dockerscratch-build . - -ID=$(docker run -d dockerscratch-build strip --strip-all build/dockerlaunch) -trap "docker rm -fv ${ID}" EXIT -docker logs -f ${ID} & -docker wait ${ID} -docker cp ${ID}:/go/src/github.com/rancher/docker-from-scratch/build/dockerlaunch ./build/ diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/ci b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/ci deleted file mode 100644 index c7a5ca64..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/ci +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0) - -docker ps >/dev/null 2>&1 || wrapdocker 2>/dev/null || true - -./download -./build -./package - -if [ -z "$NO_TEST" ]; then - ./test -fi diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/common b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/common deleted file mode 100644 index 678d0155..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/common +++ /dev/null @@ -1,2 +0,0 @@ -VERSION=$(<./scripts/version) -IMAGE=${IMAGE:-rancher/docker:${VERSION}} diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/download b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/download deleted file mode 100755 index 6d7d8506..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/download +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -: ${ARTIFACTS:=$(pwd)/assets} -: ${BUILD:=$(pwd)/build} - -check() -{ - local hash=$1 - local file=$2 - - if [ ! -e "$file" ]; then - return 1 - fi - - CURRENT=$(shasum -a 1 $file | awk '{print $1}') - - [ "$hash" = "$CURRENT" ] -} - -download() -{ - mkdir -p ${ARTIFACTS} - - local url=$2 - local file=${ARTIFACTS}/$(basename $2) - local hash=$1 - - if ! check $hash $file; then - curl -sL $url > $file - fi - - if ! check $hash $file; then - echo "ERROR: $file does not match checksum $hash, got $CURRENT" 1>&2 - return 1 - fi -} - -mkdir -p ${BUILD} - -if [ -e base-image/dist/base-files.tar.gz ]; then - cp base-image/dist/base-files.tar.gz build/ -else - download 920a7e413c34bf94928c3e6c8aad1dcca9bd0128 https://github.com/rancher/docker-from-scratch/releases/download/bin-v0.2.0/base-files.tar.gz - cp assets/base-files.tar.gz build -fi - -download 9da1e4d4cac3b117bb0cd7da66201fe1fc9953ab https://test.docker.com/builds/Linux/x86_64/docker-1.9.1-rc1 - -cp assets/docker-* build/docker -chmod +x build/docker diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/package b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/package deleted file mode 100644 index be1865e3..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/package +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -. ./scripts/common - -docker build -t $IMAGE -f Dockerfile . - -echo Built $IMAGE diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/test b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/test deleted file mode 100644 index 9a1c41e9..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/test +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -set -e - -cd $(dirname $0)/.. - -. ./scripts/common - -mkdir -p build/test-cache -ID=$(docker run -d --privileged -e DOCKER_LAUNCH_DEBUG=true -v /lib/modules/$(uname -r):/lib/modules/$(uname -r) $IMAGE -d -s $(docker info | grep 'Storage Driver' | cut -f2 -d:)) -docker logs -f $ID & -trap "docker rm -fv $ID" EXIT -docker exec -i $ID docker build -t test-build git://github.com/rancher/tiny-build.git -docker exec -i $ID docker version -docker exec -i $ID docker info -docker exec -i $ID docker run test-build diff --git a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/version b/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/version deleted file mode 100644 index dc30f5bf..00000000 --- a/Godeps/_workspace/src/github.com/rancher/docker-from-scratch/scripts/version +++ /dev/null @@ -1 +0,0 @@ -1.9.1-rc1 diff --git a/build.conf b/build.conf index 69929de3..cb666f52 100644 --- a/build.conf +++ b/build.conf @@ -1,6 +1,6 @@ IMAGE_NAME=rancher/os VERSION=v0.4.2-dev -DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.9.1-rc1-ros1/docker-1.9.1-rc1 +DOCKER_BINARY_URL=https://github.com/rancher/docker/releases/download/v1.9.1-ros1/docker-1.9.1 COMPILED_KERNEL_URL=https://github.com/rancher/os-kernel/releases/download/Ubuntu-4.2.0-16.19/linux-4.2.3-rancher-x86.tar.gz -DFS_IMAGE=rancher/docker:1.9.1-rc1 +DFS_IMAGE=rancher/docker:1.9.1 diff --git a/main.go b/main.go index 82e6fd9d..19c40e47 100644 --- a/main.go +++ b/main.go @@ -6,7 +6,7 @@ import ( log "github.com/Sirupsen/logrus" "github.com/docker/docker/pkg/reexec" - dockerlaunchMain "github.com/rancher/docker-from-scratch/main" + "github.com/rancher/docker-from-scratch" "github.com/rancher/os/cmd/cloudinit" "github.com/rancher/os/cmd/control" "github.com/rancher/os/cmd/network" @@ -42,7 +42,7 @@ func registerCmd(cmd string, mainFunc func()) { func main() { registerCmd("/init", osInit.MainInit) registerCmd(config.SYSINIT_BIN, sysinit.Main) - registerCmd("/usr/bin/dockerlaunch", dockerlaunchMain.Main) + registerCmd("/usr/bin/dockerlaunch", dockerlaunch.Main) registerCmd("/usr/bin/user-docker", userdocker.Main) registerCmd("/usr/bin/system-docker", systemdocker.Main) registerCmd("/sbin/poweroff", power.PowerOff) diff --git a/tests/integration/rostest/util.py b/tests/integration/rostest/util.py index 9afa6d6a..2afc79d9 100644 --- a/tests/integration/rostest/util.py +++ b/tests/integration/rostest/util.py @@ -61,5 +61,9 @@ def run_qemu(request, run_args=[]): @pytest.mark.timeout(10) def wait_for_ssh(ssh_command=['./scripts/ssh', '--qemu']): + i = 0 + print('\nWaiting for ssh and docker... ' + str(i)) while subprocess.call(ssh_command + ['docker version >/dev/null 2>&1']) != 0: + i += 1 + print('\nWaiting for ssh and docker... ' + str(i)) time.sleep(1)