From d48211a285406cd5713c907fe5a137a9605186e8 Mon Sep 17 00:00:00 2001 From: Yoshinori Sato Date: Mon, 26 May 2014 17:50:26 +0900 Subject: [PATCH] Add MS7619SE --- vendors/Hitachi/MS7619SE/Makefile | 117 +++ vendors/Hitachi/MS7619SE/config.arch | 18 + vendors/Hitachi/MS7619SE/config.linux-3 | 959 +++++++++++++++++++++ vendors/Hitachi/MS7619SE/config.uClibc | 232 +++++ vendors/Hitachi/MS7619SE/config.vendor | 1400 +++++++++++++++++++++++++++++++ vendors/Hitachi/MS7619SE/inittab | 1 + vendors/Hitachi/MS7619SE/motd | 14 + vendors/Hitachi/MS7619SE/passwd | 1 + vendors/Hitachi/MS7619SE/rc | 8 + 9 files changed, 2750 insertions(+) create mode 100644 vendors/Hitachi/MS7619SE/Makefile create mode 100644 vendors/Hitachi/MS7619SE/config.arch create mode 100644 vendors/Hitachi/MS7619SE/config.linux-3 create mode 100644 vendors/Hitachi/MS7619SE/config.uClibc create mode 100644 vendors/Hitachi/MS7619SE/config.vendor create mode 100644 vendors/Hitachi/MS7619SE/inittab create mode 100644 vendors/Hitachi/MS7619SE/motd create mode 100644 vendors/Hitachi/MS7619SE/passwd create mode 100644 vendors/Hitachi/MS7619SE/rc diff --git a/vendors/Hitachi/MS7619SE/Makefile b/vendors/Hitachi/MS7619SE/Makefile new file mode 100644 index 000000000..6cb46887c --- /dev/null +++ b/vendors/Hitachi/MS7619SE/Makefile @@ -0,0 +1,117 @@ +# +# Makefile -- Build instructions for Hitachi/KeyWest +# + +TFTPBOOT = /tftpboot +IMAGE = $(IMAGEDIR)/ms7619se-image.bin +IMAGEZ = $(IMAGEDIR)/ms7619se-imagez.bin + +ROMFS_DIRS = bin dev/flash etc etc/config etc/default home lib mnt proc \ + usr var home/httpd home/httpd/cgi-bin etc/default + +DEVICES = \ + tty,c,5,0 console,c,5,1 cua0,c,5,64 cua1,c,5,65 \ + mem,c,1,1 kmem,c,1,2 null,c,1,3 \ + ram0,b,1,0 ram1,b,1,1 ram2,b,1,2 \ + \ + ptyp0,c,2,0 ptyp1,c,2,1 ptyp2,c,2,2 ptyp3,c,2,3 \ + ptyp4,c,2,4 ptyp5,c,2,5 ptyp6,c,2,6 ptyp7,c,2,7 \ + ptyp8,c,2,8 ptyp9,c,2,9 ptypa,c,2,10 ptypb,c,2,11 \ + ptypc,c,2,12 ptypd,c,2,13 ptype,c,2,14 ptypf,c,2,15 \ + \ + rom0,b,31,0 rom1,b,31,1 rom2,b,31,2 rom3,b,31,3 \ + rom4,b,31,4 rom5,b,31,5 rom6,b,31,6 rom7,b,31,7 \ + rom8,b,31,8 rom9,b,31,9 \ + \ + tty0,c,4,0 tty1,c,4,1 tty2,c,4,2 tty3,c,4,3 \ + ttyS0,c,4,64 ttyS1,c,4,65 \ + \ + ttyp0,c,3,0 ttyp1,c,3,1 ttyp2,c,3,2 ttyp3,c,3,3 \ + ttyp4,c,3,4 ttyp5,c,3,5 ttyp6,c,3,6 ttyp7,c,3,7 \ + ttyp8,c,3,8 ttyp9,c,3,9 ttypa,c,3,10 ttypb,c,3,11 \ + ttypc,c,3,12 ttypd,c,3,13 ttype,c,3,14 ttypf,c,3,15 \ + \ + hda,b,3,0 hdb,b,3,64 \ + \ + zero,c,1,5 random,c,1,8 urandom,c,1,9 \ + \ + rom0,b,31,0 rom1,b,31,1 rom2,b,31,2 rom3,b,31,3 \ + rom4,b,31,4 rom5,b,31,5 rom6,b,31,6 rom7,b,31,7 \ + rom8,b,31,8 rom9,b,31,9 \ + \ + modem,c,24,64 \ + cuam,c,25,64 \ + ipsec,c,36,10 \ + ledman,c,126,0 \ + xymem,c,127,0 xmem,c,127,1 ymem,c,127,2 \ + ttySC0,c,204,8 ttySC1,c,204,9 ttySC2,c,204,10\ + hifn0,c,28,0 \ + \ + ppp,c,108,0 + +FLASH_DEVICES = \ + boot,b,31,1 \ + config,b,31,2 \ + image,b,31,3 \ + all,b,31,4 + +all: + +clean: + rm -f romfs.img linux.bin vectors.bin + +romfs: + [ -d $(ROMFSDIR) ] || mkdir -p $(ROMFSDIR) + for i in $(ROMFS_DIRS); do \ + [ -d $(ROMFSDIR)/$$i ] || mkdir -p $(ROMFSDIR)/$$i; \ + done + for i in $(DEVICES); do \ + touch $(ROMFSDIR)/dev/@$$i; \ + done + # these permissions are needed for openpty and family to work + # on non-ptmx ptys + chmod 620 $(ROMFSDIR)/dev/@[pt]ty[pqrsPQRS][0-9a-f],* + for i in $(FLASH_DEVICES); do \ + touch $(ROMFSDIR)/dev/flash/@$$i; \ + done + $(ROMFSINST) -s ./bin /sbin + $(ROMFSINST) -s /var/tmp /tmp + $(ROMFSINST) -s /var/tmp/log /dev/log + > $(ROMFSDIR)/etc/inetd.conf + echo "boa:unknown:/bin/boa" > $(ROMFSDIR)/etc/default/inittab + echo "dhcpcd eth0 &" > $(ROMFSDIR)/etc/default/start + $(ROMFSINST) /etc/rc + $(ROMFSINST) /etc/inittab + $(ROMFSINST) ../../Generic/romfs/etc/services /etc/services + case "$(LINUXDIR)" in \ + *2.4.*) ;; \ + *) echo "ttyS0:linux:/bin/sh" >> $(ROMFSDIR)/etc/inittab ;; \ + esac + $(ROMFSINST) /etc/motd + $(ROMFSINST) /etc/passwd + echo "$(VERSIONSTR) -- " `date` > $(ROMFSDIR)/etc/version + +image: $(BOOTBIN) + [ -d $(IMAGEDIR) ] || mkdir -p $(IMAGEDIR) +ifeq ($(CONFIG_BINFMT_ZFLAT),y) + -flthdr -z $(ROMFSDIR)/bin/* + -flthdr -z $(ROMFSDIR)/sbin/* + -flthdr -z $(ROMFSDIR)/home/httpd/cgi-bin/* +endif + genromfs -v -V "ROMdisk" -f romfs.img -d $(ROMFSDIR) + $(CROSS)objcopy -O binary \ + -j .bootvec \ + -j .text \ + -j .data \ + $(ROOTDIR)/$(LINUXDIR)/vmlinux linux.bin + cat linux.bin romfs.img > $(IMAGE) + $(ROOTDIR)/tools/cksum -b -o 2 $(IMAGE) >> $(IMAGE) + gzip -c -9 $(IMAGE) > $(IMAGEZ) + $(ROOTDIR)/tools/cksum -b -o 2 $(IMAGEZ) >> $(IMAGEZ) + @if [ -w "$(TFTPBOOT)/." ]; then \ + echo "Copying images to $(TFTPBOOT) ..."; \ + cp $(IMAGES) $(TFTPBOOT)/. ; \ + cp $(IMAGEB) $(TFTPBOOT)/. ; \ + cp $(IMAGEZ) $(TFTPBOOT)/. ; \ + cp $(IMAGE) $(TFTPBOOT)/. ; \ + fi diff --git a/vendors/Hitachi/MS7619SE/config.arch b/vendors/Hitachi/MS7619SE/config.arch new file mode 100644 index 000000000..e60378a65 --- /dev/null +++ b/vendors/Hitachi/MS7619SE/config.arch @@ -0,0 +1,18 @@ +############################################################################ +# David McCullough +############################################################################ +# +# Vendor specific settings +# + +VERSIONPKG = 1.0.0 + +############################################################################ + +CPUFLAGS = -m2 -mb + +############################################################################ + +include $(ROOTDIR)/vendors/config/sh/config.arch + +############################################################################ diff --git a/vendors/Hitachi/MS7619SE/config.linux-3 b/vendors/Hitachi/MS7619SE/config.linux-3 new file mode 100644 index 000000000..2c0a5e04a --- /dev/null +++ b/vendors/Hitachi/MS7619SE/config.linux-3 @@ -0,0 +1,959 @@ +# +# Automatically generated file; DO NOT EDIT. +# Linux/sh 3.14.0 Kernel Configuration +# +CONFIG_SUPERH=y +CONFIG_SUPERH32=y +# CONFIG_SUPERH64 is not set +CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_GENERIC_BUG=y +CONFIG_GENERIC_HWEIGHT=y +# CONFIG_ARCH_SUSPEND_POSSIBLE is not set +# CONFIG_ARCH_HIBERNATION_POSSIBLE is not set +CONFIG_SYS_SUPPORTS_CMT=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_HAVE_LATENCYTOP_SUPPORT=y +# CONFIG_ARCH_HAS_ILOG2_U32 is not set +# CONFIG_ARCH_HAS_ILOG2_U64 is not set +CONFIG_NO_IOPORT=y +CONFIG_DMA_NONCOHERENT=y +CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_NEED_SG_DMA_LENGTH=y +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_IRQ_WORK=y + +# +# General setup +# +CONFIG_BROKEN_ON_SMP=y +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_CROSS_COMPILE="sh-unknown-linux-" +# CONFIG_COMPILE_TEST is not set +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_HAVE_KERNEL_GZIP=y +CONFIG_HAVE_KERNEL_BZIP2=y +CONFIG_HAVE_KERNEL_LZMA=y +CONFIG_HAVE_KERNEL_XZ=y +CONFIG_HAVE_KERNEL_LZO=y +CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_BZIP2 is not set +# CONFIG_KERNEL_LZMA is not set +# CONFIG_KERNEL_XZ is not set +# CONFIG_KERNEL_LZO is not set +CONFIG_DEFAULT_HOSTNAME="(none)" +# CONFIG_SYSVIPC is not set +# CONFIG_FHANDLE is not set + +# +# IRQ subsystem +# +CONFIG_MAY_HAVE_SPARSE_IRQ=y +CONFIG_GENERIC_IRQ_SHOW=y +CONFIG_IRQ_DOMAIN=y +CONFIG_IRQ_FORCED_THREADING=y +CONFIG_SPARSE_IRQ=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y + +# +# Timers subsystem +# +CONFIG_HZ_PERIODIC=y +# CONFIG_NO_HZ_IDLE is not set +# CONFIG_NO_HZ is not set +# CONFIG_HIGH_RES_TIMERS is not set + +# +# CPU/Task time and stats accounting +# +CONFIG_TICK_CPU_ACCOUNTING=y +# CONFIG_BSD_PROCESS_ACCT is not set + +# +# RCU Subsystem +# +CONFIG_TINY_RCU=y +# CONFIG_PREEMPT_RCU is not set +# CONFIG_RCU_STALL_COMMON is not set +# CONFIG_TREE_RCU_TRACE is not set +# CONFIG_IKCONFIG is not set +CONFIG_LOG_BUF_SHIFT=14 +# CONFIG_CGROUPS is not set +# CONFIG_CHECKPOINT_RESTORE is not set +# CONFIG_NAMESPACES is not set +# CONFIG_SCHED_AUTOGROUP is not set +# CONFIG_RELAY is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="/home/ysato/sh-rootfs" +CONFIG_INITRAMFS_ROOT_UID=0 +CONFIG_INITRAMFS_ROOT_GID=0 +CONFIG_RD_GZIP=y +# CONFIG_RD_BZIP2 is not set +# CONFIG_RD_LZMA is not set +# CONFIG_RD_XZ is not set +# CONFIG_RD_LZO is not set +# CONFIG_RD_LZ4 is not set +CONFIG_INITRAMFS_COMPRESSION_NONE=y +# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set +CONFIG_CC_OPTIMIZE_FOR_SIZE=y +CONFIG_SYSCTL=y +CONFIG_ANON_INODES=y +CONFIG_HAVE_UID16=y +CONFIG_EXPERT=y +# CONFIG_UID16 is not set +# CONFIG_SYSCTL_SYSCALL is not set +# CONFIG_KALLSYMS is not set +CONFIG_PRINTK=y +CONFIG_BUG=y +# CONFIG_ELF_CORE is not set +# CONFIG_BASE_FULL is not set +# CONFIG_FUTEX is not set +# CONFIG_EPOLL is not set +# CONFIG_SIGNALFD is not set +# CONFIG_TIMERFD is not set +# CONFIG_EVENTFD is not set +# CONFIG_AIO is not set +CONFIG_EMBEDDED=y +CONFIG_HAVE_PERF_EVENTS=y +CONFIG_PERF_USE_VMALLOC=y + +# +# Kernel Performance Events And Counters +# +CONFIG_PERF_EVENTS=y +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set +# CONFIG_VM_EVENT_COUNTERS is not set +CONFIG_COMPAT_BRK=y +# CONFIG_SLAB is not set +# CONFIG_SLUB is not set +CONFIG_SLOB=y +# CONFIG_MMAP_ALLOW_UNINITIALIZED is not set +# CONFIG_PROFILING is not set +CONFIG_HAVE_OPROFILE=y +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_HAVE_ARCH_TRACEHOOK=y +CONFIG_HAVE_DMA_ATTRS=y +CONFIG_GENERIC_SMP_IDLE_THREAD=y +CONFIG_GENERIC_IDLE_POLL_SETUP=y +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y +CONFIG_HAVE_CLK=y +CONFIG_HAVE_DMA_API_DEBUG=y +CONFIG_HAVE_HW_BREAKPOINT=y +CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y +CONFIG_HAVE_CC_STACKPROTECTOR=y +# CONFIG_CC_STACKPROTECTOR is not set +CONFIG_CC_STACKPROTECTOR_NONE=y +# CONFIG_CC_STACKPROTECTOR_REGULAR is not set +# CONFIG_CC_STACKPROTECTOR_STRONG is not set +CONFIG_MODULES_USE_ELF_RELA=y +CONFIG_OLD_SIGSUSPEND=y +CONFIG_OLD_SIGACTION=y + +# +# GCOV-based kernel profiling +# +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_BASE_SMALL=1 +# CONFIG_MODULES is not set +# CONFIG_BLOCK is not set +CONFIG_INLINE_SPIN_UNLOCK_IRQ=y +CONFIG_INLINE_READ_UNLOCK=y +CONFIG_INLINE_READ_UNLOCK_IRQ=y +CONFIG_INLINE_WRITE_UNLOCK=y +CONFIG_INLINE_WRITE_UNLOCK_IRQ=y +# CONFIG_FREEZER is not set + +# +# System type +# +CONFIG_CPU_SH2=y +CONFIG_CPU_SUBTYPE_SH7619=y +# CONFIG_CPU_SUBTYPE_SH7201 is not set +# CONFIG_CPU_SUBTYPE_SH7203 is not set +# CONFIG_CPU_SUBTYPE_SH7206 is not set +# CONFIG_CPU_SUBTYPE_SH7263 is not set +# CONFIG_CPU_SUBTYPE_SH7264 is not set +# CONFIG_CPU_SUBTYPE_SH7269 is not set +# CONFIG_CPU_SUBTYPE_MXG is not set +# CONFIG_CPU_SUBTYPE_SH7705 is not set +# CONFIG_CPU_SUBTYPE_SH7706 is not set +# CONFIG_CPU_SUBTYPE_SH7707 is not set +# CONFIG_CPU_SUBTYPE_SH7708 is not set +# CONFIG_CPU_SUBTYPE_SH7709 is not set +# CONFIG_CPU_SUBTYPE_SH7710 is not set +# CONFIG_CPU_SUBTYPE_SH7712 is not set +# CONFIG_CPU_SUBTYPE_SH7720 is not set +# CONFIG_CPU_SUBTYPE_SH7721 is not set +# CONFIG_CPU_SUBTYPE_SH7750 is not set +# CONFIG_CPU_SUBTYPE_SH7091 is not set +# CONFIG_CPU_SUBTYPE_SH7750R is not set +# CONFIG_CPU_SUBTYPE_SH7750S is not set +# CONFIG_CPU_SUBTYPE_SH7751 is not set +# CONFIG_CPU_SUBTYPE_SH7751R is not set +# CONFIG_CPU_SUBTYPE_SH7760 is not set +# CONFIG_CPU_SUBTYPE_SH4_202 is not set +# CONFIG_CPU_SUBTYPE_SH7723 is not set +# CONFIG_CPU_SUBTYPE_SH7724 is not set +# CONFIG_CPU_SUBTYPE_SH7734 is not set +# CONFIG_CPU_SUBTYPE_SH7757 is not set +# CONFIG_CPU_SUBTYPE_SH7763 is not set +# CONFIG_CPU_SUBTYPE_SH7770 is not set +# CONFIG_CPU_SUBTYPE_SH7780 is not set +# CONFIG_CPU_SUBTYPE_SH7785 is not set +# CONFIG_CPU_SUBTYPE_SH7786 is not set +# CONFIG_CPU_SUBTYPE_SHX3 is not set +# CONFIG_CPU_SUBTYPE_SH7343 is not set +# CONFIG_CPU_SUBTYPE_SH7722 is not set +# CONFIG_CPU_SUBTYPE_SH7366 is not set + +# +# Memory management options +# +CONFIG_QUICKLIST=y +CONFIG_PAGE_OFFSET=0x00000000 +CONFIG_FORCE_MAX_ZONEORDER=14 +CONFIG_MEMORY_START=0x0c000000 +CONFIG_MEMORY_SIZE=0x04000000 +# CONFIG_29BIT is not set +CONFIG_32BIT=y +CONFIG_ARCH_FLATMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_ENABLE=y +CONFIG_ARCH_SPARSEMEM_DEFAULT=y +CONFIG_ARCH_SELECT_MEMORY_MODEL=y +CONFIG_PAGE_SIZE_4KB=y +# CONFIG_PAGE_SIZE_8KB is not set +# CONFIG_PAGE_SIZE_16KB is not set +# CONFIG_PAGE_SIZE_64KB is not set +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_SPARSEMEM_STATIC=y +CONFIG_HAVE_MEMBLOCK=y +CONFIG_HAVE_MEMBLOCK_NODE_MAP=y +CONFIG_ARCH_DISCARD_MEMBLOCK=y +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_ZONE_DMA_FLAG=0 +CONFIG_NR_QUICK=1 +CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 +CONFIG_NEED_PER_CPU_KM=y +# CONFIG_CLEANCACHE is not set +# CONFIG_ZBUD is not set + +# +# Cache configuration +# +CONFIG_CACHE_WRITEBACK=y +# CONFIG_CACHE_WRITETHROUGH is not set +# CONFIG_CACHE_OFF is not set + +# +# Processor features +# +# CONFIG_CPU_LITTLE_ENDIAN is not set +CONFIG_CPU_BIG_ENDIAN=y +# CONFIG_SH_FPU_EMU is not set + +# +# Board support +# +CONFIG_SOLUTION_ENGINE=y +CONFIG_SH_7619_SOLUTION_ENGINE=y + +# +# Timer and clock configuration +# +CONFIG_SH_TIMER_CMT=y +CONFIG_SH_PCLK_FREQ=31250000 +CONFIG_SH_CLK_CPG=y +CONFIG_SH_CLK_CPG_LEGACY=y + +# +# CPU Frequency scaling +# + +# +# CPU Frequency scaling +# +# CONFIG_CPU_FREQ is not set + +# +# DMA support +# + +# +# Companion Chips +# + +# +# Additional SuperH Device Drivers +# +# CONFIG_HEARTBEAT is not set +# CONFIG_PUSH_SWITCH is not set + +# +# Kernel features +# +CONFIG_HZ_100=y +# CONFIG_HZ_250 is not set +# CONFIG_HZ_300 is not set +# CONFIG_HZ_1000 is not set +CONFIG_HZ=100 +# CONFIG_SCHED_HRTICK is not set +# CONFIG_CRASH_DUMP is not set +CONFIG_PHYSICAL_START=0x0c000000 +# CONFIG_SECCOMP is not set +CONFIG_PREEMPT_NONE=y +# CONFIG_PREEMPT_VOLUNTARY is not set +# CONFIG_PREEMPT is not set +CONFIG_GUSA=y + +# +# SuperH / SH-Mobile Driver Options +# +CONFIG_SH_INTC=y + +# +# Interrupt controller options +# + +# +# Boot options +# +CONFIG_ZERO_PAGE_OFFSET=0x00001000 +CONFIG_BOOT_LINK_OFFSET=0x00800000 +CONFIG_ENTRY_OFFSET=0x00001000 + +# +# Bus options +# +# CONFIG_PCCARD is not set + +# +# Executable file formats +# +CONFIG_BINFMT_ELF_FDPIC=y +CONFIG_BINFMT_SCRIPT=y +CONFIG_BINFMT_FLAT=y +CONFIG_BINFMT_ZFLAT=y +# CONFIG_BINFMT_SHARED_FLAT is not set +# CONFIG_HAVE_AOUT is not set +# CONFIG_BINFMT_MISC is not set +CONFIG_COREDUMP=y + +# +# Power management options (EXPERIMENTAL) +# +# CONFIG_PM_RUNTIME is not set + +# +# CPU Idle +# +# CONFIG_CPU_IDLE is not set +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set +# CONFIG_NET is not set + +# +# Device Drivers +# + +# +# Generic Driver Options +# +CONFIG_UEVENT_HELPER_PATH="" +# CONFIG_DEVTMPFS is not set +# CONFIG_STANDALONE is not set +# CONFIG_PREVENT_FIRMWARE_BUILD is not set +CONFIG_FW_LOADER=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_EXTRA_FIRMWARE="" +CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_GENERIC_CPU_DEVICES is not set +# CONFIG_DMA_SHARED_BUFFER is not set + +# +# Bus devices +# +CONFIG_MTD=y +CONFIG_MTD_REDBOOT_PARTS=y +CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 +# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set +# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set +# CONFIG_MTD_CMDLINE_PARTS is not set +# CONFIG_MTD_AR7_PARTS is not set + +# +# User Modules And Translation Layers +# +# CONFIG_MTD_OOPS is not set + +# +# RAM/ROM/Flash chip drivers +# +CONFIG_MTD_CFI=y +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_GEN_PROBE=y +# CONFIG_MTD_CFI_ADV_OPTIONS is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +# CONFIG_MTD_CFI_INTELEXT is not set +CONFIG_MTD_CFI_AMDSTD=y +# CONFIG_MTD_CFI_STAA is not set +CONFIG_MTD_CFI_UTIL=y +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_PHYSMAP=y +# CONFIG_MTD_PHYSMAP_COMPAT is not set +# CONFIG_MTD_SOLUTIONENGINE is not set +# CONFIG_MTD_PLATRAM is not set + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOCG3 is not set +# CONFIG_MTD_NAND is not set +# CONFIG_MTD_ONENAND is not set + +# +# LPDDR flash memory drivers +# +# CONFIG_MTD_LPDDR is not set +# CONFIG_MTD_UBI is not set +# CONFIG_PARPORT is not set +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y + +# +# Misc devices +# +# CONFIG_SENSORS_LIS3LV02D is not set +# CONFIG_ATMEL_PWM is not set +# CONFIG_DUMMY_IRQ is not set +# CONFIG_ATMEL_SSC is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_SRAM is not set +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_93CX6 is not set + +# +# Texas Instruments shared transport line discipline +# + +# +# Altera FPGA firmware download module +# + +# +# Intel MIC Host Driver +# + +# +# Intel MIC Card Driver +# + +# +# SCSI device support +# +CONFIG_SCSI_MOD=y +# CONFIG_SCSI_DMA is not set +# CONFIG_SCSI_NETLINK is not set + +# +# Input device support +# +CONFIG_INPUT=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_POLLDEV is not set +# CONFIG_INPUT_SPARSEKMAP is not set +# CONFIG_INPUT_MATRIXKMAP is not set + +# +# Userland interfaces +# +# CONFIG_INPUT_MOUSEDEV is not set +# CONFIG_INPUT_JOYDEV is not set +# CONFIG_INPUT_EVDEV is not set +# CONFIG_INPUT_EVBUG is not set + +# +# Input Device Drivers +# +# CONFIG_INPUT_KEYBOARD is not set +# CONFIG_INPUT_MOUSE is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +# CONFIG_INPUT_TOUCHSCREEN is not set +# CONFIG_INPUT_MISC is not set + +# +# Hardware I/O ports +# +# CONFIG_SERIO is not set +# CONFIG_GAMEPORT is not set + +# +# Character devices +# +CONFIG_TTY=y +# CONFIG_VT is not set +# CONFIG_UNIX98_PTYS is not set +# CONFIG_LEGACY_PTYS is not set +# CONFIG_SERIAL_NONSTANDARD is not set +# CONFIG_TRACE_SINK is not set +CONFIG_DEVKMEM=y + +# +# Serial drivers +# +# CONFIG_SERIAL_8250 is not set + +# +# Non-8250 serial port support +# +CONFIG_SERIAL_SH_SCI=y +CONFIG_SERIAL_SH_SCI_NR_UARTS=3 +CONFIG_SERIAL_SH_SCI_CONSOLE=y +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +# CONFIG_SERIAL_SCCNXP is not set +# CONFIG_SERIAL_TIMBERDALE is not set +# CONFIG_SERIAL_ALTERA_JTAGUART is not set +# CONFIG_SERIAL_ALTERA_UART is not set +# CONFIG_SERIAL_ARC is not set +# CONFIG_SERIAL_FSL_LPUART is not set +# CONFIG_TTY_PRINTK is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_R3964 is not set +# CONFIG_TCG_TPM is not set +# CONFIG_I2C is not set +# CONFIG_SPI is not set +# CONFIG_HSI is not set + +# +# PPS support +# +# CONFIG_PPS is not set + +# +# PPS generators support +# + +# +# PTP clock support +# +# CONFIG_PTP_1588_CLOCK is not set + +# +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks. +# +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y +# CONFIG_W1 is not set +# CONFIG_POWER_SUPPLY is not set +# CONFIG_POWER_AVS is not set +# CONFIG_HWMON is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y + +# +# Sonics Silicon Backplane +# +# CONFIG_SSB is not set +CONFIG_BCMA_POSSIBLE=y + +# +# Broadcom specific AMBA +# +# CONFIG_BCMA is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_CORE is not set +# CONFIG_MFD_CROS_EC is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_MFD_KEMPLD is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_ABX500_CORE is not set +# CONFIG_MFD_SYSCON is not set +# CONFIG_MFD_TI_AM335X_TSCADC is not set +# CONFIG_MFD_TMIO is not set +# CONFIG_REGULATOR is not set +# CONFIG_MEDIA_SUPPORT is not set + +# +# Graphics support +# +# CONFIG_VGASTATE is not set +# CONFIG_VIDEO_OUTPUT_CONTROL is not set +# CONFIG_FB is not set +# CONFIG_EXYNOS_VIDEO is not set +# CONFIG_BACKLIGHT_LCD_SUPPORT is not set +# CONFIG_FB_SH_MOBILE_MERAM is not set +# CONFIG_SOUND is not set + +# +# HID support +# +CONFIG_HID=y +# CONFIG_HIDRAW is not set +# CONFIG_UHID is not set +CONFIG_HID_GENERIC=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_ACRUX is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_AUREAL is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EMS_FF is not set +# CONFIG_HID_ELECOM is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_KEYTOUCH is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_UCLOGIC is not set +# CONFIG_HID_WALTOP is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_ICADE is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LCPOWER is not set +# CONFIG_HID_LENOVO_TPKBD is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MAGICMOUSE is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_MULTITOUCH is not set +# CONFIG_HID_ORTEK is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_PICOLCD is not set +# CONFIG_HID_PRIMAX is not set +# CONFIG_HID_SAITEK is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SPEEDLINK is not set +# CONFIG_HID_STEELSERIES is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TIVO is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_XINMO is not set +# CONFIG_HID_ZEROPLUS is not set +# CONFIG_HID_ZYDACRON is not set +# CONFIG_HID_SENSOR_HUB is not set +CONFIG_USB_OHCI_LITTLE_ENDIAN=y +CONFIG_USB_SUPPORT=y +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB is not set + +# +# USB port drivers +# + +# +# USB Physical Layer drivers +# +# CONFIG_USB_PHY is not set +# CONFIG_NOP_USB_XCEIV is not set +# CONFIG_SAMSUNG_USB2PHY is not set +# CONFIG_SAMSUNG_USB3PHY is not set +# CONFIG_USB_GADGET is not set +# CONFIG_MMC is not set +# CONFIG_MEMSTICK is not set +# CONFIG_NEW_LEDS is not set +# CONFIG_ACCESSIBILITY is not set +CONFIG_RTC_LIB=y +# CONFIG_RTC_CLASS is not set +# CONFIG_DMADEVICES is not set +# CONFIG_AUXDISPLAY is not set +# CONFIG_VIRT_DRIVERS is not set + +# +# Virtio drivers +# +# CONFIG_VIRTIO_MMIO is not set + +# +# Microsoft Hyper-V guest support +# +# CONFIG_STAGING is not set +CONFIG_CLKDEV_LOOKUP=y + +# +# Hardware Spinlock drivers +# +# CONFIG_MAILBOX is not set +CONFIG_IOMMU_SUPPORT=y + +# +# Remoteproc drivers +# +# CONFIG_STE_MODEM_RPROC is not set + +# +# Rpmsg drivers +# +# CONFIG_PM_DEVFREQ is not set +# CONFIG_EXTCON is not set +# CONFIG_MEMORY is not set +# CONFIG_IIO is not set +# CONFIG_PWM is not set +# CONFIG_IPACK_BUS is not set +# CONFIG_RESET_CONTROLLER is not set +# CONFIG_FMC is not set + +# +# PHY Subsystem +# +# CONFIG_GENERIC_PHY is not set +# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set +# CONFIG_POWERCAP is not set + +# +# File systems +# +# CONFIG_FS_POSIX_ACL is not set +CONFIG_FILE_LOCKING=y +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY_USER=y +# CONFIG_FANOTIFY is not set +# CONFIG_QUOTA is not set +# CONFIG_QUOTACTL is not set +# CONFIG_AUTOFS4_FS is not set +# CONFIG_FUSE_FS is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +# CONFIG_SYSFS is not set +# CONFIG_HUGETLB_PAGE is not set +# CONFIG_CONFIGFS_FS is not set +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_JFFS2_FS is not set +# CONFIG_LOGFS is not set +# CONFIG_MINIX_FS_NATIVE_ENDIAN is not set +CONFIG_ROMFS_FS=y +CONFIG_ROMFS_BACKED_BY_MTD=y +CONFIG_ROMFS_ON_MTD=y +# CONFIG_PSTORE is not set +# CONFIG_NLS is not set + +# +# Kernel hacking +# +CONFIG_TRACE_IRQFLAGS_SUPPORT=y + +# +# printk and dmesg options +# +# CONFIG_PRINTK_TIME is not set +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 + +# +# Compile-time checks and compiler options +# +# CONFIG_DEBUG_INFO is not set +CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_FRAME_WARN=1024 +# CONFIG_STRIP_ASM_SYMS is not set +# CONFIG_READABLE_ASM is not set +# CONFIG_UNUSED_SYMBOLS is not set +# CONFIG_DEBUG_FS is not set +# CONFIG_HEADERS_CHECK is not set +# CONFIG_DEBUG_SECTION_MISMATCH is not set +# CONFIG_FRAME_POINTER is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_MAGIC_SYSRQ is not set +CONFIG_DEBUG_KERNEL=y + +# +# Memory Debugging +# +# CONFIG_DEBUG_PAGEALLOC is not set +# CONFIG_DEBUG_OBJECTS is not set +CONFIG_HAVE_DEBUG_KMEMLEAK=y +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_NOMMU_REGIONS is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_SHIRQ is not set + +# +# Debug Lockups and Hangs +# +# CONFIG_LOCKUP_DETECTOR is not set +# CONFIG_DETECT_HUNG_TASK is not set +# CONFIG_PANIC_ON_OOPS is not set +CONFIG_PANIC_ON_OOPS_VALUE=0 +CONFIG_PANIC_TIMEOUT=0 +CONFIG_SCHED_DEBUG=y +# CONFIG_SCHEDSTATS is not set +# CONFIG_TIMER_STATS is not set + +# +# Lock Debugging (spinlocks, mutexes, etc...) +# +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_ATOMIC_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +# CONFIG_DEBUG_KOBJECT is not set +CONFIG_HAVE_DEBUG_BUGVERBOSE=y +CONFIG_DEBUG_BUGVERBOSE=y +# CONFIG_DEBUG_WRITECOUNT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set + +# +# RCU Debugging +# +# CONFIG_SPARSE_RCU_POINTER is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_TRACE is not set +# CONFIG_NOTIFIER_ERROR_INJECTION is not set +# CONFIG_FAULT_INJECTION is not set +# CONFIG_LATENCYTOP is not set +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y +CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y +CONFIG_HAVE_DYNAMIC_FTRACE=y +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_ENABLE_DEFAULT_TRACERS is not set +# CONFIG_FTRACE_SYSCALLS is not set +# CONFIG_TRACER_SNAPSHOT is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_PROBE_EVENTS is not set + +# +# Runtime Testing +# +# CONFIG_TEST_LIST_SORT is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_RBTREE_TEST is not set +# CONFIG_ATOMIC64_SELFTEST is not set +# CONFIG_TEST_STRING_HELPERS is not set +# CONFIG_TEST_KSTRTOX is not set +# CONFIG_DMA_API_DEBUG is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +# CONFIG_SH_STANDARD_BIOS is not set +# CONFIG_STACK_DEBUG is not set +CONFIG_DUMP_CODE=y +# CONFIG_DWARF_UNWINDER is not set +# CONFIG_SH_NO_BSS_INIT is not set + +# +# Security options +# +# CONFIG_KEYS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set +# CONFIG_SECURITYFS is not set +CONFIG_DEFAULT_SECURITY_DAC=y +CONFIG_DEFAULT_SECURITY="" +# CONFIG_CRYPTO is not set +# CONFIG_BINARY_PRINTF is not set + +# +# Library routines +# +CONFIG_BITREVERSE=y +CONFIG_GENERIC_STRNCPY_FROM_USER=y +CONFIG_GENERIC_STRNLEN_USER=y +CONFIG_GENERIC_IO=y +# CONFIG_CRC_CCITT is not set +# CONFIG_CRC16 is not set +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC32_SELFTEST is not set +CONFIG_CRC32_SLICEBY8=y +# CONFIG_CRC32_SLICEBY4 is not set +# CONFIG_CRC32_SARWATE is not set +# CONFIG_CRC32_BIT is not set +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +# CONFIG_CRC8 is not set +# CONFIG_RANDOM32_SELFTEST is not set +CONFIG_ZLIB_INFLATE=y +# CONFIG_XZ_DEC is not set +# CONFIG_XZ_DEC_BCJ is not set +CONFIG_DECOMPRESS_GZIP=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_DMA=y +CONFIG_GENERIC_ATOMIC64=y +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y +# CONFIG_AVERAGE is not set +# CONFIG_CORDIC is not set +# CONFIG_DDR is not set diff --git a/vendors/Hitachi/MS7619SE/config.uClibc b/vendors/Hitachi/MS7619SE/config.uClibc new file mode 100644 index 000000000..c953d080d --- /dev/null +++ b/vendors/Hitachi/MS7619SE/config.uClibc @@ -0,0 +1,232 @@ +# +# Automatically generated make config: don't edit +# Version: 0.9.33.2 +# +# TARGET_alpha is not set +# TARGET_arm is not set +# TARGET_avr32 is not set +# TARGET_bfin is not set +# TARGET_c6x is not set +# TARGET_cris is not set +# TARGET_e1 is not set +# TARGET_frv is not set +# TARGET_h8300 is not set +# TARGET_hppa is not set +# TARGET_i386 is not set +# TARGET_i960 is not set +# TARGET_ia64 is not set +# TARGET_m68k is not set +# TARGET_microblaze is not set +# TARGET_mips is not set +# TARGET_nios is not set +# TARGET_nios2 is not set +# TARGET_powerpc is not set +TARGET_sh=y +# TARGET_sh64 is not set +# TARGET_sparc is not set +# TARGET_v850 is not set +# TARGET_vax is not set +# TARGET_x86_64 is not set +# TARGET_xtensa is not set + +# +# Target Architecture Features and Options +# +TARGET_ARCH="sh" +FORCE_OPTIONS_FOR_ARCH=y +# CONFIG_SH2A is not set +CONFIG_SH2=y +# CONFIG_SH3 is not set +# CONFIG_SH4 is not set +TARGET_SUBARCH="" +# UCLIBC_FORMAT_ELF is not set +# UCLIBC_FORMAT_FDPIC_ELF is not set +# UCLIBC_FORMAT_DSBT_ELF is not set +UCLIBC_FORMAT_FLAT=y +# UCLIBC_FORMAT_FLAT_SEP_DATA is not set +# UCLIBC_FORMAT_SHARED_FLAT is not set +ARCH_ANY_ENDIAN=y +ARCH_BIG_ENDIAN=y +ARCH_WANTS_BIG_ENDIAN=y +# ARCH_WANTS_LITTLE_ENDIAN is not set +ARCH_HAS_NO_MMU=y + +# +# Target CPU lacks a memory management unit (MMU) +# +UCLIBC_HAS_FLOATS=y +# UCLIBC_HAS_FPU is not set +UCLIBC_HAS_SOFT_FLOAT=y +# DO_C99_MATH is not set +# DO_XSI_MATH is not set +# UCLIBC_HAS_FENV is not set +KERNEL_HEADERS="/home/ysato/dev/linux/usr/include" +UCLIBC_UCLINUX_BROKEN_MUNMAP=y +HAVE_DOT_CONFIG=y + +# +# General Library Settings +# +# DOPIC is not set +ARCH_HAS_NO_SHARED=y +ARCH_HAS_NO_LDSO=y +UCLIBC_CTOR_DTOR=y +HAS_NO_THREADS=y +# LINUXTHREADS_OLD is not set +# LINUXTHREADS_NEW is not set +# UCLIBC_HAS_THREADS_NATIVE is not set +UCLIBC_HAS_SYSLOG=y +UCLIBC_HAS_LFS=y +# MALLOC is not set +MALLOC_SIMPLE=y +# MALLOC_STANDARD is not set +# MALLOC_GLIBC_COMPAT is not set +UCLIBC_DYNAMIC_ATEXIT=y +# COMPAT_ATEXIT is not set +UCLIBC_SUSV3_LEGACY=y +UCLIBC_SUSV3_LEGACY_MACROS=y +UCLIBC_SUSV4_LEGACY=y +# UCLIBC_STRICT_HEADERS is not set +# UCLIBC_HAS_STUBS is not set +UCLIBC_HAS_SHADOW=y +# UCLIBC_HAS_PROGRAM_INVOCATION_NAME is not set +UCLIBC_HAS_PTY=y +ASSUME_DEVPTS=y +UNIX98PTY_ONLY=y +# UCLIBC_HAS_GETPT is not set +# UCLIBC_HAS_LIBUTIL is not set +UCLIBC_HAS_TM_EXTENSIONS=y +UCLIBC_HAS_TZ_CACHING=y +UCLIBC_HAS_TZ_FILE=y +UCLIBC_HAS_TZ_FILE_READ_MANY=y +UCLIBC_TZ_FILE_PATH="/etc/TZ" +UCLIBC_FALLBACK_TO_ETC_LOCALTIME=y + +# +# Advanced Library Settings +# +UCLIBC_PWD_BUFFER_SIZE=256 +UCLIBC_GRP_BUFFER_SIZE=256 + +# +# Support various families of functions +# +UCLIBC_LINUX_MODULE_26=y +# UCLIBC_LINUX_MODULE_24 is not set +UCLIBC_LINUX_SPECIFIC=y +UCLIBC_HAS_GNU_ERROR=y +UCLIBC_BSD_SPECIFIC=y +UCLIBC_HAS_BSD_ERR=y +# UCLIBC_HAS_OBSOLETE_BSD_SIGNAL is not set +# UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL is not set +# UCLIBC_NTP_LEGACY is not set +UCLIBC_SV4_DEPRECATED=y +UCLIBC_HAS_REALTIME=y +UCLIBC_HAS_ADVANCED_REALTIME=y +UCLIBC_HAS_EPOLL=y +UCLIBC_HAS_XATTR=y +UCLIBC_HAS_PROFILING=y +UCLIBC_HAS_CRYPT_IMPL=y +# UCLIBC_HAS_SHA256_CRYPT_IMPL is not set +# UCLIBC_HAS_SHA512_CRYPT_IMPL is not set +UCLIBC_HAS_CRYPT=y +UCLIBC_HAS_NETWORK_SUPPORT=y +UCLIBC_HAS_SOCKET=y +UCLIBC_HAS_IPV4=y +# UCLIBC_HAS_IPV6 is not set +# UCLIBC_HAS_RPC is not set +# UCLIBC_USE_NETLINK is not set +# UCLIBC_HAS_BSD_RES_CLOSE is not set +UCLIBC_HAS_COMPAT_RES_STATE=y +# UCLIBC_HAS_EXTRA_COMPAT_RES_STATE is not set +# UCLIBC_HAS_RESOLVER_SUPPORT is not set +# UCLIBC_HAS_LIBRESOLV_STUB is not set +# UCLIBC_HAS_LIBNSL_STUB is not set + +# +# String and Stdio Support +# +UCLIBC_HAS_STRING_GENERIC_OPT=y +UCLIBC_HAS_STRING_ARCH_OPT=y +UCLIBC_HAS_CTYPE_TABLES=y +UCLIBC_HAS_CTYPE_SIGNED=y +UCLIBC_HAS_CTYPE_UNSAFE=y +# UCLIBC_HAS_CTYPE_CHECKED is not set +# UCLIBC_HAS_CTYPE_ENFORCED is not set +# UCLIBC_HAS_WCHAR is not set +# UCLIBC_HAS_LOCALE is not set +# UCLIBC_ICONV_NOLOCALE_HACK is not set +# UCLIBC_HAS_HEXADECIMAL_FLOATS is not set +# UCLIBC_HAS_GLIBC_CUSTOM_PRINTF is not set +# USE_OLD_VFPRINTF is not set +UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9 +# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set +# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set +# UCLIBC_HAS_STDIO_BUFSIZ_256 is not set +# UCLIBC_HAS_STDIO_BUFSIZ_512 is not set +# UCLIBC_HAS_STDIO_BUFSIZ_1024 is not set +# UCLIBC_HAS_STDIO_BUFSIZ_2048 is not set +UCLIBC_HAS_STDIO_BUFSIZ_4096=y +# UCLIBC_HAS_STDIO_BUFSIZ_8192 is not set +UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y +# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set +# UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set +# UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set +UCLIBC_HAS_STDIO_GETC_MACRO=y +UCLIBC_HAS_STDIO_PUTC_MACRO=y +UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y +# UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set +# UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE is not set +# UCLIBC_HAS_FOPEN_CLOSEEXEC_MODE is not set +# UCLIBC_HAS_GLIBC_CUSTOM_STREAMS is not set +# UCLIBC_HAS_PRINTF_M_SPEC is not set +UCLIBC_HAS_ERRNO_MESSAGES=y +# UCLIBC_HAS_SYS_ERRLIST is not set +UCLIBC_HAS_SIGNUM_MESSAGES=y +# UCLIBC_HAS_SYS_SIGLIST is not set +UCLIBC_HAS_GNU_GETOPT=y +UCLIBC_HAS_GNU_GETSUBOPT=y + +# +# Big and Tall +# +UCLIBC_HAS_REGEX=y +UCLIBC_HAS_REGEX_OLD=y +UCLIBC_HAS_FNMATCH=y +UCLIBC_HAS_FNMATCH_OLD=y +# UCLIBC_HAS_RPMATCH is not set +# UCLIBC_HAS_WORDEXP is not set +# UCLIBC_HAS_NFTW is not set +# UCLIBC_HAS_FTW is not set +# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_GLOB=y +# UCLIBC_HAS_GNU_GLOB is not set +# UCLIBC_HAS_UTMPX is not set + +# +# Library Installation Options +# +RUNTIME_PREFIX="/home/ysato/sh-linux/sh-unknown-linux/" +DEVEL_PREFIX="/home/ysato/sh-linux/" +MULTILIB_DIR="lib" +HARDWIRED_ABSPATH=y + +# +# Security options +# +# UCLIBC_HAS_ARC4RANDOM is not set +# UCLIBC_HAS_SSP is not set +UCLIBC_BUILD_NOEXECSTACK=y + +# +# Development/debugging options +# +CROSS_COMPILER_PREFIX="sh-unknown-linux-" +UCLIBC_EXTRA_CFLAGS="" +# DODEBUG is not set +DOSTRIP=y +# DOASSERTS is not set +WARNINGS="-Wall" +# EXTRA_WARNINGS is not set +# DOMULTI is not set +# UCLIBC_MJN3_ONLY is not set diff --git a/vendors/Hitachi/MS7619SE/config.vendor b/vendors/Hitachi/MS7619SE/config.vendor new file mode 100644 index 000000000..44db5e225 --- /dev/null +++ b/vendors/Hitachi/MS7619SE/config.vendor @@ -0,0 +1,1400 @@ +# +# Automatically generated make config: don't edit +# Dist builder +# +CONFIG_DISTVERSION="4.0" + +# +# Library Configuration +# + +# +# Force build (normally built when required) +# +# CONFIG_LIB_LIBNVRAM is not set +# CONFIG_LIB_BITVECTOR is not set +# CONFIG_LIB_FLEX is not set +# CONFIG_LIB_BFD is not set +# CONFIG_LIB_LIBIBERTY is not set +# CONFIG_LIB_POPT is not set +# CONFIG_LIB_LIBSSL is not set +# CONFIG_LIB_LIBGMP is not set +# CONFIG_LIB_LIBG is not set +# CONFIG_LIB_LIBKRB5 is not set +# CONFIG_LIB_MINI_LIBINTL is not set +# CONFIG_LIB_CYRUSSASL is not set +# CONFIG_LIB_IPTABLES is not set +# CONFIG_LIB_LIBLDAP is not set +# CONFIG_LIB_LIBLZMA is not set +# CONFIG_LIB_LIBLZO is not set +# CONFIG_LIB_LIBNET is not set +# CONFIG_LIB_LIBNETOLD is not set +# CONFIG_LIB_LIBPAM is not set +# CONFIG_LIB_LIBPCAP is not set +# CONFIG_LIB_LIBPCRE is not set +CONFIG_LIB_ZLIB=y +# CONFIG_LIB_LIBBZ2 is not set +# CONFIG_LIB_LIBATM is not set +# CONFIG_LIB_LIBPNG is not set +# CONFIG_LIB_LIBJPEG is not set +# CONFIG_LIB_LIBUPNP is not set +# CONFIG_LIB_LIBSYSFS is not set +# CONFIG_LIB_TERMCAP is not set +# CONFIG_LIB_LIBEFENCE is not set +# CONFIG_LIB_EXPAT is not set +# CONFIG_LIB_ADNS is not set +# CONFIG_LIB_ARES is not set +# CONFIG_LIB_LIBIDN is not set +# CONFIG_LIB_NFNETLINK is not set +# CONFIG_LIB_NETFILTER_CONNTRACK is not set +# CONFIG_LIB_NETFILTER_LOG is not set +# CONFIG_LIB_OSIP2 is not set +# CONFIG_LIB_LIBCURL is not set +# CONFIG_LIB_LIBCRYPT_OLD is not set +# CONFIG_LIB_PWLIB is not set +# CONFIG_LIB_LIBOPENH323 is not set +# CONFIG_LIB_LIBJUDY is not set +# CONFIG_LIB_CLASSPATH is not set +# CONFIG_LIB_LIBXML2 is not set + +# +# Library Configuration +# +# CONFIG_LIB_UC_LIBC_TIMEZONE is not set + +# +# Automake Libraries +# +# CONFIG_LIB_STLPORT is not set +# CONFIG_LIB_BOOST is not set +# CONFIG_LIB_CRYPTOPP is not set +# CONFIG_LIB_DBUS_GLIB is not set +# CONFIG_LIB_DBUS is not set +# CONFIG_LIB_GETTEXT is not set +# CONFIG_LIB_GLIB is not set +# CONFIG_LIB_JSON_C is not set +# CONFIG_LIB_LIBFFI is not set +# CONFIG_LIB_LIBFUSE is not set +# CONFIG_LIB_LIBICAL is not set +# CONFIG_LIB_LIBICONV is not set +# CONFIG_LIB_LIBMBIM is not set +# CONFIG_LIB_LIBNL is not set +# CONFIG_LIB_LIBQMI is not set +# CONFIG_LIB_LIBROXML is not set +# CONFIG_LIB_LIBUBOX is not set +# CONFIG_LIB_LIBUSB_COMPAT is not set +# CONFIG_LIB_LIBUSB is not set +# CONFIG_LIB_MINI_ICONV is not set +# CONFIG_LIB_NCURSES is not set + +# +# Core Applications +# +CONFIG_USER_INIT_INIT=y +# CONFIG_USER_INIT_CONSOLE_SH is not set +# CONFIG_USER_INIT_RUN_FIREWALL is not set +# CONFIG_USER_INIT_CONF is not set +CONFIG_USER_SASH_SH=y +# CONFIG_USER_SH_SH is not set +# CONFIG_USER_NWSH_SH is not set +# CONFIG_USER_BASH_BASH is not set +# CONFIG_USER_MSH_SH is not set +# CONFIG_USER_OTHER_SH is not set +# CONFIG_USER_SASH_HISTORY is not set +CONFIG_USER_SASH_PS=y +# CONFIG_USER_SASH_REBOOT is not set +# CONFIG_USER_SASH_SHUTDOWN is not set +# CONFIG_USER_INIT_EXPAND is not set +# CONFIG_USER_VERSION_VERSION is not set +# CONFIG_USER_LOGIN_LOGIN is not set +# CONFIG_USER_OLD_PASSWORDS is not set +# CONFIG_USER_ONLY_ROOT is not set +# CONFIG_USER_AGETTY_AGETTY is not set +# CONFIG_USER_GETTYD_GETTYD is not set +# CONFIG_USER_MGETTY_MGETTY is not set +# CONFIG_USER_LOGIN_PASSWD is not set +# CONFIG_USER_CRON_CRON is not set + +# +# Real Time Clock +# +# CONFIG_USER_HWCLOCK_HWCLOCK is not set +# CONFIG_USER_RTC_M41T11 is not set +# CONFIG_USER_RTC_DS1302 is not set + +# +# USB Root Hub Controller +# +# CONFIG_USER_USBHUBCTRL_USBHUBCTRL is not set + +# +# Vixie-cron +# +# CONFIG_USER_VIXIECRON_CRON is not set +# CONFIG_USER_VIXIECRON_CRONTAB is not set + +# +# at +# +# CONFIG_USER_AT_AT is not set +# CONFIG_USER_AT_ATD is not set +# CONFIG_USER_AT_ATRUN is not set + +# +# OOM killer tinkering +# +# CONFIG_USER_NOOOM_NOOOM is not set + +# +# Flash Tools +# +# CONFIG_USER_FLASHW_FLASHW is not set +# CONFIG_USER_SETMAC_SETMAC is not set +# CONFIG_USER_FCONFIG_FCONFIG is not set +# CONFIG_USER_UBOOT_ENVTOOLS is not set + +# +# netflash tool +# +# CONFIG_USER_NETFLASH_NETFLASH is not set +# CONFIG_USER_RECOVER_STATIC_TFTP is not set +# CONFIG_USER_RECOVER_RECOVER is not set +# CONFIG_USER_RECOVER_USE_STATIC_SERVER is not set + +# +# Arcturus uCbootloader Apps/Libs +# +# CONFIG_USER_BOOTTOOLS_LOADER is not set +# CONFIG_USER_BOOTTOOLS_HIMEMLOADER is not set +# CONFIG_USER_BOOTTOOLS_PRINTBENV is not set +# CONFIG_USER_BOOTTOOLS_SETBENV is not set +# CONFIG_USER_BOOTTOOLS_RESET is not set +# CONFIG_USER_BOOTTOOLS_MD5SUM is not set +# CONFIG_LIB_LIBBSC is not set + +# +# MTD utils +# +# CONFIG_USER_MTDUTILS is not set + +# +# Filesystem Applications +# +# CONFIG_USER_FLATFSD_FLATFSD is not set +# CONFIG_USER_MOUNT_MOUNT is not set +# CONFIG_USER_MOUNT_UMOUNT is not set +# CONFIG_USER_FDISK_FDISK is not set +# CONFIG_USER_FDISK_SFDISK is not set +# CONFIG_USER_HDPARM_HDPARM is not set + +# +# EXT2 +# +# CONFIG_USER_E2FSPROGS_E2FSCK_E2FSCK is not set +# CONFIG_USER_E2FSPROGS_MISC_MKE2FS is not set +# CONFIG_USER_E2FSPROGS_MISC_BADBLOCKS is not set +# CONFIG_USER_E2FSPROGS_MISC_CHATTR is not set +# CONFIG_USER_E2FSPROGS_MISC_DUMPE2FS is not set +# CONFIG_USER_E2FSPROGS_MISC_E2LABEL is not set +# CONFIG_USER_E2FSPROGS_MISC_FSCK is not set +# CONFIG_USER_E2FSPROGS_MISC_LSATTR is not set +# CONFIG_USER_E2FSPROGS_MISC_MKLOST_FOUND is not set +# CONFIG_USER_E2FSPROGS_MISC_TUNE2FS is not set +# CONFIG_USER_E2FSPROGS_MISC_UUIDGEN is not set + +# +# RESIERFS +# +# CONFIG_USER_REISERFSPROGS is not set +# CONFIG_USER_REISERFSPROGS_DEBUGRESIERFS is not set +# CONFIG_USER_REISERFSPROGS_MKREISERFS is not set +# CONFIG_USER_REISERFSPROGS_REISERFSCK is not set +# CONFIG_USER_REISERFSPROGS_RESIZE_REISERFS is not set +# CONFIG_USER_REISERFSPROGS_UNPACK is not set + +# +# SAMBA +# +# CONFIG_USER_SAMBA is not set + +# +# SMBFS +# +# CONFIG_USER_SMBMOUNT_SMBMOUNT is not set +# CONFIG_USER_SMBMOUNT_SMBUMOUNT is not set + +# +# CRAMFS +# +# CONFIG_USER_CRAMFS_CRAMFSCK is not set +# CONFIG_USER_CRAMFS_MKCRAMFS is not set + +# +# MSDOS +# +# CONFIG_USER_DOSFSTOOLS_MKDOSFS is not set +# CONFIG_USER_DOSFSTOOLS_DOSFSCK is not set +# CONFIG_USER_DOSFSTOOLS_DOSFSLABEL is not set + +# +# SquashFS +# +# CONFIG_USER_SQUASHFS_MKSQUASHFS is not set +# CONFIG_USER_SQUASHFS_MKSQUASHFS7Z is not set + +# +# Network Applications +# +# CONFIG_USER_APPWEB_APPWEB is not set +# CONFIG_USER_TRUSTEDSOURCE is not set +# CONFIG_USER_BIND_BIND is not set +# CONFIG_USER_GOAHEAD_GOAHEAD is not set +# CONFIG_USER_FNORD_HTTPD is not set +# CONFIG_USER_FNORD_PAM is not set +# CONFIG_USER_BOA_SRC_BOA is not set +# CONFIG_USER_BPALOGIN_BPALOGIN is not set +# CONFIG_USER_BR2684CTL_BR2684CTL is not set +# CONFIG_USER_BRCFG_BRCFG is not set +# CONFIG_USER_BRCTL_BRCTL is not set +# CONFIG_USER_CLAMAV_CLAMAV is not set +# CONFIG_USER_CLAMAV_CLAMSMTP is not set +# CONFIG_USER_CONNTRACK_CONNTRACK is not set +# CONFIG_USER_CTORRENT_CTORRENT is not set +# CONFIG_USER_DHCPCD_DHCPCD is not set +# CONFIG_USER_DHCPCD_NEW_DHCPCD is not set +# CONFIG_USER_DHCPD_DHCPD is not set +# CONFIG_USER_DHCP_ISC_SERVER_DHCPD is not set +# CONFIG_USER_DHCP_ISC_CLIENT_DHCLIENT is not set +# CONFIG_USER_DHCP_ISC_RELAY_DHCRELAY is not set +# CONFIG_USER_DIALD_DIALD is not set +# CONFIG_USER_DISCARD_DISCARD is not set +# CONFIG_USER_DISCARD_INETD_ECHO is not set +# CONFIG_USER_DNSMASQ_DNSMASQ is not set +# CONFIG_USER_DNSMASQ2_DNSMASQ2 is not set +# CONFIG_USER_ETHATTACH_ETHATTACH is not set +# CONFIG_USER_ETHERWAKE is not set +# CONFIG_USER_ETHTOOL_ETHTOOL is not set +# CONFIG_USER_EZIPUPDATE_EZIPUPDATE is not set +# CONFIG_USER_FAKEIDENTD_IDENTD is not set +# CONFIG_USER_DDNS3_CLIENT_DDNS3 is not set +# CONFIG_USER_EBTABLES_EBTABLES is not set +# CONFIG_USER_FERRET_FERRET is not set +# CONFIG_USER_FTP_FTP_FTP is not set +# CONFIG_USER_FTPD_FTPD is not set +# CONFIG_USER_FROX_FROX is not set +# CONFIG_USER_FREESWAN is not set +# CONFIG_USER_OPENSWAN is not set +# CONFIG_USER_GNUGK_GNUGK is not set +# CONFIG_USER_HPING_HPING is not set +# CONFIG_USER_HTTPD_HTTPD is not set +# CONFIG_USER_HTTPTUNNEL_CLIENT is not set +# CONFIG_USER_HTTPTUNNEL_SERVER is not set +# CONFIG_USER_IFATTACH_IFATTACH is not set +# CONFIG_USER_INETD_INETD is not set +# CONFIG_USER_IPCHAINS_IPCHAINS is not set +# CONFIG_USER_IPERF_IPERF is not set +# CONFIG_USER_IPFWADM_IPFWADM is not set +# CONFIG_USER_IPMASQADM_IPMASQADM is not set +# CONFIG_USER_IPPORTFW_IPPORTFW is not set +# CONFIG_USER_IPREDIR_IPREDIR is not set +# CONFIG_USER_IPROUTE2 is not set +# CONFIG_USER_IPSENTINEL_IPSENTINEL is not set +# CONFIG_USER_IPSET_IPSET is not set +# CONFIG_USER_IPTABLES_IPTABLES is not set +# CONFIG_USER_IPTABLES_IP6TABLES is not set +# CONFIG_USER_IPUTILS_IPUTILS is not set +# CONFIG_USER_KENDIN_CONFIG is not set +# CONFIG_USER_KLAXON_KLAXON is not set +# CONFIG_USER_LANBYPASS_LANBYPASS is not set +# CONFIG_USER_L2TPD_L2TPD is not set +# CONFIG_USER_LINUXIGD_LINUXIGD is not set +# CONFIG_USER_MINIUPNPD is not set +# CONFIG_USER_LOATTACH_LOATTACH is not set +# CONFIG_USER_LRPSTAT_LRPSTAT is not set +# CONFIG_USER_SMTP_SMTPCLIENT is not set +# CONFIG_USER_MAIL_MAIL_IP is not set +# CONFIG_USER_MARADNS_MARADNS is not set +# CONFIG_USER_MINI_HTTPD_MINI_HTTPD is not set +# CONFIG_USER_MSNTP_MSNTP is not set +# CONFIG_USER_NESSUS is not set +# CONFIG_USER_NESSUS_NASL is not set +# CONFIG_USER_NESSUS_CORE is not set +# CONFIG_USER_NESSUS_PLUGINS is not set +# CONFIG_USER_NESSUS_LIBRARIES is not set +# CONFIG_USER_NETCAT_NETCAT is not set +# CONFIG_USER_NETPERF_NETPERF is not set +# CONFIG_USER_NETPERF_NETSERVER is not set +# CONFIG_USER_NETPIPE_NETPIPE is not set +# CONFIG_USER_NETSTAT_NAT_NETSTAT_NAT is not set +# CONFIG_USER_NETSNMP_SNMPD is not set +# CONFIG_USER_MARADNS_ZONESERVER is not set +# CONFIG_USER_NMAP_NMAP is not set +# CONFIG_USER_NTPCLIENT_NTPCLIENT is not set +# CONFIG_USER_NTPCLIENT_ADJTIMEX is not set +# CONFIG_USER_NTPD_NTPD is not set +# CONFIG_USER_NTPD_NTPDATE is not set +# CONFIG_USER_NTPD_NTPQ is not set +# CONFIG_USER_OPENSSL_APPS is not set +# CONFIG_USER_OPENVPN_OPENVPN is not set +# CONFIG_USER_SSCEP is not set +# CONFIG_USER_PING_PING is not set +# CONFIG_USER_PLUG_PLUG is not set +# CONFIG_USER_POP3PROXY_POP3PROXY is not set +# CONFIG_USER_PORTMAP_PORTMAP is not set +# CONFIG_USER_PPPD_PPPD_PPPD is not set +# CONFIG_USER_PPTPD_PPTPCTRL is not set +# CONFIG_USER_PPTPD_PPTPD is not set +# CONFIG_USER_PPTP_PPTP is not set +# CONFIG_USER_PPTP_CLIENT_PPTP is not set +# CONFIG_USER_PPTP_CLIENT_PPTP_CALLMGR is not set +# CONFIG_USER_PROFTPD_PROFTPD is not set +# CONFIG_USER_QUAGGA_ZEBRA_ZEBRA is not set +# CONFIG_USER_RADVD_RADVD is not set +# CONFIG_USER_RADAUTH_RADAUTH is not set +# CONFIG_USER_RDATE_RDATE is not set +# CONFIG_USER_RESOLVEIP_RESOLVEIP is not set +# CONFIG_USER_ROUTED_ROUTED is not set +# CONFIG_USER_RP_PPPOE_PPPOE is not set +# CONFIG_USER_RSYNC_RSYNC is not set +# CONFIG_USER_RSYSLOG_RSYSLOGD is not set +# CONFIG_USER_RSYSLOGD_RSYSLOGD is not set +# CONFIG_USER_LOGROTATE_LOGROTATE is not set +# CONFIG_USER_SENDIP_SENDIP is not set +# CONFIG_USER_SER_SER is not set +# CONFIG_USER_SETHDLC_SETHDLC is not set +# CONFIG_USER_SIPROXD_SIPROXD is not set +# CONFIG_USER_SLATTACH_SLATTACH is not set +# CONFIG_USER_SNMPD_SNMPD is not set +# CONFIG_USER_SNORT_SNORT is not set +# CONFIG_USER_SPEEDTOUCH_MODEM_RUN is not set +# CONFIG_USER_STUNNEL_STUNNEL is not set +# CONFIG_USER_SSLWRAP_SSLWRAP is not set +# CONFIG_USER_SQUID_SQUID is not set +# CONFIG_USER_SSH_SSH is not set +# CONFIG_USER_SSH_SSHD is not set +# CONFIG_USER_SSH_SSHKEYGEN is not set +# CONFIG_USER_STP_STP is not set +# CONFIG_USER_TCPWRAP_TCPD is not set +# CONFIG_USER_TCPBLAST_TCPBLAST is not set +# CONFIG_USER_TCPDUMP_TCPDUMP is not set +# CONFIG_USER_TELNETD_TELNETD is not set +# CONFIG_USER_TELNET_TELNET is not set +# CONFIG_USER_TFTP_TFTP is not set +# CONFIG_USER_TFTPD_TFTPD is not set +# CONFIG_USER_THTTPD_THTTPD is not set +# CONFIG_USER_TINYPROXY_TINYPROXY is not set +# CONFIG_USER_TRACEROUTE_TRACEROUTE is not set +# CONFIG_USER_UDEV is not set +# CONFIG_USER_ULOGD_ULOGD is not set +# CONFIG_USER_ULOGD2_ULOGD is not set +# CONFIG_USER_VCONFIG_VCONFIG is not set +# CONFIG_USER_VPNLED_VPNLED is not set +# CONFIG_USER_WGET is not set +# CONFIG_USER_XL2TPD_XL2TPD is not set +# CONFIG_USER_ZEBRA_ZEBRA_ZEBRA is not set + +# +# Net-tools +# +# CONFIG_USER_NET_TOOLS_ARP is not set +# CONFIG_USER_NET_TOOLS_HOSTNAME is not set +# CONFIG_USER_NET_TOOLS_IFCONFIG is not set +# CONFIG_USER_NET_TOOLS_NAMEIF is not set +# CONFIG_USER_NET_TOOLS_NETSTAT is not set +# CONFIG_USER_NET_TOOLS_PLIPCONFIG is not set +# CONFIG_USER_NET_TOOLS_RARP is not set +# CONFIG_USER_NET_TOOLS_ROUTE is not set +# CONFIG_USER_NET_TOOLS_SLATTACH is not set +# CONFIG_USER_NET_TOOLS_MII_TOOL is not set +# CONFIG_USER_NET_TOOLS_MII_TOOL_FEC is not set + +# +# Wireless-tools +# +# CONFIG_USER_WIRELESS_TOOLS is not set +# CONFIG_USER_WPA_SUPPLICANT is not set +# CONFIG_USER_HOSTAPD_HOSTAPD is not set +# CONFIG_USER_HOSTAP_HOSTAP is not set +# CONFIG_USER_WLAN_NG is not set + +# +# Miscellaneous Applications +# +# CONFIG_USER_P7ZIP_7ZA is not set +# CONFIG_USER_LANG_A60 is not set +# CONFIG_USER_ARJ_ARJ is not set +# CONFIG_USER_BZIP2_BZIP2 is not set +# CONFIG_USER_CAL_CAL is not set +# CONFIG_USER_CAN_EXAMPLES is not set +# CONFIG_USER_CHAT_CHAT is not set +# CONFIG_USER_CKSUM_CKSUM is not set +# CONFIG_USER_CLOCK_CLOCK is not set +# CONFIG_USER_CPU_CPU is not set +# CONFIG_USER_CRYPTO_TOOLS_CMACTEST is not set +# CONFIG_USER_CRYPTO_TOOLS_CRYPTOTEST is not set +# CONFIG_USER_CRYPTO_TOOLS_CRYPTOKEYTEST is not set +# CONFIG_USER_CAL_DATE is not set +# CONFIG_USER_DE2TSCAL_DE2TSCAL is not set +# CONFIG_USER_EXPAT_EXAMPLES is not set +# CONFIG_USER_EXPECT_EXPECT is not set +# CONFIG_USER_TCL_LIBTCL is not set +# CONFIG_USER_FLTHDR_FLTHDR is not set +# CONFIG_USER_FROB_LED_FROB_LED is not set +# CONFIG_USER_GDB_GDBREPLAY is not set +# CONFIG_USER_GDB_GDBSERVER is not set +# CONFIG_USER_GDB_TARGET is not set +# CONFIG_USER_GDB_HOST is not set +# CONFIG_USER_GDBSERVER_GDBREPLAY is not set +# CONFIG_USER_GDBSERVER_GDBSERVER is not set +# CONFIG_USER_DEBUG_DEBUG is not set +# CONFIG_USER_HASERL_HASERL is not set +# CONFIG_USER_HD_HD is not set +# CONFIG_USER_LOAD_LOAD is not set +# CONFIG_USER_CAN_HORCH is not set +# CONFIG_USER_JAMVM_JAMVM is not set +# CONFIG_USER_JQUERY_UI is not set +# CONFIG_USER_KEXEC_KEXEC is not set +# CONFIG_USER_SGUTOOL_SGUTOOL is not set +# CONFIG_USER_SIGS_SIGS is not set +# CONFIG_USER_LCD_LCD is not set +# CONFIG_USER_LEDCMD_LEDCMD is not set +# CONFIG_USER_LEDCON_LEDCON is not set +# CONFIG_USER_LHA_LHA is not set +# CONFIG_USER_LILO_LILO is not set +# CONFIG_USER_LISSA_LISSA is not set +# CONFIG_USER_LPR is not set +# CONFIG_USER_LSOF_LSOF is not set +# CONFIG_USER_USBCBI_USBCBI is not set +# CONFIG_USER_USBISO_USBISO is not set +# CONFIG_USER_MATH_TEST is not set +# CONFIG_USER_MAWK_AWK is not set +# CONFIG_USER_MYSQL is not set +# CONFIG_USER_NULL_NULL is not set +# CONFIG_USER_OPROFILE is not set +# CONFIG_USER_PALMBOT_PALMBOT is not set +# CONFIG_USER_PCMCIA_CS is not set +# CONFIG_USER_PERL_PERL is not set +# CONFIG_USER_POTRACE_POTRACE is not set +# CONFIG_USER_PYTHON_PYTHON is not set +# CONFIG_USER_READPROFILE_READPROFILE is not set +# CONFIG_USER_ROOTLOADER_ROOTLOADER is not set +# CONFIG_USER_RRDTOOL_RRDTOOL is not set +# CONFIG_USER_SETSERIAL_SETSERIAL is not set +# CONFIG_USER_SHADOW_UTILS is not set +# CONFIG_USER_TRIPWIRE_SIGGEN is not set +# CONFIG_USER_STRACE_STRACE is not set +# CONFIG_USER_STTY_STTY is not set +# CONFIG_USER_TCSH_TCSH is not set +# CONFIG_USER_TINYTCL_TCLSH is not set +# CONFIG_LIB_TINYTCL is not set +# CONFIG_USER_THREADDEMOS_THREADDEMOS is not set +# CONFIG_USER_TIP_TIP is not set +# CONFIG_USER_TRIPWIRE_TRIPWIRE is not set +# CONFIG_USER_UNRAR_UNRAR is not set +# CONFIG_USER_UNZIP_UNZIP is not set +# CONFIG_USER_UNZOO_UNZOO is not set +# CONFIG_USER_WATCHDOGD is not set +# CONFIG_USER_LRZSZ_LRZSZ is not set + +# +# Benchmarks +# +# CONFIG_USER_DHRYSTONE_DHRYSTONE is not set +# CONFIG_USER_NBENCH_NBENCH is not set +# CONFIG_USER_WHETSTONE_WHETSTONE is not set + +# +# LIRC +# +# CONFIG_USER_LIRC is not set + +# +# LM SENSORS +# +# CONFIG_USER_LM_SENSORS is not set + +# +# QSPI +# +# CONFIG_MCF_QSPI is not set + +# +# Editors +# +# CONFIG_USER_LEVEE_VI is not set +# CONFIG_USER_ELVISTINY_VI is not set + +# +# Audio tools +# +# CONFIG_USER_MP3PLAY_MP3PLAY is not set +# CONFIG_USER_OGGPLAY_OGGPLAY is not set +# CONFIG_USER_OGGPLAY_EXAMPLE is not set +# CONFIG_USER_MUSICBOX_MUSICBOX is not set +# CONFIG_USER_PLAY_PLAY is not set +# CONFIG_USER_PLAY_TONE is not set +# CONFIG_USER_VPLAY_VPLAY is not set +# CONFIG_USER_VPLAY_VREC is not set +# CONFIG_USER_VPLAY_MIXER is not set +# CONFIG_USER_PLAYRT_PLAYRT is not set + +# +# Video tools +# +# CONFIG_USER_CAMSERV is not set +# CONFIG_USER_JPEGVIEW_JPEGVIEW is not set +# CONFIG_USER_W3CAM_VIDCAT is not set +# CONFIG_USER_W3CAM_W3CAMD is not set + +# +# Fileutils tools +# +# CONFIG_USER_FILEUTILS_CAT is not set +# CONFIG_USER_FILEUTILS_CHGRP is not set +# CONFIG_USER_FILEUTILS_CHMOD is not set +# CONFIG_USER_FILEUTILS_CHOWN is not set +# CONFIG_USER_FILEUTILS_CMP is not set +# CONFIG_USER_FILEUTILS_CP is not set +# CONFIG_USER_FILEUTILS_DD is not set +# CONFIG_USER_FILEUTILS_GREP is not set +# CONFIG_USER_FILEUTILS_L is not set +# CONFIG_USER_FILEUTILS_LN is not set +# CONFIG_USER_FILEUTILS_LS is not set +# CONFIG_USER_FILEUTILS_MKDIR is not set +# CONFIG_USER_FILEUTILS_MKFIFO is not set +# CONFIG_USER_FILEUTILS_MKNOD is not set +# CONFIG_USER_FILEUTILS_MORE is not set +# CONFIG_USER_FILEUTILS_MV is not set +# CONFIG_USER_FILEUTILS_RM is not set +# CONFIG_USER_FILEUTILS_RMDIR is not set +# CONFIG_USER_FILEUTILS_SYNC is not set +# CONFIG_USER_FILEUTILS_TOUCH is not set + +# +# Shutils tools +# +# CONFIG_USER_SHUTILS_BASENAME is not set +# CONFIG_USER_SHUTILS_DATE is not set +# CONFIG_USER_SHUTILS_DIRNAME is not set +# CONFIG_USER_SHUTILS_ECHO is not set +# CONFIG_USER_SHUTILS_FALSE is not set +# CONFIG_USER_SHUTILS_LOGNAME is not set +# CONFIG_USER_SHUTILS_PRINTENV is not set +# CONFIG_USER_SHUTILS_PWD is not set +# CONFIG_USER_SHUTILS_TRUE is not set +# CONFIG_USER_SHUTILS_UNAME is not set +# CONFIG_USER_SHUTILS_WHICH is not set +# CONFIG_USER_SHUTILS_WHOAMI is not set +# CONFIG_USER_SHUTILS_YES is not set + +# +# Sysutils tools +# +# CONFIG_USER_SYSUTILS_REBOOT is not set +# CONFIG_USER_SYSUTILS_SHUTDOWN is not set +# CONFIG_USER_SYSUTILS_DF is not set +# CONFIG_USER_SYSUTILS_FREE is not set +# CONFIG_USER_SYSUTILS_HOSTNAME is not set +# CONFIG_USER_SYSUTILS_KILL is not set +# CONFIG_USER_SYSUTILS_PS is not set + +# +# Procps tools +# +# CONFIG_USER_PROCPS_FREE is not set +# CONFIG_USER_PROCPS_KILL is not set +# CONFIG_USER_PROCPS_PGREP is not set +# CONFIG_USER_PROCPS_PKILL is not set +# CONFIG_USER_PROCPS_PS is not set +# CONFIG_USER_PROCPS_SNICE is not set +# CONFIG_USER_PROCPS_SYSCTL is not set +# CONFIG_USER_PROCPS_TLOAD is not set +# CONFIG_USER_PROCPS_TOP is not set +# CONFIG_USER_PROCPS_UPTIME is not set +# CONFIG_USER_PROCPS_VMSTAT is not set +# CONFIG_USER_PROCPS_W is not set +# CONFIG_USER_PROCPS_WATCH is not set +# CONFIG_USER_PROCPS_PMAP is not set +# CONFIG_USER_PROCPS_SLABTOP is not set +# CONFIG_USER_PROCPS_PWDX is not set + +# +# PCI utilities +# +# CONFIG_USER_PCIUTILS_LSPCI is not set +# CONFIG_USER_PCIUTILS_SETPCI is not set + +# +# Test Applications +# +# CONFIG_USER_CXXTEST_CXXTEST is not set + +# +# BusyBox +# +CONFIG_USER_BUSYBOX_BUSYBOX=y + +# +# BusyBox Configuration +# +CONFIG_USER_BUSYBOX_HAVE_DOT_CONFIG=y + +# +# Busybox Settings +# + +# +# General Configuration +# +# CONFIG_USER_BUSYBOX_DESKTOP is not set +# CONFIG_USER_BUSYBOX_EXTRA_COMPAT is not set +# CONFIG_USER_BUSYBOX_INCLUDE_SUSv2 is not set +# CONFIG_USER_BUSYBOX_USE_PORTABLE_CODE is not set +CONFIG_USER_BUSYBOX_PLATFORM_LINUX=y +CONFIG_USER_BUSYBOX_FEATURE_BUFFERS_USE_MALLOC=y +# CONFIG_USER_BUSYBOX_FEATURE_BUFFERS_GO_ON_STACK is not set +# CONFIG_USER_BUSYBOX_FEATURE_BUFFERS_GO_IN_BSS is not set +CONFIG_USER_BUSYBOX_SHOW_USAGE=y +# CONFIG_USER_BUSYBOX_FEATURE_VERBOSE_USAGE is not set +CONFIG_USER_BUSYBOX_FEATURE_COMPRESS_USAGE=y +CONFIG_USER_BUSYBOX_FEATURE_INSTALLER=y +# CONFIG_USER_BUSYBOX_INSTALL_NO_USR is not set +# CONFIG_USER_BUSYBOX_LOCALE_SUPPORT is not set +# CONFIG_USER_BUSYBOX_UNICODE_SUPPORT is not set +# CONFIG_USER_BUSYBOX_LONG_OPTS is not set +CONFIG_USER_BUSYBOX_FEATURE_DEVPTS=y +# CONFIG_USER_BUSYBOX_FEATURE_CLEAN_UP is not set +CONFIG_USER_BUSYBOX_FEATURE_UTMP=y +CONFIG_USER_BUSYBOX_FEATURE_WTMP=y +CONFIG_USER_BUSYBOX_FEATURE_PIDFILE=y +CONFIG_USER_BUSYBOX_PID_FILE_PATH="/var/run" +CONFIG_USER_BUSYBOX_FEATURE_SUID=y +CONFIG_USER_BUSYBOX_FEATURE_SUID_CONFIG=y +CONFIG_USER_BUSYBOX_FEATURE_SUID_CONFIG_QUIET=y +# CONFIG_USER_BUSYBOX_SELINUX is not set +# CONFIG_USER_BUSYBOX_FEATURE_PREFER_APPLETS is not set +CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/proc/self/exe" +CONFIG_USER_BUSYBOX_FEATURE_SYSLOG=y +# CONFIG_USER_BUSYBOX_FEATURE_HAVE_RPC is not set + +# +# Build Options +# +CONFIG_USER_BUSYBOX_STATIC=y +CONFIG_USER_BUSYBOX_NOMMU=y +# CONFIG_USER_BUSYBOX_LFS is not set +CONFIG_USER_BUSYBOX_CROSS_COMPILER_PREFIX="" +CONFIG_USER_BUSYBOX_SYSROOT="" +CONFIG_USER_BUSYBOX_EXTRA_CFLAGS="" +CONFIG_USER_BUSYBOX_EXTRA_LDFLAGS="" +CONFIG_USER_BUSYBOX_EXTRA_LDLIBS="" + +# +# Debugging Options +# +# CONFIG_USER_BUSYBOX_DEBUG is not set +# CONFIG_USER_BUSYBOX_WERROR is not set +CONFIG_USER_BUSYBOX_NO_DEBUG_LIB=y +# CONFIG_USER_BUSYBOX_DMALLOC is not set +# CONFIG_USER_BUSYBOX_EFENCE is not set + +# +# Installation Options ("make install" behavior) +# +CONFIG_USER_BUSYBOX_INSTALL_APPLET_SYMLINKS=y +# CONFIG_USER_BUSYBOX_INSTALL_APPLET_HARDLINKS is not set +# CONFIG_USER_BUSYBOX_INSTALL_APPLET_SCRIPT_WRAPPERS is not set +# CONFIG_USER_BUSYBOX_INSTALL_APPLET_DONT is not set +CONFIG_USER_BUSYBOX_PREFIX="./_install" + +# +# Busybox Library Tuning +# +# CONFIG_USER_BUSYBOX_FEATURE_SYSTEMD is not set +# CONFIG_USER_BUSYBOX_FEATURE_RTMINMAX is not set +CONFIG_USER_BUSYBOX_PASSWORD_MINLEN=6 +CONFIG_USER_BUSYBOX_MD5_SMALL=1 +CONFIG_USER_BUSYBOX_SHA3_SMALL=1 +CONFIG_USER_BUSYBOX_FEATURE_FAST_TOP=y +# CONFIG_USER_BUSYBOX_FEATURE_ETC_NETWORKS is not set +CONFIG_USER_BUSYBOX_FEATURE_USE_TERMIOS=y +# CONFIG_USER_BUSYBOX_FEATURE_EDITING is not set +CONFIG_USER_BUSYBOX_FEATURE_NON_POSIX_CP=y +# CONFIG_USER_BUSYBOX_FEATURE_VERBOSE_CP_MESSAGE is not set +CONFIG_USER_BUSYBOX_FEATURE_COPYBUF_KB=4 +CONFIG_USER_BUSYBOX_FEATURE_SKIP_ROOTFS=y +# CONFIG_USER_BUSYBOX_MONOTONIC_SYSCALL is not set +CONFIG_USER_BUSYBOX_IOCTL_HEX2STR_ERROR=y +# CONFIG_USER_BUSYBOX_FEATURE_HWIB is not set + +# +# Applets +# + +# +# Archival Utilities +# +# CONFIG_USER_BUSYBOX_FEATURE_SEAMLESS_XZ is not set +# CONFIG_USER_BUSYBOX_FEATURE_SEAMLESS_LZMA is not set +# CONFIG_USER_BUSYBOX_FEATURE_SEAMLESS_BZ2 is not set +# CONFIG_USER_BUSYBOX_FEATURE_SEAMLESS_GZ is not set +# CONFIG_USER_BUSYBOX_FEATURE_SEAMLESS_Z is not set +# CONFIG_USER_BUSYBOX_AR is not set +# CONFIG_USER_BUSYBOX_BUNZIP2 is not set +# CONFIG_USER_BUSYBOX_BZIP2 is not set +# CONFIG_USER_BUSYBOX_CPIO is not set +# CONFIG_USER_BUSYBOX_DPKG is not set +# CONFIG_USER_BUSYBOX_DPKG_DEB is not set +# CONFIG_USER_BUSYBOX_GUNZIP is not set +# CONFIG_USER_BUSYBOX_GZIP is not set +# CONFIG_USER_BUSYBOX_LZOP is not set +# CONFIG_USER_BUSYBOX_RPM2CPIO is not set +# CONFIG_USER_BUSYBOX_RPM is not set +# CONFIG_USER_BUSYBOX_TAR is not set +# CONFIG_USER_BUSYBOX_UNCOMPRESS is not set +# CONFIG_USER_BUSYBOX_UNLZMA is not set +# CONFIG_USER_BUSYBOX_UNXZ is not set +# CONFIG_USER_BUSYBOX_UNZIP is not set + +# +# Coreutils +# +CONFIG_USER_BUSYBOX_BASENAME=y +CONFIG_USER_BUSYBOX_CAT=y +CONFIG_USER_BUSYBOX_DATE=y +# CONFIG_USER_BUSYBOX_FEATURE_DATE_ISOFMT is not set +# CONFIG_USER_BUSYBOX_FEATURE_DATE_NANO is not set +CONFIG_USER_BUSYBOX_FEATURE_DATE_COMPAT=y +CONFIG_USER_BUSYBOX_HOSTID=y +CONFIG_USER_BUSYBOX_ID=y +CONFIG_USER_BUSYBOX_GROUPS=y +CONFIG_USER_BUSYBOX_TEST=y +# CONFIG_USER_BUSYBOX_FEATURE_TEST_64 is not set +CONFIG_USER_BUSYBOX_TOUCH=y +CONFIG_USER_BUSYBOX_FEATURE_TOUCH_SUSV3=y +CONFIG_USER_BUSYBOX_TR=y +# CONFIG_USER_BUSYBOX_FEATURE_TR_CLASSES is not set +# CONFIG_USER_BUSYBOX_FEATURE_TR_EQUIV is not set +CONFIG_USER_BUSYBOX_BASE64=y +CONFIG_USER_BUSYBOX_WHO=y +CONFIG_USER_BUSYBOX_USERS=y +CONFIG_USER_BUSYBOX_CAL=y +CONFIG_USER_BUSYBOX_CATV=y +CONFIG_USER_BUSYBOX_CHGRP=y +CONFIG_USER_BUSYBOX_CHMOD=y +CONFIG_USER_BUSYBOX_CHOWN=y +# CONFIG_USER_BUSYBOX_CHROOT is not set +CONFIG_USER_BUSYBOX_CKSUM=y +CONFIG_USER_BUSYBOX_COMM=y +CONFIG_USER_BUSYBOX_CP=y +CONFIG_USER_BUSYBOX_CUT=y +CONFIG_USER_BUSYBOX_DD=y +# CONFIG_USER_BUSYBOX_FEATURE_DD_SIGNAL_HANDLING is not set +# CONFIG_USER_BUSYBOX_FEATURE_DD_IBS_OBS is not set +CONFIG_USER_BUSYBOX_DF=y +# CONFIG_USER_BUSYBOX_FEATURE_DF_FANCY is not set +CONFIG_USER_BUSYBOX_DIRNAME=y +# CONFIG_USER_BUSYBOX_DOS2UNIX is not set +CONFIG_USER_BUSYBOX_DU=y +CONFIG_USER_BUSYBOX_FEATURE_DU_DEFAULT_BLOCKSIZE_1K=y +CONFIG_USER_BUSYBOX_ECHO=y +CONFIG_USER_BUSYBOX_FEATURE_FANCY_ECHO=y +CONFIG_USER_BUSYBOX_ENV=y +CONFIG_USER_BUSYBOX_EXPAND=y +CONFIG_USER_BUSYBOX_EXPR=y +# CONFIG_USER_BUSYBOX_EXPR_MATH_SUPPORT_64 is not set +CONFIG_USER_BUSYBOX_FALSE=y +CONFIG_USER_BUSYBOX_FOLD=y +CONFIG_USER_BUSYBOX_FSYNC=y +CONFIG_USER_BUSYBOX_HEAD=y +CONFIG_USER_BUSYBOX_FEATURE_FANCY_HEAD=y +CONFIG_USER_BUSYBOX_INSTALL=y +CONFIG_USER_BUSYBOX_LN=y +CONFIG_USER_BUSYBOX_LOGNAME=y +CONFIG_USER_BUSYBOX_LS=y +CONFIG_USER_BUSYBOX_FEATURE_LS_FILETYPES=y +CONFIG_USER_BUSYBOX_FEATURE_LS_FOLLOWLINKS=y +CONFIG_USER_BUSYBOX_FEATURE_LS_RECURSIVE=y +CONFIG_USER_BUSYBOX_FEATURE_LS_SORTFILES=y +CONFIG_USER_BUSYBOX_FEATURE_LS_TIMESTAMPS=y +CONFIG_USER_BUSYBOX_FEATURE_LS_USERNAME=y +CONFIG_USER_BUSYBOX_MD5SUM=y +CONFIG_USER_BUSYBOX_MKDIR=y +CONFIG_USER_BUSYBOX_MKFIFO=y +CONFIG_USER_BUSYBOX_MKNOD=y +CONFIG_USER_BUSYBOX_MV=y +CONFIG_USER_BUSYBOX_NICE=y +CONFIG_USER_BUSYBOX_NOHUP=y +CONFIG_USER_BUSYBOX_OD=y +CONFIG_USER_BUSYBOX_PRINTENV=y +CONFIG_USER_BUSYBOX_PRINTF=y +CONFIG_USER_BUSYBOX_PWD=y +CONFIG_USER_BUSYBOX_READLINK=y +CONFIG_USER_BUSYBOX_FEATURE_READLINK_FOLLOW=y +CONFIG_USER_BUSYBOX_REALPATH=y +CONFIG_USER_BUSYBOX_RM=y +CONFIG_USER_BUSYBOX_RMDIR=y +CONFIG_USER_BUSYBOX_SEQ=y +CONFIG_USER_BUSYBOX_SHA1SUM=y +CONFIG_USER_BUSYBOX_SHA256SUM=y +CONFIG_USER_BUSYBOX_SHA512SUM=y +CONFIG_USER_BUSYBOX_SHA3SUM=y +CONFIG_USER_BUSYBOX_SLEEP=y +CONFIG_USER_BUSYBOX_FEATURE_FANCY_SLEEP=y +CONFIG_USER_BUSYBOX_FEATURE_FLOAT_SLEEP=y +CONFIG_USER_BUSYBOX_SORT=y +# CONFIG_USER_BUSYBOX_FEATURE_SORT_BIG is not set +CONFIG_USER_BUSYBOX_SPLIT=y +CONFIG_USER_BUSYBOX_FEATURE_SPLIT_FANCY=y +CONFIG_USER_BUSYBOX_STAT=y +CONFIG_USER_BUSYBOX_FEATURE_STAT_FORMAT=y +CONFIG_USER_BUSYBOX_STTY=y +CONFIG_USER_BUSYBOX_SUM=y +CONFIG_USER_BUSYBOX_SYNC=y +CONFIG_USER_BUSYBOX_TAC=y +CONFIG_USER_BUSYBOX_TAIL=y +CONFIG_USER_BUSYBOX_FEATURE_FANCY_TAIL=y +CONFIG_USER_BUSYBOX_TEE=y +CONFIG_USER_BUSYBOX_FEATURE_TEE_USE_BLOCK_IO=y +CONFIG_USER_BUSYBOX_TRUE=y +CONFIG_USER_BUSYBOX_TTY=y +CONFIG_USER_BUSYBOX_UNAME=y +CONFIG_USER_BUSYBOX_UNEXPAND=y +CONFIG_USER_BUSYBOX_UNIQ=y +CONFIG_USER_BUSYBOX_USLEEP=y +CONFIG_USER_BUSYBOX_UUDECODE=y +CONFIG_USER_BUSYBOX_UUENCODE=y +CONFIG_USER_BUSYBOX_WC=y +CONFIG_USER_BUSYBOX_FEATURE_WC_LARGE=y +CONFIG_USER_BUSYBOX_WHOAMI=y +CONFIG_USER_BUSYBOX_YES=y + +# +# Common options for cp and mv +# +CONFIG_USER_BUSYBOX_FEATURE_PRESERVE_HARDLINKS=y + +# +# Common options for ls, more and telnet +# +CONFIG_USER_BUSYBOX_FEATURE_AUTOWIDTH=y + +# +# Common options for df, du, ls +# +CONFIG_USER_BUSYBOX_FEATURE_HUMAN_READABLE=y + +# +# Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum +# +CONFIG_USER_BUSYBOX_FEATURE_MD5_SHA1_SUM_CHECK=y + +# +# Console Utilities +# +CONFIG_USER_BUSYBOX_CHVT=y +# CONFIG_USER_BUSYBOX_FGCONSOLE is not set +CONFIG_USER_BUSYBOX_CLEAR=y +# CONFIG_USER_BUSYBOX_DEALLOCVT is not set +# CONFIG_USER_BUSYBOX_DUMPKMAP is not set +# CONFIG_USER_BUSYBOX_KBD_MODE is not set +# CONFIG_USER_BUSYBOX_LOADFONT is not set +# CONFIG_USER_BUSYBOX_LOADKMAP is not set +# CONFIG_USER_BUSYBOX_OPENVT is not set +CONFIG_USER_BUSYBOX_RESET=y +CONFIG_USER_BUSYBOX_RESIZE=y +CONFIG_USER_BUSYBOX_FEATURE_RESIZE_PRINT=y +# CONFIG_USER_BUSYBOX_SETCONSOLE is not set +# CONFIG_USER_BUSYBOX_SETFONT is not set +# CONFIG_USER_BUSYBOX_SETKEYCODES is not set +# CONFIG_USER_BUSYBOX_SETLOGCONS is not set +# CONFIG_USER_BUSYBOX_SHOWKEY is not set + +# +# Debian Utilities +# +CONFIG_USER_BUSYBOX_MKTEMP=y +CONFIG_USER_BUSYBOX_PIPE_PROGRESS=y +CONFIG_USER_BUSYBOX_RUN_PARTS=y +CONFIG_USER_BUSYBOX_FEATURE_RUN_PARTS_FANCY=y +# CONFIG_USER_BUSYBOX_START_STOP_DAEMON is not set +CONFIG_USER_BUSYBOX_WHICH=y + +# +# Editors +# +# CONFIG_USER_BUSYBOX_PATCH is not set +CONFIG_USER_BUSYBOX_VI=y +CONFIG_USER_BUSYBOX_FEATURE_VI_MAX_LEN=4096 +# CONFIG_USER_BUSYBOX_FEATURE_VI_8BIT is not set +CONFIG_USER_BUSYBOX_FEATURE_VI_COLON=y +CONFIG_USER_BUSYBOX_FEATURE_VI_YANKMARK=y +CONFIG_USER_BUSYBOX_FEATURE_VI_SEARCH=y +# CONFIG_USER_BUSYBOX_FEATURE_VI_REGEX_SEARCH is not set +CONFIG_USER_BUSYBOX_FEATURE_VI_USE_SIGNALS=y +# CONFIG_USER_BUSYBOX_FEATURE_VI_DOT_CMD is not set +CONFIG_USER_BUSYBOX_FEATURE_VI_READONLY=y +# CONFIG_USER_BUSYBOX_FEATURE_VI_SETOPTS is not set +# CONFIG_USER_BUSYBOX_FEATURE_VI_SET is not set +# CONFIG_USER_BUSYBOX_FEATURE_VI_WIN_RESIZE is not set +# CONFIG_USER_BUSYBOX_FEATURE_VI_ASK_TERMINAL is not set +# CONFIG_USER_BUSYBOX_AWK is not set +# CONFIG_USER_BUSYBOX_CMP is not set +# CONFIG_USER_BUSYBOX_DIFF is not set +# CONFIG_USER_BUSYBOX_ED is not set +# CONFIG_USER_BUSYBOX_SED is not set +# CONFIG_USER_BUSYBOX_FEATURE_ALLOW_EXEC is not set + +# +# Finding Utilities +# +# CONFIG_USER_BUSYBOX_FIND is not set +# CONFIG_USER_BUSYBOX_GREP is not set +# CONFIG_USER_BUSYBOX_XARGS is not set + +# +# Init Utilities +# +# CONFIG_USER_BUSYBOX_BOOTCHARTD is not set +# CONFIG_USER_BUSYBOX_HALT is not set +# CONFIG_USER_BUSYBOX_INIT is not set +# CONFIG_USER_BUSYBOX_MESG is not set + +# +# Login/Password Management Utilities +# +# CONFIG_USER_BUSYBOX_ADD_SHELL is not set +# CONFIG_USER_BUSYBOX_REMOVE_SHELL is not set +# CONFIG_USER_BUSYBOX_FEATURE_SHADOWPASSWDS is not set +# CONFIG_USER_BUSYBOX_USE_BB_PWD_GRP is not set +# CONFIG_USER_BUSYBOX_USE_BB_CRYPT is not set +CONFIG_USER_BUSYBOX_ADDUSER=y +# CONFIG_USER_BUSYBOX_FEATURE_CHECK_NAMES is not set +CONFIG_USER_BUSYBOX_FIRST_SYSTEM_ID=100 +CONFIG_USER_BUSYBOX_LAST_SYSTEM_ID=999 +CONFIG_USER_BUSYBOX_ADDGROUP=y +CONFIG_USER_BUSYBOX_FEATURE_ADDUSER_TO_GROUP=y +CONFIG_USER_BUSYBOX_DELUSER=y +CONFIG_USER_BUSYBOX_DELGROUP=y +CONFIG_USER_BUSYBOX_FEATURE_DEL_USER_FROM_GROUP=y +# CONFIG_USER_BUSYBOX_GETTY is not set +# CONFIG_USER_BUSYBOX_LOGIN is not set +# CONFIG_USER_BUSYBOX_PASSWD is not set +# CONFIG_USER_BUSYBOX_CRYPTPW is not set +# CONFIG_USER_BUSYBOX_CHPASSWD is not set +CONFIG_USER_BUSYBOX_SU=y +CONFIG_USER_BUSYBOX_FEATURE_SU_SYSLOG=y +CONFIG_USER_BUSYBOX_FEATURE_SU_CHECKS_SHELLS=y +CONFIG_USER_BUSYBOX_SULOGIN=y +CONFIG_USER_BUSYBOX_VLOCK=y + +# +# Linux Ext2 FS Progs +# +# CONFIG_USER_BUSYBOX_CHATTR is not set +CONFIG_USER_BUSYBOX_FSCK=y +CONFIG_USER_BUSYBOX_LSATTR=y +# CONFIG_USER_BUSYBOX_TUNE2FS is not set + +# +# Linux Module Utilities +# +# CONFIG_USER_BUSYBOX_MODINFO is not set +# CONFIG_USER_BUSYBOX_MODPROBE_SMALL is not set +# CONFIG_USER_BUSYBOX_INSMOD is not set +# CONFIG_USER_BUSYBOX_RMMOD is not set +# CONFIG_USER_BUSYBOX_LSMOD is not set +# CONFIG_USER_BUSYBOX_MODPROBE is not set +# CONFIG_USER_BUSYBOX_DEPMOD is not set + +# +# Options common to multiple modutils +# + +# +# Linux System Utilities +# +# CONFIG_USER_BUSYBOX_BLOCKDEV is not set +# CONFIG_USER_BUSYBOX_MDEV is not set +# CONFIG_USER_BUSYBOX_REV is not set +# CONFIG_USER_BUSYBOX_ACPID is not set +# CONFIG_USER_BUSYBOX_BLKID is not set +CONFIG_USER_BUSYBOX_DMESG=y +# CONFIG_USER_BUSYBOX_FEATURE_DMESG_PRETTY is not set +# CONFIG_USER_BUSYBOX_FBSET is not set +# CONFIG_USER_BUSYBOX_FDFLUSH is not set +# CONFIG_USER_BUSYBOX_FDFORMAT is not set +# CONFIG_USER_BUSYBOX_FDISK is not set +# CONFIG_USER_BUSYBOX_FINDFS is not set +# CONFIG_USER_BUSYBOX_FLOCK is not set +# CONFIG_USER_BUSYBOX_FREERAMDISK is not set +# CONFIG_USER_BUSYBOX_FSCK_MINIX is not set +# CONFIG_USER_BUSYBOX_MKFS_EXT2 is not set +# CONFIG_USER_BUSYBOX_MKFS_MINIX is not set +# CONFIG_USER_BUSYBOX_MKFS_REISER is not set +# CONFIG_USER_BUSYBOX_MKFS_VFAT is not set +# CONFIG_USER_BUSYBOX_GETOPT is not set +# CONFIG_USER_BUSYBOX_HEXDUMP is not set +# CONFIG_USER_BUSYBOX_HWCLOCK is not set +# CONFIG_USER_BUSYBOX_IPCRM is not set +# CONFIG_USER_BUSYBOX_IPCS is not set +# CONFIG_USER_BUSYBOX_LOSETUP is not set +# CONFIG_USER_BUSYBOX_LSPCI is not set +# CONFIG_USER_BUSYBOX_LSUSB is not set +# CONFIG_USER_BUSYBOX_MKSWAP is not set +CONFIG_USER_BUSYBOX_MORE=y +CONFIG_USER_BUSYBOX_MOUNT=y +CONFIG_USER_BUSYBOX_FEATURE_MOUNT_FAKE=y +CONFIG_USER_BUSYBOX_FEATURE_MOUNT_VERBOSE=y +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_HELPERS is not set +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_LABEL is not set +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_NFS is not set +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_CIFS is not set +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_FLAGS is not set +CONFIG_USER_BUSYBOX_FEATURE_MOUNT_FSTAB=y +# CONFIG_USER_BUSYBOX_PIVOT_ROOT is not set +# CONFIG_USER_BUSYBOX_RDATE is not set +# CONFIG_USER_BUSYBOX_RDEV is not set +# CONFIG_USER_BUSYBOX_READPROFILE is not set +# CONFIG_USER_BUSYBOX_RTCWAKE is not set +# CONFIG_USER_BUSYBOX_SCRIPT is not set +# CONFIG_USER_BUSYBOX_SCRIPTREPLAY is not set +# CONFIG_USER_BUSYBOX_SETARCH is not set +# CONFIG_USER_BUSYBOX_SWAPONOFF is not set +# CONFIG_USER_BUSYBOX_SWITCH_ROOT is not set +CONFIG_USER_BUSYBOX_UMOUNT=y +CONFIG_USER_BUSYBOX_FEATURE_UMOUNT_ALL=y + +# +# Common options for mount/umount +# +# CONFIG_USER_BUSYBOX_FEATURE_MOUNT_LOOP is not set +# CONFIG_USER_BUSYBOX_FEATURE_MTAB_SUPPORT is not set +# CONFIG_USER_BUSYBOX_VOLUMEID is not set + +# +# Miscellaneous Utilities +# +# CONFIG_USER_BUSYBOX_CONSPY is not set +CONFIG_USER_BUSYBOX_LESS=y +CONFIG_USER_BUSYBOX_FEATURE_LESS_MAXLINES=9999999 +CONFIG_USER_BUSYBOX_FEATURE_LESS_BRACKETS=y +CONFIG_USER_BUSYBOX_FEATURE_LESS_FLAGS=y +CONFIG_USER_BUSYBOX_FEATURE_LESS_MARKS=y +# CONFIG_USER_BUSYBOX_FEATURE_LESS_REGEXP is not set +# CONFIG_USER_BUSYBOX_FEATURE_LESS_WINCH is not set +# CONFIG_USER_BUSYBOX_FEATURE_LESS_DASHCMD is not set +# CONFIG_USER_BUSYBOX_NANDWRITE is not set +# CONFIG_USER_BUSYBOX_NANDDUMP is not set +# CONFIG_USER_BUSYBOX_SETSERIAL is not set +# CONFIG_USER_BUSYBOX_UBIATTACH is not set +# CONFIG_USER_BUSYBOX_UBIDETACH is not set +# CONFIG_USER_BUSYBOX_UBIMKVOL is not set +# CONFIG_USER_BUSYBOX_UBIRMVOL is not set +# CONFIG_USER_BUSYBOX_UBIRSVOL is not set +# CONFIG_USER_BUSYBOX_UBIUPDATEVOL is not set +# CONFIG_USER_BUSYBOX_ADJTIMEX is not set +# CONFIG_USER_BUSYBOX_BBCONFIG is not set +# CONFIG_USER_BUSYBOX_BEEP is not set +# CONFIG_USER_BUSYBOX_CHAT is not set +# CONFIG_USER_BUSYBOX_CHRT is not set +# CONFIG_USER_BUSYBOX_CROND is not set +# CONFIG_USER_BUSYBOX_CRONTAB is not set +# CONFIG_USER_BUSYBOX_DC is not set +# CONFIG_USER_BUSYBOX_DEVFSD is not set +# CONFIG_USER_BUSYBOX_FEATURE_DEVFS is not set +# CONFIG_USER_BUSYBOX_DEVMEM is not set +# CONFIG_USER_BUSYBOX_EJECT is not set +# CONFIG_USER_BUSYBOX_FBSPLASH is not set +# CONFIG_USER_BUSYBOX_FLASHCP is not set +# CONFIG_USER_BUSYBOX_FLASH_LOCK is not set +# CONFIG_USER_BUSYBOX_FLASH_UNLOCK is not set +# CONFIG_USER_BUSYBOX_FLASH_ERASEALL is not set +# CONFIG_USER_BUSYBOX_IONICE is not set +# CONFIG_USER_BUSYBOX_INOTIFYD is not set +CONFIG_USER_BUSYBOX_LAST=y +CONFIG_USER_BUSYBOX_FEATURE_LAST_SMALL=y +# CONFIG_USER_BUSYBOX_FEATURE_LAST_FANCY is not set +# CONFIG_USER_BUSYBOX_HDPARM is not set +# CONFIG_USER_BUSYBOX_MAKEDEVS is not set +# CONFIG_USER_BUSYBOX_MAN is not set +# CONFIG_USER_BUSYBOX_MICROCOM is not set +# CONFIG_USER_BUSYBOX_MOUNTPOINT is not set +# CONFIG_USER_BUSYBOX_MT is not set +# CONFIG_USER_BUSYBOX_RAIDAUTORUN is not set +# CONFIG_USER_BUSYBOX_RFKILL is not set +# CONFIG_USER_BUSYBOX_RUNLEVEL is not set +# CONFIG_USER_BUSYBOX_RX is not set +# CONFIG_USER_BUSYBOX_SETSID is not set +# CONFIG_USER_BUSYBOX_STRINGS is not set +# CONFIG_USER_BUSYBOX_TASKSET is not set +# CONFIG_USER_BUSYBOX_TIME is not set +# CONFIG_USER_BUSYBOX_TIMEOUT is not set +# CONFIG_USER_BUSYBOX_TTYSIZE is not set +# CONFIG_USER_BUSYBOX_VOLNAME is not set +# CONFIG_USER_BUSYBOX_WALL is not set +# CONFIG_USER_BUSYBOX_WATCHDOG is not set + +# +# Networking Utilities +# +# CONFIG_USER_BUSYBOX_NAMEIF is not set +# CONFIG_USER_BUSYBOX_NBDCLIENT is not set +# CONFIG_USER_BUSYBOX_NC is not set +# CONFIG_USER_BUSYBOX_PING is not set +# CONFIG_USER_BUSYBOX_WHOIS is not set +# CONFIG_USER_BUSYBOX_FEATURE_IPV6 is not set +# CONFIG_USER_BUSYBOX_FEATURE_UNIX_LOCAL is not set +# CONFIG_USER_BUSYBOX_VERBOSE_RESOLUTION_ERRORS is not set +# CONFIG_USER_BUSYBOX_ARP is not set +# CONFIG_USER_BUSYBOX_ARPING is not set +# CONFIG_USER_BUSYBOX_BRCTL is not set +# CONFIG_USER_BUSYBOX_DNSD is not set +# CONFIG_USER_BUSYBOX_ETHER_WAKE is not set +# CONFIG_USER_BUSYBOX_FAKEIDENTD is not set +# CONFIG_USER_BUSYBOX_FTPD is not set +# CONFIG_USER_BUSYBOX_FTPGET is not set +# CONFIG_USER_BUSYBOX_FTPPUT is not set +# CONFIG_USER_BUSYBOX_HOSTNAME is not set +# CONFIG_USER_BUSYBOX_HTTPD is not set +# CONFIG_USER_BUSYBOX_IFCONFIG is not set +# CONFIG_USER_BUSYBOX_IFENSLAVE is not set +# CONFIG_USER_BUSYBOX_IFPLUGD is not set +# CONFIG_USER_BUSYBOX_IFUPDOWN is not set +# CONFIG_USER_BUSYBOX_INETD is not set +# CONFIG_USER_BUSYBOX_IP is not set +# CONFIG_USER_BUSYBOX_IPCALC is not set +# CONFIG_USER_BUSYBOX_NETSTAT is not set +# CONFIG_USER_BUSYBOX_NSLOOKUP is not set +# CONFIG_USER_BUSYBOX_NTPD is not set +# CONFIG_USER_BUSYBOX_PSCAN is not set +# CONFIG_USER_BUSYBOX_ROUTE is not set +# CONFIG_USER_BUSYBOX_SLATTACH is not set +# CONFIG_USER_BUSYBOX_TCPSVD is not set +# CONFIG_USER_BUSYBOX_TELNET is not set +# CONFIG_USER_BUSYBOX_TELNETD is not set +# CONFIG_USER_BUSYBOX_TFTP is not set +# CONFIG_USER_BUSYBOX_TFTPD is not set +# CONFIG_USER_BUSYBOX_TRACEROUTE is not set +# CONFIG_USER_BUSYBOX_TUNCTL is not set +# CONFIG_USER_BUSYBOX_UDHCPD is not set +# CONFIG_USER_BUSYBOX_UDHCPC is not set +# CONFIG_USER_BUSYBOX_UDPSVD is not set +# CONFIG_USER_BUSYBOX_VCONFIG is not set +# CONFIG_USER_BUSYBOX_WGET is not set +# CONFIG_USER_BUSYBOX_ZCIP is not set + +# +# Print Utilities +# +# CONFIG_USER_BUSYBOX_LPD is not set +# CONFIG_USER_BUSYBOX_LPR is not set +# CONFIG_USER_BUSYBOX_LPQ is not set + +# +# Mail Utilities +# +# CONFIG_USER_BUSYBOX_MAKEMIME is not set +# CONFIG_USER_BUSYBOX_POPMAILDIR is not set +# CONFIG_USER_BUSYBOX_REFORMIME is not set +# CONFIG_USER_BUSYBOX_SENDMAIL is not set + +# +# Process Utilities +# +# CONFIG_USER_BUSYBOX_IOSTAT is not set +# CONFIG_USER_BUSYBOX_LSOF is not set +# CONFIG_USER_BUSYBOX_MPSTAT is not set +# CONFIG_USER_BUSYBOX_NMETER is not set +# CONFIG_USER_BUSYBOX_PMAP is not set +# CONFIG_USER_BUSYBOX_POWERTOP is not set +# CONFIG_USER_BUSYBOX_PSTREE is not set +# CONFIG_USER_BUSYBOX_PWDX is not set +# CONFIG_USER_BUSYBOX_SMEMCAP is not set +# CONFIG_USER_BUSYBOX_TOP is not set +# CONFIG_USER_BUSYBOX_UPTIME is not set +CONFIG_USER_BUSYBOX_FREE=y +# CONFIG_USER_BUSYBOX_FUSER is not set +CONFIG_USER_BUSYBOX_KILL=y +CONFIG_USER_BUSYBOX_KILLALL=y +CONFIG_USER_BUSYBOX_KILLALL5=y +# CONFIG_USER_BUSYBOX_PGREP is not set +# CONFIG_USER_BUSYBOX_PIDOF is not set +# CONFIG_USER_BUSYBOX_PKILL is not set +CONFIG_USER_BUSYBOX_PS=y +CONFIG_USER_BUSYBOX_FEATURE_PS_WIDE=y +CONFIG_USER_BUSYBOX_FEATURE_PS_LONG=y +CONFIG_USER_BUSYBOX_RENICE=y +CONFIG_USER_BUSYBOX_BB_SYSCTL=y +# CONFIG_USER_BUSYBOX_FEATURE_SHOW_THREADS is not set +# CONFIG_USER_BUSYBOX_WATCH is not set + +# +# Runit Utilities +# +# CONFIG_USER_BUSYBOX_RUNSV is not set +# CONFIG_USER_BUSYBOX_RUNSVDIR is not set +# CONFIG_USER_BUSYBOX_SV is not set +# CONFIG_USER_BUSYBOX_SVLOGD is not set +# CONFIG_USER_BUSYBOX_CHPST is not set +# CONFIG_USER_BUSYBOX_SETUIDGID is not set +# CONFIG_USER_BUSYBOX_ENVUIDGID is not set +# CONFIG_USER_BUSYBOX_ENVDIR is not set +# CONFIG_USER_BUSYBOX_SOFTLIMIT is not set + +# +# Shells +# +# CONFIG_USER_BUSYBOX_CTTYHACK is not set +# CONFIG_USER_BUSYBOX_HUSH is not set +# CONFIG_USER_BUSYBOX_MSH is not set +# CONFIG_USER_BUSYBOX_FEATURE_SH_IS_ASH is not set +# CONFIG_USER_BUSYBOX_FEATURE_SH_IS_HUSH is not set +CONFIG_USER_BUSYBOX_FEATURE_SH_IS_NONE=y +# CONFIG_USER_BUSYBOX_FEATURE_BASH_IS_ASH is not set +# CONFIG_USER_BUSYBOX_FEATURE_BASH_IS_HUSH is not set +CONFIG_USER_BUSYBOX_FEATURE_BASH_IS_NONE=y + +# +# System Logging Utilities +# +# CONFIG_USER_BUSYBOX_SYSLOGD is not set +# CONFIG_USER_BUSYBOX_KLOGD is not set +# CONFIG_USER_BUSYBOX_LOGGER is not set + +# +# Tinylogin +# +# CONFIG_USER_TINYLOGIN_TINYLOGIN is not set + +# +# Applets +# + +# +# Features +# + +# +# MicroWindows +# +# CONFIG_USER_MICROWIN is not set + +# +# Compiling Options +# + +# +# Libraries +# + +# +# Demos +# + +# +# Applications +# + +# +# Settings +# + +# +# Display Config +# + +# +# Mouse/Touch Screen +# + +# +# Keyboard +# + +# +# Install These Applications +# + +# +# Games +# +# CONFIG_USER_GAMES_ADVENT4 is not set +# CONFIG_USER_GAMES_DUNGEON is not set +# CONFIG_USER_GAMES_RUBIK is not set +# CONFIG_USER_GAMES_TAMA is not set + +# +# Miscellaneous Configuration +# +# CONFIG_USER_RAMIMAGE_NONE is not set +CONFIG_USER_RAMIMAGE_RAMFS64=y +# CONFIG_USER_RAMIMAGE_RAMFS128 is not set +# CONFIG_USER_RAMIMAGE_RAMFS256 is not set +# CONFIG_USER_RAMIMAGE_RAMFS512 is not set +# CONFIG_USER_RAMIMAGE_RAMFS1024 is not set +# CONFIG_USER_RAMIMAGE_RAMFS2048 is not set +# CONFIG_USER_RAMIMAGE_RAMFS8192 is not set +# CONFIG_USER_CGI_GENERIC is not set +# CONFIG_USER_CGIHTML is not set +# CONFIG_USER_DEMO_BUTTON is not set +# CONFIG_USER_DEMO_LATCH is not set +# CONFIG_USER_DEMO_MORSE is not set +# CONFIG_USER_DEMO_R2100 is not set +# CONFIG_POOR_ENTROPY is not set + +# +# Debug Builds +# +# CONFIG_LIB_DEBUG is not set +# CONFIG_USER_DEBUG is not set + +# +# Debug tools +# +# CONFIG_USER_TIMEPEG_TPT is not set + +# +# Debug libraries +# +# CONFIG_LIB_LIBCCMALLOC is not set + +# +# Automake Applications +# +# CONFIG_USER_MODEMMANAGER is not set +# CONFIG_USER_ASTERISK is not set +# CONFIG_USER_FREERADIUS is not set +# CONFIG_USER_GREP_GREP is not set +# CONFIG_USER_INOTIFY_TOOLS is not set +# CONFIG_USER_INPUT_EVENT_DAEMON is not set +# CONFIG_USER_IPSEC_TOOLS is not set +# CONFIG_USER_KEEPALIVED is not set +# CONFIG_USER_KISMET is not set +# CONFIG_USER_KMOD is not set +# CONFIG_USER_LUA is not set +# CONFIG_USER_LZMA is not set +# CONFIG_USER_MII_DIAG is not set +# CONFIG_USER_MOBILE_BROADBAND_PROVIDER_INFO is not set +# CONFIG_USER_MOBILE_BROADBAND_PROVIDER_INFO_INSTALL_UNKNOWN is not set +# CONFIG_USER_NETIFD is not set +# CONFIG_USER_NUTTCP is not set +# CONFIG_USER_PYTHON is not set +# CONFIG_USER_READLINE is not set +# CONFIG_USER_SNORT_BARNYARD is not set +# CONFIG_USER_SOCAT is not set +# CONFIG_USER_SQLITE is not set +# CONFIG_USER_SYSKLOGD is not set +# CONFIG_USER_SYSSTAT is not set +# CONFIG_USER_TCL is not set +# CONFIG_USER_UBUS is not set +# CONFIG_USER_UCI is not set +# CONFIG_USER_UNIONFS is not set +# CONFIG_USER_UQMI is not set +# CONFIG_USER_USB_MODESWITCH is not set +# CONFIG_USER_USBUTILS is not set +# CONFIG_USER_UTIL_LINUX is not set + +# +# Bootloaders +# diff --git a/vendors/Hitachi/MS7619SE/inittab b/vendors/Hitachi/MS7619SE/inittab new file mode 100644 index 000000000..3081b75b4 --- /dev/null +++ b/vendors/Hitachi/MS7619SE/inittab @@ -0,0 +1 @@ +ttySC2:linux:/bin/sh diff --git a/vendors/Hitachi/MS7619SE/motd b/vendors/Hitachi/MS7619SE/motd new file mode 100644 index 000000000..d99627c5c --- /dev/null +++ b/vendors/Hitachi/MS7619SE/motd @@ -0,0 +1,14 @@ +Welcome to + ____ _ _ + / __| ||_| + _ _| | | | _ ____ _ _ _ _ + | | | | | | || | _ \| | | |\ \/ / + | |_| | |__| || | | | | |_| |/ \ + | ___\____|_||_|_| |_|\____|\_/\_/ + | | + |_| + +Hitachi/MS719SE port. +For further information check: +http://www.uclinux.org/ + diff --git a/vendors/Hitachi/MS7619SE/passwd b/vendors/Hitachi/MS7619SE/passwd new file mode 100644 index 000000000..d9ac76470 --- /dev/null +++ b/vendors/Hitachi/MS7619SE/passwd @@ -0,0 +1 @@ +passwd abTxyM1SdxNko diff --git a/vendors/Hitachi/MS7619SE/rc b/vendors/Hitachi/MS7619SE/rc new file mode 100644 index 000000000..71014b0b3 --- /dev/null +++ b/vendors/Hitachi/MS7619SE/rc @@ -0,0 +1,8 @@ +hostname MS7619SE +mount -t proc proc /proc +mkdir /var/tmp +mkdir /var/log +mkdir /var/run +mkdir /var/lock +mkdir /var/empty +cat /etc/motd -- 2.11.0