From 35c78055e4386f5d02aaf299c4a2f21480b07741 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 24 Mar 2012 14:56:48 +0100 Subject: Spring cleanup Updated to buildroot 2012.02 and Linux 3.1.10, added n35d, updated install instructions. --- buildroot/busybox-1.19.x.config | 1013 ++++++++++++++++++ buildroot/config-2011.11 | 1069 +++++++++++++++++++ buildroot/config-2012.02 | 1121 ++++++++++++++++++++ buildroot/skeleton/bin/.empty | 0 buildroot/skeleton/dev/log | 1 + buildroot/skeleton/dev/pts/.empty | 0 buildroot/skeleton/etc/TZ | 1 + buildroot/skeleton/etc/X11/xorg.conf | 6 + buildroot/skeleton/etc/directfbrc | 2 + buildroot/skeleton/etc/fstab | 9 + buildroot/skeleton/etc/group | 19 + buildroot/skeleton/etc/hostname | 1 + buildroot/skeleton/etc/hosts | 1 + buildroot/skeleton/etc/init.d/S20urandom | 54 + buildroot/skeleton/etc/init.d/S40network | 25 + buildroot/skeleton/etc/init.d/S50telnetd | 35 + buildroot/skeleton/etc/init.d/rcS | 27 + buildroot/skeleton/etc/inittab | 42 + buildroot/skeleton/etc/inputrc | 44 + buildroot/skeleton/etc/issue | 2 + buildroot/skeleton/etc/ld.so.conf.d/.empty | 0 buildroot/skeleton/etc/mtab | 1 + buildroot/skeleton/etc/network/if-down.d/.empty | 0 .../skeleton/etc/network/if-post-down.d/.empty | 0 buildroot/skeleton/etc/network/if-pre-up.d/.empty | 0 buildroot/skeleton/etc/network/if-up.d/.empty | 0 buildroot/skeleton/etc/network/interfaces | 10 + buildroot/skeleton/etc/passwd | 16 + buildroot/skeleton/etc/pointercal | 1 + buildroot/skeleton/etc/profile | 55 + buildroot/skeleton/etc/protocols | 31 + buildroot/skeleton/etc/random-seed | Bin 0 -> 512 bytes buildroot/skeleton/etc/resolv.conf | 1 + buildroot/skeleton/etc/securetty | 48 + buildroot/skeleton/etc/services | 302 ++++++ buildroot/skeleton/etc/shadow | 13 + buildroot/skeleton/home/ftp/.empty | 0 buildroot/skeleton/lib/.empty | 0 buildroot/skeleton/mnt/.empty | 0 buildroot/skeleton/opt/.empty | 0 buildroot/skeleton/proc/.empty | 0 buildroot/skeleton/root/.bash_history | 0 buildroot/skeleton/root/.bash_logout | 7 + buildroot/skeleton/root/.bash_profile | 15 + buildroot/skeleton/root/.empty | 0 buildroot/skeleton/sbin/.empty | 0 buildroot/skeleton/sys/.empty | 0 buildroot/skeleton/tmp/.empty | 0 buildroot/skeleton/usr/bin/.empty | 0 buildroot/skeleton/usr/lib/.empty | 0 buildroot/skeleton/usr/sbin/.empty | 0 buildroot/skeleton/var/cache | 1 + buildroot/skeleton/var/lib/pcmcia | 1 + buildroot/skeleton/var/lock | 1 + buildroot/skeleton/var/log | 1 + buildroot/skeleton/var/pcmcia | 1 + buildroot/skeleton/var/run | 1 + buildroot/skeleton/var/spool | 1 + buildroot/skeleton/var/tmp | 1 + 59 files changed, 3980 insertions(+) create mode 100644 buildroot/busybox-1.19.x.config create mode 100644 buildroot/config-2011.11 create mode 100644 buildroot/config-2012.02 create mode 100644 buildroot/skeleton/bin/.empty create mode 120000 buildroot/skeleton/dev/log create mode 100644 buildroot/skeleton/dev/pts/.empty create mode 100644 buildroot/skeleton/etc/TZ create mode 100644 buildroot/skeleton/etc/X11/xorg.conf create mode 100644 buildroot/skeleton/etc/directfbrc create mode 100644 buildroot/skeleton/etc/fstab create mode 100644 buildroot/skeleton/etc/group create mode 100644 buildroot/skeleton/etc/hostname create mode 100644 buildroot/skeleton/etc/hosts create mode 100755 buildroot/skeleton/etc/init.d/S20urandom create mode 100755 buildroot/skeleton/etc/init.d/S40network create mode 100755 buildroot/skeleton/etc/init.d/S50telnetd create mode 100755 buildroot/skeleton/etc/init.d/rcS create mode 100644 buildroot/skeleton/etc/inittab create mode 100644 buildroot/skeleton/etc/inputrc create mode 100644 buildroot/skeleton/etc/issue create mode 100644 buildroot/skeleton/etc/ld.so.conf.d/.empty create mode 120000 buildroot/skeleton/etc/mtab create mode 100644 buildroot/skeleton/etc/network/if-down.d/.empty create mode 100644 buildroot/skeleton/etc/network/if-post-down.d/.empty create mode 100644 buildroot/skeleton/etc/network/if-pre-up.d/.empty create mode 100644 buildroot/skeleton/etc/network/if-up.d/.empty create mode 100644 buildroot/skeleton/etc/network/interfaces create mode 100644 buildroot/skeleton/etc/passwd create mode 100644 buildroot/skeleton/etc/pointercal create mode 100644 buildroot/skeleton/etc/profile create mode 100644 buildroot/skeleton/etc/protocols create mode 100644 buildroot/skeleton/etc/random-seed create mode 120000 buildroot/skeleton/etc/resolv.conf create mode 100644 buildroot/skeleton/etc/securetty create mode 100644 buildroot/skeleton/etc/services create mode 100644 buildroot/skeleton/etc/shadow create mode 100644 buildroot/skeleton/home/ftp/.empty create mode 100644 buildroot/skeleton/lib/.empty create mode 100644 buildroot/skeleton/mnt/.empty create mode 100644 buildroot/skeleton/opt/.empty create mode 100644 buildroot/skeleton/proc/.empty create mode 100644 buildroot/skeleton/root/.bash_history create mode 100644 buildroot/skeleton/root/.bash_logout create mode 100644 buildroot/skeleton/root/.bash_profile create mode 100644 buildroot/skeleton/root/.empty create mode 100644 buildroot/skeleton/sbin/.empty create mode 100644 buildroot/skeleton/sys/.empty create mode 100644 buildroot/skeleton/tmp/.empty create mode 100644 buildroot/skeleton/usr/bin/.empty create mode 100644 buildroot/skeleton/usr/lib/.empty create mode 100644 buildroot/skeleton/usr/sbin/.empty create mode 120000 buildroot/skeleton/var/cache create mode 120000 buildroot/skeleton/var/lib/pcmcia create mode 120000 buildroot/skeleton/var/lock create mode 120000 buildroot/skeleton/var/log create mode 120000 buildroot/skeleton/var/pcmcia create mode 120000 buildroot/skeleton/var/run create mode 120000 buildroot/skeleton/var/spool create mode 120000 buildroot/skeleton/var/tmp (limited to 'buildroot') diff --git a/buildroot/busybox-1.19.x.config b/buildroot/busybox-1.19.x.config new file mode 100644 index 0000000..6cbc895 --- /dev/null +++ b/buildroot/busybox-1.19.x.config @@ -0,0 +1,1013 @@ +# +# Automatically generated make config: don't edit +# Busybox version: 1.19.3 +# Wed Dec 21 14:04:15 2011 +# +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_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=y +# 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 is not set +CONFIG_CROSS_COMPILER_PREFIX="" +CONFIG_EXTRA_CFLAGS="" + +# +# 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_SIZE_VS_SPEED=2 +# CONFIG_FEATURE_FAST_TOP is not set +# CONFIG_FEATURE_ETC_NETWORKS is not set +CONFIG_FEATURE_USE_TERMIOS=y +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_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=y +# CONFIG_FEATURE_AR_LONG_FILENAMES is not set +CONFIG_FEATURE_AR_CREATE=y +CONFIG_BUNZIP2=y +# CONFIG_BZIP2 is not set +CONFIG_CPIO=y +# 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_GUNZIP=y +CONFIG_GZIP=y +# CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set +# CONFIG_LZOP is not set +# CONFIG_LZOP_COMPR_HIGH is not set +# CONFIG_RPM2CPIO is not set +# CONFIG_RPM is not set +CONFIG_TAR=y +CONFIG_FEATURE_TAR_CREATE=y +# CONFIG_FEATURE_TAR_AUTODETECT is not set +CONFIG_FEATURE_TAR_FROM=y +# CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set +# CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set +CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y +CONFIG_FEATURE_TAR_LONG_OPTIONS=y +CONFIG_FEATURE_TAR_TO_COMMAND=y +# CONFIG_FEATURE_TAR_UNAME_GNAME is not set +# CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set +# CONFIG_FEATURE_TAR_SELINUX is not set +# CONFIG_UNCOMPRESS is not set +CONFIG_UNLZMA=y +# CONFIG_FEATURE_LZMA_FAST is not set +CONFIG_LZMA=y +CONFIG_UNXZ=y +CONFIG_XZ=y +CONFIG_UNZIP=y + +# +# Coreutils +# +CONFIG_BASENAME=y +CONFIG_CAT=y +CONFIG_DATE=y +CONFIG_FEATURE_DATE_ISOFMT=y +# CONFIG_FEATURE_DATE_NANO is not set +CONFIG_FEATURE_DATE_COMPAT=y +CONFIG_ID=y +# CONFIG_GROUPS is not set +CONFIG_TEST=y +CONFIG_FEATURE_TEST_64=y +CONFIG_TOUCH=y +CONFIG_TR=y +CONFIG_FEATURE_TR_CLASSES=y +CONFIG_FEATURE_TR_EQUIV=y +# CONFIG_BASE64 is not set +CONFIG_WHO=y +# CONFIG_USERS is not set +# CONFIG_CAL is not set +CONFIG_CATV=y +CONFIG_CHGRP=y +CONFIG_CHMOD=y +CONFIG_CHOWN=y +# CONFIG_FEATURE_CHOWN_LONG_OPTIONS is not set +CONFIG_CHROOT=y +CONFIG_CKSUM=y +# CONFIG_COMM is not set +CONFIG_CP=y +# CONFIG_FEATURE_CP_LONG_OPTIONS is not set +CONFIG_CUT=y +CONFIG_DD=y +CONFIG_FEATURE_DD_SIGNAL_HANDLING=y +# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set +CONFIG_FEATURE_DD_IBS_OBS=y +CONFIG_DF=y +# CONFIG_FEATURE_DF_FANCY is not set +CONFIG_DIRNAME=y +CONFIG_DOS2UNIX=y +CONFIG_UNIX2DOS=y +CONFIG_DU=y +CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y +CONFIG_ECHO=y +CONFIG_FEATURE_FANCY_ECHO=y +CONFIG_ENV=y +# CONFIG_FEATURE_ENV_LONG_OPTIONS is not set +# CONFIG_EXPAND is not set +# CONFIG_FEATURE_EXPAND_LONG_OPTIONS is not set +CONFIG_EXPR=y +CONFIG_EXPR_MATH_SUPPORT_64=y +CONFIG_FALSE=y +CONFIG_FOLD=y +# CONFIG_FSYNC is not set +CONFIG_HEAD=y +CONFIG_FEATURE_FANCY_HEAD=y +CONFIG_HOSTID=y +CONFIG_INSTALL=y +CONFIG_FEATURE_INSTALL_LONG_OPTIONS=y +CONFIG_LN=y +CONFIG_LOGNAME=y +CONFIG_LS=y +CONFIG_FEATURE_LS_FILETYPES=y +CONFIG_FEATURE_LS_FOLLOWLINKS=y +CONFIG_FEATURE_LS_RECURSIVE=y +CONFIG_FEATURE_LS_SORTFILES=y +CONFIG_FEATURE_LS_TIMESTAMPS=y +CONFIG_FEATURE_LS_USERNAME=y +CONFIG_FEATURE_LS_COLOR=y +CONFIG_FEATURE_LS_COLOR_IS_DEFAULT=y +CONFIG_MD5SUM=y +CONFIG_MKDIR=y +CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y +CONFIG_MKFIFO=y +CONFIG_MKNOD=y +CONFIG_MV=y +CONFIG_FEATURE_MV_LONG_OPTIONS=y +CONFIG_NICE=y +CONFIG_NOHUP=y +CONFIG_OD=y +CONFIG_PRINTENV=y +CONFIG_PRINTF=y +CONFIG_PWD=y +CONFIG_READLINK=y +CONFIG_FEATURE_READLINK_FOLLOW=y +CONFIG_REALPATH=y +CONFIG_RM=y +CONFIG_RMDIR=y +# CONFIG_FEATURE_RMDIR_LONG_OPTIONS is not set +CONFIG_SEQ=y +CONFIG_SHA1SUM=y +CONFIG_SHA256SUM=y +CONFIG_SHA512SUM=y +CONFIG_SLEEP=y +# CONFIG_FEATURE_FANCY_SLEEP is not set +# CONFIG_FEATURE_FLOAT_SLEEP is not set +CONFIG_SORT=y +CONFIG_FEATURE_SORT_BIG=y +# 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=y +# CONFIG_SUM is not set +CONFIG_SYNC=y +# CONFIG_TAC is not set +CONFIG_TAIL=y +CONFIG_FEATURE_FANCY_TAIL=y +CONFIG_TEE=y +CONFIG_FEATURE_TEE_USE_BLOCK_IO=y +CONFIG_TRUE=y +CONFIG_TTY=y +CONFIG_UNAME=y +# CONFIG_UNEXPAND is not set +# CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set +CONFIG_UNIQ=y +CONFIG_USLEEP=y +CONFIG_UUDECODE=y +CONFIG_UUENCODE=y +CONFIG_WC=y +# CONFIG_FEATURE_WC_LARGE is not set +CONFIG_WHOAMI=y +CONFIG_YES=y + +# +# Common options for cp and mv +# +CONFIG_FEATURE_PRESERVE_HARDLINKS=y + +# +# Common options for ls, more and telnet +# +CONFIG_FEATURE_AUTOWIDTH=y + +# +# Common options for df, du, ls +# +CONFIG_FEATURE_HUMAN_READABLE=y + +# +# Common options for md5sum, sha1sum, sha256sum, sha512sum +# +CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y + +# +# Console Utilities +# +CONFIG_CHVT=y +# CONFIG_FGCONSOLE is not set +CONFIG_CLEAR=y +CONFIG_DEALLOCVT=y +CONFIG_DUMPKMAP=y +# CONFIG_KBD_MODE is not set +CONFIG_LOADFONT=y +CONFIG_LOADKMAP=y +CONFIG_OPENVT=y +CONFIG_RESET=y +CONFIG_RESIZE=y +CONFIG_FEATURE_RESIZE_PRINT=y +CONFIG_SETCONSOLE=y +# 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=y +CONFIG_SETLOGCONS=y +# CONFIG_SHOWKEY is not set + +# +# Common options for loadfont and setfont +# +CONFIG_FEATURE_LOADFONT_PSF2=y +CONFIG_FEATURE_LOADFONT_RAW=y + +# +# Debian Utilities +# +CONFIG_MKTEMP=y +CONFIG_PIPE_PROGRESS=y +CONFIG_RUN_PARTS=y +CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS=y +# CONFIG_FEATURE_RUN_PARTS_FANCY is not set +CONFIG_START_STOP_DAEMON=y +CONFIG_FEATURE_START_STOP_DAEMON_FANCY=y +CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS=y +CONFIG_WHICH=y + +# +# Editors +# +CONFIG_PATCH=y +CONFIG_VI=y +CONFIG_FEATURE_VI_MAX_LEN=4096 +CONFIG_FEATURE_VI_8BIT=y +CONFIG_FEATURE_VI_COLON=y +CONFIG_FEATURE_VI_YANKMARK=y +CONFIG_FEATURE_VI_SEARCH=y +# CONFIG_FEATURE_VI_REGEX_SEARCH is not set +CONFIG_FEATURE_VI_USE_SIGNALS=y +CONFIG_FEATURE_VI_DOT_CMD=y +CONFIG_FEATURE_VI_READONLY=y +CONFIG_FEATURE_VI_SETOPTS=y +CONFIG_FEATURE_VI_SET=y +CONFIG_FEATURE_VI_WIN_RESIZE=y +CONFIG_FEATURE_VI_ASK_TERMINAL=y +CONFIG_FEATURE_VI_OPTIMIZE_CURSOR=y +CONFIG_AWK=y +# CONFIG_FEATURE_AWK_LIBM is not set +CONFIG_CMP=y +CONFIG_DIFF=y +# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set +CONFIG_FEATURE_DIFF_DIR=y +# CONFIG_ED is not set +CONFIG_SED=y +CONFIG_FEATURE_ALLOW_EXEC=y + +# +# Finding Utilities +# +CONFIG_FIND=y +CONFIG_FEATURE_FIND_PRINT0=y +CONFIG_FEATURE_FIND_MTIME=y +CONFIG_FEATURE_FIND_MMIN=y +CONFIG_FEATURE_FIND_PERM=y +CONFIG_FEATURE_FIND_TYPE=y +CONFIG_FEATURE_FIND_XDEV=y +CONFIG_FEATURE_FIND_MAXDEPTH=y +CONFIG_FEATURE_FIND_NEWER=y +# CONFIG_FEATURE_FIND_INUM is not set +CONFIG_FEATURE_FIND_EXEC=y +CONFIG_FEATURE_FIND_USER=y +CONFIG_FEATURE_FIND_GROUP=y +CONFIG_FEATURE_FIND_NOT=y +CONFIG_FEATURE_FIND_DEPTH=y +CONFIG_FEATURE_FIND_PAREN=y +CONFIG_FEATURE_FIND_SIZE=y +CONFIG_FEATURE_FIND_PRUNE=y +# CONFIG_FEATURE_FIND_DELETE is not set +CONFIG_FEATURE_FIND_PATH=y +CONFIG_FEATURE_FIND_REGEX=y +# CONFIG_FEATURE_FIND_CONTEXT is not set +# CONFIG_FEATURE_FIND_LINKS is not set +CONFIG_GREP=y +CONFIG_FEATURE_GREP_EGREP_ALIAS=y +CONFIG_FEATURE_GREP_FGREP_ALIAS=y +CONFIG_FEATURE_GREP_CONTEXT=y +CONFIG_XARGS=y +# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set +CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y +CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y +CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y + +# +# 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=y +# CONFIG_FEATURE_CALL_TELINIT is not set +CONFIG_TELINIT_PATH="" +CONFIG_INIT=y +CONFIG_FEATURE_USE_INITTAB=y +CONFIG_FEATURE_KILL_REMOVED=y +CONFIG_FEATURE_KILL_DELAY=0 +CONFIG_FEATURE_INIT_SCTTY=y +CONFIG_FEATURE_INIT_SYSLOG=y +CONFIG_FEATURE_EXTRA_QUIET=y +# CONFIG_FEATURE_INIT_COREDUMPS is not set +CONFIG_FEATURE_INITRD=y +CONFIG_INIT_TERMINAL_TYPE="linux" +CONFIG_MESG=y +CONFIG_FEATURE_MESG_ENABLE_ONLY_GROUP=y + +# +# Login/Password Management Utilities +# +# CONFIG_ADD_SHELL is not set +# CONFIG_REMOVE_SHELL is not set +CONFIG_FEATURE_SHADOWPASSWDS=y +# CONFIG_USE_BB_PWD_GRP is not set +# CONFIG_USE_BB_SHADOW is not set +CONFIG_USE_BB_CRYPT=y +# CONFIG_USE_BB_CRYPT_SHA is not set +CONFIG_ADDUSER=y +# CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set +# CONFIG_FEATURE_CHECK_NAMES is not set +CONFIG_FIRST_SYSTEM_ID=100 +CONFIG_LAST_SYSTEM_ID=999 +CONFIG_ADDGROUP=y +# CONFIG_FEATURE_ADDGROUP_LONG_OPTIONS is not set +# CONFIG_FEATURE_ADDUSER_TO_GROUP is not set +CONFIG_DELUSER=y +CONFIG_DELGROUP=y +# CONFIG_FEATURE_DEL_USER_FROM_GROUP is not set +CONFIG_GETTY=y +CONFIG_LOGIN=y +# CONFIG_PAM is not set +# CONFIG_LOGIN_SCRIPTS is not set +CONFIG_FEATURE_NOLOGIN=y +CONFIG_FEATURE_SECURETTY=y +CONFIG_PASSWD=y +CONFIG_FEATURE_PASSWD_WEAK_CHECK=y +# CONFIG_CRYPTPW is not set +# CONFIG_CHPASSWD is not set +CONFIG_SU=y +CONFIG_FEATURE_SU_SYSLOG=y +CONFIG_FEATURE_SU_CHECKS_SHELLS=y +CONFIG_SULOGIN=y +CONFIG_VLOCK=y + +# +# Linux Ext2 FS Progs +# +CONFIG_CHATTR=y +CONFIG_FSCK=y +CONFIG_LSATTR=y +# 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_REV is not set +# CONFIG_ACPID is not set +# CONFIG_FEATURE_ACPID_COMPAT is not set +CONFIG_BLKID=y +# CONFIG_FEATURE_BLKID_TYPE is not set +CONFIG_DMESG=y +CONFIG_FEATURE_DMESG_PRETTY=y +# CONFIG_FBSET is not set +# CONFIG_FEATURE_FBSET_FANCY is not set +# CONFIG_FEATURE_FBSET_READMODE is not set +CONFIG_FDFLUSH=y +CONFIG_FDFORMAT=y +# 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=y +# 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=y +CONFIG_FEATURE_GETOPT_LONG=y +CONFIG_HEXDUMP=y +# CONFIG_FEATURE_HEXDUMP_REVERSE is not set +# CONFIG_HD is not set +CONFIG_HWCLOCK=y +CONFIG_FEATURE_HWCLOCK_LONG_OPTIONS=y +CONFIG_FEATURE_HWCLOCK_ADJTIME_FHS=y +CONFIG_IPCRM=y +CONFIG_IPCS=y +CONFIG_LOSETUP=y +CONFIG_LSPCI=y +CONFIG_LSUSB=y +CONFIG_MDEV=y +CONFIG_FEATURE_MDEV_CONF=y +# CONFIG_FEATURE_MDEV_RENAME is not set +# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set +CONFIG_FEATURE_MDEV_EXEC=y +# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set +CONFIG_MKSWAP=y +# CONFIG_FEATURE_MKSWAP_UUID is not set +CONFIG_MORE=y +CONFIG_MOUNT=y +# 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=y +CONFIG_FEATURE_MOUNT_FLAGS=y +CONFIG_FEATURE_MOUNT_FSTAB=y +CONFIG_PIVOT_ROOT=y +CONFIG_RDATE=y +# CONFIG_RDEV is not set +CONFIG_READPROFILE=y +# CONFIG_RTCWAKE is not set +# CONFIG_SCRIPT is not set +# CONFIG_SCRIPTREPLAY is not set +CONFIG_SETARCH=y +CONFIG_SWAPONOFF=y +# CONFIG_FEATURE_SWAPON_PRI is not set +CONFIG_SWITCH_ROOT=y +CONFIG_UMOUNT=y +CONFIG_FEATURE_UMOUNT_ALL=y + +# +# Common options for mount/umount +# +CONFIG_FEATURE_MOUNT_LOOP=y +CONFIG_FEATURE_MOUNT_LOOP_CREATE=y +# CONFIG_FEATURE_MTAB_SUPPORT is not set +CONFIG_VOLUMEID=y + +# +# Filesystem/Volume identification +# +# CONFIG_FEATURE_VOLUMEID_EXT is not set +# CONFIG_FEATURE_VOLUMEID_BTRFS is not set +# CONFIG_FEATURE_VOLUMEID_REISERFS is not set +# CONFIG_FEATURE_VOLUMEID_FAT is not set +# CONFIG_FEATURE_VOLUMEID_HFS is not set +# CONFIG_FEATURE_VOLUMEID_JFS is not set +# CONFIG_FEATURE_VOLUMEID_XFS is not set +# CONFIG_FEATURE_VOLUMEID_NTFS is not set +# CONFIG_FEATURE_VOLUMEID_ISO9660 is not set +# CONFIG_FEATURE_VOLUMEID_UDF is not set +# CONFIG_FEATURE_VOLUMEID_LUKS is not set +# CONFIG_FEATURE_VOLUMEID_LINUXSWAP is not set +# CONFIG_FEATURE_VOLUMEID_CRAMFS is not set +# CONFIG_FEATURE_VOLUMEID_ROMFS is not set +# CONFIG_FEATURE_VOLUMEID_SYSV is not set +# CONFIG_FEATURE_VOLUMEID_OCFS2 is not set +# CONFIG_FEATURE_VOLUMEID_LINUXRAID is not set + +# +# Miscellaneous Utilities +# +# CONFIG_CONSPY is not set +CONFIG_LESS=y +CONFIG_FEATURE_LESS_MAXLINES=9999999 +CONFIG_FEATURE_LESS_BRACKETS=y +CONFIG_FEATURE_LESS_FLAGS=y +# CONFIG_FEATURE_LESS_MARKS is not set +CONFIG_FEATURE_LESS_REGEXP=y +# 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_SETSERIAL=y +# 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_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=y +CONFIG_CROND=y +# CONFIG_FEATURE_CROND_D is not set +# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set +CONFIG_FEATURE_CROND_DIR="/var/spool/cron" +CONFIG_CRONTAB=y +CONFIG_DC=y +# 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=y +CONFIG_EJECT=y +# 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=y +CONFIG_FEATURE_LAST_SMALL=y +# CONFIG_FEATURE_LAST_FANCY is not set +CONFIG_HDPARM=y +CONFIG_FEATURE_HDPARM_GET_IDENTITY=y +# 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=y +# CONFIG_FEATURE_MAKEDEVS_LEAF is not set +CONFIG_FEATURE_MAKEDEVS_TABLE=y +# CONFIG_MAN is not set +CONFIG_MICROCOM=y +CONFIG_MOUNTPOINT=y +CONFIG_MT=y +# CONFIG_RAIDAUTORUN is not set +# CONFIG_READAHEAD is not set +# CONFIG_RFKILL is not set +CONFIG_RUNLEVEL=y +# CONFIG_RX is not set +CONFIG_SETSID=y +CONFIG_STRINGS=y +# CONFIG_TASKSET is not set +# CONFIG_FEATURE_TASKSET_FANCY is not set +CONFIG_TIME=y +# CONFIG_TIMEOUT is not set +# CONFIG_TTYSIZE is not set +# CONFIG_VOLNAME is not set +# CONFIG_WALL is not set +CONFIG_WATCHDOG=y + +# +# Networking Utilities +# +CONFIG_NAMEIF=y +# 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=y +# CONFIG_PING6 is not set +CONFIG_FEATURE_FANCY_PING=y +# 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=y +# CONFIG_BRCTL is not set +# CONFIG_FEATURE_BRCTL_FANCY is not set +# CONFIG_FEATURE_BRCTL_SHOW is not set +CONFIG_DNSD=y +CONFIG_ETHER_WAKE=y +# 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=y +# 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=y +CONFIG_FEATURE_IFCONFIG_STATUS=y +CONFIG_FEATURE_IFCONFIG_SLIP=y +CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ=y +CONFIG_FEATURE_IFCONFIG_HW=y +# CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set +# CONFIG_IFENSLAVE is not set +# CONFIG_IFPLUGD is not set +CONFIG_IFUPDOWN=y +CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate" +CONFIG_FEATURE_IFUPDOWN_IP=y +# CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN is not set +# CONFIG_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN is not set +CONFIG_FEATURE_IFUPDOWN_IPV4=y +# CONFIG_FEATURE_IFUPDOWN_IPV6 is not set +CONFIG_FEATURE_IFUPDOWN_MAPPING=y +# CONFIG_FEATURE_IFUPDOWN_EXTERNAL_DHCP is not set +CONFIG_INETD=y +CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO=y +CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD=y +CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME=y +CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME=y +CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN=y +# CONFIG_FEATURE_INETD_RPC is not set +CONFIG_IP=y +CONFIG_FEATURE_IP_ADDRESS=y +CONFIG_FEATURE_IP_LINK=y +CONFIG_FEATURE_IP_ROUTE=y +CONFIG_FEATURE_IP_TUNNEL=y +CONFIG_FEATURE_IP_RULE=y +CONFIG_FEATURE_IP_SHORT_FORMS=y +# CONFIG_FEATURE_IP_RARE_PROTOCOLS is not set +CONFIG_IPADDR=y +CONFIG_IPLINK=y +CONFIG_IPROUTE=y +CONFIG_IPTUNNEL=y +CONFIG_IPRULE=y +# CONFIG_IPCALC is not set +# CONFIG_FEATURE_IPCALC_FANCY is not set +# CONFIG_FEATURE_IPCALC_LONG_OPTIONS is not set +CONFIG_NETSTAT=y +# CONFIG_FEATURE_NETSTAT_WIDE is not set +# CONFIG_FEATURE_NETSTAT_PRG is not set +CONFIG_NSLOOKUP=y +# CONFIG_NTPD is not set +# CONFIG_FEATURE_NTPD_SERVER is not set +# CONFIG_PSCAN is not set +CONFIG_ROUTE=y +# CONFIG_SLATTACH is not set +# CONFIG_TCPSVD is not set +CONFIG_TELNET=y +CONFIG_FEATURE_TELNET_TTYPE=y +CONFIG_FEATURE_TELNET_AUTOLOGIN=y +CONFIG_TELNETD=y +CONFIG_FEATURE_TELNETD_STANDALONE=y +CONFIG_FEATURE_TELNETD_INETD_WAIT=y +CONFIG_TFTP=y +# CONFIG_TFTPD is not set + +# +# Common options for tftp/tftpd +# +CONFIG_FEATURE_TFTP_GET=y +CONFIG_FEATURE_TFTP_PUT=y +CONFIG_FEATURE_TFTP_BLOCKSIZE=y +# CONFIG_FEATURE_TFTP_PROGRESS_BAR is not set +# CONFIG_TFTP_DEBUG is not set +CONFIG_TRACEROUTE=y +# 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_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=y +CONFIG_FEATURE_UDHCPC_ARPING=y +# CONFIG_FEATURE_UDHCP_PORT is not set +CONFIG_UDHCP_DEBUG=0 +# CONFIG_FEATURE_UDHCP_RFC3397 is not set +CONFIG_FEATURE_UDHCP_8021Q=y +CONFIG_UDHCPC_DEFAULT_SCRIPT="/usr/share/udhcpc/default.script" +CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 +CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="-R -n" +# CONFIG_UDPSVD is not set +CONFIG_VCONFIG=y +CONFIG_WGET=y +CONFIG_FEATURE_WGET_STATUSBAR=y +CONFIG_FEATURE_WGET_AUTHENTICATION=y +CONFIG_FEATURE_WGET_LONG_OPTIONS=y +CONFIG_FEATURE_WGET_TIMEOUT=y +# 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_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_UPTIME=y +# CONFIG_FEATURE_UPTIME_UTMP_SUPPORT is not set +CONFIG_FREE=y +CONFIG_FUSER=y +CONFIG_KILL=y +CONFIG_KILLALL=y +CONFIG_KILLALL5=y +# CONFIG_PGREP is not set +CONFIG_PIDOF=y +CONFIG_FEATURE_PIDOF_SINGLE=y +CONFIG_FEATURE_PIDOF_OMIT=y +# CONFIG_PKILL is not set +CONFIG_PS=y +CONFIG_FEATURE_PS_WIDE=y +# 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=y +CONFIG_BB_SYSCTL=y +CONFIG_TOP=y +CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE=y +CONFIG_FEATURE_TOP_CPU_GLOBAL_PERCENTS=y +# 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_FEATURE_SHOW_THREADS is not set +CONFIG_WATCH=y + +# +# 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=y +CONFIG_ASH_BASH_COMPAT=y +CONFIG_ASH_IDLE_TIMEOUT=y +CONFIG_ASH_JOB_CONTROL=y +CONFIG_ASH_ALIAS=y +# CONFIG_ASH_GETOPTS is not set +CONFIG_ASH_BUILTIN_ECHO=y +CONFIG_ASH_BUILTIN_PRINTF=y +CONFIG_ASH_BUILTIN_TEST=y +CONFIG_ASH_CMDCMD=y +# CONFIG_ASH_MAIL is not set +CONFIG_ASH_OPTIMIZE_FOR_SIZE=y +CONFIG_ASH_RANDOM_SUPPORT=y +CONFIG_ASH_EXPAND_PRMT=y +# 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=y +# CONFIG_FEATURE_SH_IS_HUSH is not set +# CONFIG_FEATURE_SH_IS_NONE is not set +# 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=y +# CONFIG_SH_MATH_SUPPORT_64 is not set +CONFIG_FEATURE_SH_EXTRA_QUIET=y +# 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=y +CONFIG_FEATURE_ROTATE_LOGFILE=y +CONFIG_FEATURE_REMOTE_LOG=y +# CONFIG_FEATURE_SYSLOGD_DUP is not set +# CONFIG_FEATURE_SYSLOGD_CFG is not set +CONFIG_FEATURE_SYSLOGD_READ_BUFFER_SIZE=256 +# 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_KLOGD=y +CONFIG_FEATURE_KLOGD_KLOGCTL=y +CONFIG_LOGGER=y diff --git a/buildroot/config-2011.11 b/buildroot/config-2011.11 new file mode 100644 index 0000000..0b73ce0 --- /dev/null +++ b/buildroot/config-2011.11 @@ -0,0 +1,1069 @@ +# +# Automatically generated make config: don't edit +# Buildroot 2011.11-g580c5a0-dirty Configuration +# Wed Dec 21 18:00:41 2011 +# +BR2_HAVE_DOT_CONFIG=y +BR2_arm=y +# BR2_armeb is not set +# BR2_avr32 is not set +# BR2_bfin is not set +# BR2_i386 is not set +# BR2_mips is not set +# BR2_mipsel is not set +# BR2_powerpc is not set +# BR2_sh is not set +# BR2_sh64 is not set +# BR2_sparc is not set +# BR2_x86_64 is not set +# BR2_xtensa is not set +# BR2_generic_arm is not set +# BR2_arm7tdmi is not set +# BR2_arm610 is not set +# BR2_arm710 is not set +# BR2_arm720t is not set +BR2_arm920t=y +# BR2_arm922t is not set +# BR2_arm926t is not set +# BR2_arm10t is not set +# BR2_arm1136jf_s is not set +# BR2_arm1176jz_s is not set +# BR2_arm1176jzf_s is not set + +# +# cortex-A8/A9 needs gcc >= 4.4.x +# +# BR2_cortex_a8 is not set +# BR2_cortex_a9 is not set +# BR2_sa110 is not set +# BR2_sa1100 is not set +# BR2_xscale is not set +# BR2_iwmmxt is not set +BR2_ARM_TYPE="ARM920T" +BR2_ARM_EABI=y +# BR2_ARM_OABI is not set +BR2_ARCH="arm" +BR2_ENDIAN="LITTLE" +BR2_GCC_TARGET_TUNE="arm920t" +BR2_GCC_TARGET_ARCH="armv4t" +BR2_GCC_TARGET_ABI="aapcs-linux" + +# +# Build options +# + +# +# Commands +# +BR2_WGET="wget --passive-ftp -nd -t 3" +BR2_SVN="svn" +BR2_BZR="bzr" +BR2_GIT="git" +BR2_LOCALFILES="cp" +BR2_ZCAT="gzip -d -c" +BR2_BZCAT="bzcat" +BR2_XZCAT="xzcat" +BR2_TAR_OPTIONS="" +BR2_DL_DIR="$(TOPDIR)/dl" +BR2_HOST_DIR="$(BASE_DIR)/host" + +# +# Mirrors and Download locations +# +BR2_PRIMARY_SITE="" +BR2_BACKUP_SITE="http://sources.buildroot.net/" +BR2_SOURCEFORGE_MIRROR="kent" +BR2_KERNEL_MIRROR="http://www.kernel.org/pub/" +BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" +BR2_DEBIAN_MIRROR="http://ftp.debian.org" +BR2_JLEVEL=2 +BR2_CCACHE=y +# BR2_DEPRECATED is not set +# BR2_ENABLE_DEBUG is not set +BR2_STRIP_strip=y +# BR2_STRIP_sstrip is not set +# BR2_STRIP_none is not set +# 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 +# BR2_PREFER_STATIC_LIB is not set +# BR2_HAVE_DOCUMENTATION is not set +# BR2_HAVE_DEVFILES is not set +BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk" + +# +# Toolchain +# +BR2_TOOLCHAIN_BUILDROOT=y +# BR2_TOOLCHAIN_EXTERNAL is not set +# BR2_TOOLCHAIN_CTNG is not set + +# +# Kernel Header Options +# +# BR2_KERNEL_HEADERS_2_6_35 is not set +# BR2_KERNEL_HEADERS_2_6_36 is not set +# BR2_KERNEL_HEADERS_2_6_37 is not set +# BR2_KERNEL_HEADERS_2_6_38 is not set +# BR2_KERNEL_HEADERS_2_6_39 is not set +# BR2_KERNEL_HEADERS_3_0 is not set +BR2_KERNEL_HEADERS_3_1=y +# BR2_KERNEL_HEADERS_VERSION is not set +# BR2_KERNEL_HEADERS_SNAP is not set +BR2_DEFAULT_KERNEL_HEADERS="3.1.4" + +# +# uClibc Options +# +# BR2_UCLIBC_VERSION_0_9_31 is not set +BR2_UCLIBC_VERSION_0_9_32=y +# BR2_UCLIBC_VERSION_SNAPSHOT is not set +BR2_UCLIBC_VERSION_STRING="0.9.32" +BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.32.config" +# BR2_PTHREAD_DEBUG is not set +# BR2_UCLIBC_INSTALL_TEST_SUITE is not set + +# +# Binutils Options +# +# BR2_BINUTILS_VERSION_2_20 is not set +# BR2_BINUTILS_VERSION_2_20_1 is not set +# BR2_BINUTILS_VERSION_2_21 is not set +BR2_BINUTILS_VERSION_2_21_1=y +BR2_BINUTILS_VERSION="2.21.1" +BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" + +# +# GCC Options +# +# BR2_GCC_VERSION_4_2_4 is not set +BR2_GCC_VERSION_4_3_X=y +# BR2_GCC_VERSION_4_4_X is not set +# BR2_GCC_VERSION_4_5_X is not set +# BR2_GCC_VERSION_4_6_X is not set +# BR2_GCC_VERSION_SNAP is not set +BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y +BR2_GCC_VERSION="4.3.6" +BR2_EXTRA_GCC_CONFIG_OPTIONS="" +# BR2_INSTALL_OBJC is not set +# BR2_INSTALL_FORTRAN is not set +BR2_GCC_SHARED_LIBGCC=y +BR2_GCC_ENABLE_TLS=y +# BR2_GCC_ENABLE_OPENMP is not set + +# +# Gdb Options +# +# BR2_PACKAGE_GDB is not set +# BR2_PACKAGE_GDB_SERVER is not set +# BR2_PACKAGE_GDB_HOST is not set +BR2_LARGEFILE=y +BR2_USE_WCHAR=y +BR2_INSTALL_LIBSTDCPP=y +BR2_TOOLCHAIN_HAS_THREADS=y +BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED=y +BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y +# BR2_ENABLE_LOCALE_PURGE is not set +BR2_NEEDS_GETTEXT=y +BR2_USE_MMU=y +BR2_PREFER_SOFT_FLOAT=y +BR2_SOFT_FLOAT=y +BR2_TARGET_OPTIMIZATION="-pipe -Os -march=armv4t -mtune=arm920t" +BR2_TARGET_LDFLAGS="" + +# +# Toolchain Options +# +BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y +# BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 is not set +# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set +BR2_TOOLCHAIN_BUILDROOT_WCHAR=y +# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set +BR2_TOOLCHAIN_BUILDROOT_CXX=y +# BR2_TOOLCHAIN_BUILDROOT_USE_SSP 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_ELF2FLT is not set + +# +# System configuration +# +BR2_TARGET_GENERIC_HOSTNAME="buildroot" +BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" +# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y +# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set +# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set +BR2_ROOTFS_DEVICE_TABLE="target/generic/device_table.txt" +# BR2_ROOTFS_SKELETON_DEFAULT is not set +BR2_ROOTFS_SKELETON_CUSTOM=y +BR2_ROOTFS_SKELETON_CUSTOM_PATH="fs/n35-skeleton" +BR2_ROOTFS_POST_BUILD_SCRIPT="" + +# +# Package Selection for the target +# +BR2_PACKAGE_BUSYBOX=y +# BR2_BUSYBOX_VERSION_1_18_X is not set +BR2_BUSYBOX_VERSION_1_19_X=y +# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set +BR2_BUSYBOX_VERSION="1.19.3" +BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox-1.19.x.config" +# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set +# BR2_PACKAGE_CUSTOMIZE is not set + +# +# Audio and video libraries and applications +# +# BR2_PACKAGE_ALSA_LIB is not set +# BR2_PACKAGE_ALSA_UTILS is not set +# BR2_PACKAGE_AUMIX is not set +# BR2_PACKAGE_FAAD2 is not set +# BR2_PACKAGE_FLAC is not set + +# +# ffmpeg requires a toolchain with LARGEFILE and IPV6 support +# +# BR2_PACKAGE_GSTREAMER is not set + +# +# gst-ffmpeg requires a toolchain with LARGEFILE and IPV6 support +# +# BR2_PACKAGE_LAME is not set +# BR2_PACKAGE_LIBAO is not set +# BR2_PACKAGE_LIBCDAUDIO is not set +# BR2_PACKAGE_LIBCUE is not set +# BR2_PACKAGE_LIBCUEFILE is not set +# BR2_PACKAGE_LIBDVDREAD is not set +# BR2_PACKAGE_LIBDVDNAV is not set +# BR2_PACKAGE_LIBID3TAG is not set +# BR2_PACKAGE_LIBMAD is not set +# BR2_PACKAGE_LIBMMS is not set +# BR2_PACKAGE_LIBMPD is not set +# BR2_PACKAGE_LIBMPEG2 is not set +# BR2_PACKAGE_LIBOGG is not set +# BR2_PACKAGE_LIBPLAYER is not set +# BR2_PACKAGE_LIBREPLAYGAIN is not set +# BR2_PACKAGE_LIBSAMPLERATE is not set +# BR2_PACKAGE_LIBSNDFILE is not set +# BR2_PACKAGE_LIBTHEORA is not set +# BR2_PACKAGE_LIBVORBIS is not set +# BR2_PACKAGE_LIVE555 is not set +# BR2_PACKAGE_MADPLAY is not set +# BR2_PACKAGE_MPD is not set +# BR2_PACKAGE_MPG123 is not set +# BR2_PACKAGE_MPLAYER is not set +# BR2_PACKAGE_MUSEPACK is not set +# BR2_PACKAGE_PORTAUDIO is not set +# BR2_PACKAGE_PULSEAUDIO is not set +# BR2_PACKAGE_SPEEX is not set +# BR2_PACKAGE_TAGLIB is not set +# BR2_PACKAGE_TREMOR is not set +# BR2_PACKAGE_VORBIS_TOOLS is not set +# BR2_PACKAGE_WAVPACK is not set + +# +# Compressors and decompressors +# +# BR2_PACKAGE_BZIP2 is not set +# BR2_PACKAGE_LZOP is not set +# BR2_PACKAGE_XZ is not set + +# +# Debugging, profiling and benchmark +# +# BR2_PACKAGE_BONNIE is not set +# BR2_PACKAGE_DHRYSTONE is not set +# BR2_PACKAGE_DMALLOC is not set +# BR2_PACKAGE_KEXEC is not set + +# +# lmbench requires a toolchain with RPC support +# +# BR2_PACKAGE_LSOF is not set +# BR2_PACKAGE_LTP_TESTSUITE is not set +# BR2_PACKAGE_LTRACE is not set +# BR2_PACKAGE_MEMSTAT is not set +# BR2_PACKAGE_NETPERF is not set +# BR2_PACKAGE_OPROFILE is not set +# BR2_PACKAGE_STRACE is not set +# BR2_PACKAGE_WHETSTONE is not set +# BR2_PACKAGE_PV is not set + +# +# Development tools +# +# BR2_PACKAGE_AUTOCONF is not set +# BR2_PACKAGE_AUTOMAKE is not set +# BR2_PACKAGE_BINUTILS is not set +# BR2_PACKAGE_BISON is not set +# BR2_PACKAGE_BSDIFF is not set +# BR2_PACKAGE_CCACHE is not set +# BR2_PACKAGE_CVS is not set +# BR2_PACKAGE_DISTCC is not set +# BR2_PACKAGE_FLEX is not set + +# +# gcc needs development files in target filesystem +# +# BR2_PACKAGE_GETTEXT is not set +# BR2_PACKAGE_LIBINTL is not set +# BR2_PACKAGE_GMP is not set +# BR2_PACKAGE_GPERF is not set +# BR2_PACKAGE_MAKE is not set +# BR2_PACKAGE_MPC is not set +# BR2_PACKAGE_MPFR is not set +# BR2_PACKAGE_LIBTOOL is not set +# BR2_PACKAGE_M4 is not set +# BR2_PACKAGE_PKG_CONFIG is not set +# BR2_PACKAGE_SSTRIP is not set + +# +# Games +# +# BR2_PACKAGE_GNUCHESS is not set +# BR2_PACKAGE_PRBOOM is not set +# BR2_PACKAGE_RUBIX is not set + +# +# Graphic libraries and applications (graphic/text) +# + +# +# Graphic applications +# +# BR2_PACKAGE_RRDTOOL is not set + +# +# graphic libraries +# +# BR2_PACKAGE_DIRECTFB is not set +# BR2_PACKAGE_FBDUMP is not set +# BR2_PACKAGE_FBGRAB is not set +# BR2_PACKAGE_FBV is not set +# BR2_PACKAGE_IMAGEMAGICK is not set +# BR2_PACKAGE_SDL is not set + +# +# other GUIs +# +# BR2_PACKAGE_QT is not set +BR2_PACKAGE_XORG7=y +BR2_PACKAGE_XSERVER_xorg=y +# BR2_PACKAGE_XSERVER_tinyx is not set + +# +# X11R7 Servers +# +BR2_PACKAGE_XSERVER_XORG_SERVER=y +# BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR is not set +# BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX is not set + +# +# X11R7 Libraries +# +BR2_PACKAGE_LIBXCB=y +# BR2_PACKAGE_MESA3D is not set +BR2_PACKAGE_PTHREAD_STUBS=y +# BR2_PACKAGE_XCB_UTIL is not set +# BR2_PACKAGE_XLIB_LIBFS is not set +BR2_PACKAGE_XLIB_LIBICE=y +BR2_PACKAGE_XLIB_LIBSM=y +BR2_PACKAGE_XLIB_LIBX11=y +# BR2_PACKAGE_XLIB_LIBXSCRNSAVER is not set +BR2_PACKAGE_XLIB_LIBXAU=y +BR2_PACKAGE_XLIB_LIBXAW=y +# BR2_PACKAGE_XLIB_LIBXCOMPOSITE is not set +BR2_PACKAGE_XLIB_LIBXCURSOR=y +BR2_PACKAGE_XLIB_LIBXDAMAGE=y +BR2_PACKAGE_XLIB_LIBXDMCP=y +BR2_PACKAGE_XLIB_LIBXEXT=y +BR2_PACKAGE_XLIB_LIBXFIXES=y +BR2_PACKAGE_XLIB_LIBXFONT=y +# BR2_PACKAGE_XLIB_LIBXFONTCACHE is not set +BR2_PACKAGE_XLIB_LIBXFT=y +BR2_PACKAGE_XLIB_LIBXI=y +BR2_PACKAGE_XLIB_LIBXINERAMA=y +BR2_PACKAGE_XLIB_LIBXMU=y +BR2_PACKAGE_XLIB_LIBXP=y +BR2_PACKAGE_XLIB_LIBXPM=y +# BR2_PACKAGE_XLIB_LIBXPRINTAPPUTIL is not set +BR2_PACKAGE_XLIB_LIBXPRINTUTIL=y +BR2_PACKAGE_XLIB_LIBXRANDR=y +BR2_PACKAGE_XLIB_LIBXRENDER=y +BR2_PACKAGE_XLIB_LIBXRES=y +BR2_PACKAGE_XLIB_LIBXT=y +# BR2_PACKAGE_XLIB_LIBXTST is not set +# BR2_PACKAGE_XLIB_LIBXV is not set +# BR2_PACKAGE_XLIB_LIBXVMC is not set +# BR2_PACKAGE_XLIB_LIBXXF86DGA is not set +BR2_PACKAGE_XLIB_LIBXXF86VM=y +# BR2_PACKAGE_XLIB_LIBDMX is not set +BR2_PACKAGE_XLIB_LIBFONTENC=y +# BR2_PACKAGE_XLIB_LIBOLDX is not set +BR2_PACKAGE_XLIB_LIBXKBFILE=y +# BR2_PACKAGE_XLIB_LIBXKBUI is not set +BR2_PACKAGE_XLIB_XTRANS=y +BR2_PACKAGE_XLIB_LIBPCIACCESS=y + +# +# X11R7 Applications +# +# BR2_PACKAGE_XAPP_APPRES is not set +# BR2_PACKAGE_XAPP_BDFTOPCF is not set +# BR2_PACKAGE_XAPP_BEFORELIGHT is not set +# BR2_PACKAGE_XAPP_BITMAP is not set +# BR2_PACKAGE_XAPP_EDITRES is not set +# BR2_PACKAGE_XAPP_FONTTOSFNT is not set +# BR2_PACKAGE_XAPP_FSLSFONTS is not set +# BR2_PACKAGE_XAPP_FSTOBDF is not set +# BR2_PACKAGE_XAPP_ICEAUTH is not set +# BR2_PACKAGE_XAPP_ICO is not set +# BR2_PACKAGE_XAPP_LISTRES is not set +# BR2_PACKAGE_XAPP_LUIT is not set +# BR2_PACKAGE_XAPP_MKFONTDIR is not set +# BR2_PACKAGE_XAPP_MKFONTSCALE is not set +# BR2_PACKAGE_XAPP_OCLOCK is not set +# BR2_PACKAGE_XAPP_RGB is not set +# BR2_PACKAGE_XAPP_RSTART is not set +# BR2_PACKAGE_XAPP_SCRIPTS is not set +# BR2_PACKAGE_XAPP_SESSREG is not set +# BR2_PACKAGE_XAPP_SETXKBMAP is not set +# BR2_PACKAGE_XAPP_SHOWFONT is not set +# BR2_PACKAGE_XAPP_SMPROXY is not set +# BR2_PACKAGE_XAPP_TWM is not set +# BR2_PACKAGE_XAPP_VIEWRES is not set +# BR2_PACKAGE_XAPP_X11PERF is not set +# BR2_PACKAGE_XAPP_XAUTH is not set +# BR2_PACKAGE_XAPP_XBACKLIGHT is not set +# BR2_PACKAGE_XAPP_XBIFF is not set +# BR2_PACKAGE_XAPP_XCALC is not set +# BR2_PACKAGE_XAPP_XCLIPBOARD is not set +BR2_PACKAGE_XAPP_XCLOCK=y +# BR2_PACKAGE_XAPP_XCMSDB is not set +# BR2_PACKAGE_XAPP_XCURSORGEN is not set +# BR2_PACKAGE_XAPP_XDBEDIZZY is not set +# BR2_PACKAGE_XAPP_XDITVIEW is not set +# BR2_PACKAGE_XAPP_XDM is not set +# BR2_PACKAGE_XAPP_XDPYINFO is not set +# BR2_PACKAGE_XAPP_XEDIT is not set +# BR2_PACKAGE_XAPP_XEV is not set +# BR2_PACKAGE_XAPP_XEYES is not set +# BR2_PACKAGE_XAPP_XF86DGA is not set +# BR2_PACKAGE_XAPP_XFD is not set +# BR2_PACKAGE_XAPP_XFONTSEL is not set +# BR2_PACKAGE_XAPP_XFS is not set +# BR2_PACKAGE_XAPP_XFSINFO is not set +# BR2_PACKAGE_XAPP_XGAMMA is not set +# BR2_PACKAGE_XAPP_XGC is not set +# BR2_PACKAGE_XAPP_XHOST is not set +# BR2_PACKAGE_XAPP_XINIT is not set +# BR2_PACKAGE_XAPP_XINPUT is not set +BR2_PACKAGE_XAPP_XKBCOMP=y +# BR2_PACKAGE_XAPP_XKBEVD is not set +# BR2_PACKAGE_XAPP_XKBPRINT is not set +# BR2_PACKAGE_XAPP_XKBUTILS is not set +# BR2_PACKAGE_XAPP_XKILL is not set +BR2_PACKAGE_XAPP_XLOAD=y +BR2_PACKAGE_XAPP_XLOGO=y +# BR2_PACKAGE_XAPP_XLSATOMS is not set +# BR2_PACKAGE_XAPP_XLSCLIENTS is not set +# BR2_PACKAGE_XAPP_XLSFONTS is not set +# BR2_PACKAGE_XAPP_XMAG is not set +# BR2_PACKAGE_XAPP_XMAN is not set +# BR2_PACKAGE_XAPP_XMESSAGE is not set +# BR2_PACKAGE_XAPP_XMH is not set +# BR2_PACKAGE_XAPP_XMODMAP is not set +# BR2_PACKAGE_XAPP_XMORE is not set +# BR2_PACKAGE_XAPP_XPLSPRINTERS is not set +# BR2_PACKAGE_XAPP_XPR is not set +# BR2_PACKAGE_XAPP_XPREHASHPRINTERLIST is not set +# BR2_PACKAGE_XAPP_XPROP is not set +# BR2_PACKAGE_XAPP_XRANDR is not set +# BR2_PACKAGE_XAPP_XRDB is not set +# BR2_PACKAGE_XAPP_XREFRESH is not set +# BR2_PACKAGE_XAPP_XSET is not set +# BR2_PACKAGE_XAPP_XSETMODE is not set +# BR2_PACKAGE_XAPP_XSETPOINTER is not set +# BR2_PACKAGE_XAPP_XSETROOT is not set +# BR2_PACKAGE_XAPP_XSM is not set +# BR2_PACKAGE_XAPP_XSTDCMAP is not set +# BR2_PACKAGE_XAPP_XVIDTUNE is not set +# BR2_PACKAGE_XAPP_XVINFO is not set +# BR2_PACKAGE_XAPP_XWD is not set +# BR2_PACKAGE_XAPP_XWININFO is not set +# BR2_PACKAGE_XAPP_XWUD is not set + +# +# X11R7 Drivers +# +# BR2_PACKAGE_XDRIVER_XF86_INPUT_ACECAD is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_AIPTEK is not set +BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y +# BR2_PACKAGE_XDRIVER_XF86_INPUT_JOYSTICK is not set +BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y +# BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_APM is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_AST is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_CHIPS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_DUMMY is not set +BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV=y +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLINT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_I128 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_I740 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_MGA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEOMAGIC is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEWPORT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NV is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_RENDITION is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3VIRGE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SAVAGE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SILICONMOTION is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SIS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SISUSB is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG14 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG3 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG6 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNFFB is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNLEO is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNTCX is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TDFX is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TRIDENT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TSENG is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_V4L is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VMWARE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VOODOO is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGI is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGIXP is not set + +# +# X11R7 Fonts +# +# BR2_PACKAGE_XFONT_FONT_UTIL is not set +BR2_PACKAGE_XFONT_ENCODINGS=y +# BR2_PACKAGE_XFONT_FONT_ADOBE_100DPI is not set +BR2_PACKAGE_XFONT_FONT_ADOBE_75DPI=y +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_TYPE1 is not set +BR2_PACKAGE_XFONT_FONT_ALIAS=y +# BR2_PACKAGE_XFONT_FONT_ARABIC_MISC is not set +# BR2_PACKAGE_XFONT_FONT_BH_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_TTF is not set +# BR2_PACKAGE_XFONT_FONT_BH_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_100DPI is not set +BR2_PACKAGE_XFONT_FONT_BITSTREAM_75DPI=y +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_SPEEDO is not set +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_CRONYX_CYRILLIC is not set +BR2_PACKAGE_XFONT_FONT_CURSOR_MISC=y +# BR2_PACKAGE_XFONT_FONT_DAEWOO_MISC is not set +# BR2_PACKAGE_XFONT_FONT_DEC_MISC is not set +# BR2_PACKAGE_XFONT_FONT_IBM_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_ISAS_MISC is not set +# BR2_PACKAGE_XFONT_FONT_JIS_MISC is not set +# BR2_PACKAGE_XFONT_FONT_MICRO_MISC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_ETHIOPIC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_MELTHO is not set +BR2_PACKAGE_XFONT_FONT_MISC_MISC=y +# BR2_PACKAGE_XFONT_FONT_MUTT_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SCHUMACHER_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SCREEN_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_SONY_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SUN_MISC is not set +# BR2_PACKAGE_XFONT_FONT_WINITZKI_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_XFREE86_TYPE1 is not set + +# +# X11R7 X protocols +# +BR2_PACKAGE_XCB_PROTO=y +# BR2_PACKAGE_XPROTO_APPLEWMPROTO is not set +BR2_PACKAGE_XPROTO_BIGREQSPROTO=y +BR2_PACKAGE_XPROTO_COMPOSITEPROTO=y +BR2_PACKAGE_XPROTO_DAMAGEPROTO=y +# BR2_PACKAGE_XPROTO_DMXPROTO is not set +BR2_PACKAGE_XPROTO_DRI2PROTO=y +BR2_PACKAGE_XPROTO_FIXESPROTO=y +BR2_PACKAGE_XPROTO_FONTCACHEPROTO=y +BR2_PACKAGE_XPROTO_FONTSPROTO=y +BR2_PACKAGE_XPROTO_GLPROTO=y +BR2_PACKAGE_XPROTO_INPUTPROTO=y +BR2_PACKAGE_XPROTO_KBPROTO=y +BR2_PACKAGE_XPROTO_PRINTPROTO=y +BR2_PACKAGE_XPROTO_RANDRPROTO=y +# BR2_PACKAGE_XPROTO_RECORDPROTO is not set +BR2_PACKAGE_XPROTO_RENDERPROTO=y +BR2_PACKAGE_XPROTO_RESOURCEPROTO=y +# BR2_PACKAGE_XPROTO_SCRNSAVERPROTO is not set +BR2_PACKAGE_XPROTO_VIDEOPROTO=y +# BR2_PACKAGE_XPROTO_WINDOWSWMPROTO is not set +BR2_PACKAGE_XPROTO_XCMISCPROTO=y +BR2_PACKAGE_XPROTO_XEXTPROTO=y +BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO=y +BR2_PACKAGE_XPROTO_XF86DGAPROTO=y +# BR2_PACKAGE_XPROTO_XF86DRIPROTO is not set +BR2_PACKAGE_XPROTO_XF86RUSHPROTO=y +BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO=y +BR2_PACKAGE_XPROTO_XINERAMAPROTO=y +BR2_PACKAGE_XPROTO_XPROTO=y + +# +# X11R7 Utilities +# +# BR2_PACKAGE_XUTIL_MAKEDEPEND is not set +BR2_PACKAGE_XUTIL_UTIL_MACROS=y +BR2_PACKAGE_MCOOKIE=y + +# +# X11R7 Other data +# +BR2_PACKAGE_XDATA_XBITMAPS=y +# BR2_PACKAGE_XDATA_XCURSOR_THEMES is not set +BR2_PACKAGE_XKEYBOARD_CONFIG=y + +# +# X libraries and helper libraries +# +BR2_PACKAGE_LIBERATION=y + +# +# X Window managers +# +# BR2_PACKAGE_MATCHBOX is not set +# BR2_PACKAGE_BLACKBOX is not set +# BR2_PACKAGE_FLUXBOX is not set + +# +# X applications +# +# BR2_PACKAGE_DOCKER is not set +# BR2_PACKAGE_GOB2 is not set + +# +# midori requires C++, WCHAR in toolchain and libgtk2 +# +# BR2_PACKAGE_RDESKTOP is not set +# BR2_PACKAGE_SYNERGY is not set +# BR2_PACKAGE_TORSMO is not set +# BR2_PACKAGE_VALA is not set +# BR2_PACKAGE_X11VNC is not set +# BR2_PACKAGE_XSTROKE is not set +BR2_PACKAGE_XTERM=y +# BR2_PACKAGE_XVKBD is not set + +# +# Hardware handling +# +# BR2_PACKAGE_CDRKIT is not set +# BR2_PACKAGE_CRAMFS is not set +# BR2_PACKAGE_DBUS is not set +# BR2_PACKAGE_DMRAID is not set +# BR2_PACKAGE_DOSFSTOOLS is not set +# BR2_PACKAGE_E2FSPROGS is not set +# BR2_PACKAGE_EEPROG is not set +# BR2_PACKAGE_FCONFIG is not set +# BR2_PACKAGE_FIS is not set +# BR2_PACKAGE_GADGETFS_TEST is not set +# BR2_PACKAGE_GDISK is not set +# BR2_PACKAGE_GENEXT2FS is not set +# BR2_PACKAGE_GENROMFS is not set +# BR2_PACKAGE_GPSD is not set +# 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_IOSTAT is not set +# BR2_PACKAGE_IRDA_UTILS is not set +# BR2_PACKAGE_KBD is not set +# BR2_PACKAGE_LIBV4L is not set +# BR2_PACKAGE_LM_SENSORS is not set +# BR2_PACKAGE_LSUIO is not set +# BR2_PACKAGE_LVM2 is not set +# BR2_PACKAGE_MAKEDEVS is not set +# BR2_PACKAGE_MDADM is not set +# BR2_PACKAGE_MEMTESTER is not set +# BR2_PACKAGE_MTD is not set +# BR2_PACKAGE_NTFS_3G is not set +# BR2_PACKAGE_OPENOCD is not set +# BR2_PACKAGE_PCIUTILS is not set +# BR2_PACKAGE_PICOCOM is not set +# BR2_PACKAGE_RNG_TOOLS is not set +# BR2_PACKAGE_SDPARM is not set +# BR2_PACKAGE_SETSERIAL is not set +# BR2_PACKAGE_SMARTMONTOOLS is not set +# BR2_PACKAGE_SQUASHFS is not set +# BR2_PACKAGE_SREDIRD is not set +# BR2_PACKAGE_SSHFS is not set +# BR2_PACKAGE_STATSERIAL is not set +# BR2_PACKAGE_SYSSTAT is not set +# BR2_PACKAGE_TI_UTILS is not set +# BR2_PACKAGE_UBOOT_TOOLS is not set + +# +# udev requires /dev mgmnt set to udev under System configuration +# +# BR2_PACKAGE_USB_MODESWITCH is not set +# BR2_PACKAGE_USBUTILS is not set +# BR2_PACKAGE_WIPE is not set +# BR2_PACKAGE_XFSPROGS is not set + +# +# Interpreter languages and scripting +# +# BR2_PACKAGE_HASERL is not set +# BR2_PACKAGE_LUA is not set +# BR2_PACKAGE_MICROPERL is not set +# BR2_PACKAGE_PHP is not set +# BR2_PACKAGE_PYTHON is not set +# BR2_PACKAGE_RUBY is not set +# BR2_PACKAGE_TCL is not set + +# +# Libraries +# + +# +# Compression and decompression +# +# BR2_PACKAGE_LIBARCHIVE is not set +# BR2_PACKAGE_LZO is not set +BR2_PACKAGE_ZLIB=y + +# +# Crypto +# +# BR2_PACKAGE_BEECRYPT is not set +# BR2_PACKAGE_GNUTLS is not set +# BR2_PACKAGE_LIBGCRYPT is not set +# BR2_PACKAGE_LIBGPG_ERROR is not set +# BR2_PACKAGE_LIBNSS is not set +BR2_PACKAGE_OPENSSL=y +# BR2_PACKAGE_OPENSSL_BIN is not set +# BR2_PACKAGE_OPENSSL_ENGINES is not set +# BR2_PACKAGE_OPENSSL_OCF is not set + +# +# Database +# +# BR2_PACKAGE_BERKELEYDB is not set +# BR2_PACKAGE_MYSQL_CLIENT 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 +# BR2_PACKAGE_LIBFUSE is not set +# BR2_PACKAGE_LIBLOCKFILE is not set +# BR2_PACKAGE_LIBSYSFS is not set + +# +# Graphics +# +# BR2_PACKAGE_ATK is not set +# BR2_PACKAGE_CAIRO is not set +# BR2_PACKAGE_FLTK is not set +BR2_PACKAGE_FONTCONFIG=y +BR2_PACKAGE_FREETYPE=y +# BR2_PACKAGE_JPEG is not set +# BR2_PACKAGE_LIBART is not set +BR2_PACKAGE_LIBDRM=y +# BR2_PACKAGE_LIBEXIF is not set +# BR2_PACKAGE_LIBGEOTIFF is not set +# BR2_PACKAGE_GDK_PIXBUF is not set +# BR2_PACKAGE_LIBGTK2 is not set +BR2_PACKAGE_LIBPNG=y +# BR2_PACKAGE_LIBRAW is not set +# BR2_PACKAGE_LIBSVGTINY is not set +# BR2_PACKAGE_LIBUNGIF is not set +# BR2_PACKAGE_OPENCV is not set +# BR2_PACKAGE_PANGO is not set +BR2_PACKAGE_PIXMAN=y +# BR2_PACKAGE_TIFF is not set + +# +# webkit requires C++, WCHAR in toolchain and libgtk2 +# + +# +# Hardware handling +# +# BR2_PACKAGE_LIBAIO is not set +# BR2_PACKAGE_LIBRAW1394 is not set +# BR2_PACKAGE_TSLIB is not set +# BR2_PACKAGE_LIBFTDI is not set +# BR2_PACKAGE_LIBHID is not set +# BR2_PACKAGE_LIBIQRF is not set +# BR2_PACKAGE_LIBUSB is not set + +# +# Networking +# +# BR2_PACKAGE_LIBCGI is not set +# BR2_PACKAGE_LIBCGICC is not set +# BR2_PACKAGE_LIBCURL is not set +# BR2_PACKAGE_LIBDNET is not set +# BR2_PACKAGE_LIBEXOSIP2 is not set +# BR2_PACKAGE_LIBIDN is not set +# BR2_PACKAGE_LIBMICROHTTPD is not set +# BR2_PACKAGE_NEON is not set +# BR2_PACKAGE_LIBMNL is not set +# BR2_PACKAGE_LIBMODBUS is not set +# BR2_PACKAGE_LIBNL is not set +# BR2_PACKAGE_LIBPCAP is not set +# BR2_PACKAGE_LIBOSIP2 is not set +# BR2_PACKAGE_LIBRSYNC is not set +# BR2_PACKAGE_LIBSOUP is not set +# BR2_PACKAGE_LIBUPNP is not set + +# +# Other +# +# BR2_PACKAGE_FFTW is not set +# BR2_PACKAGE_LIBARGTABLE2 is not set +# BR2_PACKAGE_ARGP_STANDALONE is not set +# BR2_PACKAGE_LIBATOMIC_OPS is not set +# BR2_PACKAGE_LIBCAP is not set +# BR2_PACKAGE_LIBDAEMON is not set +# BR2_PACKAGE_LIBELF is not set +# BR2_PACKAGE_LIBEVENT is not set +# BR2_PACKAGE_LIBEV is not set +# BR2_PACKAGE_LIBFFI is not set +# BR2_PACKAGE_LIBGLIB2 is not set +# BR2_PACKAGE_LIBNSPR is not set +# BR2_PACKAGE_LIBSIGC is not set +# BR2_PACKAGE_ORC is not set +# BR2_PACKAGE_POCO is not set +# BR2_PACKAGE_STARTUP_NOTIFICATION is not set + +# +# Text and terminal handling +# +# BR2_PACKAGE_ENCHANT is not set +# BR2_PACKAGE_ICU is not set +# BR2_PACKAGE_LIBICONV is not set +BR2_PACKAGE_NCURSES=y +# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set +# BR2_PACKAGE_NCURSES_TARGET_FORM is not set +# BR2_PACKAGE_NCURSES_TARGET_MENU 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 + +# +# JSON/XML +# +BR2_PACKAGE_EXPAT=y +# BR2_PACKAGE_EZXML is not set +# BR2_PACKAGE_JSON_C is not set +# BR2_PACKAGE_LIBROXML is not set +# BR2_PACKAGE_LIBXML2 is not set +# BR2_PACKAGE_LIBXSLT is not set +# BR2_PACKAGE_LIBYAML is not set +# BR2_PACKAGE_MXML is not set +# BR2_PACKAGE_XERCES is not set +# BR2_PACKAGE_YAJL is not set + +# +# Miscellaneous +# +# BR2_PACKAGE_SHARED_MIME_INFO is not set + +# +# Networking applications +# +# BR2_PACKAGE_ARGUS is not set +# BR2_PACKAGE_AVAHI is not set +# BR2_PACKAGE_AXEL is not set +# BR2_PACKAGE_BLUEZ_UTILS is not set + +# +# bmon requires a toolchain with IPv6 support +# +# BR2_PACKAGE_BRIDGE_UTILS is not set +# BR2_PACKAGE_BWM_NG is not set +# BR2_PACKAGE_CAN_UTILS is not set +# BR2_PACKAGE_CTORRENT is not set +# BR2_PACKAGE_CIFS_UTILS is not set +# BR2_PACKAGE_CUPS is not set +# BR2_PACKAGE_DHCPDUMP is not set +# BR2_PACKAGE_DNSMASQ is not set +# BR2_PACKAGE_DROPBEAR is not set + +# +# ebtables requires a toolchain with IPv6 support +# +# BR2_PACKAGE_ETHTOOL is not set +# BR2_PACKAGE_HOSTAPD is not set +# BR2_PACKAGE_IPERF 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 is not set +# BR2_PACKAGE_IW is not set +# BR2_PACKAGE_KISMET is not set +# BR2_PACKAGE_LINKS is not set +# BR2_PACKAGE_LRZSZ is not set +# BR2_PACKAGE_MII_DIAG is not set +# BR2_PACKAGE_MROUTED is not set +# BR2_PACKAGE_MUTT is not set +# BR2_PACKAGE_NBD is not set +# BR2_PACKAGE_NCFTP is not set +# BR2_PACKAGE_NETPLUG is not set +# BR2_PACKAGE_NETSNMP is not set +# BR2_PACKAGE_NETSTAT_NAT is not set +# BR2_PACKAGE_NOIP is not set + +# +# nfs-utils requires a toolchain with RPC and LARGEFILE support +# +# BR2_PACKAGE_NGIRCD is not set +# BR2_PACKAGE_NGREP is not set +# BR2_PACKAGE_NTP is not set +# BR2_PACKAGE_NUTTCP is not set + +# +# olsr requires a toolchain with IPv6 support +# +# BR2_PACKAGE_OPENNTPD is not set +# BR2_PACKAGE_OPENSSH is not set +# BR2_PACKAGE_OPENVPN is not set + +# +# portmap requires a toolchain with RPC support +# +# BR2_PACKAGE_PPPD is not set +# BR2_PACKAGE_PPTP_LINUX is not set +# BR2_PACKAGE_PROFTPD is not set +# BR2_PACKAGE_QUAGGA is not set + +# +# radvd requires a toolchain with IPV6 support +# +# BR2_PACKAGE_RSH_REDONE is not set +# BR2_PACKAGE_RSYNC is not set +# BR2_PACKAGE_SAMBA is not set +# BR2_PACKAGE_SER2NET is not set +# BR2_PACKAGE_SOCAT is not set +# BR2_PACKAGE_SPAWN_FCGI is not set + +# +# Squid requires a toolchain with C++ and IPv6 support enabled +# +# BR2_PACKAGE_STUNNEL is not set +# BR2_PACKAGE_TCPDUMP is not set +# BR2_PACKAGE_TCPREPLAY is not set +# BR2_PACKAGE_TN5250 is not set +# BR2_PACKAGE_TTCP is not set +# BR2_PACKAGE_UDPCAST is not set +# BR2_PACKAGE_VPNC is not set +# BR2_PACKAGE_VSFTPD is not set +# BR2_PACKAGE_VTUN is not set +# BR2_PACKAGE_WIRELESS_TOOLS is not set +# BR2_PACKAGE_WPA_SUPPLICANT is not set +# BR2_PACKAGE_XL2TP is not set + +# +# Package managers +# +# BR2_PACKAGE_IPKG is not set + +# +# Real-Time +# +# BR2_PACKAGE_XENOMAI is not set + +# +# Shell and utilities +# +# BR2_PACKAGE_AT is not set +# BR2_PACKAGE_DIALOG is not set +# BR2_PACKAGE_FILE is not set +# BR2_PACKAGE_INOTIFY_TOOLS is not set +# BR2_PACKAGE_LOCKFILE_PROGS is not set +# BR2_PACKAGE_LOGROTATE is not set +# BR2_PACKAGE_SCREEN is not set +# BR2_PACKAGE_SUDO 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_HTOP is not set +# BR2_PACKAGE_UTIL_LINUX is not set + +# +# Text editors and viewers +# +# BR2_PACKAGE_ED is not set +# BR2_PACKAGE_NANO is not set +# BR2_PACKAGE_UEMACS is not set + +# +# Filesystem images +# +# BR2_TARGET_ROOTFS_CRAMFS is not set +# BR2_TARGET_ROOTFS_CLOOP is not set +# BR2_TARGET_ROOTFS_EXT2 is not set +# BR2_TARGET_ROOTFS_JFFS2 is not set +# BR2_TARGET_ROOTFS_UBIFS 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_OPTIONS="" +BR2_TARGET_ROOTFS_CPIO=y +# BR2_TARGET_ROOTFS_CPIO_NONE is not set +BR2_TARGET_ROOTFS_CPIO_GZIP=y +# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set +# BR2_TARGET_ROOTFS_CPIO_LZMA is not set + +# +# initramfs requires a Linux kernel to be built +# +# BR2_TARGET_ROOTFS_ROMFS is not set + +# +# Bootloaders +# +# BR2_TARGET_BAREBOX is not set +# BR2_TARGET_UBOOT is not set +# BR2_TARGET_AT91BOOTSTRAP is not set +# BR2_TARGET_AT91DATAFLASHBOOT is not set + +# +# Kernel +# +# BR2_LINUX_KERNEL is not set diff --git a/buildroot/config-2012.02 b/buildroot/config-2012.02 new file mode 100644 index 0000000..2a21a4a --- /dev/null +++ b/buildroot/config-2012.02 @@ -0,0 +1,1121 @@ +# +# Automatically generated make config: don't edit +# Buildroot 2012.02 Configuration +# +BR2_HAVE_DOT_CONFIG=y +BR2_arm=y +# BR2_armeb is not set +# BR2_avr32 is not set +# BR2_bfin is not set +# BR2_i386 is not set +# BR2_mips is not set +# BR2_mipsel is not set +# BR2_powerpc is not set +# BR2_sh is not set +# BR2_sh64 is not set +# BR2_sparc is not set +# BR2_x86_64 is not set +# BR2_xtensa is not set +# BR2_generic_arm is not set +# BR2_arm7tdmi is not set +# BR2_arm610 is not set +# BR2_arm710 is not set +# BR2_arm720t is not set +BR2_arm920t=y +# BR2_arm922t is not set +# BR2_arm926t is not set +# BR2_arm10t is not set +# BR2_arm1136jf_s is not set +# BR2_arm1176jz_s is not set +# BR2_arm1176jzf_s is not set + +# +# cortex-A8/A9 needs gcc >= 4.4.x +# +# BR2_cortex_a8 is not set +# BR2_cortex_a9 is not set +# BR2_sa110 is not set +# BR2_sa1100 is not set +# BR2_xscale is not set +# BR2_iwmmxt is not set +BR2_ARM_TYPE="ARM920T" +BR2_ARM_EABI=y +# BR2_ARM_OABI is not set +BR2_ARCH="arm" +BR2_ENDIAN="LITTLE" +BR2_GCC_TARGET_TUNE="arm920t" +BR2_GCC_TARGET_ARCH="armv4t" +BR2_GCC_TARGET_ABI="aapcs-linux" + +# +# Build options +# + +# +# Commands +# +BR2_WGET="wget --passive-ftp -nd -t 3" +BR2_SVN="svn" +BR2_BZR="bzr" +BR2_GIT="git" +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_DL_DIR="$(TOPDIR)/dl" +BR2_HOST_DIR="$(BASE_DIR)/host" + +# +# Mirrors and Download locations +# +BR2_PRIMARY_SITE="" +BR2_BACKUP_SITE="http://sources.buildroot.net/" +BR2_SOURCEFORGE_MIRROR="kent" +BR2_KERNEL_MIRROR="http://www.kernel.org/pub/" +BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu" +BR2_DEBIAN_MIRROR="http://ftp.debian.org" +BR2_JLEVEL=2 +BR2_CCACHE=y +# BR2_DEPRECATED is not set +# BR2_ENABLE_DEBUG is not set +BR2_STRIP_strip=y +# BR2_STRIP_sstrip is not set +# BR2_STRIP_none is not set +# 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 +# BR2_PREFER_STATIC_LIB is not set +# BR2_HAVE_DOCUMENTATION is not set +# BR2_HAVE_DEVFILES is not set +BR2_PACKAGE_OVERRIDE_FILE="$(TOPDIR)/local.mk" + +# +# Toolchain +# +BR2_TOOLCHAIN_BUILDROOT=y +# BR2_TOOLCHAIN_EXTERNAL is not set +# BR2_TOOLCHAIN_CTNG is not set + +# +# Kernel Header Options +# +# BR2_KERNEL_HEADERS_2_6_35 is not set +# BR2_KERNEL_HEADERS_2_6_36 is not set +# BR2_KERNEL_HEADERS_2_6_37 is not set +# BR2_KERNEL_HEADERS_2_6_38 is not set +# BR2_KERNEL_HEADERS_2_6_39 is not set +# BR2_KERNEL_HEADERS_3_0 is not set +# BR2_KERNEL_HEADERS_3_1 is not set +BR2_KERNEL_HEADERS_3_2=y +# BR2_KERNEL_HEADERS_VERSION is not set +# BR2_KERNEL_HEADERS_SNAP is not set +BR2_DEFAULT_KERNEL_HEADERS="3.2.7" + +# +# uClibc Options +# +# BR2_UCLIBC_VERSION_0_9_31 is not set +# BR2_UCLIBC_VERSION_0_9_32 is not set +BR2_UCLIBC_VERSION_0_9_33=y +# BR2_UCLIBC_VERSION_SNAPSHOT is not set +BR2_UCLIBC_VERSION_STRING="0.9.33" +BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.33.config" +# BR2_PTHREAD_DEBUG is not set +# BR2_UCLIBC_INSTALL_TEST_SUITE is not set + +# +# Binutils Options +# +# BR2_BINUTILS_VERSION_2_20 is not set +# BR2_BINUTILS_VERSION_2_20_1 is not set +# BR2_BINUTILS_VERSION_2_21 is not set +# BR2_BINUTILS_VERSION_2_21_1 is not set +BR2_BINUTILS_VERSION_2_22=y +BR2_BINUTILS_VERSION="2.22" +BR2_BINUTILS_EXTRA_CONFIG_OPTIONS="" + +# +# GCC Options +# +BR2_GCC_VERSION_4_3_X=y +# BR2_GCC_VERSION_4_4_X is not set +# BR2_GCC_VERSION_4_5_X is not set +# BR2_GCC_VERSION_4_6_X is not set +# BR2_GCC_VERSION_SNAP is not set +BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y +BR2_GCC_VERSION="4.3.6" +BR2_EXTRA_GCC_CONFIG_OPTIONS="" +# BR2_INSTALL_OBJC is not set +# BR2_INSTALL_FORTRAN is not set +BR2_GCC_SHARED_LIBGCC=y +BR2_GCC_ENABLE_TLS=y +# BR2_GCC_ENABLE_OPENMP is not set + +# +# Gdb Options +# +# BR2_PACKAGE_GDB is not set +# BR2_PACKAGE_GDB_SERVER is not set +# BR2_PACKAGE_GDB_HOST is not set +BR2_LARGEFILE=y +BR2_USE_WCHAR=y +BR2_INSTALL_LIBSTDCPP=y +BR2_TOOLCHAIN_HAS_THREADS=y +BR2_TOOLCHAIN_HAS_THREADS_DEBUG_IF_NEEDED=y +BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y +# BR2_ENABLE_LOCALE_PURGE is not set +BR2_NEEDS_GETTEXT=y +BR2_USE_MMU=y +BR2_PREFER_SOFT_FLOAT=y +BR2_SOFT_FLOAT=y +BR2_TARGET_OPTIMIZATION="-pipe -Os -march=armv4t -mtune=arm920t" +BR2_TARGET_LDFLAGS="" + +# +# Toolchain Options +# +BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y +# BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 is not set +# BR2_TOOLCHAIN_BUILDROOT_INET_RPC is not set +BR2_TOOLCHAIN_BUILDROOT_WCHAR=y +# BR2_TOOLCHAIN_BUILDROOT_LOCALE is not set +BR2_TOOLCHAIN_BUILDROOT_CXX=y +# BR2_TOOLCHAIN_BUILDROOT_USE_SSP 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_ELF2FLT is not set + +# +# System configuration +# +BR2_TARGET_GENERIC_HOSTNAME="buildroot" +BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot" +# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set +BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y +# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set +# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set +BR2_ROOTFS_DEVICE_TABLE="target/generic/device_table.txt" +# BR2_ROOTFS_SKELETON_DEFAULT is not set +BR2_ROOTFS_SKELETON_CUSTOM=y +BR2_ROOTFS_SKELETON_CUSTOM_PATH="fs/n35-skeleton" +BR2_ROOTFS_POST_BUILD_SCRIPT="" + +# +# Package Selection for the target +# +BR2_PACKAGE_BUSYBOX=y +# BR2_BUSYBOX_VERSION_1_18_X is not set +BR2_BUSYBOX_VERSION_1_19_X=y +# BR2_PACKAGE_BUSYBOX_SNAPSHOT is not set +BR2_BUSYBOX_VERSION="1.19.4" +BR2_PACKAGE_BUSYBOX_CONFIG="busybox.config" +# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set + +# +# Audio and video libraries and applications +# +# BR2_PACKAGE_ALSA_LIB is not set +# BR2_PACKAGE_ALSA_UTILS is not set +# BR2_PACKAGE_AUMIX is not set +# BR2_PACKAGE_FAAD2 is not set +# BR2_PACKAGE_FLAC is not set + +# +# ffmpeg requires a toolchain with LARGEFILE and IPV6 support +# +# BR2_PACKAGE_GSTREAMER is not set + +# +# gst-ffmpeg requires a toolchain with LARGEFILE and IPV6 support +# +# BR2_PACKAGE_LAME is not set +# BR2_PACKAGE_LIBAO is not set +# BR2_PACKAGE_LIBCDAUDIO is not set +# BR2_PACKAGE_LIBCUE is not set +# BR2_PACKAGE_LIBCUEFILE is not set +# BR2_PACKAGE_LIBDVDREAD is not set +# BR2_PACKAGE_LIBDVDNAV is not set +# BR2_PACKAGE_LIBID3TAG is not set +# BR2_PACKAGE_LIBMAD is not set +# BR2_PACKAGE_LIBMMS is not set +# BR2_PACKAGE_LIBMPD is not set +# BR2_PACKAGE_LIBMPEG2 is not set +# BR2_PACKAGE_LIBOGG is not set +# BR2_PACKAGE_LIBPLAYER is not set +# BR2_PACKAGE_LIBREPLAYGAIN is not set +# BR2_PACKAGE_LIBSAMPLERATE is not set +# BR2_PACKAGE_LIBSNDFILE is not set +# BR2_PACKAGE_LIBTHEORA is not set +# BR2_PACKAGE_LIBVORBIS is not set +# BR2_PACKAGE_LIVE555 is not set +# BR2_PACKAGE_MADPLAY is not set +# BR2_PACKAGE_MPD is not set +# BR2_PACKAGE_MPG123 is not set +# BR2_PACKAGE_MPLAYER is not set +# BR2_PACKAGE_MUSEPACK is not set +# BR2_PACKAGE_PORTAUDIO is not set +# BR2_PACKAGE_PULSEAUDIO is not set +# BR2_PACKAGE_SPEEX is not set +# BR2_PACKAGE_TAGLIB is not set +# BR2_PACKAGE_TREMOR is not set +# BR2_PACKAGE_VORBIS_TOOLS is not set +# BR2_PACKAGE_WAVPACK is not set + +# +# Compressors and decompressors +# +# BR2_PACKAGE_BZIP2 is not set +# BR2_PACKAGE_LZOP is not set +# BR2_PACKAGE_XZ is not set + +# +# Debugging, profiling and benchmark +# +# BR2_PACKAGE_BONNIE is not set +# BR2_PACKAGE_DHRYSTONE is not set +# BR2_PACKAGE_DSTAT is not set +# BR2_PACKAGE_DMALLOC is not set +# BR2_PACKAGE_KEXEC is not set + +# +# lmbench requires a toolchain with RPC support +# +# BR2_PACKAGE_LSOF is not set +# BR2_PACKAGE_LTP_TESTSUITE is not set +# BR2_PACKAGE_LTRACE is not set +# BR2_PACKAGE_MEMSTAT is not set +# BR2_PACKAGE_NETPERF is not set +# BR2_PACKAGE_OPROFILE is not set +# BR2_PACKAGE_RT_TESTS is not set +# BR2_PACKAGE_STRACE is not set +# BR2_PACKAGE_WHETSTONE is not set +# BR2_PACKAGE_PV is not set + +# +# Development tools +# +# BR2_PACKAGE_AUTOCONF is not set +# BR2_PACKAGE_AUTOMAKE is not set +# BR2_PACKAGE_BINUTILS is not set +# BR2_PACKAGE_BISON is not set +# BR2_PACKAGE_BSDIFF is not set +# BR2_PACKAGE_CCACHE is not set +# BR2_PACKAGE_CVS is not set +# BR2_PACKAGE_DISTCC is not set +# BR2_PACKAGE_FLEX is not set + +# +# gcc needs development files in target filesystem +# +# BR2_PACKAGE_GETTEXT is not set +# BR2_PACKAGE_LIBINTL is not set +# BR2_PACKAGE_GMP is not set +# BR2_PACKAGE_GPERF is not set +# BR2_PACKAGE_MAKE is not set +# BR2_PACKAGE_MPC is not set +# BR2_PACKAGE_MPFR is not set +# BR2_PACKAGE_LIBTOOL is not set +# BR2_PACKAGE_M4 is not set +# BR2_PACKAGE_PKG_CONFIG is not set +# BR2_PACKAGE_SSTRIP is not set + +# +# Games +# +# BR2_PACKAGE_GNUCHESS is not set +# BR2_PACKAGE_PRBOOM is not set +# BR2_PACKAGE_RUBIX is not set + +# +# Graphic libraries and applications (graphic/text) +# + +# +# Graphic applications +# +# BR2_PACKAGE_RRDTOOL is not set + +# +# graphic libraries +# +# BR2_PACKAGE_DIRECTFB is not set +# BR2_PACKAGE_FBDUMP is not set +# BR2_PACKAGE_FBGRAB is not set +# BR2_PACKAGE_FBV is not set +# BR2_PACKAGE_IMAGEMAGICK is not set +# BR2_PACKAGE_SDL is not set + +# +# other GUIs +# +# BR2_PACKAGE_EFL is not set +# BR2_PACKAGE_QT is not set +BR2_PACKAGE_XORG7=y +BR2_PACKAGE_XSERVER_xorg=y +# BR2_PACKAGE_XSERVER_tinyx is not set + +# +# X11R7 Servers +# +BR2_PACKAGE_XSERVER_XORG_SERVER=y +# BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR is not set +# BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX is not set + +# +# X11R7 Libraries +# +BR2_PACKAGE_LIBXCB=y +# BR2_PACKAGE_MESA3D is not set +BR2_PACKAGE_PTHREAD_STUBS=y +# BR2_PACKAGE_XCB_UTIL is not set +# BR2_PACKAGE_XLIB_LIBFS is not set +BR2_PACKAGE_XLIB_LIBICE=y +BR2_PACKAGE_XLIB_LIBSM=y +BR2_PACKAGE_XLIB_LIBX11=y +# BR2_PACKAGE_XLIB_LIBXSCRNSAVER is not set +BR2_PACKAGE_XLIB_LIBXAU=y +BR2_PACKAGE_XLIB_LIBXAW=y +# BR2_PACKAGE_XLIB_LIBXCOMPOSITE is not set +BR2_PACKAGE_XLIB_LIBXCURSOR=y +BR2_PACKAGE_XLIB_LIBXDAMAGE=y +BR2_PACKAGE_XLIB_LIBXDMCP=y +BR2_PACKAGE_XLIB_LIBXEXT=y +BR2_PACKAGE_XLIB_LIBXFIXES=y +BR2_PACKAGE_XLIB_LIBXFONT=y +# BR2_PACKAGE_XLIB_LIBXFONTCACHE is not set +BR2_PACKAGE_XLIB_LIBXFT=y +BR2_PACKAGE_XLIB_LIBXI=y +BR2_PACKAGE_XLIB_LIBXINERAMA=y +BR2_PACKAGE_XLIB_LIBXMU=y +BR2_PACKAGE_XLIB_LIBXP=y +BR2_PACKAGE_XLIB_LIBXPM=y +# BR2_PACKAGE_XLIB_LIBXPRINTAPPUTIL is not set +BR2_PACKAGE_XLIB_LIBXPRINTUTIL=y +BR2_PACKAGE_XLIB_LIBXRANDR=y +BR2_PACKAGE_XLIB_LIBXRENDER=y +BR2_PACKAGE_XLIB_LIBXRES=y +BR2_PACKAGE_XLIB_LIBXT=y +# BR2_PACKAGE_XLIB_LIBXTST is not set +# BR2_PACKAGE_XLIB_LIBXV is not set +# BR2_PACKAGE_XLIB_LIBXVMC is not set +# BR2_PACKAGE_XLIB_LIBXXF86DGA is not set +BR2_PACKAGE_XLIB_LIBXXF86VM=y +# BR2_PACKAGE_XLIB_LIBDMX is not set +BR2_PACKAGE_XLIB_LIBFONTENC=y +# BR2_PACKAGE_XLIB_LIBOLDX is not set +BR2_PACKAGE_XLIB_LIBXKBFILE=y +# BR2_PACKAGE_XLIB_LIBXKBUI is not set +BR2_PACKAGE_XLIB_XTRANS=y +BR2_PACKAGE_XLIB_LIBPCIACCESS=y + +# +# X11R7 Applications +# +# BR2_PACKAGE_XAPP_APPRES is not set +# BR2_PACKAGE_XAPP_BDFTOPCF is not set +# BR2_PACKAGE_XAPP_BEFORELIGHT is not set +# BR2_PACKAGE_XAPP_BITMAP is not set +# BR2_PACKAGE_XAPP_EDITRES is not set +# BR2_PACKAGE_XAPP_FONTTOSFNT is not set +# BR2_PACKAGE_XAPP_FSLSFONTS is not set +# BR2_PACKAGE_XAPP_FSTOBDF is not set +# BR2_PACKAGE_XAPP_ICEAUTH is not set +# BR2_PACKAGE_XAPP_ICO is not set +# BR2_PACKAGE_XAPP_LISTRES is not set +# BR2_PACKAGE_XAPP_LUIT is not set +# BR2_PACKAGE_XAPP_MKFONTDIR is not set +# BR2_PACKAGE_XAPP_MKFONTSCALE is not set +# BR2_PACKAGE_XAPP_OCLOCK is not set +# BR2_PACKAGE_XAPP_RGB is not set +# BR2_PACKAGE_XAPP_RSTART is not set +# BR2_PACKAGE_XAPP_SCRIPTS is not set +# BR2_PACKAGE_XAPP_SESSREG is not set +# BR2_PACKAGE_XAPP_SETXKBMAP is not set +# BR2_PACKAGE_XAPP_SHOWFONT is not set +# BR2_PACKAGE_XAPP_SMPROXY is not set +# BR2_PACKAGE_XAPP_TWM is not set +# BR2_PACKAGE_XAPP_VIEWRES is not set +# BR2_PACKAGE_XAPP_X11PERF is not set +# BR2_PACKAGE_XAPP_XAUTH is not set +# BR2_PACKAGE_XAPP_XBACKLIGHT is not set +# BR2_PACKAGE_XAPP_XBIFF is not set +# BR2_PACKAGE_XAPP_XCALC is not set +# BR2_PACKAGE_XAPP_XCLIPBOARD is not set +BR2_PACKAGE_XAPP_XCLOCK=y +# BR2_PACKAGE_XAPP_XCMSDB is not set +# BR2_PACKAGE_XAPP_XCURSORGEN is not set +# BR2_PACKAGE_XAPP_XDBEDIZZY is not set +# BR2_PACKAGE_XAPP_XDITVIEW is not set +# BR2_PACKAGE_XAPP_XDM is not set +# BR2_PACKAGE_XAPP_XDPYINFO is not set +# BR2_PACKAGE_XAPP_XEDIT is not set +# BR2_PACKAGE_XAPP_XEV is not set +# BR2_PACKAGE_XAPP_XEYES is not set +# BR2_PACKAGE_XAPP_XF86DGA is not set +# BR2_PACKAGE_XAPP_XFD is not set +# BR2_PACKAGE_XAPP_XFONTSEL is not set +# BR2_PACKAGE_XAPP_XFS is not set +# BR2_PACKAGE_XAPP_XFSINFO is not set +# BR2_PACKAGE_XAPP_XGAMMA is not set +# BR2_PACKAGE_XAPP_XGC is not set +# BR2_PACKAGE_XAPP_XHOST is not set +# BR2_PACKAGE_XAPP_XINIT is not set +# BR2_PACKAGE_XAPP_XINPUT is not set +# BR2_PACKAGE_XAPP_XINPUT_CALIBRATOR is not set +BR2_PACKAGE_XAPP_XKBCOMP=y +# BR2_PACKAGE_XAPP_XKBEVD is not set +# BR2_PACKAGE_XAPP_XKBPRINT is not set +# BR2_PACKAGE_XAPP_XKBUTILS is not set +# BR2_PACKAGE_XAPP_XKILL is not set +BR2_PACKAGE_XAPP_XLOAD=y +BR2_PACKAGE_XAPP_XLOGO=y +# BR2_PACKAGE_XAPP_XLSATOMS is not set +# BR2_PACKAGE_XAPP_XLSCLIENTS is not set +# BR2_PACKAGE_XAPP_XLSFONTS is not set +# BR2_PACKAGE_XAPP_XMAG is not set +# BR2_PACKAGE_XAPP_XMAN is not set +# BR2_PACKAGE_XAPP_XMESSAGE is not set +# BR2_PACKAGE_XAPP_XMH is not set +# BR2_PACKAGE_XAPP_XMODMAP is not set +# BR2_PACKAGE_XAPP_XMORE is not set +# BR2_PACKAGE_XAPP_XPLSPRINTERS is not set +# BR2_PACKAGE_XAPP_XPR is not set +# BR2_PACKAGE_XAPP_XPREHASHPRINTERLIST is not set +# BR2_PACKAGE_XAPP_XPROP is not set +# BR2_PACKAGE_XAPP_XRANDR is not set +# BR2_PACKAGE_XAPP_XRDB is not set +# BR2_PACKAGE_XAPP_XREFRESH is not set +# BR2_PACKAGE_XAPP_XSET is not set +# BR2_PACKAGE_XAPP_XSETMODE is not set +# BR2_PACKAGE_XAPP_XSETPOINTER is not set +# BR2_PACKAGE_XAPP_XSETROOT is not set +# BR2_PACKAGE_XAPP_XSM is not set +# BR2_PACKAGE_XAPP_XSTDCMAP is not set +# BR2_PACKAGE_XAPP_XVIDTUNE is not set +# BR2_PACKAGE_XAPP_XVINFO is not set +# BR2_PACKAGE_XAPP_XWD is not set +# BR2_PACKAGE_XAPP_XWININFO is not set +# BR2_PACKAGE_XAPP_XWUD is not set + +# +# X11R7 Drivers +# +# BR2_PACKAGE_XDRIVER_XF86_INPUT_ACECAD is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_AIPTEK is not set +BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y +# BR2_PACKAGE_XDRIVER_XF86_INPUT_JOYSTICK is not set +BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y +# BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_SYNAPTICS is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_VMMOUSE is not set +# BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_APM is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARK is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_AST is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_CHIPS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_DUMMY is not set +BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV=y +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_GEODE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_GLINT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_I128 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_I740 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_MGA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEOMAGIC is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NEWPORT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_NV is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_RENDITION is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_S3VIRGE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SAVAGE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SILICONMOTION is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SIS is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SISUSB is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG14 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG3 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNCG6 is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNFFB is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNLEO is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_SUNTCX is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TDFX is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TGA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TRIDENT is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_TSENG is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_V4L is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VMWARE is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_VOODOO is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGI is not set +# BR2_PACKAGE_XDRIVER_XF86_VIDEO_XGIXP is not set + +# +# X11R7 Fonts +# +# BR2_PACKAGE_XFONT_FONT_UTIL is not set +BR2_PACKAGE_XFONT_ENCODINGS=y +# BR2_PACKAGE_XFONT_FONT_ADOBE_100DPI is not set +BR2_PACKAGE_XFONT_FONT_ADOBE_75DPI=y +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_ADOBE_UTOPIA_TYPE1 is not set +BR2_PACKAGE_XFONT_FONT_ALIAS=y +# BR2_PACKAGE_XFONT_FONT_ARABIC_MISC is not set +# BR2_PACKAGE_XFONT_FONT_BH_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_100DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_LUCIDATYPEWRITER_75DPI is not set +# BR2_PACKAGE_XFONT_FONT_BH_TTF is not set +# BR2_PACKAGE_XFONT_FONT_BH_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_100DPI is not set +BR2_PACKAGE_XFONT_FONT_BITSTREAM_75DPI=y +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_SPEEDO is not set +# BR2_PACKAGE_XFONT_FONT_BITSTREAM_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_CRONYX_CYRILLIC is not set +BR2_PACKAGE_XFONT_FONT_CURSOR_MISC=y +# BR2_PACKAGE_XFONT_FONT_DAEWOO_MISC is not set +# BR2_PACKAGE_XFONT_FONT_DEC_MISC is not set +# BR2_PACKAGE_XFONT_FONT_IBM_TYPE1 is not set +# BR2_PACKAGE_XFONT_FONT_ISAS_MISC is not set +# BR2_PACKAGE_XFONT_FONT_JIS_MISC is not set +# BR2_PACKAGE_XFONT_FONT_MICRO_MISC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_ETHIOPIC is not set +# BR2_PACKAGE_XFONT_FONT_MISC_MELTHO is not set +BR2_PACKAGE_XFONT_FONT_MISC_MISC=y +# BR2_PACKAGE_XFONT_FONT_MUTT_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SCHUMACHER_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SCREEN_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_SONY_MISC is not set +# BR2_PACKAGE_XFONT_FONT_SUN_MISC is not set +# BR2_PACKAGE_XFONT_FONT_WINITZKI_CYRILLIC is not set +# BR2_PACKAGE_XFONT_FONT_XFREE86_TYPE1 is not set + +# +# X11R7 X protocols +# +BR2_PACKAGE_XCB_PROTO=y +# BR2_PACKAGE_XPROTO_APPLEWMPROTO is not set +BR2_PACKAGE_XPROTO_BIGREQSPROTO=y +BR2_PACKAGE_XPROTO_COMPOSITEPROTO=y +BR2_PACKAGE_XPROTO_DAMAGEPROTO=y +# BR2_PACKAGE_XPROTO_DMXPROTO is not set +BR2_PACKAGE_XPROTO_DRI2PROTO=y +BR2_PACKAGE_XPROTO_FIXESPROTO=y +BR2_PACKAGE_XPROTO_FONTCACHEPROTO=y +BR2_PACKAGE_XPROTO_FONTSPROTO=y +BR2_PACKAGE_XPROTO_GLPROTO=y +BR2_PACKAGE_XPROTO_INPUTPROTO=y +BR2_PACKAGE_XPROTO_KBPROTO=y +BR2_PACKAGE_XPROTO_PRINTPROTO=y +BR2_PACKAGE_XPROTO_RANDRPROTO=y +# BR2_PACKAGE_XPROTO_RECORDPROTO is not set +BR2_PACKAGE_XPROTO_RENDERPROTO=y +BR2_PACKAGE_XPROTO_RESOURCEPROTO=y +# BR2_PACKAGE_XPROTO_SCRNSAVERPROTO is not set +BR2_PACKAGE_XPROTO_VIDEOPROTO=y +# BR2_PACKAGE_XPROTO_WINDOWSWMPROTO is not set +BR2_PACKAGE_XPROTO_XCMISCPROTO=y +BR2_PACKAGE_XPROTO_XEXTPROTO=y +BR2_PACKAGE_XPROTO_XF86BIGFONTPROTO=y +BR2_PACKAGE_XPROTO_XF86DGAPROTO=y +# BR2_PACKAGE_XPROTO_XF86DRIPROTO is not set +BR2_PACKAGE_XPROTO_XF86RUSHPROTO=y +BR2_PACKAGE_XPROTO_XF86VIDMODEPROTO=y +BR2_PACKAGE_XPROTO_XINERAMAPROTO=y +BR2_PACKAGE_XPROTO_XPROTO=y + +# +# X11R7 Utilities +# +# BR2_PACKAGE_XUTIL_MAKEDEPEND is not set +BR2_PACKAGE_XUTIL_UTIL_MACROS=y +BR2_PACKAGE_MCOOKIE=y + +# +# X11R7 Other data +# +BR2_PACKAGE_XDATA_XBITMAPS=y +# BR2_PACKAGE_XDATA_XCURSOR_THEMES is not set +BR2_PACKAGE_XKEYBOARD_CONFIG=y + +# +# X libraries and helper libraries +# +BR2_PACKAGE_LIBERATION=y + +# +# X Window managers +# +# BR2_PACKAGE_MATCHBOX is not set +# BR2_PACKAGE_BLACKBOX is not set +# BR2_PACKAGE_FLUXBOX is not set + +# +# X applications +# +# BR2_PACKAGE_DOCKER is not set +# BR2_PACKAGE_FEH is not set +# BR2_PACKAGE_GOB2 is not set + +# +# midori requires C++, WCHAR in toolchain and libgtk2 +# +# BR2_PACKAGE_RDESKTOP is not set +# BR2_PACKAGE_SYNERGY is not set +# BR2_PACKAGE_TORSMO is not set +# BR2_PACKAGE_VALA is not set +# BR2_PACKAGE_X11VNC is not set +# BR2_PACKAGE_XSTROKE is not set +BR2_PACKAGE_XTERM=y +# BR2_PACKAGE_XVKBD is not set + +# +# Hardware handling +# +# BR2_PACKAGE_CDRKIT is not set +# BR2_PACKAGE_CRAMFS is not set +# BR2_PACKAGE_DBUS is not set +# BR2_PACKAGE_DMRAID is not set +# BR2_PACKAGE_DOSFSTOOLS is not set +# BR2_PACKAGE_E2FSPROGS is not set +# BR2_PACKAGE_EEPROG is not set +# BR2_PACKAGE_FCONFIG is not set +# BR2_PACKAGE_FIS is not set +# BR2_PACKAGE_GADGETFS_TEST is not set +# BR2_PACKAGE_GDISK is not set +# BR2_PACKAGE_GENEXT2FS is not set +# BR2_PACKAGE_GENROMFS is not set +# BR2_PACKAGE_GPSD is not set +# 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_IOSTAT is not set +# BR2_PACKAGE_IRDA_UTILS is not set +# BR2_PACKAGE_KBD is not set +# BR2_PACKAGE_LINUX_FIRMWARE is not set +# BR2_PACKAGE_LM_SENSORS is not set +# BR2_PACKAGE_LSUIO is not set +# BR2_PACKAGE_LVM2 is not set +# BR2_PACKAGE_MAKEDEVS is not set +# BR2_PACKAGE_MDADM is not set +# BR2_PACKAGE_MEMTESTER is not set +# BR2_PACKAGE_MTD is not set +# BR2_PACKAGE_NTFS_3G is not set +# BR2_PACKAGE_OPEN2300 is not set +# BR2_PACKAGE_OPENOCD is not set +# BR2_PACKAGE_PCIUTILS is not set +# BR2_PACKAGE_PICOCOM 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_SMARTMONTOOLS is not set +# BR2_PACKAGE_SQUASHFS is not set +# BR2_PACKAGE_SREDIRD is not set +# BR2_PACKAGE_SSHFS is not set +# BR2_PACKAGE_STATSERIAL is not set +# BR2_PACKAGE_SYSSTAT is not set +# BR2_PACKAGE_TI_UTILS is not set +# BR2_PACKAGE_UBOOT_TOOLS is not set + +# +# udev requires /dev mgmnt set to udev under System configuration +# +# BR2_PACKAGE_UNIONFS is not set +# BR2_PACKAGE_USB_MODESWITCH is not set +# BR2_PACKAGE_USBUTILS is not set +# BR2_PACKAGE_WIPE is not set +# BR2_PACKAGE_XFSPROGS is not set + +# +# Interpreter languages and scripting +# +# BR2_PACKAGE_HASERL is not set +# BR2_PACKAGE_LUA is not set +# BR2_PACKAGE_MICROPERL is not set +# BR2_PACKAGE_PHP is not set +# BR2_PACKAGE_PYTHON is not set +# BR2_PACKAGE_RUBY is not set +# BR2_PACKAGE_TCL is not set + +# +# Libraries +# + +# +# Compression and decompression +# +# BR2_PACKAGE_LIBARCHIVE is not set +# BR2_PACKAGE_LZO is not set +BR2_PACKAGE_ZLIB=y + +# +# Crypto +# +# BR2_PACKAGE_BEECRYPT is not set +# BR2_PACKAGE_GNUTLS is not set +# BR2_PACKAGE_LIBGCRYPT is not set +# BR2_PACKAGE_LIBGPG_ERROR is not set +# BR2_PACKAGE_LIBNSS is not set +BR2_PACKAGE_OPENSSL=y +# BR2_PACKAGE_OPENSSL_BIN is not set +# BR2_PACKAGE_OPENSSL_ENGINES is not set +# BR2_PACKAGE_OPENSSL_OCF is not set + +# +# Database +# +# BR2_PACKAGE_BERKELEYDB is not set +# BR2_PACKAGE_MYSQL_CLIENT 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 +# BR2_PACKAGE_LIBFUSE is not set +# BR2_PACKAGE_LIBLOCKFILE is not set +# BR2_PACKAGE_LIBSYSFS is not set + +# +# Graphics +# +# BR2_PACKAGE_ATK is not set +# BR2_PACKAGE_CAIRO is not set +# BR2_PACKAGE_FLTK is not set +BR2_PACKAGE_FONTCONFIG=y +BR2_PACKAGE_FREETYPE=y +# BR2_PACKAGE_GIBLIB is not set +# BR2_PACKAGE_IMLIB2 is not set +# BR2_PACKAGE_JPEG is not set +# BR2_PACKAGE_LIBART is not set +BR2_PACKAGE_LIBDRM=y +# BR2_PACKAGE_LIBEXIF is not set +# BR2_PACKAGE_LIBGEOTIFF is not set +# BR2_PACKAGE_GDK_PIXBUF is not set +# BR2_PACKAGE_LIBGTK2 is not set +BR2_PACKAGE_LIBPNG=y +# BR2_PACKAGE_LIBRAW is not set +# BR2_PACKAGE_LIBSVGTINY is not set +# BR2_PACKAGE_LIBUNGIF is not set +# BR2_PACKAGE_OPENCV is not set +# BR2_PACKAGE_PANGO is not set +BR2_PACKAGE_PIXMAN=y +# BR2_PACKAGE_TIFF is not set + +# +# webkit requires C++, WCHAR in toolchain and libgtk2 +# + +# +# Hardware handling +# +# BR2_PACKAGE_LIBAIO is not set +# BR2_PACKAGE_LIBRAW1394 is not set +# BR2_PACKAGE_TSLIB is not set +# BR2_PACKAGE_LIBFTDI is not set +# BR2_PACKAGE_LIBHID is not set +# BR2_PACKAGE_LIBIQRF is not set +# BR2_PACKAGE_LIBUSB is not set +# BR2_PACKAGE_LIBV4L is not set + +# +# Javascript +# +# BR2_PACKAGE_EXPLORERCANVAS is not set +# BR2_PACKAGE_FLOT is not set +# BR2_PACKAGE_JQUERY is not set +# BR2_PACKAGE_JQUERY_SPARKLINE is not set +# BR2_PACKAGE_JQUERY_VALIDATION is not set +# BR2_PACKAGE_JSMIN is not set + +# +# Networking +# +# BR2_PACKAGE_LIBCGI is not set +# BR2_PACKAGE_LIBCGICC is not set +# BR2_PACKAGE_LIBCURL is not set +# BR2_PACKAGE_LIBDNET is not set +# BR2_PACKAGE_LIBESMTP is not set +# BR2_PACKAGE_LIBEXOSIP2 is not set +# BR2_PACKAGE_LIBIDN is not set +# BR2_PACKAGE_LIBOAUTH is not set +# BR2_PACKAGE_LIBMICROHTTPD is not set +# BR2_PACKAGE_NEON is not set +# BR2_PACKAGE_LIBMNL is not set +# BR2_PACKAGE_LIBMODBUS is not set +# BR2_PACKAGE_LIBMBUS is not set +# BR2_PACKAGE_LIBNL is not set +# BR2_PACKAGE_LIBPCAP is not set +# BR2_PACKAGE_LIBOSIP2 is not set +# BR2_PACKAGE_LIBRSYNC is not set +# BR2_PACKAGE_LIBSOUP is not set +# BR2_PACKAGE_LIBUPNP is not set +# BR2_PACKAGE_LIBVNCSERVER is not set + +# +# Other +# +# BR2_PACKAGE_FFTW is not set +# BR2_PACKAGE_LIBARGTABLE2 is not set +# BR2_PACKAGE_ARGP_STANDALONE is not set +# BR2_PACKAGE_BOOST is not set +# BR2_PACKAGE_LIBATOMIC_OPS is not set +# BR2_PACKAGE_LIBCAP is not set +# BR2_PACKAGE_LIBDAEMON is not set +# BR2_PACKAGE_LIBELF is not set +# BR2_PACKAGE_LIBEVENT is not set +# BR2_PACKAGE_LIBEV is not set +# BR2_PACKAGE_LIBFFI is not set +# BR2_PACKAGE_LIBGLIB2 is not set +# BR2_PACKAGE_LIBICAL is not set +# BR2_PACKAGE_LIBNSPR is not set +# BR2_PACKAGE_LIBSIGC is not set +# BR2_PACKAGE_LIBURCU is not set +# BR2_PACKAGE_LTTNG_LIBUST is not set +# BR2_PACKAGE_ORC is not set +# BR2_PACKAGE_POCO is not set +# BR2_PACKAGE_STARTUP_NOTIFICATION is not set + +# +# Text and terminal handling +# +# BR2_PACKAGE_ENCHANT is not set +# BR2_PACKAGE_ICU is not set +# BR2_PACKAGE_LIBICONV is not set +BR2_PACKAGE_NCURSES=y +# BR2_PACKAGE_NCURSES_TARGET_PANEL is not set +# BR2_PACKAGE_NCURSES_TARGET_FORM is not set +# BR2_PACKAGE_NCURSES_TARGET_MENU 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 + +# +# JSON/XML +# +BR2_PACKAGE_EXPAT=y +# BR2_PACKAGE_EZXML is not set +# BR2_PACKAGE_JSON_C is not set +# BR2_PACKAGE_LIBROXML is not set +# BR2_PACKAGE_LIBXML2 is not set +# BR2_PACKAGE_LIBXSLT is not set +# BR2_PACKAGE_LIBYAML is not set +# BR2_PACKAGE_MXML is not set +# BR2_PACKAGE_XERCES is not set +# BR2_PACKAGE_YAJL is not set + +# +# Miscellaneous +# +# BR2_PACKAGE_SHARED_MIME_INFO is not set + +# +# Networking applications +# +# BR2_PACKAGE_ARGUS is not set +# BR2_PACKAGE_AVAHI is not set +# BR2_PACKAGE_AXEL is not set +# BR2_PACKAGE_BLUEZ_UTILS is not set + +# +# bmon requires a toolchain with IPv6 support +# +# BR2_PACKAGE_BRIDGE_UTILS is not set +# BR2_PACKAGE_BWM_NG is not set +# BR2_PACKAGE_CAN_UTILS is not set + +# +# connman needs a toolchain with resolver support +# +# BR2_PACKAGE_CTORRENT is not set +# BR2_PACKAGE_CIFS_UTILS is not set +# BR2_PACKAGE_CUPS is not set +# BR2_PACKAGE_DHCPDUMP is not set +# BR2_PACKAGE_DNSMASQ is not set +# BR2_PACKAGE_DROPBEAR is not set + +# +# ebtables requires a toolchain with IPv6 support +# +# BR2_PACKAGE_ETHTOOL is not set +# BR2_PACKAGE_HOSTAPD is not set +# BR2_PACKAGE_IPERF 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 is not set +# BR2_PACKAGE_IW is not set +# BR2_PACKAGE_KISMET is not set +# BR2_PACKAGE_LINKS is not set +# BR2_PACKAGE_LRZSZ is not set +# BR2_PACKAGE_MII_DIAG is not set +# BR2_PACKAGE_MROUTED is not set +# BR2_PACKAGE_MUTT is not set +# BR2_PACKAGE_NBD is not set +# BR2_PACKAGE_NCFTP is not set +# BR2_PACKAGE_NETPLUG is not set +# BR2_PACKAGE_NETSNMP is not set +# BR2_PACKAGE_NETSTAT_NAT is not set + +# +# NetworkManager requires a toolchain with IPV6, LARGEFILE and WCHAR support +# +# BR2_PACKAGE_NOIP is not set + +# +# nfs-utils requires a toolchain with RPC and LARGEFILE support +# +# BR2_PACKAGE_NGIRCD is not set +# BR2_PACKAGE_NGREP is not set +# BR2_PACKAGE_NTP is not set +# BR2_PACKAGE_NUTTCP is not set + +# +# olsr requires a toolchain with IPv6 support +# +# BR2_PACKAGE_OPENNTPD is not set +# BR2_PACKAGE_OPENSSH is not set +# BR2_PACKAGE_OPENVPN is not set + +# +# portmap requires a toolchain with RPC support +# +# BR2_PACKAGE_PPPD is not set +# BR2_PACKAGE_PPTP_LINUX is not set +# BR2_PACKAGE_PROFTPD is not set +# BR2_PACKAGE_QUAGGA is not set + +# +# radvd requires a toolchain with IPV6 support +# +# BR2_PACKAGE_RSH_REDONE is not set +# BR2_PACKAGE_RSYNC is not set +# BR2_PACKAGE_SAMBA is not set +# BR2_PACKAGE_SER2NET is not set +# BR2_PACKAGE_SOCAT is not set +# BR2_PACKAGE_SPAWN_FCGI is not set + +# +# Squid requires a toolchain with C++ and IPv6 support enabled +# +# BR2_PACKAGE_STUNNEL is not set +# BR2_PACKAGE_TCPDUMP is not set +# BR2_PACKAGE_TCPREPLAY is not set +# BR2_PACKAGE_TN5250 is not set + +# +# Transmission requires a toolchain with IPv6 support +# +# BR2_PACKAGE_TTCP is not set +# BR2_PACKAGE_UDPCAST is not set +# BR2_PACKAGE_VPNC is not set +# BR2_PACKAGE_VSFTPD is not set +# BR2_PACKAGE_VTUN is not set +# BR2_PACKAGE_WIRELESS_TOOLS is not set +# BR2_PACKAGE_WPA_SUPPLICANT is not set +# BR2_PACKAGE_XL2TP is not set + +# +# Package managers +# +# BR2_PACKAGE_IPKG is not set + +# +# Real-Time +# +# BR2_PACKAGE_XENOMAI is not set + +# +# Shell and utilities +# +# BR2_PACKAGE_AT is not set +# BR2_PACKAGE_DIALOG is not set +# BR2_PACKAGE_FILE is not set +# BR2_PACKAGE_INOTIFY_TOOLS is not set +# BR2_PACKAGE_LOCKFILE_PROGS is not set +# BR2_PACKAGE_LOGROTATE is not set +# BR2_PACKAGE_SCREEN is not set +# BR2_PACKAGE_SUDO 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_HTOP is not set +# BR2_PACKAGE_KMOD is not set +# BR2_PACKAGE_UTIL_LINUX is not set + +# +# Text editors and viewers +# +# BR2_PACKAGE_ED is not set +# BR2_PACKAGE_NANO is not set +# BR2_PACKAGE_UEMACS is not set + +# +# Host utilities +# +# BR2_PACKAGE_HOST_OPENOCD is not set +# BR2_PACKAGE_HOST_SAM_BA is not set +# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set + +# +# Filesystem images +# +# BR2_TARGET_ROOTFS_CRAMFS is not set +# BR2_TARGET_ROOTFS_CLOOP is not set +# BR2_TARGET_ROOTFS_EXT2 is not set +# BR2_TARGET_ROOTFS_JFFS2 is not set +# BR2_TARGET_ROOTFS_UBIFS 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_OPTIONS="" +BR2_TARGET_ROOTFS_CPIO=y +# BR2_TARGET_ROOTFS_CPIO_NONE is not set +BR2_TARGET_ROOTFS_CPIO_GZIP=y +# BR2_TARGET_ROOTFS_CPIO_BZIP2 is not set +# BR2_TARGET_ROOTFS_CPIO_LZMA is not set + +# +# initramfs requires a Linux kernel to be built +# +# BR2_TARGET_ROOTFS_ROMFS is not set + +# +# Bootloaders +# +# BR2_TARGET_BAREBOX is not set +# BR2_TARGET_UBOOT is not set + +# +# Kernel +# +# BR2_LINUX_KERNEL is not set diff --git a/buildroot/skeleton/bin/.empty b/buildroot/skeleton/bin/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/dev/log b/buildroot/skeleton/dev/log new file mode 120000 index 0000000..d96b3b1 --- /dev/null +++ b/buildroot/skeleton/dev/log @@ -0,0 +1 @@ +../tmp/log \ No newline at end of file diff --git a/buildroot/skeleton/dev/pts/.empty b/buildroot/skeleton/dev/pts/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/TZ b/buildroot/skeleton/etc/TZ new file mode 100644 index 0000000..9fcb2a3 --- /dev/null +++ b/buildroot/skeleton/etc/TZ @@ -0,0 +1 @@ +MST7MDT diff --git a/buildroot/skeleton/etc/X11/xorg.conf b/buildroot/skeleton/etc/X11/xorg.conf new file mode 100644 index 0000000..dead0d5 --- /dev/null +++ b/buildroot/skeleton/etc/X11/xorg.conf @@ -0,0 +1,6 @@ +Section "InputDevice" + Identifier "touchscreen" + Driver "evdev" + Option "Device" "/dev/input/event0" + Option "InvertY" "true" +EndSection diff --git a/buildroot/skeleton/etc/directfbrc b/buildroot/skeleton/etc/directfbrc new file mode 100644 index 0000000..e9f658e --- /dev/null +++ b/buildroot/skeleton/etc/directfbrc @@ -0,0 +1,2 @@ +tslib-devices=/dev/input/event0 +linux-input-devices=/dev/input/event1 diff --git a/buildroot/skeleton/etc/fstab b/buildroot/skeleton/etc/fstab new file mode 100644 index 0000000..a2f56ff --- /dev/null +++ b/buildroot/skeleton/etc/fstab @@ -0,0 +1,9 @@ +# /etc/fstab: static file system information. +# +# +/dev/root / ext2 rw,noauto 0 1 +proc /proc proc defaults 0 0 +devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 +tmpfs /dev/shm tmpfs mode=0777 0 0 +tmpfs /tmp tmpfs defaults 0 0 +sysfs /sys sysfs defaults 0 0 diff --git a/buildroot/skeleton/etc/group b/buildroot/skeleton/etc/group new file mode 100644 index 0000000..311a455 --- /dev/null +++ b/buildroot/skeleton/etc/group @@ -0,0 +1,19 @@ +root:x:0: +daemon:x:1: +bin:x:2: +sys:x:3: +adm:x:4: +tty:x:5: +disk:x:6: +wheel:x:10:root +audio:x:29: +utmp:x:43: +staff:x:50: +haldaemon:x:68: +dbus:x:81: +netdev:x:82: +ftp:x:83 +nobody:x:99: +nogroup:x:99: +users:x:100: +default:x:1000: diff --git a/buildroot/skeleton/etc/hostname b/buildroot/skeleton/etc/hostname new file mode 100644 index 0000000..e5b1308 --- /dev/null +++ b/buildroot/skeleton/etc/hostname @@ -0,0 +1 @@ +n35 diff --git a/buildroot/skeleton/etc/hosts b/buildroot/skeleton/etc/hosts new file mode 100644 index 0000000..ba712fe --- /dev/null +++ b/buildroot/skeleton/etc/hosts @@ -0,0 +1 @@ +127.0.0.1 localhost diff --git a/buildroot/skeleton/etc/init.d/S20urandom b/buildroot/skeleton/etc/init.d/S20urandom new file mode 100755 index 0000000..f73cea5 --- /dev/null +++ b/buildroot/skeleton/etc/init.d/S20urandom @@ -0,0 +1,54 @@ +#! /bin/sh +# +# urandom This script saves the random seed between reboots. +# It is called from the boot, halt and reboot scripts. +# +# Version: @(#)urandom 1.33 22-Jun-1998 miquels@cistron.nl +# + +[ -c /dev/urandom ] || exit 0 +#. /etc/default/rcS + +case "$1" in + start|"") + if [ "$VERBOSE" != no ] + then + echo -n "Initializing random number generator... " + fi + # Load and then save 512 bytes, + # which is the size of the entropy pool + if [ -f /etc/random-seed ] + then + cat /etc/random-seed >/dev/urandom + fi + # check for read only file system + if ! touch /etc/random-seed 2>/dev/null + then + echo "read-only file system detected...done" + exit + fi + rm -f /etc/random-seed + umask 077 + dd if=/dev/urandom of=/etc/random-seed count=1 \ + >/dev/null 2>&1 || echo "urandom start: failed." + umask 022 + [ "$VERBOSE" != no ] && echo "done." + ;; + stop) + if ! touch /etc/random-seed 2>/dev/null + then + exit + fi + # Carry a random seed from shut-down to start-up; + # see documentation in linux/drivers/char/random.c + [ "$VERBOSE" != no ] && echo -n "Saving random seed... " + umask 077 + dd if=/dev/urandom of=/etc/random-seed count=1 \ + >/dev/null 2>&1 || echo "urandom stop: failed." + [ "$VERBOSE" != no ] && echo "done." + ;; + *) + echo "Usage: urandom {start|stop}" >&2 + exit 1 + ;; +esac diff --git a/buildroot/skeleton/etc/init.d/S40network b/buildroot/skeleton/etc/init.d/S40network new file mode 100755 index 0000000..ad6d250 --- /dev/null +++ b/buildroot/skeleton/etc/init.d/S40network @@ -0,0 +1,25 @@ +#!/bin/sh +# +# Start the network.... +# + +case "$1" in + start) + echo "Starting network..." + /sbin/ifup -a + ;; + stop) + echo -n "Stopping network..." + /sbin/ifdown -a + ;; + restart|reload) + "$0" stop + "$0" start + ;; + *) + echo $"Usage: $0 {start|stop|restart}" + exit 1 +esac + +exit $? + diff --git a/buildroot/skeleton/etc/init.d/S50telnetd b/buildroot/skeleton/etc/init.d/S50telnetd new file mode 100755 index 0000000..7e48064 --- /dev/null +++ b/buildroot/skeleton/etc/init.d/S50telnetd @@ -0,0 +1,35 @@ +#!/bin/sh +# +# Start telnetd +# + +start() { + echo "Starting telnetd..." + /usr/sbin/telnetd +} +stop() { + echo -n "Stopping telnetd..." + killall telnetd +} +restart() { + stop + start +} + +case "$1" in + start) + start + ;; + stop) + stop + ;; + restart|reload) + restart + ;; + *) + echo $"Usage: $0 {start|stop|restart}" + exit 1 +esac + +exit $? + diff --git a/buildroot/skeleton/etc/init.d/rcS b/buildroot/skeleton/etc/init.d/rcS new file mode 100755 index 0000000..de41153 --- /dev/null +++ b/buildroot/skeleton/etc/init.d/rcS @@ -0,0 +1,27 @@ +#!/bin/sh + + +# Start all init scripts in /etc/init.d +# executing them in numerical order. +# +for i in /etc/init.d/S??* ;do + + # Ignore dangling symlinks (if any). + [ ! -f "$i" ] && continue + + case "$i" in + *.sh) + # Source shell script for speed. + ( + trap - INT QUIT TSTP + set start + . $i + ) + ;; + *) + # No sh extension, so fork subprocess. + $i start + ;; + esac +done + diff --git a/buildroot/skeleton/etc/inittab b/buildroot/skeleton/etc/inittab new file mode 100644 index 0000000..501ee7b --- /dev/null +++ b/buildroot/skeleton/etc/inittab @@ -0,0 +1,42 @@ +# /etc/inittab +# +# Copyright (C) 2001 Erik Andersen +# +# Note: BusyBox init doesn't support runlevels. The runlevels field is +# completely ignored by BusyBox init. If you want runlevels, use +# sysvinit. +# +# Format for each entry: ::: +# +# id == tty to run on, or empty for /dev/console +# runlevels == ignored +# action == one of sysinit, respawn, askfirst, wait, and once +# process == program to run + +# Startup the system +null::sysinit:/bin/mount -t proc proc /proc +#null::sysinit:/bin/mount -o remount,rw / # REMOUNT_ROOTFS_RW +null::sysinit:/bin/mkdir -p /dev/pts +null::sysinit:/bin/mkdir -p /dev/shm +null::sysinit:/bin/mount -a +null::sysinit:/bin/hostname -F /etc/hostname +# now run any rc scripts +::sysinit:/etc/init.d/rcS + +# Set up a couple of getty's +tty1::respawn:/sbin/getty 38400 tty1 +tty2::respawn:/sbin/getty 38400 tty2 + +# Put a getty on the serial port +#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 +ttySAC0::respawn:/sbin/getty -L ttySAC0 115200 vt100 + +# Stuff to do for the 3-finger salute +::ctrlaltdel:/sbin/reboot + +# Stuff to do before rebooting +null::shutdown:/usr/bin/killall klogd +null::shutdown:/usr/bin/killall syslogd +null::shutdown:/bin/umount -a -r +null::shutdown:/sbin/swapoff -a + diff --git a/buildroot/skeleton/etc/inputrc b/buildroot/skeleton/etc/inputrc new file mode 100644 index 0000000..2f1cb60 --- /dev/null +++ b/buildroot/skeleton/etc/inputrc @@ -0,0 +1,44 @@ +# /etc/inputrc - global inputrc for libreadline +# See readline(3readline) and `info readline' for more information. + +# Be 8 bit clean. +set input-meta on +set output-meta on +set bell-style visible + +# To allow the use of 8bit-characters like the german umlauts, comment out +# the line below. However this makes the meta key not work as a meta key, +# which is annoying to those which don't need to type in 8-bit characters. + +# set convert-meta off + +"\e0d": backward-word +"\e0c": forward-word +"\e[h": beginning-of-line +"\e[f": end-of-line +"\e[1~": beginning-of-line +"\e[4~": end-of-line +#"\e[5~": beginning-of-history +#"\e[6~": end-of-history +"\e[3~": delete-char +"\e[2~": quoted-insert + +# Common standard keypad and cursor +# (codes courtsey Werner Fink, ) +#"\e[1~": history-search-backward +"\e[2~": yank +"\e[3~": delete-char +#"\e[4~": set-mark +"\e[5~": history-search-backward +"\e[6~": history-search-forward +# Normal keypad and cursor of xterm +"\e[F": end-of-line +"\e[H": beginning-of-line +# Application keypad and cursor of xterm +"\eOA": previous-history +"\eOC": forward-char +"\eOB": next-history +"\eOD": backward-char +"\eOF": end-of-line +"\eOH": beginning-of-line + diff --git a/buildroot/skeleton/etc/issue b/buildroot/skeleton/etc/issue new file mode 100644 index 0000000..9241938 --- /dev/null +++ b/buildroot/skeleton/etc/issue @@ -0,0 +1,2 @@ +Welcome to Acer n35 + diff --git a/buildroot/skeleton/etc/ld.so.conf.d/.empty b/buildroot/skeleton/etc/ld.so.conf.d/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/mtab b/buildroot/skeleton/etc/mtab new file mode 120000 index 0000000..e1c2045 --- /dev/null +++ b/buildroot/skeleton/etc/mtab @@ -0,0 +1 @@ +../proc/mounts \ No newline at end of file diff --git a/buildroot/skeleton/etc/network/if-down.d/.empty b/buildroot/skeleton/etc/network/if-down.d/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/network/if-post-down.d/.empty b/buildroot/skeleton/etc/network/if-post-down.d/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/network/if-pre-up.d/.empty b/buildroot/skeleton/etc/network/if-pre-up.d/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/network/if-up.d/.empty b/buildroot/skeleton/etc/network/if-up.d/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/etc/network/interfaces b/buildroot/skeleton/etc/network/interfaces new file mode 100644 index 0000000..d90b89e --- /dev/null +++ b/buildroot/skeleton/etc/network/interfaces @@ -0,0 +1,10 @@ +# Configure Loopback +auto lo +iface lo inet loopback + +# USB to ethernet +auto usb0 +iface usb0 inet static + address 192.168.131.201 + netmask 255.255.255.0 + gateway 192.168.131.102 diff --git a/buildroot/skeleton/etc/passwd b/buildroot/skeleton/etc/passwd new file mode 100644 index 0000000..ed7006a --- /dev/null +++ b/buildroot/skeleton/etc/passwd @@ -0,0 +1,16 @@ +root:x:0:0:root:/root:/bin/sh +daemon:x:1:1:daemon:/usr/sbin:/bin/sh +bin:x:2:2:bin:/bin:/bin/sh +sys:x:3:3:sys:/dev:/bin/sh +sync:x:4:100:sync:/bin:/bin/sync +mail:x:8:8:mail:/var/spool/mail:/bin/sh +proxy:x:13:13:proxy:/bin:/bin/sh +www-data:x:33:33:www-data:/var/www:/bin/sh +backup:x:34:34:backup:/var/backups:/bin/sh +operator:x:37:37:Operator:/var:/bin/sh +haldaemon:x:68:68:hald:/:/bin/sh +dbus:x:81:81:dbus:/var/run/dbus:/bin/sh +ftp:x:83:83:ftp:/home/ftp:/bin/sh +nobody:x:99:99:nobody:/home:/bin/sh +sshd:x:103:99:Operator:/var:/bin/sh +default:x:1000:1000:Default non-root user:/home/default:/bin/sh diff --git a/buildroot/skeleton/etc/pointercal b/buildroot/skeleton/etc/pointercal new file mode 100644 index 0000000..af58152 --- /dev/null +++ b/buildroot/skeleton/etc/pointercal @@ -0,0 +1 @@ +19397 133 -2166650 -157 -24731 23318028 65536 240 320 \ No newline at end of file diff --git a/buildroot/skeleton/etc/profile b/buildroot/skeleton/etc/profile new file mode 100644 index 0000000..31d3180 --- /dev/null +++ b/buildroot/skeleton/etc/profile @@ -0,0 +1,55 @@ +# ~/.bashrc: executed by bash(1) for non-login interactive shells. + +export PATH=\ +/bin:\ +/sbin:\ +/usr/bin:\ +/usr/sbin:\ +/usr/bin/X11:\ +/usr/local/bin + +# If running interactively, then: +if [ "$PS1" ]; then + + if [ "$BASH" ]; then + export PS1="[\u@\h \W]\\$ " + alias ll='/bin/ls --color=tty -laFh' + alias ls='/bin/ls --color=tty -F' + export LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.jpg=01;35:*.jpeg=01;35:*.png=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.mpg=01;35:*.mpeg=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:'; + else + if [ "`id -u`" -eq 0 ]; then + export PS1='# ' + else + export PS1='$ ' + fi + fi + + export USER=`id -un` + export LOGNAME=$USER + export HOSTNAME=`/bin/hostname` + export HISTSIZE=1000 + export HISTFILESIZE=1000 + export PAGER='/bin/more ' + export EDITOR='/bin/vi' + export INPUTRC=/etc/inputrc + export DMALLOC_OPTIONS=debug=0x34f47d83,inter=100,log=logfile + + ### Some aliases + alias ps2='ps facux ' + alias ps1='ps faxo "%U %t %p %a" ' + alias af='ps af' + alias cls='clear' + alias df='df -h' + alias indent='indent -bad -bap -bbo -nbc -br -brs -c33 -cd33 -ncdb -ce -ci4 -cli0 -cp33 -cs -d0 -di1 -nfc1 -nfca -hnl -i4 -ip0 -l75 -lp -npcs -npsl -nsc -nsob -nss -ts4 ' + #alias bc='bc -l' + alias minicom='minicom -c on' + alias calc='calc -Cd ' + alias bc='calc -Cd ' +fi; + +# Source configuration files from /etc/profile.d +for i in /etc/profile.d/*.sh ; do + if [ -r "$i" ]; then + . $i + fi +done diff --git a/buildroot/skeleton/etc/protocols b/buildroot/skeleton/etc/protocols new file mode 100644 index 0000000..1ac8a40 --- /dev/null +++ b/buildroot/skeleton/etc/protocols @@ -0,0 +1,31 @@ +# /etc/protocols: +# $Id: protocols,v 1.1 2004/10/09 02:49:18 andersen Exp $ +# +# Internet (IP) protocols +# +# from: @(#)protocols 5.1 (Berkeley) 4/17/89 +# +# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992). + +ip 0 IP # internet protocol, pseudo protocol number +icmp 1 ICMP # internet control message protocol +igmp 2 IGMP # Internet Group Management +ggp 3 GGP # gateway-gateway protocol +ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'') +st 5 ST # ST datagram mode +tcp 6 TCP # transmission control protocol +egp 8 EGP # exterior gateway protocol +pup 12 PUP # PARC universal packet protocol +udp 17 UDP # user datagram protocol +hmp 20 HMP # host monitoring protocol +xns-idp 22 XNS-IDP # Xerox NS IDP +rdp 27 RDP # "reliable datagram" protocol +iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 +xtp 36 XTP # Xpress Tranfer Protocol +ddp 37 DDP # Datagram Delivery Protocol +idpr-cmtp 39 IDPR-CMTP # IDPR Control Message Transport +rspf 73 RSPF #Radio Shortest Path First. +vmtp 81 VMTP # Versatile Message Transport +ospf 89 OSPFIGP # Open Shortest Path First IGP +ipip 94 IPIP # Yet Another IP encapsulation +encap 98 ENCAP # Yet Another IP encapsulation diff --git a/buildroot/skeleton/etc/random-seed b/buildroot/skeleton/etc/random-seed new file mode 100644 index 0000000..f26038a Binary files /dev/null and b/buildroot/skeleton/etc/random-seed differ diff --git a/buildroot/skeleton/etc/resolv.conf b/buildroot/skeleton/etc/resolv.conf new file mode 120000 index 0000000..71f6f96 --- /dev/null +++ b/buildroot/skeleton/etc/resolv.conf @@ -0,0 +1 @@ +../tmp/resolv.conf \ No newline at end of file diff --git a/buildroot/skeleton/etc/securetty b/buildroot/skeleton/etc/securetty new file mode 100644 index 0000000..6c07d7f --- /dev/null +++ b/buildroot/skeleton/etc/securetty @@ -0,0 +1,48 @@ +tty1 +tty2 +tty3 +tty4 +tty5 +tty6 +tty7 +tty8 +ttyS0 +ttyS1 +ttyS2 +ttyS3 +ttyAMA0 +ttyAMA1 +ttyAMA2 +ttyAMA3 +ttySAC0 +ttySAC1 +ttySAC2 +ttySAC3 +ttyUL0 +ttyUL1 +ttyUL2 +ttyUL3 +ttyPSC0 +ttyPSC1 +ttyPSC2 +ttyPSC3 +ttyCPM0 +ttyCPM1 +ttyCPM2 +ttyCPM3 +ttymxc0 +ttymxc1 +ttymxc2 +ttyO0 +ttyO1 +ttyO2 +ttyO3 +ttyAM0 +ttyAM1 +ttyAM2 +ttySC0 +ttySC1 +ttySC2 +ttySC3 +ttySC4 +ttySC5 diff --git a/buildroot/skeleton/etc/services b/buildroot/skeleton/etc/services new file mode 100644 index 0000000..b287b63 --- /dev/null +++ b/buildroot/skeleton/etc/services @@ -0,0 +1,302 @@ +# /etc/services: +# $Id: services,v 1.1 2004/10/09 02:49:18 andersen Exp $ +# +# Network services, Internet style +# +# Note that it is presently the policy of IANA to assign a single well-known +# port number for both TCP and UDP; hence, most entries here have two entries +# even if the protocol doesn't support UDP operations. +# Updated from RFC 1700, ``Assigned Numbers'' (October 1994). Not all ports +# are included, only the more common ones. + +tcpmux 1/tcp # TCP port service multiplexer +echo 7/tcp +echo 7/udp +discard 9/tcp sink null +discard 9/udp sink null +systat 11/tcp users +daytime 13/tcp +daytime 13/udp +netstat 15/tcp +qotd 17/tcp quote +msp 18/tcp # message send protocol +msp 18/udp # message send protocol +chargen 19/tcp ttytst source +chargen 19/udp ttytst source +ftp-data 20/tcp +ftp 21/tcp +fsp 21/udp fspd +ssh 22/tcp # SSH Remote Login Protocol +ssh 22/udp # SSH Remote Login Protocol +telnet 23/tcp +# 24 - private +smtp 25/tcp mail +# 26 - unassigned +time 37/tcp timserver +time 37/udp timserver +rlp 39/udp resource # resource location +nameserver 42/tcp name # IEN 116 +whois 43/tcp nicname +re-mail-ck 50/tcp # Remote Mail Checking Protocol +re-mail-ck 50/udp # Remote Mail Checking Protocol +domain 53/tcp nameserver # name-domain server +domain 53/udp nameserver +mtp 57/tcp # deprecated +bootps 67/tcp # BOOTP server +bootps 67/udp +bootpc 68/tcp # BOOTP client +bootpc 68/udp +tftp 69/udp +gopher 70/tcp # Internet Gopher +gopher 70/udp +rje 77/tcp netrjs +finger 79/tcp +www 80/tcp http # WorldWideWeb HTTP +www 80/udp # HyperText Transfer Protocol +link 87/tcp ttylink +kerberos 88/tcp kerberos5 krb5 # Kerberos v5 +kerberos 88/udp kerberos5 krb5 # Kerberos v5 +supdup 95/tcp +# 100 - reserved +hostnames 101/tcp hostname # usually from sri-nic +iso-tsap 102/tcp tsap # part of ISODE. +csnet-ns 105/tcp cso-ns # also used by CSO name server +csnet-ns 105/udp cso-ns +# unfortunately the poppassd (Eudora) uses a port which has already +# been assigned to a different service. We list the poppassd as an +# alias here. This should work for programs asking for this service. +# (due to a bug in inetd the 3com-tsmux line is disabled) +#3com-tsmux 106/tcp poppassd +#3com-tsmux 106/udp poppassd +rtelnet 107/tcp # Remote Telnet +rtelnet 107/udp +pop-2 109/tcp postoffice # POP version 2 +pop-2 109/udp +pop-3 110/tcp # POP version 3 +pop-3 110/udp +sunrpc 111/tcp portmapper # RPC 4.0 portmapper TCP +sunrpc 111/udp portmapper # RPC 4.0 portmapper UDP +auth 113/tcp authentication tap ident +sftp 115/tcp +uucp-path 117/tcp +nntp 119/tcp readnews untp # USENET News Transfer Protocol +ntp 123/tcp +ntp 123/udp # Network Time Protocol +netbios-ns 137/tcp # NETBIOS Name Service +netbios-ns 137/udp +netbios-dgm 138/tcp # NETBIOS Datagram Service +netbios-dgm 138/udp +netbios-ssn 139/tcp # NETBIOS session service +netbios-ssn 139/udp +imap2 143/tcp # Interim Mail Access Proto v2 +imap2 143/udp +snmp 161/udp # Simple Net Mgmt Proto +snmp-trap 162/udp snmptrap # Traps for SNMP +cmip-man 163/tcp # ISO mgmt over IP (CMOT) +cmip-man 163/udp +cmip-agent 164/tcp +cmip-agent 164/udp +xdmcp 177/tcp # X Display Mgr. Control Proto +xdmcp 177/udp +nextstep 178/tcp NeXTStep NextStep # NeXTStep window +nextstep 178/udp NeXTStep NextStep # server +bgp 179/tcp # Border Gateway Proto. +bgp 179/udp +prospero 191/tcp # Cliff Neuman's Prospero +prospero 191/udp +irc 194/tcp # Internet Relay Chat +irc 194/udp +smux 199/tcp # SNMP Unix Multiplexer +smux 199/udp +at-rtmp 201/tcp # AppleTalk routing +at-rtmp 201/udp +at-nbp 202/tcp # AppleTalk name binding +at-nbp 202/udp +at-echo 204/tcp # AppleTalk echo +at-echo 204/udp +at-zis 206/tcp # AppleTalk zone information +at-zis 206/udp +qmtp 209/tcp # The Quick Mail Transfer Protocol +qmtp 209/udp # The Quick Mail Transfer Protocol +z3950 210/tcp wais # NISO Z39.50 database +z3950 210/udp wais +ipx 213/tcp # IPX +ipx 213/udp +imap3 220/tcp # Interactive Mail Access +imap3 220/udp # Protocol v3 +ulistserv 372/tcp # UNIX Listserv +ulistserv 372/udp +https 443/tcp # MCom +https 443/udp # MCom +snpp 444/tcp # Simple Network Paging Protocol +snpp 444/udp # Simple Network Paging Protocol +saft 487/tcp # Simple Asynchronous File Transfer +saft 487/udp # Simple Asynchronous File Transfer +npmp-local 610/tcp dqs313_qmaster # npmp-local / DQS +npmp-local 610/udp dqs313_qmaster # npmp-local / DQS +npmp-gui 611/tcp dqs313_execd # npmp-gui / DQS +npmp-gui 611/udp dqs313_execd # npmp-gui / DQS +hmmp-ind 612/tcp dqs313_intercell# HMMP Indication / DQS +hmmp-ind 612/udp dqs313_intercell# HMMP Indication / DQS +# +# UNIX specific services +# +exec 512/tcp +biff 512/udp comsat +login 513/tcp +who 513/udp whod +shell 514/tcp cmd # no passwords used +syslog 514/udp +printer 515/tcp spooler # line printer spooler +talk 517/udp +ntalk 518/udp +route 520/udp router routed # RIP +timed 525/udp timeserver +tempo 526/tcp newdate +courier 530/tcp rpc +conference 531/tcp chat +netnews 532/tcp readnews +netwall 533/udp # -for emergency broadcasts +uucp 540/tcp uucpd # uucp daemon +afpovertcp 548/tcp # AFP over TCP +afpovertcp 548/udp # AFP over TCP +remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem +klogin 543/tcp # Kerberized `rlogin' (v5) +kshell 544/tcp krcmd # Kerberized `rsh' (v5) +kerberos-adm 749/tcp # Kerberos `kadmin' (v5) +# +webster 765/tcp # Network dictionary +webster 765/udp +# +# From ``Assigned Numbers'': +# +#> The Registered Ports are not controlled by the IANA and on most systems +#> can be used by ordinary user processes or programs executed by ordinary +#> users. +# +#> Ports are used in the TCP [45,106] to name the ends of logical +#> connections which carry long term conversations. For the purpose of +#> providing services to unknown callers, a service contact port is +#> defined. This list specifies the port used by the server process as its +#> contact port. While the IANA can not control uses of these ports it +#> does register or list uses of these ports as a convienence to the +#> community. +# +nfsdstatus 1110/tcp +nfsd-keepalive 1110/udp + +ingreslock 1524/tcp +ingreslock 1524/udp +prospero-np 1525/tcp # Prospero non-privileged +prospero-np 1525/udp +datametrics 1645/tcp old-radius # datametrics / old radius entry +datametrics 1645/udp old-radius # datametrics / old radius entry +sa-msg-port 1646/tcp old-radacct # sa-msg-port / old radacct entry +sa-msg-port 1646/udp old-radacct # sa-msg-port / old radacct entry +radius 1812/tcp # Radius +radius 1812/udp # Radius +radacct 1813/tcp # Radius Accounting +radacct 1813/udp # Radius Accounting +nfsd 2049/tcp nfs +nfsd 2049/udp nfs +cvspserver 2401/tcp # CVS client/server operations +cvspserver 2401/udp # CVS client/server operations +mysql 3306/tcp # MySQL +mysql 3306/udp # MySQL +rfe 5002/tcp # Radio Free Ethernet +rfe 5002/udp # Actually uses UDP only +cfengine 5308/tcp # CFengine +cfengine 5308/udp # CFengine +bbs 7000/tcp # BBS service +# +# +# Kerberos (Project Athena/MIT) services +# Note that these are for Kerberos v4, and are unofficial. Sites running +# v4 should uncomment these and comment out the v5 entries above. +# +kerberos4 750/udp kerberos-iv kdc # Kerberos (server) udp +kerberos4 750/tcp kerberos-iv kdc # Kerberos (server) tcp +kerberos_master 751/udp # Kerberos authentication +kerberos_master 751/tcp # Kerberos authentication +passwd_server 752/udp # Kerberos passwd server +krb_prop 754/tcp # Kerberos slave propagation +krbupdate 760/tcp kreg # Kerberos registration +kpasswd 761/tcp kpwd # Kerberos "passwd" +kpop 1109/tcp # Pop with Kerberos +knetd 2053/tcp # Kerberos de-multiplexor +zephyr-srv 2102/udp # Zephyr server +zephyr-clt 2103/udp # Zephyr serv-hm connection +zephyr-hm 2104/udp # Zephyr hostmanager +eklogin 2105/tcp # Kerberos encrypted rlogin +# +# Unofficial but necessary (for NetBSD) services +# +supfilesrv 871/tcp # SUP server +supfiledbg 1127/tcp # SUP debugging +# +# Datagram Delivery Protocol services +# +rtmp 1/ddp # Routing Table Maintenance Protocol +nbp 2/ddp # Name Binding Protocol +echo 4/ddp # AppleTalk Echo Protocol +zip 6/ddp # Zone Information Protocol +# +# Services added for the Debian GNU/Linux distribution +poppassd 106/tcp # Eudora +poppassd 106/udp # Eudora +mailq 174/tcp # Mailer transport queue for Zmailer +mailq 174/tcp # Mailer transport queue for Zmailer +omirr 808/tcp omirrd # online mirror +omirr 808/udp omirrd # online mirror +rmtcfg 1236/tcp # Gracilis Packeten remote config server +xtel 1313/tcp # french minitel +coda_opcons 1355/udp # Coda opcons (Coda fs) +coda_venus 1363/udp # Coda venus (Coda fs) +coda_auth 1357/udp # Coda auth (Coda fs) +coda_udpsrv 1359/udp # Coda udpsrv (Coda fs) +coda_filesrv 1361/udp # Coda filesrv (Coda fs) +codacon 1423/tcp venus.cmu # Coda Console (Coda fs) +coda_aux1 1431/tcp # coda auxiliary service (Coda fs) +coda_aux1 1431/udp # coda auxiliary service (Coda fs) +coda_aux2 1433/tcp # coda auxiliary service (Coda fs) +coda_aux2 1433/udp # coda auxiliary service (Coda fs) +coda_aux3 1435/tcp # coda auxiliary service (Coda fs) +coda_aux3 1435/udp # coda auxiliary service (Coda fs) +cfinger 2003/tcp # GNU Finger +afbackup 2988/tcp # Afbackup system +afbackup 2988/udp # Afbackup system +icp 3130/tcp # Internet Cache Protocol (Squid) +icp 3130/udp # Internet Cache Protocol (Squid) +postgres 5432/tcp # POSTGRES +postgres 5432/udp # POSTGRES +fax 4557/tcp # FAX transmission service (old) +hylafax 4559/tcp # HylaFAX client-server protocol (new) +noclog 5354/tcp # noclogd with TCP (nocol) +noclog 5354/udp # noclogd with UDP (nocol) +hostmon 5355/tcp # hostmon uses TCP (nocol) +hostmon 5355/udp # hostmon uses TCP (nocol) +ircd 6667/tcp # Internet Relay Chat +ircd 6667/udp # Internet Relay Chat +webcache 8080/tcp # WWW caching service +webcache 8080/udp # WWW caching service +tproxy 8081/tcp # Transparent Proxy +tproxy 8081/udp # Transparent Proxy +mandelspawn 9359/udp mandelbrot # network mandelbrot +amanda 10080/udp # amanda backup services +amandaidx 10082/tcp # amanda backup services +amidxtape 10083/tcp # amanda backup services +isdnlog 20011/tcp # isdn logging system +isdnlog 20011/udp # isdn logging system +vboxd 20012/tcp # voice box system +vboxd 20012/udp # voice box system +binkp 24554/tcp # Binkley +binkp 24554/udp # Binkley +asp 27374/tcp # Address Search Protocol +asp 27374/udp # Address Search Protocol +tfido 60177/tcp # Ifmail +tfido 60177/udp # Ifmail +fido 60179/tcp # Ifmail +fido 60179/udp # Ifmail + +# Local services + diff --git a/buildroot/skeleton/etc/shadow b/buildroot/skeleton/etc/shadow new file mode 100644 index 0000000..67b67c1 --- /dev/null +++ b/buildroot/skeleton/etc/shadow @@ -0,0 +1,13 @@ +root::10933:0:99999:7::: +bin:*:10933:0:99999:7::: +daemon:*:10933:0:99999:7::: +adm:*:10933:0:99999:7::: +lp:*:10933:0:99999:7::: +sync:*:10933:0:99999:7::: +shutdown:*:10933:0:99999:7::: +halt:*:10933:0:99999:7::: +uucp:*:10933:0:99999:7::: +operator:*:10933:0:99999:7::: +ftp:*:10933:0:99999:7::: +nobody:*:10933:0:99999:7::: +default::10933:0:99999:7::: diff --git a/buildroot/skeleton/home/ftp/.empty b/buildroot/skeleton/home/ftp/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/lib/.empty b/buildroot/skeleton/lib/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/mnt/.empty b/buildroot/skeleton/mnt/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/opt/.empty b/buildroot/skeleton/opt/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/proc/.empty b/buildroot/skeleton/proc/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/root/.bash_history b/buildroot/skeleton/root/.bash_history new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/root/.bash_logout b/buildroot/skeleton/root/.bash_logout new file mode 100644 index 0000000..77ef1f9 --- /dev/null +++ b/buildroot/skeleton/root/.bash_logout @@ -0,0 +1,7 @@ +# ~/.bash_logout: executed by bash(1) when login shell exits. + +# when leaving the console clear the screen to increase privacy + +case "`tty`" in + /dev/tty[0-9]*) clear +esac diff --git a/buildroot/skeleton/root/.bash_profile b/buildroot/skeleton/root/.bash_profile new file mode 100644 index 0000000..27bf149 --- /dev/null +++ b/buildroot/skeleton/root/.bash_profile @@ -0,0 +1,15 @@ +# .bash_profile + +export PATH=\ +/bin:\ +/sbin:\ +/usr/bin:\ +/usr/sbin:\ +/usr/bin/X11:\ +/usr/local/bin + +umask 022 + +if [ -f ~/.bashrc ]; then + source ~/.bashrc +fi diff --git a/buildroot/skeleton/root/.empty b/buildroot/skeleton/root/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/sbin/.empty b/buildroot/skeleton/sbin/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/sys/.empty b/buildroot/skeleton/sys/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/tmp/.empty b/buildroot/skeleton/tmp/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/usr/bin/.empty b/buildroot/skeleton/usr/bin/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/usr/lib/.empty b/buildroot/skeleton/usr/lib/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/usr/sbin/.empty b/buildroot/skeleton/usr/sbin/.empty new file mode 100644 index 0000000..e69de29 diff --git a/buildroot/skeleton/var/cache b/buildroot/skeleton/var/cache new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/cache @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/lib/pcmcia b/buildroot/skeleton/var/lib/pcmcia new file mode 120000 index 0000000..f1fde8c --- /dev/null +++ b/buildroot/skeleton/var/lib/pcmcia @@ -0,0 +1 @@ +../../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/lock b/buildroot/skeleton/var/lock new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/lock @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/log b/buildroot/skeleton/var/log new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/log @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/pcmcia b/buildroot/skeleton/var/pcmcia new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/pcmcia @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/run b/buildroot/skeleton/var/run new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/run @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/spool b/buildroot/skeleton/var/spool new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/spool @@ -0,0 +1 @@ +../tmp \ No newline at end of file diff --git a/buildroot/skeleton/var/tmp b/buildroot/skeleton/var/tmp new file mode 120000 index 0000000..1431b0e --- /dev/null +++ b/buildroot/skeleton/var/tmp @@ -0,0 +1 @@ +../tmp \ No newline at end of file -- cgit v1.2.3