Skip to content

Instantly share code, notes, and snippets.

@harmic
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harmic/317893f7283e8b63a575 to your computer and use it in GitHub Desktop.
Save harmic/317893f7283e8b63a575 to your computer and use it in GitHub Desktop.
Buildroot - cannot find /init
#
# Automatically generated file; DO NOT EDIT.
# Buildroot 2015.02 Configuration
#
BR2_HAVE_DOT_CONFIG=y
#
# Target options
#
BR2_SOFT_FLOAT=y
# BR2_arcle is not set
# BR2_arceb is not set
# BR2_arm is not set
BR2_armeb=y
# BR2_aarch64 is not set
# BR2_bfin is not set
# BR2_i386 is not set
# BR2_microblazeel is not set
# BR2_microblazebe is not set
# BR2_mips is not set
# BR2_mipsel is not set
# BR2_mips64 is not set
# BR2_mips64el is not set
# BR2_nios2 is not set
# BR2_powerpc is not set
# BR2_powerpc64 is not set
# BR2_powerpc64le is not set
# BR2_sh is not set
# BR2_sh64 is not set
# BR2_sparc is not set
# BR2_x86_64 is not set
# BR2_xtensa is not set
BR2_ARCH="armeb"
BR2_ENDIAN="BIG"
BR2_GCC_TARGET_ABI="aapcs-linux"
BR2_GCC_TARGET_CPU="arm926ej-s"
BR2_GCC_TARGET_FLOAT_ABI="soft"
BR2_GCC_TARGET_MODE="arm"
BR2_ARCH_HAS_ATOMICS=y
BR2_BINFMT_SUPPORTS_SHARED=y
BR2_BINFMT_ELF=y
BR2_ARM_CPU_MAYBE_HAS_VFPV2=y
BR2_ARM_CPU_HAS_ARM=y
BR2_ARM_CPU_HAS_THUMB=y
BR2_ARM_CPU_ARMV5=y
# BR2_arm920t is not set
# BR2_arm922t is not set
BR2_arm926t=y
# BR2_arm1136jf_s is not set
# BR2_arm1176jz_s is not set
# BR2_arm1176jzf_s is not set
# BR2_cortex_a5 is not set
# BR2_cortex_a7 is not set
# BR2_cortex_a8 is not set
# BR2_cortex_a9 is not set
# BR2_cortex_a12 is not set
# BR2_cortex_a15 is not set
# BR2_fa526 is not set
# BR2_pj4 is not set
# BR2_strongarm is not set
# BR2_xscale is not set
# BR2_iwmmxt is not set
BR2_ARM_EABI=y
# BR2_ARM_EABIHF is not set
BR2_ARM_SOFT_FLOAT=y
# BR2_ARM_FPU_VFPV2 is not set
BR2_ARM_INSTRUCTIONS_ARM=y
# BR2_ARM_INSTRUCTIONS_THUMB is not set
#
# Build options
#
#
# Commands
#
BR2_WGET="wget --passive-ftp -nd -t 3"
BR2_SVN="svn"
BR2_BZR="bzr"
BR2_GIT="git"
BR2_CVS="cvs"
BR2_LOCALFILES="cp"
BR2_SCP="scp"
BR2_SSH="ssh"
BR2_HG="hg"
BR2_ZCAT="gzip -d -c"
BR2_BZCAT="bzcat"
BR2_XZCAT="xzcat"
BR2_TAR_OPTIONS=""
BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig"
BR2_DL_DIR="$(TOPDIR)/dl"
BR2_HOST_DIR="$(BASE_DIR)/host"
#
# Mirrors and Download locations
#
BR2_PRIMARY_SITE=""
BR2_BACKUP_SITE="http://sources.buildroot.net"
BR2_KERNEL_MIRROR="https://www.kernel.org/pub"
BR2_GNU_MIRROR="http://ftp.gnu.org/pub/gnu"
BR2_LUAROCKS_MIRROR="http://rocks.moonscript.org"
BR2_CPAN_MIRROR="http://cpan.metacpan.org"
BR2_JLEVEL=0
# BR2_CCACHE is not set
# BR2_DEPRECATED is not set
# BR2_ENABLE_DEBUG is not set
BR2_STRIP_strip=y
# BR2_STRIP_none is not set
BR2_STRIP_EXCLUDE_FILES=""
BR2_STRIP_EXCLUDE_DIRS=""
# BR2_OPTIMIZE_0 is not set
# BR2_OPTIMIZE_1 is not set
# BR2_OPTIMIZE_2 is not set
# BR2_OPTIMIZE_3 is not set
BR2_OPTIMIZE_S=y
# BR2_ENABLE_SSP is not set
# BR2_STATIC_LIBS is not set
BR2_SHARED_LIBS=y
# BR2_SHARED_STATIC_LIBS is not set
BR2_PACKAGE_OVERRIDE_FILE="$(CONFIG_DIR)/local.mk"
BR2_GLOBAL_PATCH_DIR=""
#
# Advanced
#
# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set
#
# Toolchain
#
BR2_TOOLCHAIN=y
BR2_TOOLCHAIN_USES_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT=y
# BR2_TOOLCHAIN_EXTERNAL is not set
BR2_TOOLCHAIN_BUILDROOT_VENDOR="buildroot"
#
# Kernel Header Options
#
# BR2_KERNEL_HEADERS_3_2 is not set
# BR2_KERNEL_HEADERS_3_4 is not set
# BR2_KERNEL_HEADERS_3_10 is not set
# BR2_KERNEL_HEADERS_3_12 is not set
# BR2_KERNEL_HEADERS_3_14 is not set
# BR2_KERNEL_HEADERS_3_17 is not set
BR2_KERNEL_HEADERS_3_18=y
# BR2_KERNEL_HEADERS_VERSION is not set
BR2_DEFAULT_KERNEL_HEADERS="3.18.6"
# BR2_TOOLCHAIN_BUILDROOT_UCLIBC is not set
BR2_TOOLCHAIN_BUILDROOT_EGLIBC=y
# BR2_TOOLCHAIN_BUILDROOT_GLIBC is not set
# BR2_TOOLCHAIN_BUILDROOT_MUSL is not set
BR2_TOOLCHAIN_BUILDROOT_LIBC="glibc"
BR2_PACKAGE_EGLIBC=y
BR2_EGLIBC_VERSION_2_18=y
# BR2_EGLIBC_VERSION_2_19 is not set
BR2_GLIBC_VERSION_STRING="2.18-svnr23787"
#
# Binutils Options
#
# BR2_BINUTILS_VERSION_2_22 is not set
# BR2_BINUTILS_VERSION_2_23_2 is not set
BR2_BINUTILS_VERSION_2_24=y
# BR2_BINUTILS_VERSION_2_25 is not set
BR2_BINUTILS_VERSION="2.24"
BR2_BINUTILS_EXTRA_CONFIG_OPTIONS=""
#
# GCC Options
#
BR2_GCC_NEEDS_MPC=y
BR2_GCC_SUPPORTS_GRAPHITE=y
# BR2_GCC_VERSION_4_5_X is not set
# BR2_GCC_VERSION_4_7_X is not set
BR2_GCC_VERSION_4_8_X=y
# BR2_GCC_VERSION_4_9_X is not set
BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE=y
BR2_GCC_VERSION="4.8.4"
BR2_EXTRA_GCC_CONFIG_OPTIONS=""
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_GCC_ENABLE_TLS=y
# BR2_GCC_ENABLE_OPENMP is not set
# BR2_GCC_ENABLE_LIBMUDFLAP is not set
# BR2_GCC_ENABLE_GRAPHITE is not set
# BR2_PACKAGE_HOST_GDB is not set
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_TOOLCHAIN_HAS_NATIVE_RPC=y
BR2_USE_WCHAR=y
BR2_ENABLE_LOCALE=y
BR2_INSTALL_LIBSTDCPP=y
BR2_TOOLCHAIN_HAS_THREADS=y
BR2_TOOLCHAIN_HAS_THREADS_DEBUG=y
BR2_TOOLCHAIN_HAS_THREADS_NPTL=y
BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS=y
BR2_TOOLCHAIN_HAS_SSP=y
# BR2_ENABLE_LOCALE_PURGE is not set
BR2_GENERATE_LOCALE=""
# BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY is not set
BR2_USE_MMU=y
BR2_TARGET_OPTIMIZATION=""
BR2_TARGET_LDFLAGS=""
# BR2_ECLIPSE_REGISTER is not set
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_3=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_5=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_6=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_11=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_16=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_18=y
BR2_TOOLCHAIN_HEADERS_AT_LEAST="3.18"
#
# System configuration
#
BR2_TARGET_GENERIC_HOSTNAME="buildroot"
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot"
# BR2_TARGET_GENERIC_PASSWD_DES is not set
BR2_TARGET_GENERIC_PASSWD_MD5=y
# BR2_TARGET_GENERIC_PASSWD_SHA256 is not set
# BR2_TARGET_GENERIC_PASSWD_SHA512 is not set
BR2_TARGET_GENERIC_PASSWD_METHOD="md5"
BR2_INIT_BUSYBOX=y
# BR2_INIT_SYSV is not set
# BR2_INIT_SYSTEMD is not set
# BR2_INIT_NONE is not set
# BR2_ROOTFS_DEVICE_CREATION_STATIC is not set
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_DEVTMPFS=y
# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV is not set
# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV is not set
BR2_ROOTFS_DEVICE_TABLE="system/device_table.txt"
BR2_ROOTFS_SKELETON_DEFAULT=y
# BR2_ROOTFS_SKELETON_CUSTOM is not set
BR2_TARGET_GENERIC_ROOT_PASSWD=""
BR2_SYSTEM_BIN_SH_BUSYBOX=y
#
# bash, dash, zsh need BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
#
# BR2_SYSTEM_BIN_SH_NONE is not set
BR2_SYSTEM_BIN_SH="/bin/busybox"
BR2_TARGET_GENERIC_GETTY=y
#
# getty options
#
BR2_TARGET_GENERIC_GETTY_PORT="console"
BR2_TARGET_GENERIC_GETTY_BAUDRATE_KEEP=y
# BR2_TARGET_GENERIC_GETTY_BAUDRATE_9600 is not set
# BR2_TARGET_GENERIC_GETTY_BAUDRATE_19200 is not set
# BR2_TARGET_GENERIC_GETTY_BAUDRATE_38400 is not set
# BR2_TARGET_GENERIC_GETTY_BAUDRATE_57600 is not set
# BR2_TARGET_GENERIC_GETTY_BAUDRATE_115200 is not set
BR2_TARGET_GENERIC_GETTY_BAUDRATE="0"
BR2_TARGET_GENERIC_GETTY_TERM="vt100"
BR2_TARGET_GENERIC_GETTY_OPTIONS=""
BR2_TARGET_GENERIC_REMOUNT_ROOTFS_RW=y
BR2_SYSTEM_DHCP=""
# BR2_TARGET_TZ_INFO is not set
BR2_ROOTFS_USERS_TABLES=""
BR2_ROOTFS_OVERLAY=""
BR2_ROOTFS_POST_BUILD_SCRIPT=""
BR2_ROOTFS_POST_IMAGE_SCRIPT=""
#
# Kernel
#
BR2_LINUX_KERNEL=y
# BR2_LINUX_KERNEL_LATEST_VERSION is not set
# BR2_LINUX_KERNEL_SAME_AS_HEADERS is not set
# BR2_LINUX_KERNEL_CUSTOM_VERSION is not set
# BR2_LINUX_KERNEL_CUSTOM_TARBALL is not set
# BR2_LINUX_KERNEL_CUSTOM_GIT is not set
# BR2_LINUX_KERNEL_CUSTOM_HG is not set
BR2_LINUX_KERNEL_CUSTOM_LOCAL=y
BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH="/home/harmic/git/Lamobo-D1s/src/kernel"
BR2_LINUX_KERNEL_VERSION="custom"
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="/home/harmic/git/Lamobo-D1s/src/kernel/myconfig"
BR2_LINUX_KERNEL_UBOOT_IMAGE=y
BR2_LINUX_KERNEL_UIMAGE=y
# BR2_LINUX_KERNEL_APPENDED_UIMAGE is not set
# BR2_LINUX_KERNEL_ZIMAGE is not set
# BR2_LINUX_KERNEL_APPENDED_ZIMAGE is not set
# BR2_LINUX_KERNEL_VMLINUX is not set
# BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM is not set
BR2_LINUX_KERNEL_UIMAGE_LOADADDR=""
# BR2_LINUX_KERNEL_DTS_SUPPORT is not set
#
# Linux Kernel Extensions
#
# BR2_LINUX_KERNEL_EXT_RTAI is not set
# BR2_LINUX_KERNEL_EXT_FBTFT is not set
#
# Target packages
#
BR2_PACKAGE_BUSYBOX=y
BR2_PACKAGE_BUSYBOX_CONFIG="package/busybox/busybox.config"
# BR2_PACKAGE_BUSYBOX_SHOW_OTHERS is not set
# BR2_PACKAGE_BUSYBOX_WATCHDOG is not set
#
# Audio and video applications
#
# BR2_PACKAGE_ALSA_UTILS is not set
# BR2_PACKAGE_AUMIX is not set
# BR2_PACKAGE_BELLAGIO is not set
# BR2_PACKAGE_DVDAUTHOR is not set
# BR2_PACKAGE_ESPEAK is not set
# BR2_PACKAGE_FAAD2 is not set
# BR2_PACKAGE_FFMPEG is not set
# BR2_PACKAGE_FLAC is not set
# BR2_PACKAGE_FLITE is not set
# BR2_PACKAGE_GSTREAMER is not set
# BR2_PACKAGE_GSTREAMER1 is not set
# BR2_PACKAGE_JACK2 is not set
# BR2_PACKAGE_LAME is not set
# BR2_PACKAGE_LIBVPX is not set
# BR2_PACKAGE_MADPLAY is not set
# BR2_PACKAGE_MJPEGTOOLS is not set
# BR2_PACKAGE_MODPLUGTOOLS is not set
# BR2_PACKAGE_MPD is not set
# BR2_PACKAGE_MPD_MPC is not set
# BR2_PACKAGE_MPG123 is not set
# BR2_PACKAGE_MPLAYER is not set
# BR2_PACKAGE_MUSEPACK is not set
# BR2_PACKAGE_NCMPC is not set
# BR2_PACKAGE_ON2_8170_LIBS is not set
# BR2_PACKAGE_OPUS_TOOLS is not set
# BR2_PACKAGE_PULSEAUDIO is not set
# BR2_PACKAGE_SOX is not set
# BR2_PACKAGE_TSTOOLS is not set
# BR2_PACKAGE_TWOLAME is not set
# BR2_PACKAGE_UPMPDCLI is not set
# BR2_PACKAGE_VLC is not set
# BR2_PACKAGE_VORBIS_TOOLS is not set
# BR2_PACKAGE_WAVPACK is not set
# BR2_PACKAGE_YAVTA is not set
# BR2_PACKAGE_YMPD is not set
#
# Compressors and decompressors
#
# BR2_PACKAGE_BZIP2 is not set
# BR2_PACKAGE_INFOZIP is not set
# BR2_PACKAGE_LZ4 is not set
# BR2_PACKAGE_LZIP is not set
# BR2_PACKAGE_LZOP is not set
# BR2_PACKAGE_XZ is not set
#
# Debugging, profiling and benchmark
#
# BR2_PACKAGE_BLKTRACE is not set
# BR2_PACKAGE_BONNIE is not set
# BR2_PACKAGE_CACHE_CALIBRATOR is not set
# BR2_PACKAGE_DHRYSTONE is not set
# BR2_PACKAGE_DMALLOC is not set
# BR2_PACKAGE_DROPWATCH is not set
# BR2_PACKAGE_DSTAT is not set
# BR2_PACKAGE_DUMA is not set
# BR2_PACKAGE_FIO is not set
# BR2_PACKAGE_GDB is not set
# BR2_PACKAGE_IOZONE is not set
# BR2_PACKAGE_KEXEC is not set
# BR2_PACKAGE_KTAP is not set
# BR2_PACKAGE_LATENCYTOP is not set
# BR2_PACKAGE_LMBENCH is not set
# BR2_PACKAGE_LTP_TESTSUITE is not set
# BR2_PACKAGE_LTTNG_BABELTRACE is not set
# BR2_PACKAGE_LTTNG_MODULES is not set
# BR2_PACKAGE_LTTNG_TOOLS is not set
# BR2_PACKAGE_MEMSTAT is not set
# BR2_PACKAGE_NETPERF is not set
# BR2_PACKAGE_OPROFILE is not set
# BR2_PACKAGE_PAX_UTILS is not set
# BR2_PACKAGE_PERF is not set
# BR2_PACKAGE_PV is not set
# BR2_PACKAGE_RAMSMP is not set
# BR2_PACKAGE_RAMSPEED is not set
# BR2_PACKAGE_RT_TESTS is not set
# BR2_PACKAGE_SPIDEV_TEST is not set
# BR2_PACKAGE_STRACE is not set
# BR2_PACKAGE_STRESS is not set
# BR2_PACKAGE_TINYMEMBENCH is not set
# BR2_PACKAGE_TRACE_CMD is not set
# BR2_PACKAGE_TRINITY is not set
# BR2_PACKAGE_WHETSTONE is not set
#
# Development tools
#
# BR2_PACKAGE_BINUTILS is not set
# BR2_PACKAGE_BSDIFF is not set
# BR2_PACKAGE_CPPUNIT is not set
# BR2_PACKAGE_CVS is not set
# BR2_PACKAGE_FLEX is not set
# BR2_PACKAGE_GETTEXT is not set
# BR2_PACKAGE_GIT is not set
# BR2_PACKAGE_GPERF is not set
# BR2_PACKAGE_JQ is not set
# BR2_PACKAGE_LIBTOOL is not set
# BR2_PACKAGE_MAKE is not set
# BR2_PACKAGE_PKGCONF is not set
# BR2_PACKAGE_SSTRIP is not set
# BR2_PACKAGE_SUBVERSION is not set
# BR2_PACKAGE_TREE is not set
#
# Filesystem and flash utilities
#
# BR2_PACKAGE_BTRFS_PROGS is not set
# BR2_PACKAGE_CIFS_UTILS is not set
# BR2_PACKAGE_CRAMFS is not set
# BR2_PACKAGE_CURLFTPFS is not set
# BR2_PACKAGE_DOSFSTOOLS is not set
# BR2_PACKAGE_E2FSPROGS is not set
# BR2_PACKAGE_E2TOOLS is not set
# BR2_PACKAGE_ECRYPTFS_UTILS is not set
# BR2_PACKAGE_EXFAT is not set
# BR2_PACKAGE_EXFAT_UTILS is not set
# BR2_PACKAGE_F2FS_TOOLS is not set
# BR2_PACKAGE_FLASHBENCH is not set
# BR2_PACKAGE_GENEXT2FS is not set
# BR2_PACKAGE_GENPART is not set
# BR2_PACKAGE_GENROMFS is not set
# BR2_PACKAGE_MAKEDEVS is not set
# BR2_PACKAGE_MMC_UTILS is not set
BR2_PACKAGE_MTD=y
#
# MTD tools selection
#
# BR2_PACKAGE_MTD_DOCFDISK is not set
# BR2_PACKAGE_MTD_DOC_LOADBIOS is not set
BR2_PACKAGE_MTD_FLASHCP=y
BR2_PACKAGE_MTD_FLASH_ERASE=y
BR2_PACKAGE_MTD_FLASH_LOCK=y
# BR2_PACKAGE_MTD_FLASH_OTP_DUMP is not set
# BR2_PACKAGE_MTD_FLASH_OTP_INFO is not set
# BR2_PACKAGE_MTD_FLASH_OTP_LOCK is not set
# BR2_PACKAGE_MTD_FLASH_OTP_WRITE is not set
BR2_PACKAGE_MTD_FLASH_UNLOCK=y
# BR2_PACKAGE_MTD_FTL_CHECK is not set
# BR2_PACKAGE_MTD_FTL_FORMAT is not set
# BR2_PACKAGE_MTD_JFFS2DUMP is not set
# BR2_PACKAGE_MTD_MKFSJFFS2 is not set
# BR2_PACKAGE_MTD_MKFSUBIFS is not set
BR2_PACKAGE_MTD_MTD_DEBUG=y
BR2_PACKAGE_MTD_NANDDUMP=y
BR2_PACKAGE_MTD_NANDTEST=y
BR2_PACKAGE_MTD_NANDWRITE=y
# BR2_PACKAGE_MTD_NFTLDUMP is not set
# BR2_PACKAGE_MTD_NFTL_FORMAT is not set
# BR2_PACKAGE_MTD_RECV_IMAGE is not set
# BR2_PACKAGE_MTD_RFDDUMP is not set
# BR2_PACKAGE_MTD_RFDFORMAT is not set
# BR2_PACKAGE_MTD_SERVE_IMAGE is not set
# BR2_PACKAGE_MTD_SUMTOOL is not set
BR2_PACKAGE_MTD_MTDINFO=y
BR2_PACKAGE_MTD_UBIATTACH=y
BR2_PACKAGE_MTD_UBICRC32=y
BR2_PACKAGE_MTD_UBIDETACH=y
BR2_PACKAGE_MTD_UBIFORMAT=y
BR2_PACKAGE_MTD_UBIMKVOL=y
BR2_PACKAGE_MTD_UBINFO=y
BR2_PACKAGE_MTD_UBINIZE=y
BR2_PACKAGE_MTD_UBIRENAME=y
BR2_PACKAGE_MTD_UBIRMVOL=y
BR2_PACKAGE_MTD_UBIRSVOL=y
BR2_PACKAGE_MTD_UBIUPDATEVOL=y
BR2_PACKAGE_MTD_UBIBLOCK=y
# BR2_PACKAGE_MTOOLS is not set
# BR2_PACKAGE_NFS_UTILS is not set
# BR2_PACKAGE_NTFS_3G is not set
# BR2_PACKAGE_SIMICSFS is not set
# BR2_PACKAGE_SQUASHFS is not set
# BR2_PACKAGE_SSHFS is not set
# BR2_PACKAGE_UNIONFS is not set
# BR2_PACKAGE_XFSPROGS is not set
#
# Games
#
# BR2_PACKAGE_GNUCHESS is not set
# BR2_PACKAGE_LBREAKOUT2 is not set
# BR2_PACKAGE_LTRIS is not set
# BR2_PACKAGE_OPENTYRIAN is not set
# BR2_PACKAGE_PRBOOM is not set
#
# Graphic libraries and applications (graphic/text)
#
#
# Graphic applications
#
# BR2_PACKAGE_FSWEBCAM is not set
#
# glmark2 needs an OpenGL or an openGL ES and EGL backend provided by mesa3d
#
#
# glmark2 needs udev /dev management and a toolchain w/ C++, largefile, NPTL
#
# BR2_PACKAGE_GNUPLOT is not set
# BR2_PACKAGE_JHEAD is not set
# BR2_PACKAGE_RRDTOOL is not set
#
# Graphic libraries
#
# BR2_PACKAGE_CEGUI06 is not set
# BR2_PACKAGE_DIRECTFB is not set
# BR2_PACKAGE_FBDUMP is not set
# BR2_PACKAGE_FBGRAB is not set
# BR2_PACKAGE_FB_TEST_APP is not set
# BR2_PACKAGE_FBTERM is not set
# BR2_PACKAGE_FBV is not set
# BR2_PACKAGE_IMAGEMAGICK is not set
# BR2_PACKAGE_LINUX_FUSION is not set
#
# mesa3d needs udev /dev management and a toolchain w/ C++, largefile, NPTL
#
# BR2_PACKAGE_OCRAD is not set
# BR2_PACKAGE_PSPLASH 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_QT5 is not set
#
# weston needs udev and a toolchain w/ threads, dynamic library, headers >= 3.0
#
# BR2_PACKAGE_XORG7 is not set
#
# X applications
#
#
# midori needs libgtk2 and a toolchain w/ C++, wchar, threads
#
#
# X libraries and helper libraries
#
# BR2_PACKAGE_DEJAVU is not set
# BR2_PACKAGE_GHOSTSCRIPT_FONTS is not set
# BR2_PACKAGE_LIBERATION is not set
# BR2_PACKAGE_XKEYBOARD_CONFIG is not set
#
# X window managers
#
#
# Hardware handling
#
#
# Firmware
#
# BR2_PACKAGE_B43_FIRMWARE is not set
# BR2_PACKAGE_LINUX_FIRMWARE is not set
# BR2_PACKAGE_UX500_FIRMWARE is not set
# BR2_PACKAGE_ZD1211_FIRMWARE is not set
# BR2_PACKAGE_AVRDUDE is not set
#
# bcache-tools needs udev /dev management and a toolchain w/ largefile, wchar
#
# BR2_PACKAGE_CDRKIT is not set
# BR2_PACKAGE_CRYPTSETUP is not set
# BR2_PACKAGE_CWIID is not set
# BR2_PACKAGE_DBUS is not set
# BR2_PACKAGE_DMRAID is not set
# BR2_PACKAGE_DTV_SCAN_TABLES is not set
# BR2_PACKAGE_DVB_APPS is not set
# BR2_PACKAGE_DVBSNOOP is not set
# BR2_PACKAGE_EEPROG is not set
#
# eudev needs eudev /dev management
#
# BR2_PACKAGE_EVEMU is not set
# BR2_PACKAGE_EVTEST is not set
# BR2_PACKAGE_FAN_CTRL is not set
# BR2_PACKAGE_FCONFIG is not set
# BR2_PACKAGE_FIS is not set
# BR2_PACKAGE_FMTOOLS is not set
# BR2_PACKAGE_FXLOAD is not set
# BR2_PACKAGE_GADGETFS_TEST is not set
# BR2_PACKAGE_GPM is not set
# BR2_PACKAGE_GPSD is not set
# BR2_PACKAGE_GPTFDISK 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_IPMITOOL is not set
# BR2_PACKAGE_IRDA_UTILS is not set
# BR2_PACKAGE_KBD is not set
# BR2_PACKAGE_LCDPROC is not set
# BR2_PACKAGE_LM_SENSORS is not set
# BR2_PACKAGE_LSHW is not set
# BR2_PACKAGE_LSUIO is not set
# BR2_PACKAGE_LVM2 is not set
# BR2_PACKAGE_MDADM is not set
# BR2_PACKAGE_MEDIA_CTL is not set
# BR2_PACKAGE_MEMTESTER is not set
# BR2_PACKAGE_MINICOM is not set
# BR2_PACKAGE_NANOCOM is not set
# BR2_PACKAGE_NEARD is not set
# BR2_PACKAGE_OFONO is not set
# BR2_PACKAGE_ON2_8170_MODULES is not set
# BR2_PACKAGE_OPEN2300 is not set
# BR2_PACKAGE_OPENOCD is not set
# BR2_PACKAGE_OWL_LINUX is not set
# BR2_PACKAGE_PARTED is not set
# BR2_PACKAGE_PCIUTILS is not set
# BR2_PACKAGE_PICOCOM is not set
# BR2_PACKAGE_PPS_TOOLS is not set
# BR2_PACKAGE_READ_EDID is not set
# BR2_PACKAGE_RNG_TOOLS is not set
# BR2_PACKAGE_SANE_BACKENDS is not set
# BR2_PACKAGE_SDPARM is not set
# BR2_PACKAGE_SETSERIAL is not set
# BR2_PACKAGE_SG3_UTILS is not set
# BR2_PACKAGE_SIGROK_CLI is not set
# BR2_PACKAGE_SISPMCTL is not set
# BR2_PACKAGE_SMARTMONTOOLS is not set
# BR2_PACKAGE_SMSTOOLS3 is not set
# BR2_PACKAGE_SNOWBALL_HDMISERVICE is not set
# BR2_PACKAGE_SREDIRD is not set
# BR2_PACKAGE_STATSERIAL is not set
# BR2_PACKAGE_SYSSTAT is not set
#
# targetcli-fb depends on Python
#
# BR2_PACKAGE_TI_UIM is not set
# BR2_PACKAGE_TI_UTILS is not set
# BR2_PACKAGE_TRIGGERHAPPY is not set
# BR2_PACKAGE_UBOOT_TOOLS is not set
#
# udisks needs udev /dev management
#
# BR2_PACKAGE_USB_MODESWITCH is not set
# BR2_PACKAGE_USB_MODESWITCH_DATA is not set
#
# usbmount requires udev to be enabled
#
#
# usbutils needs udev /dev management and toolchain w/ threads
#
# BR2_PACKAGE_W_SCAN is not set
# BR2_PACKAGE_WIPE is not set
# BR2_PACKAGE_XORRISO is not set
#
# Interpreter languages and scripting
#
# BR2_PACKAGE_ENSCRIPT is not set
# BR2_PACKAGE_ERLANG is not set
# BR2_PACKAGE_GUILE is not set
# BR2_PACKAGE_HASERL is not set
# BR2_PACKAGE_JAMVM is not set
# BR2_PACKAGE_JIMTCL is not set
# BR2_PACKAGE_LUA is not set
# BR2_PACKAGE_LUAJIT is not set
BR2_PACKAGE_MONO_ARCH_SUPPORTS=y
# BR2_PACKAGE_MONO is not set
# BR2_PACKAGE_PERL is not set
# BR2_PACKAGE_PHP is not set
# BR2_PACKAGE_PYTHON is not set
# BR2_PACKAGE_PYTHON3 is not set
# BR2_PACKAGE_RUBY is not set
# BR2_PACKAGE_TCL is not set
#
# Libraries
#
#
# Audio/Sound
#
# BR2_PACKAGE_ALSA_LIB is not set
# BR2_PACKAGE_AUDIOFILE is not set
# BR2_PACKAGE_CELT051 is not set
# BR2_PACKAGE_FDK_AAC is not set
# BR2_PACKAGE_LIBAO is not set
# BR2_PACKAGE_LIBCDAUDIO is not set
# BR2_PACKAGE_LIBCDIO is not set
# BR2_PACKAGE_LIBCUE is not set
# BR2_PACKAGE_LIBCUEFILE is not set
# BR2_PACKAGE_LIBID3TAG is not set
# BR2_PACKAGE_LIBLO is not set
# BR2_PACKAGE_LIBMAD is not set
# BR2_PACKAGE_LIBMODPLUG is not set
# BR2_PACKAGE_LIBMPD is not set
# BR2_PACKAGE_LIBMPDCLIENT is not set
# BR2_PACKAGE_LIBREPLAYGAIN is not set
# BR2_PACKAGE_LIBSAMPLERATE is not set
# BR2_PACKAGE_LIBSNDFILE is not set
# BR2_PACKAGE_LIBSOXR is not set
# BR2_PACKAGE_LIBVORBIS is not set
# BR2_PACKAGE_MP4V2 is not set
# BR2_PACKAGE_OPENCORE_AMR is not set
# BR2_PACKAGE_OPUS is not set
# BR2_PACKAGE_PORTAUDIO is not set
# BR2_PACKAGE_SPEEX is not set
# BR2_PACKAGE_TAGLIB is not set
# BR2_PACKAGE_TINYALSA is not set
# BR2_PACKAGE_TREMOR is not set
# BR2_PACKAGE_VO_AACENC is not set
#
# Compression and decompression
#
# BR2_PACKAGE_LIBARCHIVE is not set
# BR2_PACKAGE_LIBZIP is not set
# BR2_PACKAGE_LZO is not set
# BR2_PACKAGE_SNAPPY is not set
# BR2_PACKAGE_SZIP is not set
# BR2_PACKAGE_ZLIB is not set
#
# Crypto
#
# BR2_PACKAGE_BEECRYPT is not set
BR2_PACKAGE_BOTAN_ARCH_SUPPORTS=y
# BR2_PACKAGE_BOTAN is not set
# BR2_PACKAGE_CA_CERTIFICATES is not set
# BR2_PACKAGE_CRYPTODEV is not set
# BR2_PACKAGE_GNUTLS is not set
# BR2_PACKAGE_LIBASSUAN is not set
# BR2_PACKAGE_LIBGCRYPT is not set
# BR2_PACKAGE_LIBGPG_ERROR is not set
# BR2_PACKAGE_LIBGPGME is not set
# BR2_PACKAGE_LIBKSBA is not set
# BR2_PACKAGE_LIBMCRYPT is not set
# BR2_PACKAGE_LIBMHASH is not set
# BR2_PACKAGE_LIBNSS is not set
# BR2_PACKAGE_LIBSECRET is not set
# BR2_PACKAGE_LIBSHA1 is not set
# BR2_PACKAGE_LIBSSH2 is not set
# BR2_PACKAGE_NETTLE is not set
# BR2_PACKAGE_OPENSSL is not set
# BR2_PACKAGE_POLARSSL is not set
#
# Database
#
# BR2_PACKAGE_BERKELEYDB is not set
# BR2_PACKAGE_GDBM is not set
# BR2_PACKAGE_MYSQL is not set
# BR2_PACKAGE_POSTGRESQL is not set
# BR2_PACKAGE_REDIS is not set
# BR2_PACKAGE_SQLCIPHER is not set
# BR2_PACKAGE_SQLITE is not set
#
# Filesystem
#
# BR2_PACKAGE_GAMIN is not set
# BR2_PACKAGE_LIBCONFIG is not set
# BR2_PACKAGE_LIBCONFUSE is not set
# BR2_PACKAGE_LIBFUSE is not set
# BR2_PACKAGE_LIBLOCKFILE is not set
# BR2_PACKAGE_LIBNFS is not set
# BR2_PACKAGE_LIBSYSFS is not set
# BR2_PACKAGE_LOCKDEV is not set
#
# Graphics
#
# BR2_PACKAGE_ATK is not set
# BR2_PACKAGE_CAIRO is not set
# BR2_PACKAGE_EXIV2 is not set
# BR2_PACKAGE_FONTCONFIG is not set
# BR2_PACKAGE_FREETYPE is not set
# BR2_PACKAGE_GD is not set
# BR2_PACKAGE_GDK_PIXBUF is not set
# BR2_PACKAGE_GIFLIB is not set
# BR2_PACKAGE_HARFBUZZ is not set
# BR2_PACKAGE_HICOLOR_ICON_THEME is not set
# BR2_PACKAGE_IMLIB2 is not set
# BR2_PACKAGE_JASPER is not set
# BR2_PACKAGE_JPEG is not set
# BR2_PACKAGE_LCMS2 is not set
# BR2_PACKAGE_LIBART is not set
# BR2_PACKAGE_LIBDMTX is not set
# BR2_PACKAGE_LIBDRM is not set
# BR2_PACKAGE_LIBEXIF is not set
# BR2_PACKAGE_LIBGEOTIFF is not set
#
# libglew depends on X.org and needs an OpenGL backend
#
#
# libglu needs an OpenGL backend
#
# BR2_PACKAGE_LIBGTK3 is not set
# BR2_PACKAGE_LIBPNG is not set
# BR2_PACKAGE_LIBQRENCODE is not set
# BR2_PACKAGE_LIBRAW is not set
# BR2_PACKAGE_LIBRSVG is not set
# BR2_PACKAGE_LIBSVG is not set
# BR2_PACKAGE_LIBSVG_CAIRO is not set
# BR2_PACKAGE_LIBSVGTINY is not set
# BR2_PACKAGE_LIBUNGIF is not set
# BR2_PACKAGE_LIBVA is not set
# BR2_PACKAGE_LIBVIPS is not set
# BR2_PACKAGE_OPENCV is not set
# BR2_PACKAGE_PANGO is not set
# BR2_PACKAGE_PIXMAN is not set
# BR2_PACKAGE_POPPLER is not set
# BR2_PACKAGE_TIFF is not set
# BR2_PACKAGE_WAYLAND is not set
BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS=y
#
# webkit needs libgtk2 and a toolchain w/ C++, wchar, threads
#
# BR2_PACKAGE_WEBP is not set
# BR2_PACKAGE_ZXING is not set
#
# Hardware handling
#
# BR2_PACKAGE_CCID is not set
# BR2_PACKAGE_DTC is not set
# BR2_PACKAGE_LCDAPI is not set
# BR2_PACKAGE_LIBAIO is not set
#
# libatasmart requires udev to be enabled
#
# BR2_PACKAGE_LIBCEC is not set
# BR2_PACKAGE_LIBFREEFARE is not set
# BR2_PACKAGE_LIBFTDI is not set
# BR2_PACKAGE_LIBHID is not set
# BR2_PACKAGE_LIBIIO is not set
#
# libinput needs udev /dev management
#
# BR2_PACKAGE_LIBIQRF is not set
# BR2_PACKAGE_LIBLLCP is not set
#
# libmbim needs udev /dev management and a toolchain w/ wchar, threads
#
# BR2_PACKAGE_LIBNFC is not set
# BR2_PACKAGE_LIBPCIACCESS is not set
# BR2_PACKAGE_LIBPHIDGET is not set
# BR2_PACKAGE_LIBQMI is not set
# BR2_PACKAGE_LIBRAW1394 is not set
# BR2_PACKAGE_LIBRTLSDR is not set
# BR2_PACKAGE_LIBSERIAL is not set
# BR2_PACKAGE_LIBSERIALPORT is not set
# BR2_PACKAGE_LIBSIGROK is not set
# BR2_PACKAGE_LIBSIGROKDECODE is not set
# BR2_PACKAGE_LIBSOC is not set
# BR2_PACKAGE_LIBUSB is not set
# BR2_PACKAGE_LIBV4L is not set
# BR2_PACKAGE_LIBXKBCOMMON is not set
# BR2_PACKAGE_MTDEV is not set
# BR2_PACKAGE_NEARDAL is not set
# BR2_PACKAGE_PCSC_LITE is not set
# BR2_PACKAGE_TSLIB is not set
# BR2_PACKAGE_URG is not set
#
# Javascript
#
# BR2_PACKAGE_BOOTSTRAP is not set
# BR2_PACKAGE_EXPLORERCANVAS is not set
# BR2_PACKAGE_FLOT is not set
# BR2_PACKAGE_JQUERY is not set
# BR2_PACKAGE_JQUERY_KEYBOARD is not set
# BR2_PACKAGE_JQUERY_MOBILE is not set
# BR2_PACKAGE_JQUERY_SPARKLINE is not set
# BR2_PACKAGE_JQUERY_UI is not set
# BR2_PACKAGE_JQUERY_VALIDATION is not set
# BR2_PACKAGE_JSMIN is not set
# BR2_PACKAGE_JSON_JAVASCRIPT is not set
#
# JSON/XML
#
# BR2_PACKAGE_BENEJSON is not set
# BR2_PACKAGE_CJSON is not set
# BR2_PACKAGE_EXPAT is not set
# BR2_PACKAGE_EZXML is not set
# BR2_PACKAGE_JANSSON is not set
# BR2_PACKAGE_JSON_C is not set
# BR2_PACKAGE_JSON_GLIB is not set
# BR2_PACKAGE_LIBJSON is not set
# BR2_PACKAGE_LIBROXML is not set
# BR2_PACKAGE_LIBXML2 is not set
# BR2_PACKAGE_LIBXMLPP is not set
# BR2_PACKAGE_LIBXMLRPC is not set
# BR2_PACKAGE_LIBXSLT is not set
# BR2_PACKAGE_LIBYAML is not set
# BR2_PACKAGE_MXML is not set
# BR2_PACKAGE_RAPIDJSON is not set
# BR2_PACKAGE_TINYXML is not set
# BR2_PACKAGE_XERCES is not set
# BR2_PACKAGE_YAJL is not set
# BR2_PACKAGE_YAML_CPP is not set
#
# Logging
#
# BR2_PACKAGE_LIBLOG4C_LOCALTIME is not set
# BR2_PACKAGE_LIBLOGGING is not set
# BR2_PACKAGE_LOG4CPLUS is not set
# BR2_PACKAGE_LOG4CXX is not set
# BR2_PACKAGE_ZLOG is not set
#
# Multimedia
#
# BR2_PACKAGE_LIBASS is not set
# BR2_PACKAGE_LIBBLURAY is not set
# BR2_PACKAGE_LIBDVBCSA is not set
# BR2_PACKAGE_LIBDVBSI is not set
# BR2_PACKAGE_LIBDVDNAV is not set
# BR2_PACKAGE_LIBDVDREAD is not set
# BR2_PACKAGE_LIBEBML is not set
# BR2_PACKAGE_LIBMATROSKA is not set
# BR2_PACKAGE_LIBMMS is not set
# BR2_PACKAGE_LIBMPEG2 is not set
# BR2_PACKAGE_LIBOGG is not set
# BR2_PACKAGE_LIBPLAYER is not set
# BR2_PACKAGE_LIBTHEORA is not set
# BR2_PACKAGE_LIVE555 is not set
# BR2_PACKAGE_MEDIASTREAMER is not set
# BR2_PACKAGE_X264 is not set
#
# Networking
#
# BR2_PACKAGE_AGENTPP is not set
# BR2_PACKAGE_C_ARES is not set
# BR2_PACKAGE_CGIC is not set
# BR2_PACKAGE_CPPZMQ is not set
# BR2_PACKAGE_CZMQ is not set
# BR2_PACKAGE_FILEMQ is not set
# BR2_PACKAGE_FLICKCURL is not set
# BR2_PACKAGE_FREERADIUS_CLIENT is not set
# BR2_PACKAGE_GEOIP is not set
# BR2_PACKAGE_GLIB_NETWORKING is not set
# BR2_PACKAGE_LIBCGI is not set
# 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_LIBFCGI is not set
# BR2_PACKAGE_LIBGSASL is not set
# BR2_PACKAGE_LIBIDN is not set
# BR2_PACKAGE_LIBISCSI is not set
# BR2_PACKAGE_LIBMBUS is not set
# BR2_PACKAGE_LIBMEMCACHED is not set
# BR2_PACKAGE_LIBMICROHTTPD is not set
# BR2_PACKAGE_LIBMNL is not set
# BR2_PACKAGE_LIBMODBUS is not set
# BR2_PACKAGE_LIBNDP is not set
# BR2_PACKAGE_LIBNICE is not set
# BR2_PACKAGE_LIBNETFILTER_ACCT is not set
# BR2_PACKAGE_LIBNETFILTER_CONNTRACK is not set
# BR2_PACKAGE_LIBNETFILTER_CTHELPER is not set
# BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT is not set
# BR2_PACKAGE_LIBNETFILTER_LOG is not set
# BR2_PACKAGE_LIBNETFILTER_QUEUE is not set
# BR2_PACKAGE_LIBNFNETLINK is not set
# BR2_PACKAGE_LIBNFTNL is not set
# BR2_PACKAGE_LIBNL is not set
# BR2_PACKAGE_LIBOAUTH is not set
# BR2_PACKAGE_LIBOPING is not set
# BR2_PACKAGE_LIBOSIP2 is not set
# BR2_PACKAGE_LIBPCAP is not set
# BR2_PACKAGE_LIBRSYNC is not set
# BR2_PACKAGE_LIBSHAIRPLAY is not set
# BR2_PACKAGE_LIBSHOUT is not set
# BR2_PACKAGE_LIBSOCKETCAN is not set
# BR2_PACKAGE_LIBSOUP is not set
# BR2_PACKAGE_LIBSRTP is not set
# BR2_PACKAGE_LIBSTROPHE is not set
# BR2_PACKAGE_LIBTIRPC is not set
# BR2_PACKAGE_LIBTORRENT is not set
# BR2_PACKAGE_LIBUPNP is not set
# BR2_PACKAGE_LIBUPNPP is not set
# BR2_PACKAGE_LIBURIPARSER is not set
# BR2_PACKAGE_LIBVNCSERVER is not set
# BR2_PACKAGE_LIBWEBSOCK is not set
# BR2_PACKAGE_LIBWEBSOCKETS is not set
# BR2_PACKAGE_NEON is not set
# BR2_PACKAGE_OMNIORB is not set
# BR2_PACKAGE_OPENLDAP is not set
# BR2_PACKAGE_OPENPGM is not set
# BR2_PACKAGE_ORTP is not set
# BR2_PACKAGE_QDECODER is not set
# BR2_PACKAGE_RTMPDUMP is not set
# BR2_PACKAGE_SLIRP is not set
# BR2_PACKAGE_SNMPPP is not set
# BR2_PACKAGE_SOFIA_SIP is not set
# BR2_PACKAGE_THRIFT is not set
# BR2_PACKAGE_USBREDIR is not set
# BR2_PACKAGE_WVSTREAMS is not set
# BR2_PACKAGE_ZEROMQ is not set
# BR2_PACKAGE_ZMQPP is not set
# BR2_PACKAGE_ZYRE is not set
#
# Other
#
# BR2_PACKAGE_APR is not set
# BR2_PACKAGE_APR_UTIL is not set
# BR2_PACKAGE_ARGP_STANDALONE is not set
# BR2_PACKAGE_ARMADILLO is not set
BR2_PACKAGE_BDWGC_ARCH_SUPPORTS=y
# BR2_PACKAGE_BDWGC is not set
# BR2_PACKAGE_BOOST is not set
# BR2_PACKAGE_CLAPACK is not set
# BR2_PACKAGE_CPPCMS is not set
# BR2_PACKAGE_DING_LIBS is not set
# BR2_PACKAGE_EIGEN is not set
# BR2_PACKAGE_ELFUTILS is not set
# BR2_PACKAGE_FFTW is not set
# BR2_PACKAGE_FLANN is not set
# BR2_PACKAGE_GLIBMM is not set
# BR2_PACKAGE_GLM is not set
# BR2_PACKAGE_GMP is not set
# BR2_PACKAGE_GSL is not set
# BR2_PACKAGE_GTEST is not set
# BR2_PACKAGE_LIBARGTABLE2 is not set
BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS=y
# BR2_PACKAGE_LIBATOMIC_OPS is not set
# BR2_PACKAGE_LIBCAP is not set
# BR2_PACKAGE_LIBCAP_NG is not set
# BR2_PACKAGE_LIBCGROUP is not set
# BR2_PACKAGE_LIBDAEMON is not set
# BR2_PACKAGE_LIBEE is not set
# BR2_PACKAGE_LIBEV is not set
# BR2_PACKAGE_LIBEVDEV is not set
# BR2_PACKAGE_LIBEVENT is not set
# BR2_PACKAGE_LIBFFI is not set
# BR2_PACKAGE_LIBGLIB2 is not set
# BR2_PACKAGE_LIBICAL is not set
# BR2_PACKAGE_LIBLINEAR is not set
BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT=y
# BR2_PACKAGE_LIBNSPR is not set
# BR2_PACKAGE_LIBPFM4 is not set
# BR2_PACKAGE_LIBPLIST is not set
# BR2_PACKAGE_LIBPTHREAD_STUBS is not set
# BR2_PACKAGE_LIBPTHSEM is not set
# BR2_PACKAGE_LIBSIGC is not set
# BR2_PACKAGE_LIBSIGSEGV is not set
# BR2_PACKAGE_LIBTASN1 is not set
# BR2_PACKAGE_LIBTPL is not set
# BR2_PACKAGE_LIBUBOX is not set
# BR2_PACKAGE_LIBUCI is not set
# BR2_PACKAGE_LIBUNWIND is not set
# BR2_PACKAGE_LIBURCU is not set
# BR2_PACKAGE_LIBUV is not set
# BR2_PACKAGE_LINUX_PAM is not set
# BR2_PACKAGE_LTTNG_LIBUST is not set
# BR2_PACKAGE_MPC is not set
# BR2_PACKAGE_MPDECIMAL is not set
# BR2_PACKAGE_MPFR is not set
# BR2_PACKAGE_MSGPACK is not set
# BR2_PACKAGE_MTDEV2TUIO is not set
# BR2_PACKAGE_ORC is not set
# BR2_PACKAGE_P11_KIT is not set
# BR2_PACKAGE_POCO is not set
# BR2_PACKAGE_PROTOBUF_C is not set
# BR2_PACKAGE_QHULL is not set
# BR2_PACKAGE_QLIBC is not set
#
# Security
#
# BR2_PACKAGE_LIBSELINUX is not set
# BR2_PACKAGE_LIBSEMANAGE is not set
# BR2_PACKAGE_LIBSEPOL is not set
#
# Text and terminal handling
#
# BR2_PACKAGE_ENCHANT is not set
# BR2_PACKAGE_ICU is not set
# BR2_PACKAGE_LIBCLI is not set
# BR2_PACKAGE_LIBEDIT is not set
# BR2_PACKAGE_LIBENCA is not set
# BR2_PACKAGE_LIBESTR is not set
# BR2_PACKAGE_LIBFRIBIDI is not set
# BR2_PACKAGE_LIBUNISTRING is not set
# BR2_PACKAGE_LINENOISE is not set
# BR2_PACKAGE_NCURSES is not set
# BR2_PACKAGE_NEWT is not set
# BR2_PACKAGE_PCRE is not set
# BR2_PACKAGE_POPT is not set
# BR2_PACKAGE_READLINE is not set
# BR2_PACKAGE_SLANG is not set
# BR2_PACKAGE_TCLAP is not set
# BR2_PACKAGE_USTR is not set
#
# Mail
#
# BR2_PACKAGE_DOVECOT is not set
# BR2_PACKAGE_EXIM is not set
# BR2_PACKAGE_FETCHMAIL is not set
# BR2_PACKAGE_HEIRLOOM_MAILX is not set
# BR2_PACKAGE_LIBESMTP is not set
# BR2_PACKAGE_MSMTP is not set
# BR2_PACKAGE_MUTT is not set
#
# Miscellaneous
#
# BR2_PACKAGE_AESPIPE is not set
# BR2_PACKAGE_BC is not set
# BR2_PACKAGE_CLAMAV is not set
# BR2_PACKAGE_COLLECTD is not set
# BR2_PACKAGE_EMPTY is not set
# BR2_PACKAGE_GOOGLEFONTDIRECTORY is not set
# BR2_PACKAGE_HAVEGED is not set
# BR2_PACKAGE_MCRYPT is not set
# BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO is not set
# BR2_PACKAGE_SHARED_MIME_INFO is not set
# BR2_PACKAGE_SNOWBALL_INIT is not set
# BR2_PACKAGE_SOUND_THEME_BOREALIS is not set
# BR2_PACKAGE_SOUND_THEME_FREEDESKTOP is not set
#
# Networking applications
#
# BR2_PACKAGE_AICCU is not set
# BR2_PACKAGE_AIRCRACK_NG is not set
# BR2_PACKAGE_ARGUS is not set
# BR2_PACKAGE_ARPTABLES is not set
# BR2_PACKAGE_ATFTP is not set
# BR2_PACKAGE_AUTOSSH is not set
# BR2_PACKAGE_AVAHI is not set
# BR2_PACKAGE_AXEL is not set
# BR2_PACKAGE_BANDWIDTHD is not set
# BR2_PACKAGE_BCUSDK is not set
# BR2_PACKAGE_BIND is not set
# BR2_PACKAGE_BLUEZ_UTILS is not set
# BR2_PACKAGE_BLUEZ5_UTILS is not set
# BR2_PACKAGE_BMON is not set
# BR2_PACKAGE_BOA is not set
# BR2_PACKAGE_BRIDGE_UTILS is not set
# BR2_PACKAGE_BWM_NG is not set
# BR2_PACKAGE_CAN_UTILS is not set
# BR2_PACKAGE_CHRONY is not set
# BR2_PACKAGE_CIVETWEB is not set
# BR2_PACKAGE_CONNMAN is not set
# BR2_PACKAGE_CONNTRACK_TOOLS is not set
# BR2_PACKAGE_CRDA is not set
# BR2_PACKAGE_CTORRENT is not set
# BR2_PACKAGE_CUPS is not set
# BR2_PACKAGE_DHCPCD is not set
# BR2_PACKAGE_DHCPDUMP is not set
# BR2_PACKAGE_DNSMASQ is not set
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_CLIENT=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_DROPBEAR_SMALL=y
# BR2_PACKAGE_DROPBEAR_WTMP is not set
# BR2_PACKAGE_DROPBEAR_LASTLOG is not set
# BR2_PACKAGE_EBTABLES is not set
#
# ejabberd needs erlang
#
# BR2_PACKAGE_ETHTOOL is not set
# BR2_PACKAGE_FAIFA is not set
# BR2_PACKAGE_FPING is not set
# BR2_PACKAGE_GESFTPSERVER is not set
# BR2_PACKAGE_HIAWATHA is not set
# BR2_PACKAGE_HOSTAPD is not set
# BR2_PACKAGE_HTTPING is not set
# BR2_PACKAGE_IFTOP is not set
# BR2_PACKAGE_IGH_ETHERCAT is not set
# BR2_PACKAGE_IGMPPROXY is not set
# BR2_PACKAGE_INADYN is not set
# BR2_PACKAGE_IPERF is not set
# BR2_PACKAGE_IPERF3 is not set
# BR2_PACKAGE_IPROUTE2 is not set
# BR2_PACKAGE_IPSEC_TOOLS is not set
# BR2_PACKAGE_IPSET is not set
# BR2_PACKAGE_IPTABLES is not set
# BR2_PACKAGE_IPTRAF_NG is not set
# BR2_PACKAGE_IPUTILS is not set
# BR2_PACKAGE_IW is not set
# BR2_PACKAGE_JANUS_GATEWAY is not set
# BR2_PACKAGE_KISMET is not set
# BR2_PACKAGE_KNOCK is not set
# BR2_PACKAGE_LEAFNODE2 is not set
# BR2_PACKAGE_LFTP is not set
# BR2_PACKAGE_LIGHTTPD is not set
# BR2_PACKAGE_LINKNX is not set
# BR2_PACKAGE_LINKS is not set
# BR2_PACKAGE_LINPHONE is not set
# BR2_PACKAGE_LINUX_ZIGBEE is not set
# BR2_PACKAGE_LRZSZ is not set
# BR2_PACKAGE_MACCHANGER is not set
# BR2_PACKAGE_MEMCACHED is not set
# BR2_PACKAGE_MII_DIAG is not set
# BR2_PACKAGE_MINIDLNA is not set
# BR2_PACKAGE_MJPG_STREAMER is not set
#
# modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6
#
# BR2_PACKAGE_MONGOOSE is not set
# BR2_PACKAGE_MONGREL2 is not set
# BR2_PACKAGE_MROUTED is not set
# BR2_PACKAGE_MTR is not set
# BR2_PACKAGE_NBD is not set
# BR2_PACKAGE_NCFTP is not set
# BR2_PACKAGE_NDISC6 is not set
# BR2_PACKAGE_NETATALK is not set
# BR2_PACKAGE_NETPLUG is not set
# BR2_PACKAGE_NETSNMP is not set
# BR2_PACKAGE_NETSTAT_NAT is not set
#
# NetworkManager needs udev /dev management and a toolchain w/ IPv6, largefile, wchar, threads, headers >= 3.7
#
# BR2_PACKAGE_NFACCT is not set
# BR2_PACKAGE_NFTABLES is not set
# BR2_PACKAGE_NGINX is not set
# BR2_PACKAGE_NGIRCD is not set
# BR2_PACKAGE_NGREP is not set
# BR2_PACKAGE_NMAP is not set
# BR2_PACKAGE_NOIP is not set
# BR2_PACKAGE_NTP is not set
# BR2_PACKAGE_NUTTCP is not set
# BR2_PACKAGE_ODHCP6C is not set
# BR2_PACKAGE_ODHCPLOC is not set
# BR2_PACKAGE_OLSR is not set
# BR2_PACKAGE_OPENNTPD is not set
# BR2_PACKAGE_OPENOBEX is not set
# BR2_PACKAGE_OPENSSH is not set
# BR2_PACKAGE_OPENSWAN is not set
# BR2_PACKAGE_OPENVPN is not set
# BR2_PACKAGE_P910ND is not set
# BR2_PACKAGE_PHIDGETWEBSERVICE is not set
# BR2_PACKAGE_PORTMAP is not set
# BR2_PACKAGE_PPPD is not set
# BR2_PACKAGE_PPTP_LINUX is not set
# BR2_PACKAGE_PROFTPD is not set
# BR2_PACKAGE_PROXYCHAINS_NG is not set
# BR2_PACKAGE_PTPD is not set
# BR2_PACKAGE_PTPD2 is not set
# BR2_PACKAGE_PURE_FTPD is not set
# BR2_PACKAGE_QUAGGA is not set
# BR2_PACKAGE_RADVD is not set
# BR2_PACKAGE_RPCBIND is not set
# BR2_PACKAGE_RSH_REDONE is not set
# BR2_PACKAGE_RSYNC is not set
# BR2_PACKAGE_RTORRENT is not set
# BR2_PACKAGE_RTPTOOLS is not set
# BR2_PACKAGE_SAMBA is not set
# BR2_PACKAGE_SAMBA4 is not set
# BR2_PACKAGE_SCONESERVER is not set
# BR2_PACKAGE_SER2NET is not set
# BR2_PACKAGE_SHAIRPORT_SYNC is not set
# BR2_PACKAGE_SMCROUTE is not set
# BR2_PACKAGE_SOCAT is not set
# BR2_PACKAGE_SOCKETCAND is not set
# BR2_PACKAGE_SPAWN_FCGI is not set
# BR2_PACKAGE_SPICE_PROTOCOL is not set
# BR2_PACKAGE_SQUID is not set
# BR2_PACKAGE_SSHPASS is not set
# BR2_PACKAGE_STRONGSWAN is not set
# BR2_PACKAGE_STUNNEL is not set
# BR2_PACKAGE_TCPDUMP is not set
# BR2_PACKAGE_TCPING is not set
# BR2_PACKAGE_TCPREPLAY is not set
# BR2_PACKAGE_THTTPD is not set
# BR2_PACKAGE_TINC is not set
# BR2_PACKAGE_TINYHTTPD is not set
# BR2_PACKAGE_TN5250 is not set
# BR2_PACKAGE_TRANSMISSION is not set
# BR2_PACKAGE_TVHEADEND is not set
# BR2_PACKAGE_UDPCAST is not set
# BR2_PACKAGE_USHARE is not set
# BR2_PACKAGE_USSP_PUSH is not set
# BR2_PACKAGE_VDE2 is not set
# BR2_PACKAGE_VNSTAT is not set
# BR2_PACKAGE_VPNC is not set
# BR2_PACKAGE_VSFTPD is not set
# BR2_PACKAGE_VTUN is not set
# BR2_PACKAGE_WIRELESS_REGDB is not set
# BR2_PACKAGE_WIRELESS_TOOLS is not set
# BR2_PACKAGE_WIRESHARK is not set
# BR2_PACKAGE_WPA_SUPPLICANT is not set
# BR2_PACKAGE_WVDIAL is not set
# BR2_PACKAGE_XINETD is not set
# BR2_PACKAGE_XL2TP is not set
# BR2_PACKAGE_XTABLES_ADDONS is not set
# BR2_PACKAGE_ZNC is not set
#
# Package managers
#
# BR2_PACKAGE_IPKG is not set
# BR2_PACKAGE_OPKG is not set
#
# Real-Time
#
#
# Shell and utilities
#
#
# Shells
#
#
# Utilities
#
# BR2_PACKAGE_AT is not set
# BR2_PACKAGE_CCRYPT is not set
# BR2_PACKAGE_DIALOG is not set
# BR2_PACKAGE_DTACH is not set
# BR2_PACKAGE_FILE is not set
# BR2_PACKAGE_GNUPG is not set
# BR2_PACKAGE_GNUPG2 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_LOGSURFER is not set
# BR2_PACKAGE_PINENTRY is not set
# BR2_PACKAGE_SCREEN is not set
# BR2_PACKAGE_SUDO is not set
# BR2_PACKAGE_TMUX is not set
# BR2_PACKAGE_XMLSTARLET is not set
#
# System tools
#
# BR2_PACKAGE_ACL is not set
# BR2_PACKAGE_ATTR is not set
# BR2_PACKAGE_CPULOAD is not set
# BR2_PACKAGE_FTOP is not set
# BR2_PACKAGE_GETENT is not set
# BR2_PACKAGE_HTOP is not set
# BR2_PACKAGE_IPRUTILS is not set
# BR2_PACKAGE_IRQBALANCE is not set
# BR2_PACKAGE_KEYUTILS is not set
# BR2_PACKAGE_KMOD is not set
# BR2_PACKAGE_LXC is not set
# BR2_PACKAGE_MONIT is not set
# BR2_PACKAGE_NCDU is not set
# BR2_PACKAGE_NUT is not set
# BR2_PACKAGE_POLKIT is not set
# BR2_PACKAGE_PWGEN is not set
# BR2_PACKAGE_QUOTA is not set
# BR2_PACKAGE_SMACK is not set
#
# supervisor needs the python interpreter
#
BR2_PACKAGE_SYSTEMD_ARCH_SUPPORTS=y
# BR2_PACKAGE_UTIL_LINUX is not set
#
# Text editors and viewers
#
# BR2_PACKAGE_ED is not set
# BR2_PACKAGE_JOE is not set
# BR2_PACKAGE_NANO is not set
# BR2_PACKAGE_UEMACS is not set
#
# Filesystem images
#
# BR2_TARGET_ROOTFS_CLOOP is not set
BR2_TARGET_ROOTFS_CPIO=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
# BR2_TARGET_ROOTFS_CPIO_LZO is not set
# BR2_TARGET_ROOTFS_CPIO_XZ is not set
# BR2_TARGET_ROOTFS_CPIO_UIMAGE is not set
# BR2_TARGET_ROOTFS_CRAMFS is not set
# BR2_TARGET_ROOTFS_EXT2 is not set
BR2_TARGET_ROOTFS_INITRAMFS=y
# BR2_TARGET_ROOTFS_JFFS2 is not set
# BR2_TARGET_ROOTFS_ROMFS is not set
# BR2_TARGET_ROOTFS_SQUASHFS is not set
BR2_TARGET_ROOTFS_TAR=y
BR2_TARGET_ROOTFS_TAR_NONE=y
# BR2_TARGET_ROOTFS_TAR_GZIP is not set
# BR2_TARGET_ROOTFS_TAR_BZIP2 is not set
# BR2_TARGET_ROOTFS_TAR_LZMA is not set
# BR2_TARGET_ROOTFS_TAR_LZO is not set
# BR2_TARGET_ROOTFS_TAR_XZ is not set
BR2_TARGET_ROOTFS_TAR_OPTIONS=""
# BR2_TARGET_ROOTFS_UBIFS is not set
# BR2_TARGET_ROOTFS_YAFFS2 is not set
#
# Bootloaders
#
# BR2_TARGET_AT91BOOTSTRAP is not set
# BR2_TARGET_AT91BOOTSTRAP3 is not set
# BR2_TARGET_AT91DATAFLASHBOOT is not set
# BR2_TARGET_BAREBOX is not set
# BR2_TARGET_LPC32XXCDL is not set
# BR2_TARGET_UBOOT is not set
#
# Host utilities
#
# BR2_PACKAGE_HOST_CHECKPOLICY is not set
# BR2_PACKAGE_HOST_CRAMFS is not set
# BR2_PACKAGE_HOST_DFU_UTIL is not set
# BR2_PACKAGE_HOST_DOS2UNIX is not set
# BR2_PACKAGE_HOST_DOSFSTOOLS is not set
# BR2_PACKAGE_HOST_E2FSPROGS is not set
# BR2_PACKAGE_HOST_E2TOOLS is not set
# BR2_PACKAGE_HOST_GENEXT2FS is not set
# BR2_PACKAGE_HOST_GENIMAGE is not set
# BR2_PACKAGE_HOST_GENPART is not set
# BR2_PACKAGE_HOST_LPC3250LOADER is not set
# BR2_PACKAGE_HOST_MKE2IMG is not set
# BR2_PACKAGE_HOST_MTD is not set
# BR2_PACKAGE_HOST_MTOOLS is not set
# BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS is not set
# BR2_PACKAGE_HOST_OPENOCD is not set
# BR2_PACKAGE_HOST_PARTED is not set
# BR2_PACKAGE_HOST_PATCHELF is not set
# BR2_PACKAGE_HOST_PWGEN is not set
# BR2_PACKAGE_HOST_QEMU is not set
# BR2_PACKAGE_HOST_SAM_BA is not set
# BR2_PACKAGE_HOST_SQUASHFS is not set
# BR2_PACKAGE_HOST_UBOOT_TOOLS is not set
# BR2_PACKAGE_HOST_UTIL_LINUX is not set
#
# Legacy config options
#
#
# Legacy options removed in 2015.02
#
# BR2_PACKAGE_LIBGC is not set
# BR2_PACKAGE_WDCTL is not set
# BR2_PACKAGE_RPM_BZIP2_PAYLOADS is not set
# BR2_PACKAGE_RPM_XZ_PAYLOADS is not set
# BR2_PACKAGE_M4 is not set
# BR2_PACKAGE_FLEX_BINARY is not set
# BR2_PACKAGE_BISON is not set
# BR2_PACKAGE_GOB2 is not set
# BR2_PACKAGE_DISTCC is not set
# BR2_PACKAGE_HASERL_VERSION_0_8_X is not set
# BR2_PACKAGE_STRONGSWAN_TOOLS is not set
# BR2_PACKAGE_XBMC_ADDON_XVDR is not set
# BR2_PACKAGE_XBMC_PVR_ADDONS is not set
# BR2_PACKAGE_XBMC is not set
# BR2_PACKAGE_XBMC_ALSA_LIB is not set
# BR2_PACKAGE_XBMC_AVAHI is not set
# BR2_PACKAGE_XBMC_DBUS is not set
# BR2_PACKAGE_XBMC_LIBBLURAY is not set
# BR2_PACKAGE_XBMC_GOOM is not set
# BR2_PACKAGE_XBMC_RSXS is not set
# BR2_PACKAGE_XBMC_LIBCEC is not set
# BR2_PACKAGE_XBMC_LIBMICROHTTPD is not set
# BR2_PACKAGE_XBMC_LIBNFS is not set
# BR2_PACKAGE_XBMC_RTMPDUMP is not set
# BR2_PACKAGE_XBMC_LIBSHAIRPLAY is not set
# BR2_PACKAGE_XBMC_LIBSMBCLIENT is not set
# BR2_PACKAGE_XBMC_LIBTHEORA is not set
# BR2_PACKAGE_XBMC_LIBUSB is not set
# BR2_PACKAGE_XBMC_LIBVA is not set
# BR2_PACKAGE_XBMC_WAVPACK is not set
# BR2_PREFER_STATIC_LIB is not set
#
# Legacy options removed in 2014.11
#
# BR2_x86_generic is not set
# BR2_GCC_VERSION_4_4_X is not set
# BR2_sparc_sparchfleon is not set
# BR2_sparc_sparchfleonv8 is not set
# BR2_sparc_sparcsfleon is not set
# BR2_sparc_sparcsfleonv8 is not set
# BR2_PACKAGE_LINUX_FIRMWARE_XC5000 is not set
# BR2_PACKAGE_LINUX_FIRMWARE_CXGB4 is not set
# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_7 is not set
# BR2_PACKAGE_LINUX_FIRMWARE_IWLWIFI_3160_7260_8 is not set
#
# Legacy options removed in 2014.08
#
# BR2_PACKAGE_LIBELF is not set
# BR2_KERNEL_HEADERS_3_8 is not set
# BR2_PACKAGE_GETTEXT_TOOLS is not set
# BR2_PACKAGE_PROCPS is not set
# BR2_BINUTILS_VERSION_2_20_1 is not set
# BR2_BINUTILS_VERSION_2_21 is not set
# BR2_BINUTILS_VERSION_2_23_1 is not set
# BR2_UCLIBC_VERSION_0_9_32 is not set
# BR2_GCC_VERSION_4_3_X is not set
# BR2_GCC_VERSION_4_6_X is not set
# BR2_GDB_VERSION_7_4 is not set
# BR2_GDB_VERSION_7_5 is not set
# BR2_BUSYBOX_VERSION_1_19_X is not set
# BR2_BUSYBOX_VERSION_1_20_X is not set
# BR2_BUSYBOX_VERSION_1_21_X is not set
# BR2_PACKAGE_LIBV4L_DECODE_TM6000 is not set
# BR2_PACKAGE_LIBV4L_IR_KEYTABLE is not set
# BR2_PACKAGE_LIBV4L_V4L2_COMPLIANCE is not set
# BR2_PACKAGE_LIBV4L_V4L2_CTL is not set
# BR2_PACKAGE_LIBV4L_V4L2_DBG is not set
#
# Legacy options removed in 2014.05
#
# BR2_PACKAGE_EVTEST_CAPTURE is not set
# BR2_KERNEL_HEADERS_3_6 is not set
# BR2_KERNEL_HEADERS_3_7 is not set
# BR2_PACKAGE_VALA is not set
BR2_PACKAGE_TZDATA_ZONELIST=""
# BR2_PACKAGE_LUA_INTERPRETER_EDITING_NONE is not set
# BR2_PACKAGE_LUA_INTERPRETER_READLINE is not set
# BR2_PACKAGE_LUA_INTERPRETER_LINENOISE is not set
# BR2_PACKAGE_DVB_APPS_UTILS is not set
# BR2_KERNEL_HEADERS_SNAP is not set
# BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV is not set
# BR2_PACKAGE_UDEV is not set
# BR2_PACKAGE_UDEV_RULES_GEN is not set
# BR2_PACKAGE_UDEV_ALL_EXTRAS is not set
#
# Legacy options removed in 2014.02
#
# BR2_sh2 is not set
# BR2_sh3 is not set
# BR2_sh3eb is not set
# BR2_KERNEL_HEADERS_3_1 is not set
# BR2_KERNEL_HEADERS_3_3 is not set
# BR2_KERNEL_HEADERS_3_5 is not set
# BR2_GDB_VERSION_7_2 is not set
# BR2_GDB_VERSION_7_3 is not set
# BR2_PACKAGE_CCACHE is not set
# BR2_HAVE_DOCUMENTATION is not set
# BR2_PACKAGE_AUTOMAKE is not set
# BR2_PACKAGE_AUTOCONF is not set
# BR2_PACKAGE_XSTROKE is not set
# BR2_PACKAGE_LZMA is not set
# BR2_PACKAGE_TTCP is not set
# BR2_PACKAGE_LIBNFC_LLCP is not set
# BR2_PACKAGE_MYSQL_CLIENT is not set
# BR2_PACKAGE_SQUASHFS3 is not set
# BR2_TARGET_ROOTFS_SQUASHFS3 is not set
# BR2_PACKAGE_NETKITBASE is not set
# BR2_PACKAGE_NETKITTELNET is not set
# BR2_PACKAGE_LUASQL is not set
# BR2_PACKAGE_LUACJSON is not set
#
# Legacy options removed in 2013.11
#
# BR2_PACKAGE_LVM2_DMSETUP_ONLY is not set
# BR2_PACKAGE_QT_JAVASCRIPTCORE is not set
# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
BR2_TARGET_UBOOT_CUSTOM_GIT_REPO_URL=""
BR2_TARGET_UBOOT_CUSTOM_GIT_VERSION=""
BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL=""
BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION=""
#
# Legacy options removed in 2013.08
#
# BR2_ARM_OABI is not set
# BR2_PACKAGE_DOSFSTOOLS_DOSFSCK is not set
# BR2_PACKAGE_DOSFSTOOLS_DOSFSLABEL is not set
# BR2_PACKAGE_DOSFSTOOLS_MKDOSFS is not set
# BR2_ELF2FLT is not set
# BR2_VFP_FLOAT is not set
# BR2_PACKAGE_GCC_TARGET is not set
# BR2_HAVE_DEVFILES is not set
#
# Legacy options removed in 2013.05
#
# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8192 is not set
# BR2_PACKAGE_LINUX_FIRMWARE_RTL_8712 is not set
#
# Legacy options removed in 2013.02
#
# BR2_sa110 is not set
# BR2_sa1100 is not set
# BR2_PACKAGE_GDISK is not set
# BR2_PACKAGE_GDISK_GDISK is not set
# BR2_PACKAGE_GDISK_SGDISK is not set
# BR2_PACKAGE_GDB_HOST is not set
# BR2_PACKAGE_DIRECTB_DITHER_RGB16 is not set
# BR2_PACKAGE_DIRECTB_TESTS is not set
#
# Legacy options removed in 2012.11
#
# BR2_PACKAGE_CUSTOMIZE is not set
# BR2_PACKAGE_XSERVER_xorg is not set
# BR2_PACKAGE_XSERVER_tinyx is not set
# BR2_PACKAGE_PTHREAD_STUBS is not set
#
# Legacy options removed in 2012.08
#
# BR2_PACKAGE_GETTEXT_STATIC is not set
# BR2_PACKAGE_LIBINTL is not set
# BR2_PACKAGE_INPUT_TOOLS_EVTEST is not set
# BR2_BFIN_FDPIC is not set
# BR2_BFIN_FLAT is not set
#
# User-provided options
#
drwxrwxr-x 18 root root 0 Mar 21 22:59 .
drwxrwxr-x 2 root root 0 Mar 21 22:59 bin
-rwsr-xr-x 1 root root 670884 Mar 21 22:59 bin/busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/ash -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/cat -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/catv -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/chattr -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/chgrp -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/chmod -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/chown -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/cp -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/cpio -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/date -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/dd -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/df -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/dmesg -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/dnsdomainname -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/dumpkmap -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/echo -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/egrep -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/false -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/fdflush -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/fgrep -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/getopt -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/grep -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/gunzip -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/gzip -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/hostname -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/kill -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/linux32 -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/linux64 -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/ln -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/login -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/ls -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/lsattr -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mkdir -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mknod -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mktemp -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/more -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mount -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mountpoint -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mt -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/mv -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/netstat -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/nice -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/pidof -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/ping -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/pipe_progress -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/printenv -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/ps -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/pwd -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/rm -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/rmdir -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/run-parts -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/sed -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/setarch -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/setserial -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/sleep -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/stty -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/su -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/sync -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/tar -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/touch -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/true -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/umount -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/uname -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/usleep -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/vi -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/watch -> busybox
lrwxrwxrwx 1 root root 7 Mar 21 22:52 bin/zcat -> busybox
lrwxrwxrwx 1 root root 12 Mar 21 22:59 bin/sh -> /bin/busybox
drwxr-xr-x 3 root root 0 Mar 21 22:59 dev
lrwxrwxrwx 1 root root 10 Mar 19 21:50 dev/log -> ../tmp/log
drwxrwxr-x 2 root root 0 Mar 19 21:50 dev/pts
crw--w--w- 1 root root 5, 1 Mar 21 22:59 dev/console
drwxr-xr-x 6 root root 0 Mar 21 22:59 etc
lrwxrwxrwx 1 root root 12 Mar 19 21:50 etc/mtab -> /proc/mounts
lrwxrwxrwx 1 root root 18 Mar 19 21:50 etc/resolv.conf -> ../tmp/resolv.conf
drwxrwxr-x 2 root root 0 Mar 21 22:59 etc/init.d
-rwxrwxr-x 1 root root 1365 Mar 19 21:50 etc/init.d/S20urandom
-rwxrwxr-x 1 root root 360 Mar 19 21:50 etc/init.d/S40network
-rwxrwxr-x 1 root root 423 Mar 19 21:50 etc/init.d/rcK
-rwxrwxr-x 1 root root 408 Mar 19 21:50 etc/init.d/rcS
-rwxr-xr-x 1 root root 546 Mar 21 22:52 etc/init.d/S01logging
-rwxr-xr-x 1 root root 697 Mar 21 22:52 etc/init.d/S50dropbear
drwxrwxr-x 2 root root 0 Mar 19 21:50 etc/ld.so.conf.d
drwxrwxr-x 8 root root 0 Mar 21 22:59 etc/network
drwxr-xr-x 2 root root 0 Mar 19 21:50 etc/network/if-down.d
drwxr-xr-x 2 root root 0 Mar 19 21:50 etc/network/if-post-down.d
drwxr-xr-x 2 root root 0 Mar 19 21:50 etc/network/if-pre-up.d
drwxr-xr-x 2 root root 0 Mar 19 21:50 etc/network/if-up.d
-rw-rw-r-- 1 root root 77 Mar 21 22:59 etc/network/interfaces
drwxr-xr-x 2 root root 0 Mar 21 22:59 etc/network/if-post-up.d
drwxr-xr-x 2 root root 0 Mar 21 22:59 etc/network/if-pre-down.d
-rw-rw-r-- 1 root root 320 Mar 19 21:50 etc/fstab
-rw-rw-r-- 1 root root 298 Mar 19 21:50 etc/group
-rw-rw-r-- 1 root root 40 Mar 21 22:59 etc/hosts
-rw-rw-r-- 1 root root 1052 Mar 21 22:59 etc/inittab
-rw-rw-r-- 1 root root 1180 Mar 19 21:50 etc/inputrc
-rw-rw-r-- 1 root root 21 Mar 21 22:59 etc/issue
-rw-r--r-- 1 root root 371 Mar 19 21:50 etc/passwd
-rw-rw-r-- 1 root root 1388 Mar 19 21:50 etc/profile
-rw-rw-r-- 1 root root 2744 Mar 19 21:50 etc/protocols
-rw------- 1 root root 512 Mar 19 21:50 etc/random-seed
-rw-rw-r-- 1 root root 394 Mar 21 22:59 etc/securetty
-rw-rw-r-- 1 root root 10873 Mar 19 21:50 etc/services
-rw------- 1 root root 239 Mar 21 22:59 etc/shadow
drwxrwxr-x 2 root root 0 Mar 21 22:52 etc/dropbear
-rw-r--r-- 1 root root 230 Mar 21 22:59 etc/nsswitch.conf
-rw-rw-r-- 1 root root 10 Mar 21 22:59 etc/hostname
-rw-rw-r-- 1 root root 0 Mar 21 22:59 etc/ld.so.conf
-rw-r--r-- 1 root root 64 Mar 21 22:59 etc/ld.so.cache
-rw-rw-r-- 1 root root 95 Mar 21 22:59 etc/os-release
drwxrwxr-x 3 root root 0 Mar 19 21:50 home
drwxrwxr-x 2 root root 0 Mar 19 21:50 home/ftp
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib
lrwxrwxrwx 1 root root 10 Mar 21 22:49 lib/ld-linux.so.3 -> ld-2.18.so
-rwxr-xr-x 1 root root 130228 Mar 21 22:59 lib/ld-2.18.so
lrwxrwxrwx 1 root root 12 Mar 21 22:49 lib/libc.so.6 -> libc-2.18.so
-rwxr-xr-x 1 root root 1246728 Mar 21 22:59 lib/libc-2.18.so
lrwxrwxrwx 1 root root 16 Mar 21 22:49 lib/libcrypt.so.1 -> libcrypt-2.18.so
-rwxr-xr-x 1 root root 30160 Mar 21 22:59 lib/libcrypt-2.18.so
lrwxrwxrwx 1 root root 13 Mar 21 22:49 lib/libdl.so.2 -> libdl-2.18.so
-rwxr-xr-x 1 root root 9684 Mar 21 22:59 lib/libdl-2.18.so
lrwxrwxrwx 1 root root 12 Mar 21 22:49 lib/libm.so.6 -> libm-2.18.so
-rwxr-xr-x 1 root root 640476 Mar 21 22:59 lib/libm-2.18.so
lrwxrwxrwx 1 root root 14 Mar 21 22:49 lib/libnsl.so.1 -> libnsl-2.18.so
-rwxr-xr-x 1 root root 71492 Mar 21 22:59 lib/libnsl-2.18.so
lrwxrwxrwx 1 root root 18 Mar 21 22:49 lib/libpthread.so.0 -> libpthread-2.18.so
-rwxr-xr-x 1 root root 126446 Mar 21 22:59 lib/libpthread-2.18.so
lrwxrwxrwx 1 root root 17 Mar 21 22:49 lib/libresolv.so.2 -> libresolv-2.18.so
-rwxr-xr-x 1 root root 71404 Mar 21 22:59 lib/libresolv-2.18.so
lrwxrwxrwx 1 root root 13 Mar 21 22:49 lib/librt.so.1 -> librt-2.18.so
-rwxr-xr-x 1 root root 26536 Mar 21 22:59 lib/librt-2.18.so
lrwxrwxrwx 1 root root 15 Mar 21 22:49 lib/libutil.so.1 -> libutil-2.18.so
-rwxr-xr-x 1 root root 9720 Mar 21 22:59 lib/libutil-2.18.so
lrwxrwxrwx 1 root root 20 Mar 21 22:49 lib/libnss_files.so.2 -> libnss_files-2.18.so
-rwxr-xr-x 1 root root 46672 Mar 21 22:59 lib/libnss_files-2.18.so
lrwxrwxrwx 1 root root 18 Mar 21 22:49 lib/libnss_dns.so.2 -> libnss_dns-2.18.so
-rwxr-xr-x 1 root root 17908 Mar 21 22:59 lib/libnss_dns-2.18.so
-rw-r--r-- 1 root root 132 Mar 21 22:51 lib/libgcc_s.so
-rw-r--r-- 1 root root 131692 Mar 21 22:59 lib/libgcc_s.so.1
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules/3.4.35
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers
drwxrwxr-x 4 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/gadget
-rw-rw-r-- 1 root root 38144 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/gadget/g_mass_storage.ko
drwxrwxr-x 2 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/gadget/plat-anyka
-rw-rw-r-- 1 root root 16160 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/gadget/plat-anyka/udc.ko
drwxrwxr-x 3 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/host
drwxrwxr-x 2 root root 0 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/host/plat-anyka
-rw-rw-r-- 1 root root 16716 Mar 21 22:59 lib/modules/3.4.35/kernel/drivers/usb/host/plat-anyka/otg-hs.ko
-rw-rw-r-- 1 root root 133 Mar 21 22:59 lib/modules/3.4.35/modules.order
-rw-rw-r-- 1 root root 4148 Mar 21 22:59 lib/modules/3.4.35/modules.builtin
-rw-r--r-- 1 root root 136 Mar 21 22:59 lib/modules/3.4.35/modules.dep
-rw-r--r-- 1 root root 257 Mar 21 22:59 lib/modules/3.4.35/modules.dep.bin
-rw-r--r-- 1 root root 104 Mar 21 22:59 lib/modules/3.4.35/modules.alias
-rw-r--r-- 1 root root 336 Mar 21 22:59 lib/modules/3.4.35/modules.alias.bin
-rw-r--r-- 1 root root 55 Mar 21 22:59 lib/modules/3.4.35/modules.softdep
-rw-r--r-- 1 root root 85 Mar 21 22:59 lib/modules/3.4.35/modules.symbols
-rw-r--r-- 1 root root 55 Mar 21 22:59 lib/modules/3.4.35/modules.symbols.bin
-rw-r--r-- 1 root root 5172 Mar 21 22:59 lib/modules/3.4.35/modules.builtin.bin
-rw-r--r-- 1 root root 52 Mar 21 22:59 lib/modules/3.4.35/modules.devname
drwxrwxr-x 2 root root 0 Mar 19 21:50 media
drwxrwxr-x 2 root root 0 Mar 19 21:50 mnt
drwxrwxr-x 2 root root 0 Mar 19 21:50 opt
drwxrwxr-x 2 root root 0 Mar 19 21:50 proc
drwx------ 2 root root 0 Mar 19 21:50 root
-rw-rw-r-- 1 root root 0 Mar 19 21:50 root/.bash_history
-rw-rw-r-- 1 root root 175 Mar 19 21:50 root/.bash_logout
-rw-rw-r-- 1 root root 78 Mar 19 21:50 root/.bash_profile
drwxrwxr-x 2 root root 0 Mar 19 21:50 run
drwxrwxr-x 2 root root 0 Mar 21 22:52 sbin
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/blkid -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/devmem -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/fdisk -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/freeramdisk -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/fsck -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/fstrim -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/getty -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/halt -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/hdparm -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/hwclock -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/ifconfig -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/ifdown -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/ifup -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/init -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/insmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/ip -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/ipaddr -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/iplink -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/iproute -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/iprule -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/iptunnel -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/klogd -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/loadkmap -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/losetup -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/lsmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/makedevs -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/mdev -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/mkswap -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/modprobe -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/nameif -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/pivot_root -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/poweroff -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/reboot -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/rmmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/route -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/runlevel -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/setconsole -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/start-stop-daemon -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/sulogin -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/swapoff -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/swapon -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/switch_root -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/sysctl -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/syslogd -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/udhcpc -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/vconfig -> ../bin/busybox
lrwxrwxrwx 1 root root 14 Mar 21 22:52 sbin/watchdog -> ../bin/busybox
drwxrwxr-x 2 root root 0 Mar 19 21:50 sys
drwxrwxrwt 3 root root 0 Mar 21 22:59 tmp
drwxrwxr-x 2 root root 0 Mar 21 22:59 tmp/ldconfig
-rw------- 1 root root 33 Mar 21 22:59 tmp/ldconfig/aux-cache
drwxrwxr-x 6 root root 0 Mar 21 22:52 usr
drwxrwxr-x 2 root root 0 Mar 21 22:52 usr/bin
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/[ -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/[[ -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/ar -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/awk -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/basename -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/bunzip2 -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/bzcat -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/chrt -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/chvt -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/cksum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/clear -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/cmp -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/crontab -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/cut -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/dc -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/deallocvt -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/diff -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/dirname -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/dos2unix -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/du -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/eject -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/env -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/expr -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/find -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/fold -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/free -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/fuser -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/head -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/hexdump -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/hostid -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/id -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/install -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/ipcrm -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/ipcs -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/killall -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/last -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/less -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/logger -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/logname -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/lsof -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/lspci -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/lsusb -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/lzcat -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/lzma -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/md5sum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/mesg -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/microcom -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/mkfifo -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/nohup -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/nslookup -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/od -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/openvt -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/passwd -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/patch -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/printf -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/readlink -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/realpath -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/renice -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/reset -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/resize -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/seq -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/setkeycodes -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/setsid -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/sha1sum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/sha256sum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/sha3sum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/sha512sum -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/sort -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/strings -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/tail -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/tee -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/telnet -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/test -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/tftp -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/time -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/top -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/tr -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/traceroute -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/tty -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/uniq -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/unix2dos -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/unlink -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/unlzma -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/unxz -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/unzip -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/uptime -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/uudecode -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/uuencode -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/vlock -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/wc -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/wget -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/which -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/who -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/whoami -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/xargs -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/xz -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/xzcat -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/bin/yes -> ../../bin/busybox
lrwxrwxrwx 1 root root 16 Mar 21 22:52 usr/bin/dropbearkey -> ../sbin/dropbear
lrwxrwxrwx 1 root root 16 Mar 21 22:52 usr/bin/dropbearconvert -> ../sbin/dropbear
lrwxrwxrwx 1 root root 16 Mar 21 22:52 usr/bin/scp -> ../sbin/dropbear
lrwxrwxrwx 1 root root 16 Mar 21 22:52 usr/bin/dbclient -> ../sbin/dropbear
lrwxrwxrwx 1 root root 16 Mar 21 22:52 usr/bin/ssh -> ../sbin/dropbear
drwxrwxr-x 2 root root 0 Mar 21 22:59 usr/lib
lrwxrwxrwx 1 root root 19 Mar 21 22:51 usr/lib/libstdc++.so -> libstdc++.so.6.0.19
lrwxrwxrwx 1 root root 19 Mar 21 22:51 usr/lib/libstdc++.so.6 -> libstdc++.so.6.0.19
-rwxr-xr-x 1 root root 654672 Mar 21 22:59 usr/lib/libstdc++.so.6.0.19
-rw-r--r-- 1 root root 2398 Mar 21 22:51 usr/lib/libstdc++.so.6.0.19-gdb.py
drwxrwxr-x 2 root root 0 Mar 21 22:59 usr/sbin
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/addgroup -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/adduser -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/arping -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/chroot -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/crond -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/delgroup -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/deluser -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/dnsd -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/ether-wake -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/fbset -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/fdformat -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/inetd -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/killall5 -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/loadfont -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/rdate -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/readprofile -> ../../bin/busybox
lrwxrwxrwx 1 root root 17 Mar 21 22:52 usr/sbin/setlogcons -> ../../bin/busybox
-rwxr-xr-x 1 root root 203672 Mar 21 22:59 usr/sbin/dropbear
-rwxr-xr-x 1 root root 10064 Mar 21 22:59 usr/sbin/flashcp
-rwxr-xr-x 1 root root 25272 Mar 21 22:59 usr/sbin/flash_erase
-rwxr-xr-x 1 root root 4128 Mar 21 22:59 usr/sbin/flash_lock
-rwxr-xr-x 1 root root 4132 Mar 21 22:59 usr/sbin/flash_unlock
-rwxr-xr-x 1 root root 7500 Mar 21 22:59 usr/sbin/mtd_debug
-rwxr-xr-x 1 root root 26312 Mar 21 22:59 usr/sbin/nanddump
-rwxr-xr-x 1 root root 7380 Mar 21 22:59 usr/sbin/nandtest
-rwxr-xr-x 1 root root 28408 Mar 21 22:59 usr/sbin/nandwrite
-rwxr-xr-x 1 root root 27232 Mar 21 22:59 usr/sbin/mtdinfo
-rwxr-xr-x 1 root root 18100 Mar 21 22:59 usr/sbin/ubiattach
-rwxr-xr-x 1 root root 5684 Mar 21 22:59 usr/sbin/ubicrc32
-rwxr-xr-x 1 root root 12760 Mar 21 22:59 usr/sbin/ubidetach
-rwxr-xr-x 1 root root 49112 Mar 21 22:59 usr/sbin/ubiformat
-rwxr-xr-x 1 root root 20268 Mar 21 22:59 usr/sbin/ubimkvol
-rwxr-xr-x 1 root root 22196 Mar 21 22:59 usr/sbin/ubinfo
-rwxr-xr-x 1 root root 34556 Mar 21 22:59 usr/sbin/ubinize
-rwxr-xr-x 1 root root 13920 Mar 21 22:59 usr/sbin/ubirename
-rwxr-xr-x 1 root root 14908 Mar 21 22:59 usr/sbin/ubirmvol
-rwxr-xr-x 1 root root 16340 Mar 21 22:59 usr/sbin/ubirsvol
-rwxr-xr-x 1 root root 15712 Mar 21 22:59 usr/sbin/ubiupdatevol
-rwxr-xr-x 1 root root 11404 Mar 21 22:59 usr/sbin/ubiblock
lrwxrwxrwx 1 root root 3 Mar 21 22:42 usr/lib32 -> lib
drwxr-xr-x 3 root root 0 Mar 21 22:52 usr/share
drwxr-xr-x 3 root root 0 Mar 21 22:59 usr/share/udhcpc
-rwxr-xr-x 1 root root 1735 Mar 21 22:52 usr/share/udhcpc/default.script
drwxr-xr-x 2 root root 0 Mar 21 22:52 usr/share/udhcpc/default.script.d
drwxrwxr-x 4 root root 0 Mar 21 22:59 var
lrwxrwxrwx 1 root root 6 Mar 19 21:50 var/cache -> ../tmp
lrwxrwxrwx 1 root root 6 Mar 19 21:50 var/lock -> ../tmp
lrwxrwxrwx 1 root root 6 Mar 19 21:50 var/log -> ../tmp
lrwxrwxrwx 1 root root 7 Mar 19 21:50 var/run -> ../run/
lrwxrwxrwx 1 root root 6 Mar 19 21:50 var/spool -> ../tmp
lrwxrwxrwx 1 root root 6 Mar 19 21:50 var/tmp -> ../tmp
drwxrwxr-x 2 root root 0 Mar 19 21:50 var/lib
lrwxrwxrwx 1 root root 9 Mar 19 21:50 var/lib/misc -> ../../tmp
drwxr-xr-x 2 33 33 0 Mar 21 22:59 var/www
lrwxrwxrwx 1 root root 3 Mar 21 22:42 lib32 -> lib
lrwxrwxrwx 1 root root 11 Mar 21 22:52 linuxrc -> bin/busybox
-rwxr-xr-x 1 root root 176 Mar 21 22:59 init
9039 blocks
Uncompressing Linux... done, booting the kernel.
Anyka Linux Kernel Version: 1.0.05
Booting Linux on physical CPU 0
Linux version 3.4.35 (harmic@penski.harmic.moo.org) (gcc version 4.8.4 (Buildroot 2015.02) ) #7 Sat Mar 21 22:59:18 AEDT 2015
CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
CPU: VIVT data cache, VIVT instruction cache
Machine: Aimer39_AK3918_MB_V1.0.0
Memory policy: ECC disabled, Data cache writeback
ANYKA CPU AK3918 (ID 0x20120100)
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 12192
Kernel command line: root=/dev/mtdblock1 ro init=/sbin/init mem=64M console=ttySAK0,115200
PID hash table entries: 256 (order: -2, 1024 bytes)
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Memory: 48MB = 48MB total
Memory: 40376k/40376k available, 8776k reserved, 0K highmem
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
vmalloc : 0xc3800000 - 0xff000000 ( 952 MB)
lowmem : 0xc0000000 - 0xc3000000 ( 48 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc0354000 (3376 kB)
.init : 0xc0354000 - 0xc07da000 (4632 kB)
.data : 0xc07da000 - 0xc07fef38 ( 148 kB)
.bss : 0xc07fef5c - 0xc0818ba8 ( 104 kB)
SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
NR_IRQS:95
sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 4294967286ms
AK39 console driver initial
console [ttySAK0] enabled
Calibrating delay loop... 199.06 BogoMIPS (lpj=995328)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 512
CPU: Testing write buffer coherency: ok
Setting up static identity map for 0x81290bd0 - 0x81290c28
devtmpfs: initialized
NET: Registered protocol family 16
On-chip L2 memory initialized
AK39 clocks: CPU 400MHz, MEM 200MHz, ASIC 90MHz
Anyka platform share gpio locks initialize.
bio: create slab <bio-0> at 0
SCSI subsystem initialized
*********akfha_char init
akfha Char Device Initialize Successed!
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
i2c-ak39 i2c-ak39: i2c-0: AK39 I2C adapter
Linux video capture interface: v2.00
Advanced Linux Sound Architecture Driver Version 1.0.25.
cfg80211: Calling CRDA to update world regulatory domain
NET: Registered protocol family 2
IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
TCP established hash table entries: 2048 (order: 2, 16384 bytes)
TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
TCP: Hash tables configured (established 2048 bind 2048)
TCP: reno registered
UDP hash table entries: 256 (order: 0, 4096 bytes)
UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
NET: Registered protocol family 1
squashfs: version 4.0 (2009/01/31) Phillip Lougher
jffs2: version 2.2. © 2001-2006 Red Hat, Inc.
msgmni has been set to 78
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
io scheduler noop registered
io scheduler cfq registered (default)
AK39xx uart driver init, (c) 2013 ANYKA
ak39-uart.0: ttySAK0 at MMIO 0x20130000 (irq = 10) is a AK39
ak39-uart.1: ttySAK1 at MMIO 0x20138000 (irq = 11) is a AK39
ion: failed to create debug files.
brd: module loaded
loop: module loaded
akgpio driver initialize.
Start to init Anyka SPI Flash...
AK SPI Driver, (c) 2012 ANYKA
akpi regs: SPICON:00000152, SPISTA:00000015, SPIINT:00000000.
ak-spi ak-spi: master is unqueued, this is deprecated
ak_spi setup the master.
pre-scaler=2 (wanted 20Mhz, got 15Mhz)
ak spiflash probe enter.
pre-scaler=2 (wanted 20Mhz, got 15Mhz)
ak_spi_setupxfer,con:00000252.
akspi flash ID: 0x00c22018
mx25l12805d, info->sector_size = 65536, info->n_sectors = 256
ak-spiflash spi0.0: mx25l12805d (16384 Kbytes)
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
FHA:fhalib V1.0.25
FHA:FHA_S SPIFlash_Init: BinPageStartblock:5,
FHA:FHA_S SPIFlash_Init: BinPageStart:80,
FHA:FHA_S G_P_S:64
nr_parts=0x2
mtd_part[0]:
name = A
size = 0x800000
offset = 0x202000
mask_flags = 0x0
mtd_part[1]:
name = B
size = 0x1a000
offset = 0xa02000
mask_flags = 0x0
request_module: runaway loop modprobe binfmt-464c
Creating 2 MTD partitions on "spi0.0":
0x000000202000-0x000000a02000 : "A"
0x000000a02000-0x000000a1c000 : "B"
Init AK SPI Flash finish.
akspi master initialize success, use for DMA mode.
ak98_mac Ethernet Driver, V1.0
FHA:SPIBurn_asa_write_file.BinInfoStart:65, dataLen:4
FHA:SPIBurn_asa_read_file file_num:3
FHA:SPIBurn_asa_read_file j:7
FHA:SPIBurn_asa_read_file pStartPage:8208
FHA:SPIBurn_asa_write_file.BinInfoStart:65, dataLen:21
FHA:SPIBurn_asa_read_file file_num:3
FHA:SPIBurn_asa_read_file j:7
FHA:SPIBurn_asa_read_file pStartPage:8208
eth0: ak98_mac at f0230000 IRQ 16 MAC: 02:02:03:00:00:8f
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
input: akgpio-keys as /devices/platform/akgpio-keys/input/input0
i2c /dev entries driver
ak_camera ak_camera.39: Platform mclk == 0! Please, fix your platform data. Using default 24MHz
soc-camera-pdrv soc-camera-pdrv: Probing soc-camera-pdrv
ak_camera ak_camera.39: AK Camera driver attached to camera 0
aksensor 0-0001: Probing ov2643 Sensor ID: 0x2643
ak_camera ak_camera.39: AK Camera driver detached from camera 0
ak_camera ak_camera.39: AK Camera driver loaded
AK MCI Driver (c) 2010 ANYKA
akmci ak_mci: pdev->name:ak_mci request gpio irq ret = 0, irq=94
akmci ak_mci: Mci Interface driver.mmc0. using l2dma, sw IRQ. detect mode:GPIO detect.
--EchoS Version V1.0.05--
## echos daBufSize=2048, adcBufSiz=2048
## echos malloc 4704
## EchoS near speech dectected in loop!
AEC function has been successfully activated!
ak39_codec_probe enter.
AK PCM: create num_kcontrols=9
TCP: cubic registered
NET: Registered protocol family 17
lib80211: common routines for IEEE802.11 drivers
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
ALSA device list:
#0: Ak ADC DAC pcm input & output module 1
Freeing init memory: 4632K
Failed to execute /init
Failed to execute /sbin/init. Attempting defaults...
mmc0: host does not support reading read-only switch. assuming write-enable.
mmc0: new SDHC card at address 0007
mmcblk0: mmc0:0007 SD08G 7.42 GiB
mmcblk0: p1
Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for guidance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment