menuconfig IMAGEOPT bool "Image configuration" default n source "package/*/image-config.in" menu "Base system" config PACKAGE_attendedsysupgrade-common tristate "attendedsysupgrade-common" default y if DEFAULT_attendedsysupgrade-common default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_rpcd-mod-rpcsys select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_rpcd help Common needed files for attendedsysupgrade tool Manages dependencies and brings settings used by clients. UCI options: attendedsysupgrade.server.url URL of compatible upgrade server [1] attendedsysupgrade.client.upgrade_packages Client should request image also if no new release but new packages upgrade are available. attendedsysupgrade.client.advanced_mode Offer advanced options like editing packages before request and show additional information. attendedsysupgrade.client.auto_search Tells the client to automattically search for upgrades This can be done when opening luci or login in to console - depends on client. [1]: https://github.com/aparcar/gsoc17-attended-sysupgrade Paul Spooren config PACKAGE_auc tristate "auc............................... Attended sysUpgrade CLI (EXPERIMENTAL)" default y if DEFAULT_auc default m if ALL select PACKAGE_rpcd-mod-rpcsys select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json select PACKAGE_libubox select PACKAGE_libuclient select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubus select PACKAGE_libuci select PACKAGE_ucert if PACKAGE_ucert-full config PACKAGE_blockd tristate "blockd......................................... Block device automounting" default y if DEFAULT_blockd default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_fstools select PACKAGE_libubus select PACKAGE_kmod-fs-autofs4 select PACKAGE_libjson-c select PACKAGE_block-mount select PACKAGE_librt if USE_GLIBC help Block device automounting John Crispin config PACKAGE_bridge tristate "bridge........................... Ethernet bridging configuration utility" default y if DEFAULT_bridge default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Manage ethernet bridging: a way to connect networks together to form a larger network. http://www.linuxfromscratch.org/blfs/view/svn/basicnet/bridge-utils.html Nikolay Martynov menuconfig PACKAGE_busybox tristate "busybox................................ Core utilities for embedded Linux" default y if DEFAULT_busybox default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpam if BUSYBOX_CONFIG_PAM select PACKAGE_jsonfilter if BUSYBOX_CONFIG_NTPD select PACKAGE_libssp if GCC_LIBSSP help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Felix Fietkau source "package/utils/busybox/Config.in" config PACKAGE_ca-bundle tristate "ca-bundle............................. System CA certificates as a bundle" default y if DEFAULT_ca-bundle default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help System CA certificates as a bundle config PACKAGE_ca-certificates tristate "ca-certificates................................... System CA certificates" default y if DEFAULT_ca-certificates default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help System CA certificates config PACKAGE_dnsmasq tristate "dnsmasq.............................................. DNS and DHCP server" default y if DEFAULT_dnsmasq default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help It is intended to provide coupled DNS and DHCP service to a LAN. http://www.thekelleys.org.uk/dnsmasq/ config PACKAGE_dnsmasq-dhcpv6 tristate "dnsmasq-dhcpv6................. DNS and DHCP server (with DHCPv6 support)" default y if DEFAULT_dnsmasq-dhcpv6 default m if ALL depends on IPV6 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubus select PACKAGE_libssp if GCC_LIBSSP help It is intended to provide coupled DNS and DHCP service to a LAN. This is a variant with DHCPv6 support http://www.thekelleys.org.uk/dnsmasq/ config PACKAGE_dnsmasq-full tristate "dnsmasq-full" default y if DEFAULT_dnsmasq-full default m if ALL select PACKAGE_libubus select PACKAGE_kmod-ipt-ipset if PACKAGE_dnsmasq_full_ipset select PACKAGE_libnettle if PACKAGE_dnsmasq_full_dnssec select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetfilter-conntrack if PACKAGE_dnsmasq_full_conntrack select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help It is intended to provide coupled DNS and DHCP service to a LAN. This is a fully configurable variant with DHCPv4, DHCPv6, DNSSEC, Authoritative DNS and IPset, Conntrack support & NO_ID enabled by default. http://www.thekelleys.org.uk/dnsmasq/ if PACKAGE_dnsmasq-full config PACKAGE_dnsmasq_full_dhcp bool "Build with DHCP support." default y config PACKAGE_dnsmasq_full_dhcpv6 bool "Build with DHCPv6 support." depends on IPV6 && PACKAGE_dnsmasq_full_dhcp default y config PACKAGE_dnsmasq_full_dnssec bool "Build with DNSSEC support." default y config PACKAGE_dnsmasq_full_auth bool "Build with the facility to act as an authoritative DNS server." default y config PACKAGE_dnsmasq_full_ipset bool "Build with IPset support." default y config PACKAGE_dnsmasq_full_conntrack bool "Build with Conntrack support." default y config PACKAGE_dnsmasq_full_noid bool "Build with NO_ID. (hide *.bind pseudo domain)" default y config PACKAGE_dnsmasq_full_broken_rtc bool "Build with HAVE_BROKEN_RTC." default n config PACKAGE_dnsmasq_full_tftp bool "Build with TFTP server support." default y endif config PACKAGE_dropbear tristate "dropbear........................................ Small SSH2 client/server" default y if DEFAULT_dropbear default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib if DROPBEAR_ZLIB help A small SSH2 server/client designed for small memory environments. http://matt.ucc.asn.au/dropbear/ source "package/network/services/dropbear/Config.in" config PACKAGE_ead tristate "ead.............................................. Emergency Access Daemon" default y if DEFAULT_ead default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Provides remote access to your device even if IP and firewall configuration settings are defunct http://bridge.sourceforge.net/ Felix Fietkau config PACKAGE_firewall tristate "firewall.............................................. OpenWrt C Firewall" default y if DEFAULT_firewall default m if ALL select PACKAGE_kmod-ipt-core select PACKAGE_libc select PACKAGE_libxtables select PACKAGE_libip4tc select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-nat select PACKAGE_libip6tc if IPV6 select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-nf-conntrack6 if IPV6 select PACKAGE_libubox select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuci select PACKAGE_kmod-ipt-conntrack help This package provides a config-compatible C implementation of the UCI firewall. Jo-Philipp Wich menuconfig PACKAGE_fstools tristate "fstools......................................... OpenWrt filesystem tools" default y if DEFAULT_fstools default m if ALL||ALL_NONSHARED select PACKAGE_ubi-utils if NAND_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ubox help OpenWrt filesystem tools John Crispin config FSTOOLS_UBIFS_EXTROOT depends on PACKAGE_fstools depends on NAND_SUPPORT bool "Support extroot functionality with UBIFS" default y help This option makes it possible to use extroot functionality if the root filesystem resides on an UBIFS partition config FSTOOLS_OVL_MOUNT_FULL_ACCESS_TIME depends on PACKAGE_fstools bool "Full access time accounting" default n help This option enables the full access time accounting (warning: it will increase the flash writes). config FSTOOLS_OVL_MOUNT_COMPRESS_ZLIB depends on PACKAGE_fstools bool "Compress using zlib" default n help This option enables the compression using zlib on the storage device. config PACKAGE_fwtool tristate "fwtool" default y if DEFAULT_fwtool default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility for appending and extracting firmware metadata and signatures Felix Fietkau config PACKAGE_getrandom tristate "getrandom................................ OpenWrt getrandom system helper" default y if DEFAULT_getrandom default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help OpenWrt getrandom system helper John Crispin config PACKAGE_iucode-tool tristate "iucode-tool....................................... Intel microcode loader" default y if DEFAULT_iucode-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_x86 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Intel microcode loader https://gitlab.com/iucode-tool/releases/raw/latest Zoltan HERPAI config PACKAGE_jsonfilter tristate "jsonfilter................................... OpenWrt JSON filter utility" default y if DEFAULT_jsonfilter default m if ALL select PACKAGE_libjson-c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox help OpenWrt JSON filter utility http://git.openwrt.org/?p=project/jsonpath.git Jo-Philipp Wich config PACKAGE_libatomic tristate "libatomic......................................... Atomic support library" default y if DEFAULT_libatomic default m if ALL||ALL_NONSHARED select PACKAGE_libgcc help Atomic support library http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libatomic config LIBATOMIC_ROOT_DIR string prompt "libatomic shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libatomic default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBATOMIC_FILE_SPEC string prompt "libatomic shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libatomic default "./lib/libatomic.so.*" endmenu config PACKAGE_libc tristate "libc........................................................... C library" default y if DEFAULT_libc default m if ALL||ALL_NONSHARED select PACKAGE_libgcc help C library Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libc config LIBC_ROOT_DIR string prompt "libc shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libc default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBC_FILE_SPEC string prompt "libc shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libc default "./lib/ld{*.so*,-linux*.so.*} ./lib/lib{anl,c,cidn,crypt,dl,m,nsl,nss_dns,nss_files,resolv,util}{-*.so,.so.*,.so}" endmenu config PACKAGE_libgcc tristate "libgcc............................................... GCC support library" default y if DEFAULT_libgcc default m if ALL||ALL_NONSHARED help GCC support library http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgcc config LIBGCC_ROOT_DIR string prompt "libgcc shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgcc default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBGCC_FILE_SPEC string prompt "libgcc shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgcc default "./lib/libgcc_s.so.*" endmenu config PACKAGE_libgfortran tristate "libgfortran..................................... GFortran support library" default y if DEFAULT_libgfortran default m if ALL||ALL_NONSHARED depends on INSTALL_GFORTRAN help GFortran support library http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgfortran config LIBGFORTRAN_ROOT_DIR string prompt "libgfortran shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgfortran default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBGFORTRAN_FILE_SPEC string prompt "libgfortran shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgfortran default "./usr/lib/libgfortran.so.*" endmenu config PACKAGE_libgomp tristate "libgomp........................................... OpenMP support library" default y if DEFAULT_libgomp default m if ALL||ALL_NONSHARED help OpenMP support library http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgomp config LIBGOMP_ROOT_DIR string prompt "libgomp shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgomp default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBGOMP_FILE_SPEC string prompt "libgomp shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libgomp default "./lib/libgomp.so*" endmenu config PACKAGE_libpthread tristate "libpthread.......................................... POSIX thread library" default y if DEFAULT_libpthread default m if ALL||ALL_NONSHARED select PACKAGE_libgcc help POSIX thread library Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libpthread config LIBPTHREAD_ROOT_DIR string prompt "libpthread shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libpthread default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBPTHREAD_FILE_SPEC string prompt "libpthread shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libpthread default "./lib/libpthread{-*.so,.so.*}" endmenu config PACKAGE_librt tristate "librt................................ POSIX.1b RealTime extension library" default y if DEFAULT_librt default m if ALL||ALL_NONSHARED select PACKAGE_libpthread help POSIX.1b RealTime extension library Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_librt config LIBRT_ROOT_DIR string prompt "librt shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_librt default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBRT_FILE_SPEC string prompt "librt shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_librt default "./lib/librt{-*.so,.so.*}" endmenu config PACKAGE_libssp tristate "libssp............................................... GCC support library" default y if DEFAULT_libssp default m if ALL||ALL_NONSHARED depends on GCC_LIBSSP help GCC support library http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libssp config LIBSSP_ROOT_DIR string prompt "libssp shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libssp default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBSSP_FILE_SPEC string prompt "libssp shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libssp default "./lib/libssp.so.*" endmenu config PACKAGE_libstdcpp tristate "libstdcpp.................................... GNU Standard C++ Library v3" default y if DEFAULT_libstdcpp default m if ALL||ALL_NONSHARED help GNU Standard C++ Library v3 http://gcc.gnu.org/ Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libstdcpp config LIBSTDCPP_ROOT_DIR string prompt "libstdcpp shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libstdcpp default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBSTDCPP_FILE_SPEC string prompt "libstdc++ shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libstdcpp default "./lib/libstdc++.so.*" endmenu config PACKAGE_libthread-db tristate "libthread-db...................... POSIX thread library debugging support" default y if DEFAULT_libthread-db default m if ALL||ALL_NONSHARED depends on !USE_MUSL help POSIX thread library debugging support Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libthread-db config LIBTHREAD_DB_ROOT_DIR string prompt "POSIX thread debugging shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libthread-db default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBTHREAD_DB_FILE_SPEC string prompt "POSIX thread debugging shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libthread-db default "./lib/libthread_db{-*.so,.so.*}" endmenu config PACKAGE_logd tristate "logd................................... OpenWrt system log implementation" default y if DEFAULT_logd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP help OpenWrt system log implementation John Crispin config PACKAGE_mtd tristate "mtd............................... Update utility for trx firmware images" default y if DEFAULT_mtd default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox help This package contains an utility useful to upgrade from other firmware or older OpenWrt releases. config PACKAGE_netifd tristate "netifd.................... OpenWrt Network Interface Configuration Daemon" default y if DEFAULT_netifd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ubus select PACKAGE_libuci select PACKAGE_libubus select PACKAGE_libnl-tiny select PACKAGE_ubusd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_jshn select PACKAGE_libubox select PACKAGE_libssp if GCC_LIBSSP help OpenWrt Network Interface Configuration Daemon Felix Fietkau config PACKAGE_nft-qos tristate "nft-qos........................................ QoS scripts over nftables" default y if DEFAULT_nft-qos default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on IPV6 select PACKAGE_kmod-nft-netdev select PACKAGE_kmod-nft-bridge select PACKAGE_nftables select PACKAGE_libssp if GCC_LIBSSP help This package provides implementation for qos over nftables. Currently, static/dynamic qos and traffic shaping are supported. Rosy Song config PACKAGE_nvram tristate "nvram............. Userspace port of the Broadcom NVRAM manipulation tool" default y if DEFAULT_nvram default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (TARGET_brcm47xx||TARGET_bcm53xx||TARGET_ar71xx||TARGET_ath79) help This package contains an utility to manipulate NVRAM on Broadcom based devices. It works on bcm47xx (Linux 2.6) without using the kernel api. Jo-Philipp Wich config PACKAGE_om-watchdog tristate "om-watchdog.................................................. om watchdog" default y if DEFAULT_om-watchdog default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the hw watchdog script for the OM1P and OM2P device. http://openwrt.org/ config PACKAGE_openwrt-keyring tristate "openwrt-keyring................................ OpenWrt Developer Keyring" default y if DEFAULT_openwrt-keyring default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The keyring of with the developer using and gpg public keys. https://openwrt.org/docs/guide-user/security/signatures John Crispin menuconfig PACKAGE_opkg tristate "opkg................................................ opkg package manager" default y if DEFAULT_opkg default m if ALL select PACKAGE_uclient-fetch select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libubox select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Lightweight package management system opkg is the opkg Package Management System, for handling installation and removal of packages on a system. It can recursively follow dependencies and download all packages necessary to install a particular package. opkg knows how to install both .ipk and .deb packages. https://git.openwrt.org/project/opkg-lede.git Jo-Philipp Wich config PACKAGE_osafeloader tristate "osafeloader............... Utility for handling TP-LINK SafeLoader images" default y if DEFAULT_osafeloader default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_bcm53xx select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains an utility that allows handling SafeLoader images. Rafał Miłecki config PACKAGE_oseama tristate "oseama........................ Utility for handling Seama firmware images" default y if DEFAULT_oseama default m if ALL||ALL_NONSHARED depends on TARGET_bcm53xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains an utility that allows handling Seama images. Rafał Miłecki config PACKAGE_otrx tristate "otrx................. Utility for opening (analyzing) TRX firmware images" default y if DEFAULT_otrx default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on (TARGET_brcm47xx||TARGET_bcm53xx) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains an utility that allows validating TRX images. Rafał Miłecki config PACKAGE_procd tristate "procd..................................... OpenWrt system process manager" default y if DEFAULT_procd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libjson-script select PACKAGE_libjson-c select PACKAGE_ubus select PACKAGE_libubus select PACKAGE_ubusd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ubox select PACKAGE_libubox select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP help OpenWrt system process manager John Crispin menu "Configuration" depends on PACKAGE_procd config PROCD_SHOW_BOOT bool default n prompt "Print the shutdown to the console as well as logging it to syslog" config PROCD_ZRAM_TMPFS bool default n prompt "Mount /tmp using zram." endmenu config PACKAGE_procd-seccomp tristate "procd-seccomp.................... OpenWrt process seccomp helper + utrace" default y if DEFAULT_procd-seccomp default m if ALL select PACKAGE_libubox depends on (arm||armeb||mips||mipsel||i386||powerpc||x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !TARGET_uml select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json depends on KERNEL_SECCOMP help OpenWrt process seccomp helper + utrace John Crispin config PACKAGE_procd-ujail tristate "procd-ujail.................................. OpenWrt process jail helper" default y if DEFAULT_procd-ujail default m if ALL select KERNEL_IPC_NS select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox select KERNEL_UTS_NS select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select KERNEL_PID_NS depends on KERNEL_NAMESPACES help OpenWrt process jail helper John Crispin config PACKAGE_qos-scripts tristate "qos-scripts.................................................. QoS scripts" default y if DEFAULT_qos-scripts default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ifb select PACKAGE_kmod-sched-connmark select PACKAGE_kmod-sched-core select PACKAGE_tc select PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_iptables-mod-ipopt help A set of scripts that abstract QoS configuration into a simple configuration file supporting stanzas that specify any number of QoS entries. Felix Fietkau config PACKAGE_resolveip tristate "resolveip.................. Simple DNS resolver with configurable timeout" default y if DEFAULT_resolveip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the small resolveip utility which can be used by scripts to turn host names into numeric IP addresses. It supports IPv4 and IPv6 resolving and has a configurable timeout to guarantee a certain maximum runtime in case of slow or defunct DNS servers. Jo-Philipp Wich config PACKAGE_rpcd tristate "rpcd..................................... OpenWrt ubus RPC backend server" default y if DEFAULT_rpcd default m if ALL select PACKAGE_libubus select PACKAGE_libjson-c select PACKAGE_libuci select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package provides the UBUS RPC backend server to expose various functionality to frontend programs via JSON-RPC. Jo-Philipp Wich config PACKAGE_rpcd-mod-file tristate "rpcd-mod-file.............. OpenWrt ubus RPC backend server (file plugin)" default y if DEFAULT_rpcd-mod-file default m if ALL select PACKAGE_libubus select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_rpcd select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Provides ubus calls for file and directory operations. Jo-Philipp Wich config PACKAGE_rpcd-mod-iwinfo tristate "rpcd-mod-iwinfo.......... OpenWrt ubus RPC backend server (iwinfo plugin)" default y if DEFAULT_rpcd-mod-iwinfo default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiwinfo select PACKAGE_libubox depends on PACKAGE_rpcd select PACKAGE_libssp if GCC_LIBSSP help Provides ubus calls for accessing iwinfo data. Jo-Philipp Wich config PACKAGE_rpcd-mod-rpcsys tristate "rpcd-mod-rpcsys.......... OpenWrt ubus RPC backend server (rpcsys plugin)" default y if DEFAULT_rpcd-mod-rpcsys default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubus depends on PACKAGE_rpcd help Provides ubus calls for sysupgrade and password changing. Jo-Philipp Wich config PACKAGE_snapshot-tool tristate "snapshot-tool.................................... rootfs snapshoting tool" default y if DEFAULT_snapshot-tool default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_fstools select PACKAGE_librt if USE_GLIBC help rootfs snapshoting tool John Crispin config PACKAGE_sqm-scripts tristate "sqm-scripts............................................ SQM Scripts (QoS)" default y if DEFAULT_sqm-scripts default m if ALL select PACKAGE_kmod-sched-cake select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-ifb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-sched-core select PACKAGE_tc select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_iptables-mod-ipopt help A set of scripts that does simple SQM configuration. Toke Høiland-Jørgensen config PACKAGE_sqm-scripts-extra tristate "sqm-scripts-extra" default y if DEFAULT_sqm-scripts-extra default m if ALL select PACKAGE_sqm-scripts select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A set of experimental scripts for sqm-scripts QoS package. The contents of this package may change as new qdiscs like 'cake' are developed and tested. Kevin Darbyshire-Bryant , Sebastian Moeller config PACKAGE_swconfig tristate "swconfig.................................... Switch configuration utility" default y if DEFAULT_swconfig default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-tiny select PACKAGE_libuci help Switch configuration utility Felix Fietkau config PACKAGE_ubox tristate "ubox....................................... OpenWrt system helper toolbox" default y if DEFAULT_ubox default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ubusd select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libuci select PACKAGE_ubus help OpenWrt system helper toolbox John Crispin config PACKAGE_ubus tristate "ubus.......................................... OpenWrt RPC client utility" default y if DEFAULT_ubus default m if ALL select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ubusd select PACKAGE_libc help OpenWrt RPC client utility Felix Fietkau config PACKAGE_ubusd tristate "ubusd................................................. OpenWrt RPC daemon" default y if DEFAULT_ubusd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP help OpenWrt RPC daemon Felix Fietkau config PACKAGE_ucert tristate "ucert........................... OpenWrt certificate verification utility" default y if DEFAULT_ucert default m if ALL select PACKAGE_libubox select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_usign depends on m || (PACKAGE_ucert-full != y) help OpenWrt certificate verification utility Daniel Golle config PACKAGE_ucert-full tristate "ucert-full....... OpenWrt certificate generation and verification utility" default y if DEFAULT_ucert-full default m if ALL select PACKAGE_usign select PACKAGE_libjson-c select PACKAGE_librt if USE_GLIBC select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox help OpenWrt certificate generation and verification utility Daniel Golle config PACKAGE_uci tristate "uci................ Utility for the Unified Configuration Interface (UCI)" default y if DEFAULT_uci default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuci help Utility for the Unified Configuration Interface (UCI) Felix Fietkau config PACKAGE_urandom-seed tristate "urandom-seed...................... /etc/urandom.seed handling for OpenWrt" default y if DEFAULT_urandom-seed default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_getrandom select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help /etc/urandom.seed handling for OpenWrt http://openwrt.org/ config PACKAGE_urngd tristate "urngd" default y if DEFAULT_urngd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libssp if GCC_LIBSSP help urngd is OpenWrt's micro non-physical true random number generator based on timing jitter. Using the Jitter RNG core, the rngd provides an entropy source that feeds into the Linux /dev/random device if its entropy runs low. It updates the /dev/random entropy estimator such that the newly provided entropy unblocks /dev/random. The seeding of /dev/random also ensures that /dev/urandom benefits from entropy. Especially during boot time, when the entropy of Linux is low, the Jitter RNGd provides a source of sufficient entropy. config PACKAGE_usign tristate "usign............................. OpenWrt signature verification utility" default y if DEFAULT_usign default m if ALL select PACKAGE_libubox select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help OpenWrt signature verification utility Felix Fietkau config PACKAGE_wireless-tools tristate "wireless-tools.......... Tools for manipulating Linux Wireless Extensions" default y if DEFAULT_wireless-tools default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains a collection of tools for configuring wireless adapters implementing the "Linux Wireless Extensions". http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Felix Fietkau config PACKAGE_zram-swap tristate "zram-swap.............................................. ZRAM swap scripts" default y if DEFAULT_zram-swap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_block-mount if !((BUSYBOX_DEFAULT_SWAPON||BUSYBOX_CONFIG_SWAPON)&&(BUSYBOX_DEFAULT_SWAPOFF||BUSYBOX_CONFIG_SWAPOFF)) select PACKAGE_swap-utils if !(BUSYBOX_DEFAULT_MKSWAP||BUSYBOX_CONFIG_MKSWAP) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-zram help A script to activate swaping on a compressed zram partition. This could be used to increase the available memory, by using compressed memory. endmenu menu "Administration" menu "openwisp" config PACKAGE_netjson-monitoring tristate "netjson-monitoring.................................... NetJson Monitoring" default y if DEFAULT_netjson-monitoring default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_rpcd-mod-iwinfo select PACKAGE_libubus-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua-cjson select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_rpcd help NetJson Monitoring http://openwisp.org Federico Capoano config PACKAGE_openwisp-config-mbedtls tristate "openwisp-config-mbedtls" default y if DEFAULT_openwisp-config-mbedtls default m if ALL select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-certificates select PACKAGE_libuci-lua select PACKAGE_libc select PACKAGE_curl select PACKAGE_libmbedtls select PACKAGE_luafilesystem select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help Remote configuration management agent (mbedTLS variant) http://openwisp.org Federico Capoano config PACKAGE_openwisp-config-nossl tristate "openwisp-config-nossl" default y if DEFAULT_openwisp-config-nossl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_curl select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_luafilesystem select PACKAGE_lua help Remote configuration management agent (No SSL variant) http://openwisp.org Federico Capoano config PACKAGE_openwisp-config-openssl tristate "openwisp-config-openssl" default y if DEFAULT_openwisp-config-openssl default m if ALL select PACKAGE_luafilesystem select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-certificates select PACKAGE_libuci-lua select PACKAGE_lua select PACKAGE_libc select PACKAGE_curl help Remote configuration management agent (OpenSSL variant) http://openwisp.org Federico Capoano config PACKAGE_openwisp-config-wolfssl tristate "openwisp-config-wolfssl" default y if DEFAULT_openwisp-config-wolfssl default m if ALL select PACKAGE_luafilesystem select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-nixio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lua select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-certificates select PACKAGE_libwolfssl select PACKAGE_curl select PACKAGE_libc help Remote configuration management agent (WolfSSL variant) http://openwisp.org Federico Capoano config PACKAGE_openwisp-monitoring tristate "openwisp-monitoring............................ OpenWISP Monitoring agent" default y if DEFAULT_openwisp-monitoring default m if ALL select PACKAGE_openwisp-config select PACKAGE_libpthread if USE_GLIBC select PACKAGE_netjson-monitoring select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OpenWISP Monitoring agent http://openwisp.org Federico Capoano endmenu menu "zabbix" config PACKAGE_zabbix-agentd tristate "zabbix-agentd.............................................. Zabbix agentd" default y if DEFAULT_zabbix-agentd default m if ALL select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_libopenssl if ZABBIX_OPENSSL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Zabbix agentd https://www.zabbix.com/ Etienne CHAMPETIER comment "SSL support" choice prompt "Selected SSL library" default ZABBIX_NOSSL config ZABBIX_OPENSSL bool "OpenSSL" config ZABBIX_GNUTLS bool "GnuTLS" config ZABBIX_NOSSL bool "No SSL support" endchoice config PACKAGE_zabbix-extra-mac80211 tristate "zabbix-extra-mac80211....... Zabbix discovery/userparameters for mac80211" default y if DEFAULT_zabbix-extra-mac80211 default m if ALL depends on PACKAGE_MAC80211_DEBUGFS select PACKAGE_zabbix-agentd select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on KERNEL_DEBUG_FS select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help An extra package for zabbix-agentd that adds a discovery rule for mac80211 wifi phy and many userparameters. It contains an suid helper to allow zabbix-agentd to still run as zabbix user and not as root. See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-extra-network tristate "zabbix-extra-network......... Zabbix discovery/userparameters for network" default y if DEFAULT_zabbix-extra-network default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_libubus-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_zabbix-agentd help An extra package for zabbix-agentd that adds a discovery rule for openwrt network interfaces. The idea here is to discover only interfaces listed in /etc/config/network (discover br-lan and not eth0.1 and wlan0) See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-extra-wifi tristate "zabbix-extra-wifi............... Zabbix discovery/userparameters for wifi" default y if DEFAULT_zabbix-extra-wifi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zabbix-agentd select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_lua select PACKAGE_libiwinfo-lua help An extra package for zabbix-agentd that adds a discovery rule for wifi interfaces and many userparameters. As it uses libiwinfo, it works with all wifi devices supported by openwrt. See https://openwrt.org/docs/guide-user/services/network_monitoring/zabbix for ready to use zabbix templates. https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-get tristate "zabbix-get.................................................... Zabbix get" default y if DEFAULT_zabbix-get default m if ALL select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libopenssl if ZABBIX_OPENSSL help Zabbix get https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-proxy tristate "zabbix-proxy................................................ Zabbix proxy" default y if DEFAULT_zabbix-proxy default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libopenssl if ZABBIX_OPENSSL select PACKAGE_libmariadb if ZABBIX_MYSQL select PACKAGE_libc select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpq if ZABBIX_POSTGRESQL help Zabbix proxy https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-sender tristate "zabbix-sender.............................................. Zabbix sender" default y if DEFAULT_zabbix-sender default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libopenssl if ZABBIX_OPENSSL select PACKAGE_libssp if GCC_LIBSSP help Zabbix sender https://www.zabbix.com/ Etienne CHAMPETIER config PACKAGE_zabbix-server tristate "zabbix-server.............................................. Zabbix server" default y if DEFAULT_zabbix-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpq if ZABBIX_POSTGRESQL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libmariadb if ZABBIX_MYSQL select PACKAGE_libopenssl if ZABBIX_OPENSSL select PACKAGE_libc help Zabbix server https://www.zabbix.com/ Etienne CHAMPETIER comment "Database Software" choice prompt "Selected Database Software" default ZABBIX_POSTGRESQL config ZABBIX_MYSQL bool "MySQL/MariaDB" config ZABBIX_POSTGRESQL bool "PostgreSQL" endchoice config PACKAGE_zabbix-server-frontend tristate "zabbix-server-frontend............................ Zabbix server-frontend" default y if DEFAULT_zabbix-server-frontend default m if ALL select PACKAGE_php7-mod-xmlwriter select PACKAGE_libc select PACKAGE_libopenssl if ZABBIX_OPENSSL select PACKAGE_php7-mod-bcmath select PACKAGE_php7 select PACKAGE_php7-mod-pgsql if ZABBIX_POSTGRESQL select PACKAGE_libpcre select PACKAGE_php7-mod-session select PACKAGE_librt if USE_GLIBC select PACKAGE_php7-mod-gettext select PACKAGE_php7-mod-mbstring select PACKAGE_php7-mod-sockets select PACKAGE_zlib select PACKAGE_php7-mod-mysqli if ZABBIX_MYSQL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_php7-mod-ctype select PACKAGE_php7-mod-gd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgnutls if ZABBIX_GNUTLS select PACKAGE_php7-mod-xmlreader select PACKAGE_php7-cgi help Zabbix server-frontend https://www.zabbix.com/ Etienne CHAMPETIER endmenu config PACKAGE_atop tristate "atop................................ System and process monitor for Linux" default y if DEFAULT_atop default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help Atop is an ASCII full-screen performance monitor for Linux that is capable of reporting the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, highlighting overloaded system resources by using colors, etcetera. At regular intervals, it shows system-level activity related to the CPU, memory, swap, disks (including LVM) and network layers, and for every process (and thread) it shows e.g. the CPU utilization, memory growth, disk utilization, priority, username, state, and exit code. In combination with the optional kernel module netatop, it even shows network activity per process/thread. https://www.atoptool.nl/ Toni Uhlig config PACKAGE_debootstrap tristate "debootstrap.............................. Bootstrap a basic Debian system" default y if DEFAULT_debootstrap default m if ALL select PACKAGE_xz select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_coreutils-chroot select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_xz-utils select PACKAGE_ar select PACKAGE_coreutils-sha1sum select PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC help debootstrap is used to create a Debian base system from scratch, without requiring the availability of dpkg or apt. It does this by downloading .deb files from a mirror site, and carefully unpacking them into a directory which can eventually be chrooted into. http://wiki.debian.org/Debootstrap Daniel Golle config PACKAGE_gkrellmd tristate "gkrellmd................................... The GNU Krell Monitors Server" default y if DEFAULT_gkrellmd default m if ALL select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Gkrellmd listens for connections from gkrellm clients. When a gkrellm client connects to a gkrellmd server all builtin monitors collect their data from the server. http://gkrellm.net/ Peter Denison config PACKAGE_htop tristate "htop........................................ Interactive processes viewer" default y if DEFAULT_htop default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Htop is an ncursed-based process viewer similar to top, but it allows to scroll the list vertically and horizontally to see all processes and their full command lines. https://hisham.hm/htop/ Etienne CHAMPETIER config PACKAGE_ipmitool tristate "ipmitool.................. Command-line interface to IPMI-enabled devices" default y if DEFAULT_ipmitool default m if ALL select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline help Command-line interface to IPMI-enabled devices https://github.com/ipmitool/ipmitool Alexander Couzens config PACKAGE_monit tristate "monit.............. System services monitoring utility (with SSL support)" default y if DEFAULT_monit default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zlib select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help An utility for monitoring services on a Unix system This package is built with SSL support. https://mmonit.com/monit/ Etienne CHAMPETIER config PACKAGE_monit-nossl tristate "monit-nossl..... System services monitoring utility (without SSL support)" default y if DEFAULT_monit-nossl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help An utility for monitoring services on a Unix system This package is built without SSL support. https://mmonit.com/monit/ Etienne CHAMPETIER config PACKAGE_muninlite tristate "muninlite................................ Munin node implemented in shell" default y if DEFAULT_muninlite default m if ALL select PACKAGE_xinetd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Munin node implemented in shell http://sourceforge.net/projects/muninlite/ config PACKAGE_netatop tristate "netatop......................................... network counter for atop" default y if DEFAULT_netatop default m if ALL select PACKAGE_kmod-netatop select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help The daemon netatopd is packaged with the netatop kernel module. This daemon takes care that information is gathered about processes that are finished. For every finished process that has transferred network packets, a binary record is written to a dedicated logfile. The added records in the logfile are read by atop with every sample to show information about the network activity of finished processes as well. https://www.atoptool.nl/ Toni Uhlig config PACKAGE_netdata tristate "netdata............................ Real-time performance monitoring tool" default y if DEFAULT_netdata default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmnl select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_zlib select PACKAGE_libjson-c select PACKAGE_libuv help netdata is a highly optimized Linux daemon providing real-time performance monitoring for Linux systems, applications and SNMP devices over the web. If you want to use Python plugins install python3, python3-yaml and python3-urllib3 https://www.netdata.cloud/ Josef Schlehofer , Daniel Engberg config PACKAGE_sudo tristate "sudo.................................. Delegate authority to run commands" default y if DEFAULT_sudo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Sudo (su "do") allows a system administrator to delegate authority to give certain users (or groups of users) the ability to run some (or all) commands as root or another user while providing an audit trail of the commands and their arguments. https://www.sudo.ws/ config PACKAGE_syslog-ng tristate "syslog-ng....................................... A powerful syslog daemon" default y if DEFAULT_syslog-ng default m if ALL select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libdbi select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC help syslog-ng reads and logs messages to the system console, log files, other machines and/or users as specified by its configuration file. https://www.syslog-ng.com/products/open-source-log-management/ Josef Schlehofer endmenu menu "Boot Loaders" config PACKAGE_apex bool "apex..................... Boot loader for NSLU2, FSG3, NAS100D and others" default y if DEFAULT_apex default y depends on TARGET_ixp4xx select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Boot loader for NSLU2, FSG3, NAS100D and others config PACKAGE_arm-trusted-firmware-sunxi tristate "arm-trusted-firmware-sunxi............ ARM Trusted Firmware for Allwinner" default y if DEFAULT_arm-trusted-firmware-sunxi default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa53 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ARM Trusted Firmware for Allwinner Hauke Mehrtens config PACKAGE_at91bootstrap-sama5d27_som1_ekqspi_uboot bool default y if DEFAULT_at91bootstrap-sama5d27_som1_ekqspi_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d27_som1_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d27_som1_ek) depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d27_som1_eksd_uboot bool default y if DEFAULT_at91bootstrap-sama5d27_som1_eksd_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d27_som1_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d27_som1_ek) depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d2_ptc_eknf_uboot bool default y if DEFAULT_at91bootstrap-sama5d2_ptc_eknf_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_ptc_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_ptc_ek) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d2_ptc_eksd_uboot bool default y if DEFAULT_at91bootstrap-sama5d2_ptc_eksd_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_ptc_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_ptc_ek) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d2_xplaineddf_qspi_uboot bool default y if DEFAULT_at91bootstrap-sama5d2_xplaineddf_qspi_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d2_xplaineddf_uboot bool default y if DEFAULT_at91bootstrap-sama5d2_xplaineddf_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d2_xplainedsd_uboot bool default y if DEFAULT_at91bootstrap-sama5d2_xplainedsd_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d3_xplainednf_uboot bool default y if DEFAULT_at91bootstrap-sama5d3_xplainednf_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d3_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d3_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d3_xplainedsd_uboot bool default y if DEFAULT_at91bootstrap-sama5d3_xplainedsd_uboot default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d3_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d3_xplained) depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d4_xplaineddf_uboot_secure bool default y if DEFAULT_at91bootstrap-sama5d4_xplaineddf_uboot_secure default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d4_xplainednf_uboot_secure bool default y if DEFAULT_at91bootstrap-sama5d4_xplainednf_uboot_secure default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_at91bootstrap-sama5d4_xplainedsd_uboot_secure bool default y if DEFAULT_at91bootstrap-sama5d4_xplainedsd_uboot_secure default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK help . https://www.at91.com/linux4sam/bin/view/Linux4SAM/AT91Bootstrap config PACKAGE_brcm2708-gpu-fw tristate "brcm2708-gpu-fw.......................................... brcm2708-gpu-fw" default y if DEFAULT_brcm2708-gpu-fw default y if TARGET_brcm2708 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_brcm2708 select PACKAGE_libssp if GCC_LIBSSP help GPU and kernel boot firmware for brcm2708. config PACKAGE_grub2 tristate "grub2........................................... GRand Unified Bootloader" default y if DEFAULT_grub2 default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_x86 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GRand Unified Bootloader http://www.gnu.org/software/grub/ config PACKAGE_imx-bootlets tristate "imx-bootlets...................................... i.MX23/i.MX28 bootlets" default y if DEFAULT_imx-bootlets default m if ALL depends on TARGET_mxs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help i.MX23/i.MX28 bootlets (for oLinuxino) config PACKAGE_tfa-ls1012afrwy tristate default y if DEFAULT_tfa-ls1012afrwy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv8_64b select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape select PACKAGE_layerscape-rcw-ls1012afrwy help NXP LS1012AFRWY Trusted Firmware config PACKAGE_tfa-ls1012ardb tristate default y if DEFAULT_tfa-ls1012ardb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_layerscape-rcw-ls1012ardb depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape_armv8_64b help NXP LS1012ARDB Trusted Firmware config PACKAGE_tfa-ls1043ardb tristate default y if DEFAULT_tfa-ls1043ardb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_layerscape-rcw-ls1043ardb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape depends on TARGET_layerscape_armv8_64b help NXP LS1043ARDB Trusted Firmware config PACKAGE_tfa-ls1043ardb-sdboot tristate default y if DEFAULT_tfa-ls1043ardb-sdboot depends on TARGET_layerscape_armv8_64b depends on TARGET_layerscape select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_layerscape-rcw-ls1043ardb-sdboot select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NXP LS1043ARDB SD Boot Trusted Firmware config PACKAGE_tfa-ls1046ardb tristate default y if DEFAULT_tfa-ls1046ardb select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape_armv8_64b select PACKAGE_layerscape-rcw-ls1046ardb depends on TARGET_layerscape select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help NXP LS1046ARDB Trusted Firmware config PACKAGE_tfa-ls1046ardb-sdboot tristate default y if DEFAULT_tfa-ls1046ardb-sdboot select PACKAGE_layerscape-rcw-ls1046ardb-sdboot select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape_armv8_64b depends on TARGET_layerscape help NXP LS1046ARDB SD Boot Trusted Firmware config PACKAGE_tfa-ls1088ardb tristate default y if DEFAULT_tfa-ls1088ardb depends on TARGET_layerscape_armv8_64b depends on TARGET_layerscape select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_layerscape-rcw-ls1088ardb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NXP LS1088ARDB Trusted Firmware config PACKAGE_tfa-ls1088ardb-sdboot tristate default y if DEFAULT_tfa-ls1088ardb-sdboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape depends on TARGET_layerscape_armv8_64b select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_layerscape-rcw-ls1088ardb-sdboot help NXP LS1088ARDB SD Boot Trusted Firmware config PACKAGE_tfa-ls2088ardb tristate default y if DEFAULT_tfa-ls2088ardb depends on TARGET_layerscape depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC select PACKAGE_layerscape-rcw-ls2088ardb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NXP LS2088ARDB Trusted Firmware config PACKAGE_u-boot-A10-OLinuXino-Lime bool default y if DEFAULT_u-boot-A10-OLinuXino-Lime default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun4i-a10-olinuxino-lime || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun4i-a10-olinuxino-lime) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa8 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for A10 OLinuXino LIME http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-A13-OLinuXino bool default y if DEFAULT_u-boot-A13-OLinuXino default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun5i-a13-olinuxino || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun5i-a13-olinuxino) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_sunxi_cortexa8 help U-Boot for A13 OlinuXino http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-A20-OLinuXino-Lime bool default y if DEFAULT_u-boot-A20-OLinuXino-Lime default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for A20 OLinuXino LIME http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-A20-OLinuXino-Lime2 bool default y if DEFAULT_u-boot-A20-OLinuXino-Lime2 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime2 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime2) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_librt if USE_GLIBC help U-Boot for A20 OLinuXino LIME2 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-A20-OLinuXino-Lime2-eMMC bool default y if DEFAULT_u-boot-A20-OLinuXino-Lime2-eMMC default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime2-emmc || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-lime2-emmc) select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for A20 OLinuXino LIME2 eMMC http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-A20-OLinuXino_MICRO bool default y if DEFAULT_u-boot-A20-OLinuXino_MICRO default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-micro || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-olinuxino-micro) select PACKAGE_librt if USE_GLIBC depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for A20 OLinuXino MICRO http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Bananapi bool default y if DEFAULT_u-boot-Bananapi default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-bananapi || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-bananapi) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Bananapi http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Bananapro bool default y if DEFAULT_u-boot-Bananapro default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-bananapro || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-bananapro) select PACKAGE_librt if USE_GLIBC depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Bananapro http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Cubieboard bool default y if DEFAULT_u-boot-Cubieboard default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun4i-a10-cubieboard || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun4i-a10-cubieboard) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa8 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Cubieboard http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Cubieboard2 bool default y if DEFAULT_u-boot-Cubieboard2 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-cubieboard2 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-cubieboard2) select PACKAGE_librt if USE_GLIBC depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Cubieboard2 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Cubietruck bool default y if DEFAULT_u-boot-Cubietruck default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-cubietruck || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-cubietruck) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Cubietruck http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Hummingbird_A31 bool default y if DEFAULT_u-boot-Hummingbird_A31 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 help U-Boot for Hummingbird A31 board http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Lamobo_R1 bool default y if DEFAULT_u-boot-Lamobo_R1 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-lamobo-r1 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-lamobo-r1) select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Lamobo R1 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Linksprite_pcDuino bool default y if DEFAULT_u-boot-Linksprite_pcDuino default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun4i-a10-pcduino || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun4i-a10-pcduino) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa8 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Linksprite pcDuino http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Linksprite_pcDuino3 bool default y if DEFAULT_u-boot-Linksprite_pcDuino3 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun7i-a20-pcduino3 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun7i-a20-pcduino3) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for Linksprite pcDuino3 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Marsboard_A10 bool default y if DEFAULT_u-boot-Marsboard_A10 default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun4i-a10-marsboard || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun4i-a10-marsboard) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_sunxi_cortexa8 help U-Boot for Marsboard http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Mele_M9 bool default y if DEFAULT_u-boot-Mele_M9 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun6i-a31-m9 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun6i-a31-m9) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Mele M9 (A31) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-OLIMEX_A13_SOM bool default y if DEFAULT_u-boot-OLIMEX_A13_SOM default y if (TARGET_sunxi_cortexa8_Default || TARGET_sunxi_cortexa8_DEVICE_sun5i-a13-olimex-som || TARGET_DEVICE_sunxi_cortexa8_DEVICE_sun5i-a13-olimex-som) depends on TARGET_sunxi_cortexa8 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Olimex A13 SOM http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-Sinovoip_BPI_M2_Plus bool default y if DEFAULT_u-boot-Sinovoip_BPI_M2_Plus default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-bananapi-m2-plus || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-bananapi-m2-plus) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Bananapi M2 Plus http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-acmp252_nor bool "u-boot-acmp252_nor.................... U-Boot for AudioCodes MP-252 (NOR)" default y if DEFAULT_u-boot-acmp252_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_audiocodes_mp-252 || TARGET_DEVICE_lantiq_xway_DEVICE_audiocodes_mp-252) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for AudioCodes MP-252 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-acmp252_ram bool "u-boot-acmp252_ram.................... U-Boot for AudioCodes MP-252 (RAM)" default y if DEFAULT_u-boot-acmp252_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_audiocodes_mp-252 || TARGET_DEVICE_lantiq_xway_DEVICE_audiocodes_mp-252) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for AudioCodes MP-252 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-am335x_boneblack bool "u-boot-am335x_boneblack............ U-Boot for TI AM335x BeagleBone Black" default y if DEFAULT_u-boot-am335x_boneblack default y if (TARGET_omap_Default || TARGET_omap_DEVICE_ti_am335x-bone-black || TARGET_DEVICE_omap_DEVICE_ti_am335x-bone-black) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_omap help U-Boot for TI AM335x BeagleBone Black http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-am335x_evm bool "u-boot-am335x_evm.................................. U-Boot for AM335x EVM" default y if DEFAULT_u-boot-am335x_evm default y if (TARGET_omap_Default || TARGET_omap_DEVICE_ti_am335x-evm || TARGET_DEVICE_omap_DEVICE_ti_am335x-evm) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_omap help U-Boot for AM335x EVM http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-apalis_imx6 bool "u-boot-apalis_imx6............................. U-Boot for Toradex Apalis" default y if DEFAULT_u-boot-apalis_imx6 default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for Toradex Apalis http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv4519pw_brn bool "u-boot-arv4519pw_brn................. U-Boot for Arcadyan arv4519pw (BRN)" default y if DEFAULT_u-boot-arv4519pw_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4519pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4519pw) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv4519pw (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv4519pw_nor bool "u-boot-arv4519pw_nor................. U-Boot for Arcadyan arv4519pw (NOR)" default y if DEFAULT_u-boot-arv4519pw_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4519pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4519pw) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv4519pw (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv4519pw_ram bool "u-boot-arv4519pw_ram................. U-Boot for Arcadyan arv4519pw (RAM)" default y if DEFAULT_u-boot-arv4519pw_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4519pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4519pw) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan arv4519pw (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7506pw11_brn bool "u-boot-arv7506pw11_brn............. U-Boot for Arcadyan ARV7506PW11 (BRN)" default y if DEFAULT_u-boot-arv7506pw11_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7506pw11 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7506pw11) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan ARV7506PW11 (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7506pw11_nor bool "u-boot-arv7506pw11_nor............. U-Boot for Arcadyan ARV7506PW11 (NOR)" default y if DEFAULT_u-boot-arv7506pw11_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7506pw11 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7506pw11) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for Arcadyan ARV7506PW11 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7506pw11_ram bool "u-boot-arv7506pw11_ram............. U-Boot for Arcadyan ARV7506PW11 (RAM)" default y if DEFAULT_u-boot-arv7506pw11_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7506pw11 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7506pw11) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Arcadyan ARV7506PW11 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw22_brn bool "u-boot-arv7510pw22_brn............. U-Boot for Arcadyan arv7510pw22 (BRN)" default y if DEFAULT_u-boot-arv7510pw22_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7510pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7510pw22) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Arcadyan arv7510pw22 (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw22_nor bool "u-boot-arv7510pw22_nor............. U-Boot for Arcadyan arv7510pw22 (NOR)" default y if DEFAULT_u-boot-arv7510pw22_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7510pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7510pw22) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Arcadyan arv7510pw22 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw22_ram bool "u-boot-arv7510pw22_ram............. U-Boot for Arcadyan arv7510pw22 (RAM)" default y if DEFAULT_u-boot-arv7510pw22_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7510pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7510pw22) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv7510pw22 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw_brn bool "u-boot-arv7510pw_brn................. U-Boot for Arcadyan arv7510pw (BRN)" default y if DEFAULT_u-boot-arv7510pw_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4510pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4510pw) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Arcadyan arv7510pw (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw_nor bool "u-boot-arv7510pw_nor................. U-Boot for Arcadyan arv7510pw (NOR)" default y if DEFAULT_u-boot-arv7510pw_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4510pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4510pw) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan arv7510pw (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7510pw_ram bool "u-boot-arv7510pw_ram................. U-Boot for Arcadyan arv7510pw (RAM)" default y if DEFAULT_u-boot-arv7510pw_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv4510pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv4510pw) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv7510pw (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7518pw_brn bool "u-boot-arv7518pw_brn................. U-Boot for Arcadyan arv7518pw (BRN)" default y if DEFAULT_u-boot-arv7518pw_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7518pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7518pw) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for Arcadyan arv7518pw (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7518pw_nor bool "u-boot-arv7518pw_nor................. U-Boot for Arcadyan arv7518pw (NOR)" default y if DEFAULT_u-boot-arv7518pw_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7518pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7518pw) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan arv7518pw (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv7518pw_ram bool "u-boot-arv7518pw_ram................. U-Boot for Arcadyan arv7518pw (RAM)" default y if DEFAULT_u-boot-arv7518pw_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv7518pw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv7518pw) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan arv7518pw (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw22_brn bool "u-boot-arv752dpw22_brn............. U-Boot for Arcadyan arv752dpw22 (BRN)" default y if DEFAULT_u-boot-arv752dpw22_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw22) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv752dpw22 (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw22_nor bool "u-boot-arv752dpw22_nor............. U-Boot for Arcadyan arv752dpw22 (NOR)" default y if DEFAULT_u-boot-arv752dpw22_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw22) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Arcadyan arv752dpw22 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw22_ram bool "u-boot-arv752dpw22_ram............. U-Boot for Arcadyan arv752dpw22 (RAM)" default y if DEFAULT_u-boot-arv752dpw22_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw22) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv752dpw22 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw_brn bool "u-boot-arv752dpw_brn................. U-Boot for Arcadyan arv752dpw (BRN)" default y if DEFAULT_u-boot-arv752dpw_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Arcadyan arv752dpw (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw_nor bool "u-boot-arv752dpw_nor................. U-Boot for Arcadyan arv752dpw (NOR)" default y if DEFAULT_u-boot-arv752dpw_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for Arcadyan arv752dpw (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv752dpw_ram bool "u-boot-arv752dpw_ram................. U-Boot for Arcadyan arv752dpw (RAM)" default y if DEFAULT_u-boot-arv752dpw_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv752dpw || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv752dpw) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan arv752dpw (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv8539pw22_brn bool "u-boot-arv8539pw22_brn........... U-Boot for Speedport W 504V Typ A (BRN)" default y if DEFAULT_u-boot-arv8539pw22_brn default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv8539pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv8539pw22) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Speedport W 504V Typ A (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv8539pw22_nor bool "u-boot-arv8539pw22_nor........... U-Boot for Speedport W 504V Typ A (NOR)" default y if DEFAULT_u-boot-arv8539pw22_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv8539pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv8539pw22) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Speedport W 504V Typ A (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-arv8539pw22_ram bool "u-boot-arv8539pw22_ram........... U-Boot for Speedport W 504V Typ A (RAM)" default y if DEFAULT_u-boot-arv8539pw22_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_arcadyan_arv8539pw22 || TARGET_DEVICE_lantiq_xway_DEVICE_arcadyan_arv8539pw22) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Speedport W 504V Typ A (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-at91sam9m10g45ek_nandflash bool default y if DEFAULT_u-boot-at91sam9m10g45ek_nandflash default y if (TARGET_at91_sam9x_Default || TARGET_at91_sam9x_DEVICE_at91sam9m10g45ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9m10g45ek) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_at91_sam9x select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC help U-Boot for AT91SAM9M10G45-EK board (NandFlash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-at91sam9x5ek_nandflash bool default y if DEFAULT_u-boot-at91sam9x5ek_nandflash default y if (TARGET_at91_sam9x_Default || TARGET_at91_sam9x_DEVICE_at91sam9g15ek || TARGET_at91_sam9x_DEVICE_at91sam9g25ek || TARGET_at91_sam9x_DEVICE_at91sam9g35ek || TARGET_at91_sam9x_DEVICE_at91sam9x25ek || TARGET_at91_sam9x_DEVICE_at91sam9x35ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9g15ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9g25ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9g35ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9x25ek || TARGET_DEVICE_at91_sam9x_DEVICE_at91sam9x35ek) depends on !IN_SDK depends on TARGET_at91_sam9x select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for AT91SAM9X5-EK board (NandFlash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-bthomehubv5a_ram bool "u-boot-bthomehubv5a_ram.................. U-Boot for BT Home Hub 5A (RAM)" default y if DEFAULT_u-boot-bthomehubv5a_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_bt_homehub-v5a || TARGET_DEVICE_lantiq_xrx200_DEVICE_bt_homehub-v5a) depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for BT Home Hub 5A (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-clearfog bool default y if DEFAULT_u-boot-clearfog default y if (TARGET_mvebu_cortexa9_Default || TARGET_mvebu_cortexa9_DEVICE_solidrun_clearfog-base-a1 || TARGET_mvebu_cortexa9_DEVICE_solidrun_clearfog-pro-a1 || TARGET_DEVICE_mvebu_cortexa9_DEVICE_solidrun_clearfog-base-a1 || TARGET_DEVICE_mvebu_cortexa9_DEVICE_solidrun_clearfog-pro-a1) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_mvebu_cortexa9 help U-Boot for SolidRun ClearFog A1 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-dockstar bool "u-boot-dockstar.............................. U-Boot for Seagate DockStar" default y if DEFAULT_u-boot-dockstar default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_seagate_dockstar || TARGET_DEVICE_kirkwood_DEVICE_seagate_dockstar) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for Seagate DockStar http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-dockstar_second_stage bool "u-boot-dockstar_second_stage.. U-Boot for Seagate DockStar (second stage)" default y if DEFAULT_u-boot-dockstar_second_stage default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_seagate_dockstar || TARGET_DEVICE_kirkwood_DEVICE_seagate_dockstar) depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Seagate DockStar (second stage) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-duckbill bool default y if DEFAULT_u-boot-duckbill default y depends on !IN_SDK depends on TARGET_mxs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for I2SE Duckbill http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy50712_nor bool "u-boot-easy50712_nor................... U-Boot for Lantiq EASY50712 (NOR)" default y if DEFAULT_u-boot-easy50712_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_lantiq_easy50712 || TARGET_DEVICE_lantiq_xway_DEVICE_lantiq_easy50712) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Lantiq EASY50712 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy50712_norspl bool "u-boot-easy50712_norspl............ U-Boot for Lantiq EASY50712 (NOR SPL)" default y if DEFAULT_u-boot-easy50712_norspl default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_lantiq_easy50712 || TARGET_DEVICE_lantiq_xway_DEVICE_lantiq_easy50712) depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Lantiq EASY50712 (NOR SPL) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy50712_ram bool "u-boot-easy50712_ram................... U-Boot for Lantiq EASY50712 (RAM)" default y if DEFAULT_u-boot-easy50712_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_lantiq_easy50712 || TARGET_DEVICE_lantiq_xway_DEVICE_lantiq_easy50712) depends on TARGET_lantiq_xway select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Lantiq EASY50712 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy80920_nor bool "u-boot-easy80920_nor................... U-Boot for Lantiq EASY80920 (NOR)" default y if DEFAULT_u-boot-easy80920_nor default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nand || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nand) depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for Lantiq EASY80920 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy80920_norspl bool "u-boot-easy80920_norspl............ U-Boot for Lantiq EASY80920 (NOR SPL)" default y if DEFAULT_u-boot-easy80920_norspl default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nand || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nand) depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC help U-Boot for Lantiq EASY80920 (NOR SPL) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy80920_ram bool "u-boot-easy80920_ram................... U-Boot for Lantiq EASY80920 (RAM)" default y if DEFAULT_u-boot-easy80920_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nand || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nand) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for Lantiq EASY80920 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-easy80920_sfspl bool "u-boot-easy80920_sfspl............. U-Boot for Lantiq EASY80920 (SPI SPL)" default y if DEFAULT_u-boot-easy80920_sfspl default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_lantiq_xrx200_DEVICE_lantiq_easy80920-nand || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_lantiq_easy80920-nand) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC depends on BROKEN select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_lantiq_xrx200 help U-Boot for Lantiq EASY80920 (SPI SPL) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fb3370_eva bool "u-boot-fb3370_eva......................... U-Boot for AVM FRITZ3370 (EVA)" default y if DEFAULT_u-boot-fb3370_eva default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_avm_fritz3370 || TARGET_DEVICE_lantiq_xrx200_DEVICE_avm_fritz3370) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for AVM FRITZ3370 (EVA) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fb3370_ram bool "u-boot-fb3370_ram......................... U-Boot for AVM FRITZ3370 (RAM)" default y if DEFAULT_u-boot-fb3370_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_avm_fritz3370 || TARGET_DEVICE_lantiq_xrx200_DEVICE_avm_fritz3370) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for AVM FRITZ3370 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fb3370_sfspl bool "u-boot-fb3370_sfspl................... U-Boot for AVM FRITZ3370 (SPI SPL)" default y if DEFAULT_u-boot-fb3370_sfspl default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_avm_fritz3370 || TARGET_DEVICE_lantiq_xrx200_DEVICE_avm_fritz3370) select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP depends on BROKEN select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for AVM FRITZ3370 (SPI SPL) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fritz1200 bool "u-boot-fritz1200........................... U-Boot for FritzRepeater 1200" default y if DEFAULT_u-boot-fritz1200 default y if (TARGET_ipq40xx_generic_Default || TARGET_ipq40xx_generic_DEVICE_avm_fritzrepeater-1200 || TARGET_DEVICE_ipq40xx_generic_DEVICE_avm_fritzrepeater-1200) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK depends on TARGET_ipq40xx_generic select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for FritzRepeater 1200 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fritz3000 bool "u-boot-fritz3000........................... U-Boot for FritzRepeater 3000" default y if DEFAULT_u-boot-fritz3000 default y if (TARGET_ipq40xx_generic_Default || TARGET_ipq40xx_generic_DEVICE_avm_fritzrepeater-3000 || TARGET_DEVICE_ipq40xx_generic_DEVICE_avm_fritzrepeater-3000) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ipq40xx_generic depends on !IN_SDK select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for FritzRepeater 3000 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fritz4040 bool "u-boot-fritz4040................................ U-Boot for FritzBox 4040" default y if DEFAULT_u-boot-fritz4040 default y if (TARGET_ipq40xx_generic_Default || TARGET_ipq40xx_generic_DEVICE_avm_fritzbox-4040 || TARGET_DEVICE_ipq40xx_generic_DEVICE_avm_fritzbox-4040) depends on TARGET_ipq40xx_generic depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for FritzBox 4040 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-fritz7530 bool "u-boot-fritz7530................................ U-Boot for FritzBox 7530" default y if DEFAULT_u-boot-fritz7530 default y if (TARGET_ipq40xx_generic_Default || TARGET_ipq40xx_generic_DEVICE_avm_fritzbox-7530 || TARGET_DEVICE_ipq40xx_generic_DEVICE_avm_fritzbox-7530) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_ipq40xx_generic select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for FritzBox 7530 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-gigasx76x_nor bool "u-boot-gigasx76x_nor.............. U-Boot for Siemens Gigaset sx76x (NOR)" default y if DEFAULT_u-boot-gigasx76x_nor default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_siemens_gigaset-sx76x || TARGET_DEVICE_lantiq_xway_DEVICE_siemens_gigaset-sx76x) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway help U-Boot for Siemens Gigaset sx76x (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-gigasx76x_ram bool "u-boot-gigasx76x_ram.............. U-Boot for Siemens Gigaset sx76x (RAM)" default y if DEFAULT_u-boot-gigasx76x_ram default y if (TARGET_lantiq_xway_Default || TARGET_lantiq_xway_DEVICE_siemens_gigaset-sx76x || TARGET_DEVICE_lantiq_xway_DEVICE_siemens_gigaset-sx76x) select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xway select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for Siemens Gigaset sx76x (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-goflexhome bool "u-boot-goflexhome............ U-Boot for the Seagate GoFlexHome/GoFlexNet" default y if DEFAULT_u-boot-goflexhome default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_seagate_goflexhome || TARGET_kirkwood_DEVICE_seagate_goflexnet || TARGET_DEVICE_kirkwood_DEVICE_seagate_goflexhome || TARGET_DEVICE_kirkwood_DEVICE_seagate_goflexnet) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_kirkwood depends on !IN_SDK help U-Boot for the Seagate GoFlexHome/GoFlexNet http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ib62x0 bool "u-boot-ib62x0........... U-Boot for RaidSonic ICY BOX NAS6210 and NAS6220" default y if DEFAULT_u-boot-ib62x0 default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_raidsonic_ib-nas62x0 || TARGET_DEVICE_kirkwood_DEVICE_raidsonic_ib-nas62x0) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for RaidSonic ICY BOX NAS6210 and NAS6220 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ib62x0_second_stage bool "u-boot-ib62x0_second_stage" default y if DEFAULT_u-boot-ib62x0_second_stage default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_raidsonic_ib-nas62x0 || TARGET_DEVICE_kirkwood_DEVICE_raidsonic_ib-nas62x0) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for RaidSonic ICY BOX NAS6210 and NAS6220 (second stage) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-iconnect bool "u-boot-iconnect...................... U-Boot for Iomega iConnect Wireless" default y if DEFAULT_u-boot-iconnect default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_iom_iconnect-1.1 || TARGET_DEVICE_kirkwood_DEVICE_iom_iconnect-1.1) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_kirkwood depends on !IN_SDK help U-Boot for Iomega iConnect Wireless http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-iconnect_second_stage bool "u-boot-iconnect_second_stage" default y if DEFAULT_u-boot-iconnect_second_stage default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_iom_iconnect-1.1 || TARGET_DEVICE_kirkwood_DEVICE_iom_iconnect-1.1) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for Iomega iConnect Wireless (second stage) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1012afrwy bool "u-boot-ls1012afrwy............................ U-Boot for NXP LS1012AFRWY" default y if DEFAULT_u-boot-ls1012afrwy default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1012afrwy || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1012afrwy) select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv8_64b select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for NXP LS1012AFRWY http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1012ardb bool "u-boot-ls1012ardb.............................. U-Boot for NXP LS1012ARDB" default y if DEFAULT_u-boot-ls1012ardb default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1012ardb || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1012ardb) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC help U-Boot for NXP LS1012ARDB http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1021aiot-sdboot bool "u-boot-ls1021aiot-sdboot.......... U-Boot for NXP LS1021AIOT SD Card Boot" default y if DEFAULT_u-boot-ls1021aiot-sdboot default y if (TARGET_layerscape_armv7_Default || TARGET_layerscape_armv7_DEVICE_ls1021aiot-sdboot || TARGET_DEVICE_layerscape_armv7_DEVICE_ls1021aiot-sdboot) depends on TARGET_layerscape_armv7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for NXP LS1021AIOT SD Card Boot http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1021atwr bool "u-boot-ls1021atwr.............................. U-Boot for NXP LS1021ATWR" default y if DEFAULT_u-boot-ls1021atwr default y if (TARGET_layerscape_armv7_Default || TARGET_layerscape_armv7_DEVICE_ls1021atwr || TARGET_DEVICE_layerscape_armv7_DEVICE_ls1021atwr) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape_armv7 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for NXP LS1021ATWR http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1021atwr-sdboot bool "u-boot-ls1021atwr-sdboot.......... U-Boot for NXP LS1021ATWR SD Card Boot" default y if DEFAULT_u-boot-ls1021atwr-sdboot default y if (TARGET_layerscape_armv7_Default || TARGET_layerscape_armv7_DEVICE_ls1021atwr-sdboot || TARGET_DEVICE_layerscape_armv7_DEVICE_ls1021atwr-sdboot) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv7 help U-Boot for NXP LS1021ATWR SD Card Boot http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1043ardb bool "u-boot-ls1043ardb.............................. U-Boot for NXP LS1043ARDB" default y if DEFAULT_u-boot-ls1043ardb default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1043ardb || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1043ardb) depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for NXP LS1043ARDB http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1043ardb-sdboot bool "u-boot-ls1043ardb-sdboot.......... U-Boot for NXP LS1043ARDB SD Card Boot" default y if DEFAULT_u-boot-ls1043ardb-sdboot default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1043ardb-sdboot || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1043ardb-sdboot) select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv8_64b select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help U-Boot for NXP LS1043ARDB SD Card Boot http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1046ardb bool "u-boot-ls1046ardb.............................. U-Boot for NXP LS1046ARDB" default y if DEFAULT_u-boot-ls1046ardb default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1046ardb || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1046ardb) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC help U-Boot for NXP LS1046ARDB http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1046ardb-sdboot bool "u-boot-ls1046ardb-sdboot.......... U-Boot for NXP LS1046ARDB SD Card Boot" default y if DEFAULT_u-boot-ls1046ardb-sdboot default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1046ardb-sdboot || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1046ardb-sdboot) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv8_64b help U-Boot for NXP LS1046ARDB SD Card Boot http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1088ardb bool "u-boot-ls1088ardb.............................. U-Boot for NXP LS1088ARDB" default y if DEFAULT_u-boot-ls1088ardb default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1088ardb || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1088ardb) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC help U-Boot for NXP LS1088ARDB http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls1088ardb-sdboot bool "u-boot-ls1088ardb-sdboot.......... U-Boot for NXP LS1088ARDB SD Card Boot" default y if DEFAULT_u-boot-ls1088ardb-sdboot default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls1088ardb-sdboot || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls1088ardb-sdboot) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape_armv8_64b select PACKAGE_librt if USE_GLIBC help U-Boot for NXP LS1088ARDB SD Card Boot http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-ls2088ardb bool "u-boot-ls2088ardb.............................. U-Boot for NXP LS2088ARDB" default y if DEFAULT_u-boot-ls2088ardb default y if (TARGET_layerscape_armv8_64b_Default || TARGET_layerscape_armv8_64b_DEVICE_ls2088ardb || TARGET_DEVICE_layerscape_armv8_64b_DEVICE_ls2088ardb) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape_armv8_64b help U-Boot for NXP LS2088ARDB http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-mx23_olinuxino bool default y if DEFAULT_u-boot-mx23_olinuxino default y depends on !IN_SDK depends on TARGET_mxs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Olinuxino i.MX233 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-mx6cuboxi bool default y if DEFAULT_u-boot-mx6cuboxi default y if (TARGET_imx6_Default || TARGET_imx6_DEVICE_cubox-i || TARGET_DEVICE_imx6_DEVICE_cubox-i) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_imx6 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for SolidRun Cubox-i boards http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-mx6sabresd bool "u-boot-mx6sabresd....................... U-Boot for SABRE i.MX6Quad board" default y if DEFAULT_u-boot-mx6sabresd default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_imx6 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for SABRE i.MX6Quad board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nanopi_m1_plus bool default y if DEFAULT_u-boot-nanopi_m1_plus default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-nanopi-m1-plus || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-nanopi-m1-plus) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for NanoPi M1 Plus (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-nanopi_neo bool default y if DEFAULT_u-boot-nanopi_neo default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-nanopi-neo || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-nanopi-neo) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for U-Boot for NanoPi NEO (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-nanopi_neo2 bool default y if DEFAULT_u-boot-nanopi_neo2 default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-h5-nanopi-neo2 || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-h5-nanopi-neo2) depends on !IN_SDK depends on TARGET_sunxi_cortexa53 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_arm-trusted-firmware-sunxi help U-Boot for NanoPi NEO2 (H5) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-nanopi_neo_plus2 bool default y if DEFAULT_u-boot-nanopi_neo_plus2 default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-h5-nanopi-neo-plus2 || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-h5-nanopi-neo-plus2) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa53 depends on !IN_SDK select PACKAGE_arm-trusted-firmware-sunxi select PACKAGE_librt if USE_GLIBC help U-Boot for NanoPi NEO Plus2 (H5) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-nbg460n_550n_550nh bool default y if DEFAULT_u-boot-nbg460n_550n_550nh default y if (TARGET_ar71xx_generic_Default || TARGET_ar71xx_generic_DEVICE_NBG_460N_550N_550NH || TARGET_DEVICE_ar71xx_generic_DEVICE_NBG_460N_550N_550NH) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_ar71xx_generic select PACKAGE_libssp if GCC_LIBSSP help U-Boot for http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6dl bool "u-boot-nitrogen6dl........ U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board" default y if DEFAULT_u-boot-nitrogen6dl default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Nitrogen6x i.MX6Dual-Lite 1GB board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6dl2g bool "u-boot-nitrogen6dl2g...... U-Boot for Nitrogen6x i.MX6Dual-Lite 2GB board" default y if DEFAULT_u-boot-nitrogen6dl2g default m if ALL||ALL_NONSHARED depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Nitrogen6x i.MX6Dual-Lite 2GB board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6q bool "u-boot-nitrogen6q............ U-Boot for Nitrogen6x/SABRE Lite (MX6Q/1GB)" default y if DEFAULT_u-boot-nitrogen6q default m if ALL||ALL_NONSHARED depends on !IN_SDK depends on TARGET_imx6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Nitrogen6x/SABRE Lite (MX6Q/1GB) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6q2g bool "u-boot-nitrogen6q2g............ U-Boot for Nitrogen6x i.MX6Quad 2GB board" default y if DEFAULT_u-boot-nitrogen6q2g default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_imx6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Nitrogen6x i.MX6Quad 2GB board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6s bool "u-boot-nitrogen6s............ U-Boot for Nitrogen6x i.MX6Solo 512MB board" default y if DEFAULT_u-boot-nitrogen6s default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Nitrogen6x i.MX6Solo 512MB board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nitrogen6s1g bool "u-boot-nitrogen6s1g............ U-Boot for Nitrogen6x i.MX6Solo 1GB board" default y if DEFAULT_u-boot-nitrogen6s1g default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Nitrogen6x i.MX6Solo 1GB board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nsa310 bool "u-boot-nsa310.................................... U-Boot for Zyxel NSA310" default y if DEFAULT_u-boot-nsa310 default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_zyxel_nsa310b || TARGET_DEVICE_kirkwood_DEVICE_zyxel_nsa310b) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_kirkwood depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Zyxel NSA310 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-nsa325 bool "u-boot-nsa325........................... U-Boot for Zyxel NSA325v1 and v2" default y if DEFAULT_u-boot-nsa325 default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_zyxel_nsa325 || TARGET_DEVICE_kirkwood_DEVICE_zyxel_nsa325) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Zyxel NSA325v1 and v2 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-omap3_beagle bool "u-boot-omap3_beagle............................... U-Boot for BeagleBoard" default y if DEFAULT_u-boot-omap3_beagle default y if (TARGET_omap_Default || TARGET_omap_DEVICE_ti_omap3-beagle || TARGET_DEVICE_omap_DEVICE_ti_omap3-beagle) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_omap help U-Boot for BeagleBoard http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-omap3_overo bool "u-boot-omap3_overo.............................. U-Boot for Gumstix Overo" default y if DEFAULT_u-boot-omap3_overo default m if ALL||ALL_NONSHARED depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_omap help U-Boot for Gumstix Overo http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-omap4_panda bool "u-boot-omap4_panda................................. U-Boot for Pandaboard" default y if DEFAULT_u-boot-omap4_panda default y if (TARGET_omap_Default || TARGET_omap_DEVICE_ti_omap4-panda || TARGET_DEVICE_omap_DEVICE_ti_omap4-panda) depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_omap help U-Boot for Pandaboard http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-orangepi_2 bool default y if DEFAULT_u-boot-orangepi_2 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-2 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-2) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_librt if USE_GLIBC help U-Boot for Orange Pi 2 (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_one bool default y if DEFAULT_u-boot-orangepi_one default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-one || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-one) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Orange Pi One (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_pc bool default y if DEFAULT_u-boot-orangepi_pc default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-pc || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-pc) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa7 depends on !IN_SDK help U-Boot for Orange Pi PC (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_pc2 bool default y if DEFAULT_u-boot-orangepi_pc2 default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-h5-orangepi-pc2 || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-h5-orangepi-pc2) select PACKAGE_librt if USE_GLIBC select PACKAGE_arm-trusted-firmware-sunxi depends on !IN_SDK depends on TARGET_sunxi_cortexa53 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for Xunlong Orange Pi PC2 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_pc_plus bool default y if DEFAULT_u-boot-orangepi_pc_plus default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-pc-plus || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-pc-plus) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Orange Pi PC Plus (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_plus bool default y if DEFAULT_u-boot-orangepi_plus default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-plus || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h3-orangepi-plus) select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Orange Pi Plus (H3) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_r1 bool default y if DEFAULT_u-boot-orangepi_r1 default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h2-plus-orangepi-r1 || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h2-plus-orangepi-r1) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_sunxi_cortexa7 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC help U-Boot for Orange Pi R1 (H2+) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_zero bool default y if DEFAULT_u-boot-orangepi_zero default y if (TARGET_sunxi_cortexa7_Default || TARGET_sunxi_cortexa7_DEVICE_sun8i-h2-plus-orangepi-zero || TARGET_DEVICE_sunxi_cortexa7_DEVICE_sun8i-h2-plus-orangepi-zero) depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Orange Pi Zero (H2+) http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-orangepi_zero_plus bool default y if DEFAULT_u-boot-orangepi_zero_plus default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-h5-orangepi-zero-plus || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-h5-orangepi-zero-plus) select PACKAGE_arm-trusted-firmware-sunxi select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa53 help U-Boot for Xunlong Orange Pi Zero Plus http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-ox820 bool default y if DEFAULT_u-boot-ox820 default y if (TARGET_oxnas_Default || TARGET_oxnas_DEVICE_Default || TARGET_DEVICE_oxnas_DEVICE_Default) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_librt if USE_GLIBC depends on TARGET_oxnas help U-Boot for Oxford/PLX NAS7820 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-p2812hnufx_nandspl bool "u-boot-p2812hnufx_nandspl....... U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL)" default y if DEFAULT_u-boot-p2812hnufx_nandspl default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_zyxel_p-2812hnu-f1 || TARGET_DEVICE_lantiq_xrx200_DEVICE_zyxel_p-2812hnu-f1) select PACKAGE_librt if USE_GLIBC depends on BROKEN select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for ZyXEL P-2812HNU-Fx (NAND SPL) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-p2812hnufx_ram bool "u-boot-p2812hnufx_ram................ U-Boot for ZyXEL P-2812HNU-Fx (RAM)" default y if DEFAULT_u-boot-p2812hnufx_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_zyxel_p-2812hnu-f1 || TARGET_DEVICE_lantiq_xrx200_DEVICE_zyxel_p-2812hnu-f1) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for ZyXEL P-2812HNU-Fx (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-pangolin bool default y if DEFAULT_u-boot-pangolin select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_sunxi_cortexa7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help U-Boot for Theobroma A31-yQ7 devboard http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-pine64_plus bool default y if DEFAULT_u-boot-pine64_plus default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-a64-pine64-plus || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-a64-pine64-plus) select PACKAGE_arm-trusted-firmware-sunxi select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_sunxi_cortexa53 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Pine64 Plus A64 http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-pogo_e02 bool "u-boot-pogo_e02.................... U-Boot for Cloud Engines Pogoplug E02" default y if DEFAULT_u-boot-pogo_e02 default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_cloudengines_pogoe02 || TARGET_DEVICE_kirkwood_DEVICE_cloudengines_pogoe02) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_kirkwood help U-Boot for Cloud Engines Pogoplug E02 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-pogo_e02_second_stage bool "u-boot-pogo_e02_second_stage" default y if DEFAULT_u-boot-pogo_e02_second_stage default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_cloudengines_pogoe02 || TARGET_DEVICE_kirkwood_DEVICE_cloudengines_pogoe02) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_kirkwood help U-Boot for Cloud Engines Pogoplug E02 (second stage) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-pogoplugv4 bool "u-boot-pogoplugv4................... U-Boot for Cloud Engines Pogoplug V4" default y if DEFAULT_u-boot-pogoplugv4 default y if (TARGET_kirkwood_Default || TARGET_kirkwood_DEVICE_cloudengines_pogoplugv4 || TARGET_DEVICE_kirkwood_DEVICE_cloudengines_pogoplugv4) depends on TARGET_kirkwood select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for Cloud Engines Pogoplug V4 http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d27_som1_ek_mmc bool default y if DEFAULT_u-boot-sama5d27_som1_ek_mmc default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d27_som1_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d27_som1_ek) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for SAMA5D27 SOM1 Ek (SDCard) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d27_som1_ek_spiflash bool default y if DEFAULT_u-boot-sama5d27_som1_ek_spiflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d27_som1_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d27_som1_ek) depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for SAMA5D27 SOM1 Ek (QSPI Flash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d2_ptc_ek_mmc bool default y if DEFAULT_u-boot-sama5d2_ptc_ek_mmc default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_ptc_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_ptc_ek) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for SAMA5D2 PTC Ek (SDCard) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d2_ptc_ek_nandflash bool default y if DEFAULT_u-boot-sama5d2_ptc_ek_nandflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_ptc_ek || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_ptc_ek) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help U-Boot for SAMA5D2 PTC Ek (Nand Flash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d2_xplained_mmc bool default y if DEFAULT_u-boot-sama5d2_xplained_mmc default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 help U-Boot for SAMA5D2 Xplained board (SDcard/EMMC) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d2_xplained_spiflash bool default y if DEFAULT_u-boot-sama5d2_xplained_spiflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d2_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d2_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK help U-Boot for SAMA5D2 Xplained board (SPI Flash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d3_xplained_mmc bool default y if DEFAULT_u-boot-sama5d3_xplained_mmc default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d3_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d3_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for SAMA5D3 Xplained board (SDcard) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d3_xplained_nandflash bool default y if DEFAULT_u-boot-sama5d3_xplained_nandflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d3_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d3_xplained) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_at91_sama5 depends on !IN_SDK help U-Boot for SAMA5D3 Xplained board (NandFlash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d4_xplained_mmc bool default y if DEFAULT_u-boot-sama5d4_xplained_mmc default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_at91_sama5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for SAMA5D4 Xplained board (SDcard) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d4_xplained_nandflash bool default y if DEFAULT_u-boot-sama5d4_xplained_nandflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help U-Boot for SAMA5D4 Xplained board (NandFlash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sama5d4_xplained_spiflash bool default y if DEFAULT_u-boot-sama5d4_xplained_spiflash default y if (TARGET_at91_sama5_Default || TARGET_at91_sama5_DEVICE_at91-sama5d4_xplained || TARGET_DEVICE_at91_sama5_DEVICE_at91-sama5d4_xplained) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_at91_sama5 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for SAMA5D4 Xplained board (SPI Flash) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-sopine_baseboard bool default y if DEFAULT_u-boot-sopine_baseboard default y if (TARGET_sunxi_cortexa53_Default || TARGET_sunxi_cortexa53_DEVICE_sun50i-a64-sopine-baseboard || TARGET_DEVICE_sunxi_cortexa53_DEVICE_sun50i-a64-sopine-baseboard) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_sunxi_cortexa53 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_arm-trusted-firmware-sunxi help U-Boot for Sopine Baseboard http://www.denx.de/wiki/U-Boot Zoltan HERPAI config PACKAGE_u-boot-trimslice bool default y if DEFAULT_u-boot-trimslice default y if (TARGET_tegra_Default || TARGET_tegra_DEVICE_compulab_trimslice || TARGET_DEVICE_tegra_DEVICE_compulab_trimslice) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_tegra help U-Boot for CompuLab TrimSlice http://www.denx.de/wiki/U-Boot Tomasz Maciej Nowak config PACKAGE_u-boot-vgv7510kw22_brn bool "u-boot-vgv7510kw22_brn............. U-Boot for Arcadyan VGV7510KW22 (BRN)" default y if DEFAULT_u-boot-vgv7510kw22_brn default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !IN_SDK depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan VGV7510KW22 (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-vgv7510kw22_nor bool "u-boot-vgv7510kw22_nor............. U-Boot for Arcadyan VGV7510KW22 (NOR)" default y if DEFAULT_u-boot-vgv7510kw22_nor default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK depends on TARGET_lantiq_xrx200 help U-Boot for Arcadyan VGV7510KW22 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-vgv7510kw22_ram bool "u-boot-vgv7510kw22_ram............. U-Boot for Arcadyan VGV7510KW22 (RAM)" default y if DEFAULT_u-boot-vgv7510kw22_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7510kw22-nor) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help U-Boot for Arcadyan VGV7510KW22 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-vgv7519_brn bool "u-boot-vgv7519_brn..................... U-Boot for Arcadyan VGV7519 (BRN)" default y if DEFAULT_u-boot-vgv7519_brn default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Arcadyan VGV7519 (BRN) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-vgv7519_nor bool "u-boot-vgv7519_nor..................... U-Boot for Arcadyan VGV7519 (NOR)" default y if DEFAULT_u-boot-vgv7519_nor default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn) select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help U-Boot for Arcadyan VGV7519 (NOR) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-vgv7519_ram bool "u-boot-vgv7519_ram..................... U-Boot for Arcadyan VGV7519 (RAM)" default y if DEFAULT_u-boot-vgv7519_ram default y if (TARGET_lantiq_xrx200_Default || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-nor || TARGET_DEVICE_lantiq_xrx200_DEVICE_arcadyan_vgv7519-brn) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 depends on !IN_SDK help U-Boot for Arcadyan VGV7519 (RAM) http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-wandboard bool "u-boot-wandboard................ U-Boot for Wandboard Dual Lite/Quad/Solo" default y if DEFAULT_u-boot-wandboard default y if (TARGET_imx6_Default || TARGET_imx6_DEVICE_wandboard || TARGET_DEVICE_imx6_DEVICE_wandboard) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_imx6 depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP help U-Boot for Wandboard Dual Lite/Quad/Solo http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-zc702 bool default y if DEFAULT_u-boot-zc702 default y if (TARGET_zynq_Default || TARGET_zynq_DEVICE_xlnx_zynq-zc702 || TARGET_DEVICE_zynq_DEVICE_xlnx_zynq-zc702) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_zynq select PACKAGE_librt if USE_GLIBC help U-Boot for Xilinx ZC702 Dev Board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-zed bool default y if DEFAULT_u-boot-zed default y if (TARGET_zynq_Default || TARGET_zynq_DEVICE_avnet_zynq-zed || TARGET_DEVICE_zynq_DEVICE_avnet_zynq-zed) select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !IN_SDK select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_zynq help U-Boot for Avnet Digilent ZedBoard Dev Board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-zybo bool default y if DEFAULT_u-boot-zybo default y if (TARGET_zynq_Default || TARGET_zynq_DEVICE_digilent_zynq-zybo || TARGET_DEVICE_zynq_DEVICE_digilent_zynq-zybo) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_zynq depends on !IN_SDK help U-Boot for Digilent Zybo Dev Board http://www.denx.de/wiki/U-Boot config PACKAGE_u-boot-zybo_z7 bool default y if DEFAULT_u-boot-zybo_z7 default y if (TARGET_zynq_Default || TARGET_zynq_DEVICE_digilent_zynq-zybo-z7 || TARGET_DEVICE_zynq_DEVICE_digilent_zynq-zybo-z7) select PACKAGE_librt if USE_GLIBC depends on !IN_SDK depends on TARGET_zynq select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help U-Boot for Digilent Zybo Z7 board http://www.denx.de/wiki/U-Boot endmenu menu "Development" menu "Libraries" config PACKAGE_libncurses-dev tristate "libncurses-dev................. Development files for the ncurses library" default y if DEFAULT_libncurses-dev default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Development files for the ncurses library config PACKAGE_zlib-dev tristate "zlib-dev.......................... Development files for the zlib library" default y if DEFAULT_zlib-dev default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help zlib is a lossless data-compression library. This package includes the development support files. endmenu config PACKAGE_ar tristate "ar.................................................................... ar" default y if DEFAULT_ar default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libbfd help ar Felix Fietkau config PACKAGE_asu tristate "asu..................................... attended sysupgrade image server" default y if DEFAULT_asu default m if ALL depends on x86_64 select PACKAGE_python3-yaml select PACKAGE_gcc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_bash select PACKAGE_libncurses select PACKAGE_perl select PACKAGE_pgsql-server select PACKAGE_getopt select PACKAGE_diffutils depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-flask select PACKAGE_xz select PACKAGE_git-http select PACKAGE_make select PACKAGE_tar select PACKAGE_perlbase-thread select PACKAGE_file select PACKAGE_gawk select PACKAGE_python3-ctypes select PACKAGE_zlib-dev select PACKAGE_xz-utils select PACKAGE_libustream-mbedtls select PACKAGE_coreutils-stat depends on !arc select PACKAGE_bzip2 select PACKAGE_patch select PACKAGE_perlbase-getopt select PACKAGE_gunicorn select PACKAGE_xzless select PACKAGE_perlbase-attributes select PACKAGE_python3-pyodbc select PACKAGE_coreutils select PACKAGE_unzip select PACKAGE_libc select PACKAGE_python-light select PACKAGE_wget if PACKAGE_uclient-fetch config PACKAGE_autoconf tristate "autoconf........................................................ autoconf" default y if DEFAULT_autoconf default m if ALL depends on !arc select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_m4 select PACKAGE_perlbase-data select PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-dynaloader select PACKAGE_perlbase-getopt select PACKAGE_perlbase-text help Autoconf is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. https://www.gnu.org/software/autoconf/ Heinrich Schuchardt config PACKAGE_automake tristate "automake........................................................ automake" default y if DEFAULT_automake default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_autoconf select PACKAGE_perlbase-attributes select PACKAGE_perlbase-thread depends on !arc select PACKAGE_libssp if GCC_LIBSSP help Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards. https://www.gnu.org/software/automake/ Heinrich Schuchardt config PACKAGE_binutils tristate "binutils........................................................ binutils" default y if DEFAULT_binutils default m if ALL select PACKAGE_ar select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_objdump select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The Binutils package contains a linker, an assembler, and other tools for handling object files Felix Fietkau config PACKAGE_diffutils tristate "diffutils...................................................... diffutils" default y if DEFAULT_diffutils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The Diffutils package contains programs that show the differences between files or directories. http://www.gnu.org/software/diffutils/ Roger D menuconfig PACKAGE_gcc tristate "gcc.................................................................. gcc" default y if DEFAULT_gcc default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_binutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp help Build a native toolchain for compiling on target device. Noble Pepper source "feeds/packages/devel/gcc/Config.in" config PACKAGE_gdb tristate "gdb......................................................... GNU Debugger" default y if DEFAULT_gdb default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libreadline select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libthread-db if !USE_MUSL help GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. http://www.gnu.org/software/gdb/ config PACKAGE_gdb-arc tristate "gdb-arc............................................. GNU Debugger for ARC" default y if DEFAULT_gdb-arc default m if ALL select PACKAGE_zlib select PACKAGE_libreadline depends on arc select PACKAGE_libthread-db if !USE_MUSL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. http://www.gnu.org/software/gdb/ config PACKAGE_gdbserver tristate "gdbserver................................. Remote server for GNU Debugger" default y if DEFAULT_gdbserver default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libthread-db if !USE_MUSL help GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged. http://www.gnu.org/software/gdb/ config PACKAGE_gdbserver-arc tristate "gdbserver-arc............................. Remote server for GNU Debugger" default y if DEFAULT_gdbserver-arc default m if ALL select PACKAGE_libthread-db if !USE_MUSL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on arc help GDBSERVER is a program that allows you to run GDB on a different machine than the one which is running the program being debugged. http://www.gnu.org/software/gdb/ config PACKAGE_libtool-bin tristate "libtool-bin..................................... GNU Libtool - libtoolize" default y if DEFAULT_libtool-bin default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface. This package contains the libtoolize executable. https://www.gnu.org/software/libtool/ Heinrich Schuchardt config PACKAGE_lpc21isp tristate "lpc21isp................ Command line ISP for NXP LPC family and ADUC70xx" default y if DEFAULT_lpc21isp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Portable command line ISP (In-circuit Programmer) for NXP LPC family and Analog Devices ADUC70xx. http://lpc21isp.sourceforge.net/ Emil 'Skeen' Madsen config PACKAGE_lttng-tools tristate "lttng-tools................. Linux Trace Toolkit: next generation (tools)" default y if DEFAULT_lttng-tools default m if ALL depends on !arc select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpopt select PACKAGE_librt if USE_GLIBC select PACKAGE_lttng-ust help Linux Trace Toolkit: next generation (tools) https://lttng.org/ config PACKAGE_m4 tristate "m4.................................................................... m4" default y if DEFAULT_m4 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU M4 is an implementation of the traditional Unix macro processor. It is used by GNU Autoconf and Automake. https://www.gnu.org/software/m4/ Heinrich Schuchardt config PACKAGE_make tristate "make................................................................ make" default y if DEFAULT_make default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The Make package contains a tool to create executables from source files. https://www.gnu.org/software/make/ Heinrich Schuchardt config PACKAGE_meson tristate "meson.............................................................. meson" default y if DEFAULT_meson default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-pkg-resources select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ninja depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible. https://mesonbuild.com/ Andre Heider config PACKAGE_meson-src tristate "meson-src................................................ meson (sources)" default y if DEFAULT_meson-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Meson is an open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.. (Contains the Python3 sources for this package). https://mesonbuild.com/ Andre Heider config PACKAGE_ninja tristate "ninja.............................................................. ninja" default y if DEFAULT_ninja default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp help Ninja is a small build system with a focus on speed. It differs from other build systems in two major respects: it is designed to have its input files generated by a higher-level build system, and it is designed to run builds as fast as possible. https://ninja-build.org/ Andre Heider config PACKAGE_objdump tristate "objdump.......................................................... objdump" default y if DEFAULT_objdump default m if ALL select PACKAGE_libopcodes select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help objdump Felix Fietkau config PACKAGE_patch tristate "patch.............................................................. patch" default y if DEFAULT_patch default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The Patch package contains a program for modifying or creating files by applying a "patch" file typically created by the diff program. https://savannah.gnu.org/projects/patch/ Russell Senior config PACKAGE_perf tristate "perf................................... Linux performance monitoring tool" default y if DEFAULT_perf default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libdw select PACKAGE_libunwind if (mips||mipsel||powerpc||i386||x86_64||arm||aarch64) depends on !((mips||mipsel||powerpc||i386||x86_64||arm||aarch64)) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_librt select PACKAGE_libc select PACKAGE_objdump select PACKAGE_libpthread select PACKAGE_libelf depends on !TARGET_arc770 depends on KERNEL_PERF_EVENTS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !IN_SDK help perf is the Linux performance monitoring tool http://www.kernel.org Felix Fietkau config PACKAGE_pkg-config tristate "pkg-config.................................................... pkg-config" default y if DEFAULT_pkg-config default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help pkg-config is a helper tool used when compiling applications and libraries. It helps you insert the correct compiler options on the command line so an application can use gcc -o test test.cpkg-config --libs --cflags glib-2.0 for instance, rather than hard-coding values on where to find glib (or other libraries). https://www.freedesktop.org/wiki/Software/pkg-config/ Heinrich Schuchardt config PACKAGE_trace-cmd tristate "trace-cmd............................... Linux trace command line utility" default y if DEFAULT_trace-cmd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Linux trace command line utility config PACKAGE_trace-cmd-extra tristate "trace-cmd-extra.............................. Extra plugins for trace-cmd" default y if DEFAULT_trace-cmd-extra default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Extra plugins for trace-cmd config PACKAGE_valgrind tristate "valgrind......................... debugging and profiling tools for Linux" default y if DEFAULT_valgrind default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on mips||mipsel||i386||x86_64||powerpc||arm_v7||aarch64 select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-cachegrind tristate "valgrind-cachegrind" default y if DEFAULT_valgrind-cachegrind default m if ALL depends on PACKAGE_valgrind select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help debugging and profiling tools for Linux (cache profiling) http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-callgrind tristate "valgrind-callgrind" default y if DEFAULT_valgrind-callgrind default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_valgrind select PACKAGE_libssp if GCC_LIBSSP help debugging and profiling tools for Linux (callgraph profiling) http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-drd tristate "valgrind-drd" default y if DEFAULT_valgrind-drd default m if ALL depends on PACKAGE_valgrind select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help debugging and profiling tools for Linux (thread error detection) http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-helgrind tristate "valgrind-helgrind" default y if DEFAULT_valgrind-helgrind default m if ALL depends on PACKAGE_valgrind select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help debugging and profiling tools for Linux (thread debugging) http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-massif tristate "valgrind-massif. debugging and profiling tools for Linux (heap profiling)" default y if DEFAULT_valgrind-massif default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_valgrind help debugging and profiling tools for Linux (heap profiling) http://www.valgrind.org Felix Fietkau config PACKAGE_valgrind-vgdb tristate "valgrind-vgdb.... debugging and profiling tools for Linux (GDB interface)" default y if DEFAULT_valgrind-vgdb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_valgrind select PACKAGE_libssp if GCC_LIBSSP help debugging and profiling tools for Linux (GDB interface) http://www.valgrind.org Felix Fietkau endmenu menu "Extra packages" config PACKAGE_jose tristate "jose" default y if DEFAULT_jose default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjose select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help jose is a command line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. https://github.com/latchset/jose Tibor Dudlák config PACKAGE_libjose tristate "libjose" default y if DEFAULT_libjose default m if ALL select PACKAGE_zlib select PACKAGE_jansson select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help libjose is a library for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. https://github.com/latchset/jose Tibor Dudlák config PACKAGE_sane-abaton tristate default y if DEFAULT_sane-abaton select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Abaton flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-agfafocus tristate default y if DEFAULT_sane-agfafocus select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA Focus flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-apple tristate default y if DEFAULT_sane-apple select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Apple flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-artec tristate default y if DEFAULT_sane-artec select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-artec_eplus48u tristate default y if DEFAULT_sane-artec_eplus48u select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec E+ 48U and re-badged models. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-as6e tristate default y if DEFAULT_sane-as6e select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Artec AS6E parallel port interface scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-avision tristate default y if DEFAULT_sane-avision select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Avision and Avision OEM scanners and possibly more flatbed and film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-bh tristate default y if DEFAULT_sane-bh select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Bell+Howell Copiscan II series document scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-canon tristate default y if DEFAULT_sane-canon select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon SCSI scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-canon630u tristate default y if DEFAULT_sane-canon630u select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Canon 630u USB flatbed scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-canon_dr tristate default y if DEFAULT_sane-canon_dr select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon DR-series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-cardscan tristate default y if DEFAULT_sane-cardscan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Corex CardScan usb scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-coolscan tristate default y if DEFAULT_sane-coolscan select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon film-scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-coolscan2 tristate default y if DEFAULT_sane-coolscan2 select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-coolscan3 tristate default y if DEFAULT_sane-coolscan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Nikon Coolscan film scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-dc210 tristate default y if DEFAULT_sane-dc210 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjpeg select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC210 Digital Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-dc240 tristate default y if DEFAULT_sane-dc240 select PACKAGE_libsane select PACKAGE_libjpeg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC240 Digital Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-dc25 tristate default y if DEFAULT_sane-dc25 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak DC20/DC25 Digital Cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-dell1600n_net tristate default y if DEFAULT_sane-dell1600n_net select PACKAGE_libtiff select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Dell 1600n. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-dmc tristate default y if DEFAULT_sane-dmc select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Polaroid Digital Microscope Camera. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-epjitsu tristate default y if DEFAULT_sane-epjitsu select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Epson-based Fujitsu USB scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-epson tristate default y if DEFAULT_sane-epson select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-epson2 tristate default y if DEFAULT_sane-epson2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-epsonds tristate default y if DEFAULT_sane-epsonds select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for EPSON scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-fujitsu tristate default y if DEFAULT_sane-fujitsu select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu flatbed and ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-genesys tristate default y if DEFAULT_sane-genesys select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-gt68xx tristate default y if DEFAULT_sane-gt68xx select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for GT-68XX based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp tristate default y if DEFAULT_sane-hp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for HP ScanJet scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp3500 tristate default y if DEFAULT_sane-hp3500 select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard ScanJet 3500 series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp3900 tristate default y if DEFAULT_sane-hp3900 select PACKAGE_libtiff select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for RTS8822 chipset based scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp4200 tristate default y if DEFAULT_sane-hp4200 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4200 scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp5400 tristate default y if DEFAULT_sane-hp5400 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 54XX scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hp5590 tristate default y if DEFAULT_sane-hp5590 select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hpljm1005 tristate default y if DEFAULT_sane-hpljm1005 select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Hewlett-Packard LaserJet M1005 MFP Scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-hs2p tristate default y if DEFAULT_sane-hs2p select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh SCSI flatbed/ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-ibm tristate default y if DEFAULT_sane-ibm select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for IBM and Ricoh SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-kodak tristate default y if DEFAULT_sane-kodak select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for big Kodak flatbed and ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-kodakaio tristate default y if DEFAULT_sane-kodakaio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Kodak aio printer / scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-kvs1025 tristate default y if DEFAULT_sane-kvs1025 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S102xC USB ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-kvs20xx tristate default y if DEFAULT_sane-kvs20xx select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S20xxC USB/SCSI ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-kvs40xx tristate default y if DEFAULT_sane-kvs40xx select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-S40xxC USB/SCSI ADF scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-leo tristate default y if DEFAULT_sane-leo select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LEO Technologies scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-lexmark tristate default y if DEFAULT_sane-lexmark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Lexmark X1100/X1200 Series scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-ma1509 tristate default y if DEFAULT_sane-ma1509 select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek BearPaw 1200F USB scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-magicolor tristate default y if DEFAULT_sane-magicolor select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for KONICA MINOLTA magicolor scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-matsushita tristate default y if DEFAULT_sane-matsushita select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Panasonic KV-SS high speed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-microtek tristate default y if DEFAULT_sane-microtek select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-microtek2 tristate default y if DEFAULT_sane-microtek2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCSI-2 command set. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-mustek tristate default y if DEFAULT_sane-mustek select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek SCSI flatbed scanners and some other devices. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-mustek_usb tristate default y if DEFAULT_sane-mustek_usb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Mustek USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-mustek_usb2 tristate default y if DEFAULT_sane-mustek_usb2 select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SQ113 based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-nec tristate default y if DEFAULT_sane-nec select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for NEC scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-net tristate default y if DEFAULT_sane-net select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for network backend. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-niash tristate default y if DEFAULT_sane-niash select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for scanners based on the NIASH chipset. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-p5 tristate default y if DEFAULT_sane-p5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the Primax PagePartner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-pie tristate default y if DEFAULT_sane-pie select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-pieusb tristate default y if DEFAULT_sane-pieusb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for PIE Devcom and AdLib SCSI flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-pixma tristate default y if DEFAULT_sane-pixma select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Canon Multi-Function Printers and CanoScan Scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-plustek tristate default y if DEFAULT_sane-plustek select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for LM983[1/2/3] based USB flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-plustek_pp tristate default y if DEFAULT_sane-plustek_pp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek parallel port flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-qcam tristate default y if DEFAULT_sane-qcam select PACKAGE_libssp if GCC_LIBSSP depends on (TARGET_x86||TARGET_x86_64) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Connectix QuickCam cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-ricoh tristate default y if DEFAULT_sane-ricoh select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Ricoh flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-rts8891 tristate default y if DEFAULT_sane-rts8891 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for rts8891 based scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-s9036 tristate default y if DEFAULT_sane-s9036 select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens 9036 flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-sceptre tristate default y if DEFAULT_sane-sceptre select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SCEPTRE scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-sharp tristate default y if DEFAULT_sane-sharp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for SHARP scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-sm3600 tristate default y if DEFAULT_sane-sm3600 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with M011 USB chip. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-sm3840 tristate default y if DEFAULT_sane-sm3840 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Microtek scanners with SCAN08 USB chip. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-snapscan tristate default y if DEFAULT_sane-snapscan select PACKAGE_libsane select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for AGFA SnapScan flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-sp15c tristate default y if DEFAULT_sane-sp15c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Fujitsu ScanPartner 15C flatbed scanner. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-st400 tristate default y if DEFAULT_sane-st400 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Siemens ST/Highscan flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-stv680 tristate default y if DEFAULT_sane-stv680 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for STV680 cameras. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-tamarack tristate default y if DEFAULT_sane-tamarack select PACKAGE_libsane select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Tamarack flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-teco1 tristate default y if DEFAULT_sane-teco1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-teco2 tristate default y if DEFAULT_sane-teco2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-teco3 tristate default y if DEFAULT_sane-teco3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for TECO / RELISYS scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-test tristate default y if DEFAULT_sane-test select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for testing frontends. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-u12 tristate default y if DEFAULT_sane-u12 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Plustek USB flatbed scanners based on older parport designs. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-umax tristate default y if DEFAULT_sane-umax select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for UMAX scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-umax1220u tristate default y if DEFAULT_sane-umax1220u select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for the UMAX Astra 1220U and similar scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-umax_pp tristate default y if DEFAULT_sane-umax_pp select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Umax Astra parallel port flatbed scanners. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-v4l tristate default y if DEFAULT_sane-v4l select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libv4l select PACKAGE_librt if USE_GLIBC help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Video for Linux API. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-xerox_mfp tristate default y if DEFAULT_sane-xerox_mfp select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjpeg select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. . This package contains the SANE backend for Xerox Phaser 3200MFP device. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_tang tristate "tang.. tang v6 - daemon for binding data to the presence of a third party" default y if DEFAULT_tang default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_bash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_jose select PACKAGE_xinetd select PACKAGE_libhttp-parser help Tang is a small daemon for binding data to the presence of a third party. https://github.com/latchset/tang Tibor Dudlák endmenu menu "Firmware" menu "ath10k Board-Specific Overrides" config PACKAGE_ipq-wifi-alfa-network_ap120c-ac tristate "ipq-wifi-alfa-network_ap120c-ac" default y if DEFAULT_ipq-wifi-alfa-network_ap120c-ac default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_ipq40xx select PACKAGE_libssp if GCC_LIBSSP help The ALFA Network AP120C-AC requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the ALFA Network AP120C-AC. Do not install it for any other device! config PACKAGE_ipq-wifi-asus_map-ac2200 tristate "ipq-wifi-asus_map-ac2200....... board-2.bin Overrides for ASUS MAP-AC2200" default y if DEFAULT_ipq-wifi-asus_map-ac2200 default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ipq40xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) help The ASUS MAP-AC2200 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the ASUS MAP-AC2200. Do not install it for any other device! config PACKAGE_ipq-wifi-avm_fritzbox-7530 tristate "ipq-wifi-avm_fritzbox-7530.. board-2.bin Overrides for AVM FRITZ!Box 7530" default y if DEFAULT_ipq-wifi-avm_fritzbox-7530 default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_ipq40xx select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) help The AVM FRITZ!Box 7530 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the AVM FRITZ!Box 7530. Do not install it for any other device! config PACKAGE_ipq-wifi-avm_fritzrepeater-1200 tristate "ipq-wifi-avm_fritzrepeater-1200" default y if DEFAULT_ipq-wifi-avm_fritzrepeater-1200 default m if ALL||ALL_NONSHARED depends on TARGET_ipq40xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) help The AVM FRITZRepeater 1200 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the AVM FRITZRepeater 1200. Do not install it for any other device! config PACKAGE_ipq-wifi-avm_fritzrepeater-3000 tristate "ipq-wifi-avm_fritzrepeater-3000" default y if DEFAULT_ipq-wifi-avm_fritzrepeater-3000 default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ipq40xx select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) help The AVM FRITZ!Repeater 3000 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the AVM FRITZ!Repeater 3000. Do not install it for any other device! config PACKAGE_ipq-wifi-engenius_eap1300 tristate "ipq-wifi-engenius_eap1300..... board-2.bin Overrides for EnGenius EAP1300" default y if DEFAULT_ipq-wifi-engenius_eap1300 default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ipq40xx select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-3000 != y) help The EnGenius EAP1300 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the EnGenius EAP1300. Do not install it for any other device! config PACKAGE_ipq-wifi-engenius_ens620ext tristate "ipq-wifi-engenius_ens620ext. board-2.bin Overrides for EnGenius ENS620EXT" default y if DEFAULT_ipq-wifi-engenius_ens620ext default m if ALL||ALL_NONSHARED depends on TARGET_ipq40xx select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-3000 != y) depends on m || (PACKAGE_ipq-wifi-engenius_eap1300 != y) help The EnGenius ENS620EXT requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the EnGenius ENS620EXT. Do not install it for any other device! config PACKAGE_ipq-wifi-linksys_ea6350v3 tristate "ipq-wifi-linksys_ea6350v3..... board-2.bin Overrides for Linksys EA6350v3" default y if DEFAULT_ipq-wifi-linksys_ea6350v3 default m if ALL||ALL_NONSHARED depends on TARGET_ipq40xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-3000 != y) depends on m || (PACKAGE_ipq-wifi-engenius_eap1300 != y) depends on m || (PACKAGE_ipq-wifi-engenius_ens620ext != y) help The Linksys EA6350v3 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the Linksys EA6350v3. Do not install it for any other device! config PACKAGE_ipq-wifi-linksys_ea8300 tristate "ipq-wifi-linksys_ea8300......... board-2.bin Overrides for Linksys EA8300" default y if DEFAULT_ipq-wifi-linksys_ea8300 default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_ipq40xx select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-3000 != y) depends on m || (PACKAGE_ipq-wifi-engenius_eap1300 != y) depends on m || (PACKAGE_ipq-wifi-engenius_ens620ext != y) depends on m || (PACKAGE_ipq-wifi-linksys_ea6350v3 != y) help The Linksys EA8300 requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the Linksys EA8300. Do not install it for any other device! config PACKAGE_ipq-wifi-qxwlan_e2600ac tristate "ipq-wifi-qxwlan_e2600ac......... board-2.bin Overrides for Qxwlan E2600AC" default y if DEFAULT_ipq-wifi-qxwlan_e2600ac default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ipq40xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on m || (PACKAGE_ipq-wifi-alfa-network_ap120c-ac != y) depends on m || (PACKAGE_ipq-wifi-asus_map-ac2200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzbox-7530 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-1200 != y) depends on m || (PACKAGE_ipq-wifi-avm_fritzrepeater-3000 != y) depends on m || (PACKAGE_ipq-wifi-engenius_eap1300 != y) depends on m || (PACKAGE_ipq-wifi-engenius_ens620ext != y) depends on m || (PACKAGE_ipq-wifi-linksys_ea6350v3 != y) depends on m || (PACKAGE_ipq-wifi-linksys_ea8300 != y) help The Qxwlan E2600AC requires board-specific, reference ("cal") data that is not yet present in the upstream wireless firmware distribution. This package supplies board-2.bin file(s) that, in the interim, overwrite those supplied by the ath10k-firmware-* packages. This is package is only necessary for the Qxwlan E2600AC. Do not install it for any other device! endmenu config PACKAGE_aircard-pcmcia-firmware tristate "aircard-pcmcia-firmware..... Sierra Wireless Aircard 555/7xx/8x0 firmware" default y if DEFAULT_aircard-pcmcia-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Sierra Wireless Aircard 555/7xx/8x0 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_am33x-cm3 tristate "am33x-cm3.......................................... TI AM335x PM firmware" default y if DEFAULT_am33x-cm3 default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_omap select PACKAGE_libssp if GCC_LIBSSP help TI AM335x PM firmware http://arago-project.org/git/projects/?p=am33x-cm3.git Imre Kaloz config PACKAGE_amd64-microcode tristate "amd64-microcode...................................... AMD64 CPU microcode" default y if DEFAULT_amd64-microcode default m if ALL depends on TARGET_x86 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help AMD64 CPU microcode http://ftp.debian.org/debian/pool/non-free/a/amd64-microcode/ config PACKAGE_amdgpu-firmware tristate "amdgpu-firmware............................. AMDGPU Video Driver firmware" default y if DEFAULT_amdgpu-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help AMDGPU Video Driver firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ar3k-firmware tristate "ar3k-firmware............................................. ath3k firmware" default y if DEFAULT_ar3k-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ath3k firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca4019 tristate "ath10k-firmware-qca4019.......................... ath10k qca4019 firmware" default y if DEFAULT_ath10k-firmware-qca4019 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ath10k qca4019 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca4019-ct tristate "ath10k-firmware-qca4019-ct......... ath10k CT 10.4 firmware for QCA4018/9" default y if DEFAULT_ath10k-firmware-qca4019-ct default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for IPQ4019 radio from Candela Technologies. Enables IBSS and other features. Works with standard or ath10k-ct driver. See: http://www.candelatech.com/ath10k-10.4.php https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca4019-ct-htt tristate "ath10k-firmware-qca4019-ct-htt...... ath10k CT 10.4 htt-mgt for QCA4018/9" default y if DEFAULT_ath10k-firmware-qca4019-ct-htt default m if ALL select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for IPQ4019 radio from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca6174 tristate "ath10k-firmware-qca6174.......................... ath10k qca6174 firmware" default y if DEFAULT_ath10k-firmware-qca6174 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help ath10k qca6174 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca9887 tristate "ath10k-firmware-qca9887.............. ath10k firmware for QCA9887 devices" default y if DEFAULT_ath10k-firmware-qca9887 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ath10k firmware for QCA9887 devices https://github.com/kvalo/ath10k-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca9887-ct tristate "ath10k-firmware-qca9887-ct... ath10k CT 10.1 firmware for QCA9887 devices" default y if DEFAULT_ath10k-firmware-qca9887-ct default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Alternative ath10k firmware for QCA9887 from Candela Technologies. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.1.php This firmware conflicts with the standard 9887 firmware, so select only one. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca9887-ct-htt tristate "ath10k-firmware-qca9887-ct-htt..... ath10k CT 10.1 htt-mgt fw for QCA9887" default y if DEFAULT_ath10k-firmware-qca9887-ct-htt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Alternative ath10k firmware for QCA9887 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and fixes .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.1.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca9888 tristate "ath10k-firmware-qca9888.......................... ath10k qca9888 firmware" default y if DEFAULT_ath10k-firmware-qca9888 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ath10k qca9888 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca9888-ct tristate "ath10k-firmware-qca9888-ct....... ath10k CT 10.4 fw for QCA9886/8 devices" default y if DEFAULT_ath10k-firmware-qca9888-ct default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 9886 and 9888 firmware, so select only one. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca9888-ct-htt tristate "ath10k-firmware-qca9888-ct-htt... ath10k CT 10.4 htt-mgt fw for QCA9886/8" default y if DEFAULT_ath10k-firmware-qca9888-ct-htt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT select PACKAGE_libc select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Alternative ath10k firmware for QCA9886 and QCA9888 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca988x tristate "ath10k-firmware-qca988x.............. ath10k firmware for QCA988x devices" default y if DEFAULT_ath10k-firmware-qca988x default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ath10k firmware for QCA988x devices https://github.com/kvalo/ath10k-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca988x-ct tristate "ath10k-firmware-qca988x-ct... ath10k CT 10.1 firmware for QCA988x devices" default y if DEFAULT_ath10k-firmware-qca988x-ct default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for QCA988X from Candela Technologies. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.1.php This firmware will NOT be used unless the standard ath10k-firmware-qca988x is un-selected since the driver will try to load firmware-5.bin before firmware-2.bin https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca988x-ct-htt tristate "ath10k-firmware-qca988x-ct-htt..... ath10k CT 10.1 htt-mgt fw for QCA988x" default y if DEFAULT_ath10k-firmware-qca988x-ct-htt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for QCA988X from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and fixes .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.1.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca9984 tristate "ath10k-firmware-qca9984.......................... ath10k qca9984 firmware" default y if DEFAULT_ath10k-firmware-qca9984 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ath10k qca9984 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca9984-ct tristate "ath10k-firmware-qca9984-ct... ath10k CT 10.4 firmware for QCA9984 devices" default y if DEFAULT_ath10k-firmware-qca9984-ct default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for QCA9984 from Candela Technologies. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 9984 firmware, so select only one. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca9984-ct-htt tristate "ath10k-firmware-qca9984-ct-htt..... ath10k CT 10.4 htt-mgt fw for QCA9984" default y if DEFAULT_ath10k-firmware-qca9984-ct-htt default m if ALL select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select PACKAGE_libssp if GCC_LIBSSP help Alternative ath10k firmware for QCA9984 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca99x0 tristate "ath10k-firmware-qca99x0.......................... ath10k qca99x0 firmware" default y if DEFAULT_ath10k-firmware-qca99x0 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ath10k qca99x0 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath10k-firmware-qca99x0-ct tristate "ath10k-firmware-qca99x0-ct... ath10k CT 10.4 firmware for QCA99x0 devices" default y if DEFAULT_ath10k-firmware-qca99x0-ct default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Alternative ath10k firmware for QCA99x0 from Candela Technologies. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware conflicts with the standard 99x0 firmware, so select only one. https://www.candelatech.com/ath10k.php config PACKAGE_ath10k-firmware-qca99x0-ct-htt tristate "ath10k-firmware-qca99x0-ct-htt..... ath10k CT 10.4 htt-mgt fw for QCA99x0" default y if DEFAULT_ath10k-firmware-qca99x0-ct-htt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(!PACKAGE_kmod-ath10k-ct-smallbuffers) || PCI_SUPPORT select PACKAGE_kmod-ath10k-ct if !PACKAGE_kmod-ath10k-ct-smallbuffers select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Alternative ath10k firmware for QCA99x0 from Candela Technologies. Uses normal HTT TX data path for management frames, which improves stability in busy networks and may be required for .11r authentication. Enables IBSS and other features. See: http://www.candelatech.com/ath10k-10.4.php This firmware selects and requires the ath10k-ct driver. https://www.candelatech.com/ath10k.php config PACKAGE_ath6k-firmware tristate "ath6k-firmware........................................... AR600X firmware" default y if DEFAULT_ath6k-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help AR600X firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ath9k-htc-firmware tristate "ath9k-htc-firmware................................ AR9271/AR7010 firmware" default y if DEFAULT_ath9k-htc-firmware default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help AR9271/AR7010 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_b43legacy-firmware tristate "b43legacy-firmware................... Broadcom bcm43xx b43legacy firmware" default y if DEFAULT_b43legacy-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Broadcom bcm43xx b43legacy firmware http://downloads.openwrt.org/sources if PACKAGE_b43legacy-firmware config B43LEGACY_FW_SQUASH bool "Remove unnecessary firmware files" default y help This options allows you to remove unnecessary b43legacy firmware files from the final rootfs image. This can reduce the rootfs size by up to 50k. If unsure, say Y. config B43LEGACY_FW_SQUASH_COREREVS string "Core revisions to include" depends on B43LEGACY_FW_SQUASH default "1,2,3,4" help This is a comma seperated list of core revision numbers. Example (keep files for rev4 only): 4 Example (keep files for rev2 and rev4): 2,4 endif config PACKAGE_bnx2-firmware tristate "bnx2-firmware................... Broadcom BCM5706/5708/5709/5716 firmware" default y if DEFAULT_bnx2-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM5706/5708/5709/5716 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-board-rpi2 tristate "brcmfmac-board-rpi2.............................. BCM43430 RPi SDIO NVRAM" default y if DEFAULT_brcmfmac-board-rpi2 default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on TARGET_brcm2708 select PACKAGE_libssp if GCC_LIBSSP help NVRAM for the Broadcom BCM43430 on RPi boards. https://github.com/RPi-Distro/firmware-nonfree/ config PACKAGE_brcmfmac-board-rpi3 tristate "brcmfmac-board-rpi3.............................. BCM43455 RPi SDIO NVRAM" default y if DEFAULT_brcmfmac-board-rpi3 default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on TARGET_brcm2708 select PACKAGE_libssp if GCC_LIBSSP help NVRAM and localisations blob for the Broadcom BCM43455 on RPi boards. https://github.com/RPi-Distro/firmware-nonfree/ config PACKAGE_brcmfmac-firmware-4329-sdio tristate "brcmfmac-firmware-4329-sdio....... Broadcom BCM4329 FullMac SDIO firmware" default y if DEFAULT_brcmfmac-firmware-4329-sdio default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM4329 FullMac SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-43362-sdio tristate "brcmfmac-firmware-43362-sdio..... Broadcom BCM43362 FullMac SDIO firmware" default y if DEFAULT_brcmfmac-firmware-43362-sdio default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Broadcom BCM43362 FullMac SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-43430-sdio tristate "brcmfmac-firmware-43430-sdio..... Broadcom BCM43430 FullMac SDIO firmware" default y if DEFAULT_brcmfmac-firmware-43430-sdio default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM43430 FullMac SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-43430a0-sdio tristate "brcmfmac-firmware-43430a0-sdio. Broadcom BCM43430a0 FullMac SDIO firmware" default y if DEFAULT_brcmfmac-firmware-43430a0-sdio default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM43430a0 FullMac SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-43455-sdio tristate "brcmfmac-firmware-43455-sdio..... Broadcom BCM43455 FullMac SDIO firmware" default y if DEFAULT_brcmfmac-firmware-43455-sdio default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM43455 FullMac SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-43602a1-pcie tristate "brcmfmac-firmware-43602a1-pcie.... Broadcom 43602a1 FullMAC PCIe firmware" default y if DEFAULT_brcmfmac-firmware-43602a1-pcie default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Broadcom 43602a1 FullMAC PCIe firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-4366b1-pcie tristate "brcmfmac-firmware-4366b1-pcie...... Broadcom 4366b1 FullMAC PCIe firmware" default y if DEFAULT_brcmfmac-firmware-4366b1-pcie default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Broadcom 4366b1 FullMAC PCIe firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-4366c0-pcie tristate "brcmfmac-firmware-4366c0-pcie...... Broadcom 4366c0 FullMAC PCIe firmware" default y if DEFAULT_brcmfmac-firmware-4366c0-pcie default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Broadcom 4366c0 FullMAC PCIe firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmfmac-firmware-usb tristate "brcmfmac-firmware-usb.............. Broadcom BCM43xx fullmac USB firmware" default y if DEFAULT_brcmfmac-firmware-usb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Broadcom BCM43xx fullmac USB firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_brcmsmac-firmware tristate "brcmsmac-firmware................. Broadcom BCM43xx softmac PCIe firmware" default y if DEFAULT_brcmsmac-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Broadcom BCM43xx softmac PCIe firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_carl9170-firmware tristate "carl9170-firmware........................................ AR9170 firmware" default y if DEFAULT_carl9170-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help AR9170 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_dsl-vrx200-firmware-xdsl-a tristate "dsl-vrx200-firmware-xdsl-a........ VRX200 / VR9 CPE xDSL Annex A firmware" default y if DEFAULT_dsl-vrx200-firmware-xdsl-a default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP help VRX200 / VR9 CPE VDSL and ADSL Annex A firmware http://www.lantiq.com/ config PACKAGE_dsl-vrx200-firmware-xdsl-a-patch tristate "dsl-vrx200-firmware-xdsl-a-patch" default y if DEFAULT_dsl-vrx200-firmware-xdsl-a-patch default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 select PACKAGE_bspatch select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_dsl-vrx200-firmware-xdsl-b select PACKAGE_librt if USE_GLIBC help Patch which between the Annex A and Annex B firmware to create the Annex A firmware. http://www.lantiq.com/ config PACKAGE_dsl-vrx200-firmware-xdsl-b tristate "dsl-vrx200-firmware-xdsl-b........ VRX200 / VR9 CPE xDSL Annex B firmware" default y if DEFAULT_dsl-vrx200-firmware-xdsl-b default m if ALL||ALL_NONSHARED depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help VRX200 / VR9 CPE VDSL and ADSL Annex B firmware http://www.lantiq.com/ config PACKAGE_dsl-vrx200-firmware-xdsl-b-patch tristate "dsl-vrx200-firmware-xdsl-b-patch" default y if DEFAULT_dsl-vrx200-firmware-xdsl-b-patch default m if ALL||ALL_NONSHARED select PACKAGE_dsl-vrx200-firmware-xdsl-a select PACKAGE_librt if USE_GLIBC depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_bspatch select PACKAGE_libc help Patch which between the Annex A and Annex B firmware to create the Annex B firmware. http://www.lantiq.com/ config PACKAGE_e100-firmware tristate "e100-firmware................................................. Intel e100" default y if DEFAULT_e100-firmware default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel e100 http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_edgeport-firmware tristate "edgeport-firmware......... USB Inside Out Edgeport Serial Driver firmware" default y if DEFAULT_edgeport-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help USB Inside Out Edgeport Serial Driver firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ibt-firmware tristate "ibt-firmware.................................... Intel bluetooth firmware" default y if DEFAULT_ibt-firmware default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel bluetooth firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_intel-microcode tristate "intel-microcode.................................. Intel x86 CPU microcode" default y if DEFAULT_intel-microcode default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_x86 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Intel x86 CPU microcode http://ftp.debian.org/debian/pool/non-free/i/intel-microcode/ config PACKAGE_iwl3945-firmware tristate "iwl3945-firmware.................................. Intel IWL3945 firmware" default y if DEFAULT_iwl3945-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel IWL3945 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwl4965-firmware tristate "iwl4965-firmware.................................. Intel IWL4965 firmware" default y if DEFAULT_iwl4965-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel IWL4965 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl100 tristate "iwlwifi-firmware-iwl100........... Intel Centrino Wireless-N 100 firmware" default y if DEFAULT_iwlwifi-firmware-iwl100 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel Centrino Wireless-N 100 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl1000 tristate "iwlwifi-firmware-iwl1000......... Intel Centrino Wireless-N 1000 firmware" default y if DEFAULT_iwlwifi-firmware-iwl1000 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Intel Centrino Wireless-N 1000 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl105 tristate "iwlwifi-firmware-iwl105........... Intel Centrino Wireless-N 105 firmware" default y if DEFAULT_iwlwifi-firmware-iwl105 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Centrino Wireless-N 105 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl135 tristate "iwlwifi-firmware-iwl135........... Intel Centrino Wireless-N 135 firmware" default y if DEFAULT_iwlwifi-firmware-iwl135 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Intel Centrino Wireless-N 135 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl2000 tristate "iwlwifi-firmware-iwl2000......... Intel Centrino Wireless-N 2200 firmware" default y if DEFAULT_iwlwifi-firmware-iwl2000 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Intel Centrino Wireless-N 2200 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl2030 tristate "iwlwifi-firmware-iwl2030......... Intel Centrino Wireless-N 2230 firmware" default y if DEFAULT_iwlwifi-firmware-iwl2030 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel Centrino Wireless-N 2230 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl3160 tristate "iwlwifi-firmware-iwl3160.................... Intel Wireless 3160 firmware" default y if DEFAULT_iwlwifi-firmware-iwl3160 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Intel Wireless 3160 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl3168 tristate "iwlwifi-firmware-iwl3168.................... Intel Wireless 3168 firmware" default y if DEFAULT_iwlwifi-firmware-iwl3168 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Wireless 3168 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl5000 tristate "iwlwifi-firmware-iwl5000" default y if DEFAULT_iwlwifi-firmware-iwl5000 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Wireless 5100AGN 5300AGN and 5350AGN firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl5150 tristate "iwlwifi-firmware-iwl5150........... Intel Wireless Wi-Fi 5150AGN firmware" default y if DEFAULT_iwlwifi-firmware-iwl5150 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel Wireless Wi-Fi 5150AGN firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl6000g2 tristate "iwlwifi-firmware-iwl6000g2......... Intel Centrino 6300 and 6200 firmware" default y if DEFAULT_iwlwifi-firmware-iwl6000g2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Intel Centrino 6300 and 6200 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl6000g2a tristate "iwlwifi-firmware-iwl6000g2a................. Intel Centrino 6205 firmware" default y if DEFAULT_iwlwifi-firmware-iwl6000g2a default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Intel Centrino 6205 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl6000g2b tristate "iwlwifi-firmware-iwl6000g2b" default y if DEFAULT_iwlwifi-firmware-iwl6000g2b default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Centrino 6230 1030 130 and 6235 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl6050 tristate "iwlwifi-firmware-iwl6050........... Intel Centrino 6150 and 6250 firmware" default y if DEFAULT_iwlwifi-firmware-iwl6050 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Centrino 6150 and 6250 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl7260 tristate "iwlwifi-firmware-iwl7260.................... Intel Wireless 7260 firmware" default y if DEFAULT_iwlwifi-firmware-iwl7260 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Intel Wireless 7260 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl7265 tristate "iwlwifi-firmware-iwl7265.................... Intel Wireless 7265 firmware" default y if DEFAULT_iwlwifi-firmware-iwl7265 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Intel Wireless 7265 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl7265d tristate "iwlwifi-firmware-iwl7265d......... Intel Wireless 7265D and 3165 firmware" default y if DEFAULT_iwlwifi-firmware-iwl7265d default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Intel Wireless 7265D and 3165 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl8260c tristate "iwlwifi-firmware-iwl8260c.......... Intel Wireless 8260 and 4165 firmware" default y if DEFAULT_iwlwifi-firmware-iwl8260c default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Intel Wireless 8260 and 4165 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl8265 tristate "iwlwifi-firmware-iwl8265.................... Intel Wireless 8265 firmware" default y if DEFAULT_iwlwifi-firmware-iwl8265 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Intel Wireless 8265 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl9000 tristate "iwlwifi-firmware-iwl9000.................... Intel Wireless 9000 firmware" default y if DEFAULT_iwlwifi-firmware-iwl9000 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Intel Wireless 9000 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_iwlwifi-firmware-iwl9260 tristate "iwlwifi-firmware-iwl9260.................... Intel Wireless 9260 firmware" default y if DEFAULT_iwlwifi-firmware-iwl9260 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Intel Wireless 9260 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_jboot-tools tristate "jboot-tools" default y if DEFAULT_jboot-tools default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_ramips select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains: jboot_config_read.c: partially read the config partition of JBOOT based D-Link devices. config PACKAGE_layerscape-dpl-ls1088ardb tristate "layerscape-dpl-ls1088ardb.................... NXP LS1088ARDB DPL firmware" default y if DEFAULT_layerscape-dpl-ls1088ardb default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NXP LS1088ARDB DPL firmware config PACKAGE_layerscape-dpl-ls2088ardb tristate "layerscape-dpl-ls2088ardb.................... NXP LS2088ARDB DPL firmware" default y if DEFAULT_layerscape-dpl-ls2088ardb default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NXP LS2088ARDB DPL firmware config PACKAGE_layerscape-fman-ls1043ardb tristate "layerscape-fman-ls1043ardb..................... NXP LS1043ARDB FMan ucode" default y if DEFAULT_layerscape-fman-ls1043ardb default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help NXP LS1043ARDB FMan ucode config PACKAGE_layerscape-fman-ls1046ardb tristate "layerscape-fman-ls1046ardb..................... NXP LS1046ARDB FMan ucode" default y if DEFAULT_layerscape-fman-ls1046ardb default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NXP LS1046ARDB FMan ucode config PACKAGE_layerscape-mc-ls1088ardb tristate "layerscape-mc-ls1088ardb...................... NXP LS1088ARDB MC firmware" default y if DEFAULT_layerscape-mc-ls1088ardb default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP help NXP LS1088ARDB MC firmware config PACKAGE_layerscape-mc-ls2088ardb tristate "layerscape-mc-ls2088ardb...................... NXP LS2088ARDB MC firmware" default y if DEFAULT_layerscape-mc-ls2088ardb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP help NXP LS2088ARDB MC firmware config PACKAGE_layerscape-ppfe tristate "layerscape-ppfe............................. NXP Layerscape PPFE firmware" default y if DEFAULT_layerscape-ppfe default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NXP Layerscape PPFE firmware config PACKAGE_layerscape-rcw-ls1012afrwy tristate "layerscape-rcw-ls1012afrwy.................... NXP LS1012AFRWY RCW binary" default y if DEFAULT_layerscape-rcw-ls1012afrwy default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NXP LS1012AFRWY RCW binary config PACKAGE_layerscape-rcw-ls1012ardb tristate "layerscape-rcw-ls1012ardb...................... NXP LS1012ARDB RCW binary" default y if DEFAULT_layerscape-rcw-ls1012ardb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape help NXP LS1012ARDB RCW binary config PACKAGE_layerscape-rcw-ls1021atwr tristate "layerscape-rcw-ls1021atwr...................... NXP LS1021ATWR RCW binary" default y if DEFAULT_layerscape-rcw-ls1021atwr default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NXP LS1021ATWR RCW binary config PACKAGE_layerscape-rcw-ls1043ardb tristate "layerscape-rcw-ls1043ardb...................... NXP LS1043ARDB RCW binary" default y if DEFAULT_layerscape-rcw-ls1043ardb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape help NXP LS1043ARDB RCW binary config PACKAGE_layerscape-rcw-ls1043ardb-sdboot tristate "layerscape-rcw-ls1043ardb-sdboot.. NXP LS1043ARDB SD card boot RCW binary" default y if DEFAULT_layerscape-rcw-ls1043ardb-sdboot default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NXP LS1043ARDB SD card boot RCW binary config PACKAGE_layerscape-rcw-ls1046ardb tristate "layerscape-rcw-ls1046ardb...................... NXP LS1046ARDB RCW binary" default y if DEFAULT_layerscape-rcw-ls1046ardb default m if ALL depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NXP LS1046ARDB RCW binary config PACKAGE_layerscape-rcw-ls1046ardb-sdboot tristate "layerscape-rcw-ls1046ardb-sdboot.. NXP LS1046ARDB SD card boot RCW binary" default y if DEFAULT_layerscape-rcw-ls1046ardb-sdboot default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape help NXP LS1046ARDB SD card boot RCW binary config PACKAGE_layerscape-rcw-ls1088ardb tristate "layerscape-rcw-ls1088ardb...................... NXP LS1088ARDB RCW binary" default y if DEFAULT_layerscape-rcw-ls1088ardb default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP help NXP LS1088ARDB RCW binary config PACKAGE_layerscape-rcw-ls1088ardb-sdboot tristate "layerscape-rcw-ls1088ardb-sdboot.. NXP LS1088ARDB SD card boot RCW binary" default y if DEFAULT_layerscape-rcw-ls1088ardb-sdboot default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape help NXP LS1088ARDB SD card boot RCW binary config PACKAGE_layerscape-rcw-ls2088ardb tristate "layerscape-rcw-ls2088ardb...................... NXP LS2088ARDB RCW binary" default y if DEFAULT_layerscape-rcw-ls2088ardb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_layerscape select PACKAGE_libssp if GCC_LIBSSP help NXP LS2088ARDB RCW binary config PACKAGE_libertas-sdio-firmware tristate "libertas-sdio-firmware.............. Marvell 8385/8686/8688 SDIO firmware" default y if DEFAULT_libertas-sdio-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Marvell 8385/8686/8688 SDIO firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_libertas-spi-firmware tristate "libertas-spi-firmware.......................... Marvell 8686 SPI firmware" default y if DEFAULT_libertas-spi-firmware default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Marvell 8686 SPI firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_libertas-usb-firmware tristate "libertas-usb-firmware..................... Marvell 8388/8682 USB firmware" default y if DEFAULT_libertas-usb-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Marvell 8388/8682 USB firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_mt7601u-firmware tristate "mt7601u-firmware............................... MediaTek MT7601U firmware" default y if DEFAULT_mt7601u-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help MediaTek MT7601U firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_mwifiex-pcie-firmware tristate "mwifiex-pcie-firmware.............................. Marvell 8897 firmware" default y if DEFAULT_mwifiex-pcie-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Marvell 8897 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_mwifiex-sdio-firmware tristate "mwifiex-sdio-firmware.............................. Marvell 8887 firmware" default y if DEFAULT_mwifiex-sdio-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Marvell 8887 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_mwl8k-firmware tristate "mwl8k-firmware................................ Marvell 8366/8687 firmware" default y if DEFAULT_mwl8k-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Marvell 8366/8687 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_mwlwifi-firmware-88w8864 tristate "mwlwifi-firmware-88w8864........................ Marvell 88W8864 firmware" default y if DEFAULT_mwlwifi-firmware-88w8864 default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC depends on PCI_SUPPORT select PACKAGE_kmod-mwlwifi depends on TARGET_mvebu select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Marvell 88W8864 firmware Imre Kaloz config PACKAGE_mwlwifi-firmware-88w8897 tristate "mwlwifi-firmware-88w8897........................ Marvell 88W8897 firmware" default y if DEFAULT_mwlwifi-firmware-88w8897 default m if ALL||ALL_NONSHARED depends on TARGET_mvebu select PACKAGE_kmod-mwlwifi depends on PCI_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Marvell 88W8897 firmware Imre Kaloz config PACKAGE_mwlwifi-firmware-88w8964 tristate "mwlwifi-firmware-88w8964........................ Marvell 88W8964 firmware" default y if DEFAULT_mwlwifi-firmware-88w8964 default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PCI_SUPPORT select PACKAGE_kmod-mwlwifi depends on TARGET_mvebu help Marvell 88W8964 firmware Imre Kaloz config PACKAGE_mwlwifi-firmware-88w8997 tristate "mwlwifi-firmware-88w8997........................ Marvell 88W8997 firmware" default y if DEFAULT_mwlwifi-firmware-88w8997 default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PCI_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-mwlwifi depends on TARGET_mvebu help Marvell 88W8997 firmware Imre Kaloz config PACKAGE_p54-pci-firmware tristate "p54-pci-firmware........................................ p54-pci firmware" default y if DEFAULT_p54-pci-firmware default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help p54-pci firmware https://daemonizer.de/prism54/prism54-fw config PACKAGE_p54-spi-firmware tristate "p54-spi-firmware........................................ p54-spi firmware" default y if DEFAULT_p54-spi-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help p54-spi firmware https://daemonizer.de/prism54/prism54-fw config PACKAGE_p54-usb-firmware tristate "p54-usb-firmware........................................ p54-usb firmware" default y if DEFAULT_p54-usb-firmware default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help p54-usb firmware https://daemonizer.de/prism54/prism54-fw config PACKAGE_prism54-firmware tristate "prism54-firmware........................................ prism54 firmware" default y if DEFAULT_prism54-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help prism54 firmware https://daemonizer.de/prism54/prism54-fw config PACKAGE_r8169-firmware tristate "r8169-firmware.................................. RealTek RTL8169 firmware" default y if DEFAULT_r8169-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help RealTek RTL8169 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_radeon-firmware tristate "radeon-firmware............................. Radeon Video Driver firmware" default y if DEFAULT_radeon-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Radeon Video Driver firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rs9113-firmware tristate "rs9113-firmware.......................... RedPine Signals rs9113 firmware" default y if DEFAULT_rs9113-firmware default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help RedPine Signals rs9113 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rt2800-pci-firmware tristate "rt2800-pci-firmware.................. Ralink RT28xx/3xxx PCI/SoC firmware" default y if DEFAULT_rt2800-pci-firmware default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ralink RT28xx/3xxx PCI/SoC firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rt2800-usb-firmware tristate "rt2800-usb-firmware...................... Ralink RT28xx/3xxx USB firmware" default y if DEFAULT_rt2800-usb-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Ralink RT28xx/3xxx USB firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rt61-pci-firmware tristate "rt61-pci-firmware................................. Ralink RT2561 firmware" default y if DEFAULT_rt61-pci-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ralink RT2561 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rt73-usb-firmware tristate "rt73-usb-firmware................................. Ralink RT2573 firmware" default y if DEFAULT_rt73-usb-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ralink RT2573 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8188eu-firmware tristate "rtl8188eu-firmware............................ RealTek RTL8188EU firmware" default y if DEFAULT_rtl8188eu-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RealTek RTL8188EU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192ce-firmware tristate "rtl8192ce-firmware............................ RealTek RTL8192CE firmware" default y if DEFAULT_rtl8192ce-firmware default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help RealTek RTL8192CE firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192cu-firmware tristate "rtl8192cu-firmware............................ RealTek RTL8192CU firmware" default y if DEFAULT_rtl8192cu-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help RealTek RTL8192CU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192de-firmware tristate "rtl8192de-firmware............................ RealTek RTL8192DE firmware" default y if DEFAULT_rtl8192de-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help RealTek RTL8192DE firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192eu-firmware tristate "rtl8192eu-firmware............................ RealTek RTL8192EU firmware" default y if DEFAULT_rtl8192eu-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RealTek RTL8192EU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192se-firmware tristate "rtl8192se-firmware............................ RealTek RTL8192SE firmware" default y if DEFAULT_rtl8192se-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help RealTek RTL8192SE firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8192su-firmware tristate "rtl8192su-firmware............................ RealTek RTL8192SU firmware" default y if DEFAULT_rtl8192su-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help RealTek RTL8192SU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8723au-firmware tristate "rtl8723au-firmware............................ RealTek RTL8723AU firmware" default y if DEFAULT_rtl8723au-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RealTek RTL8723AU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8723bu-firmware tristate "rtl8723bu-firmware............................ RealTek RTL8723BU firmware" default y if DEFAULT_rtl8723bu-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help RealTek RTL8723BU firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_rtl8821ae-firmware tristate "rtl8821ae-firmware............................ RealTek RTL8821AE firmware" default y if DEFAULT_rtl8821ae-firmware default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help RealTek RTL8821AE firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ti-3410-firmware tristate "ti-3410-firmware........................................ TI 3410 firmware" default y if DEFAULT_ti-3410-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TI 3410 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_ti-5052-firmware tristate "ti-5052-firmware........................................ TI 5052 firmware" default y if DEFAULT_ti-5052-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help TI 5052 firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_wireless-regdb tristate "wireless-regdb.............................. Wireless Regulatory Database" default y if DEFAULT_wireless-regdb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Wireless Regulatory Database https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git/ Felix Fietkau config PACKAGE_wl12xx-firmware tristate "wl12xx-firmware....................................... TI WL12xx firmware" default y if DEFAULT_wl12xx-firmware default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help TI WL12xx firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau config PACKAGE_wl18xx-firmware tristate "wl18xx-firmware....................................... TI WL18xx firmware" default y if DEFAULT_wl18xx-firmware default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help TI WL18xx firmware http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git Felix Fietkau endmenu menu "Fonts" menu "DejaVu" config PACKAGE_dejavu-fonts-ttf-DejaVuMathTeXGyre tristate "dejavu-fonts-ttf-DejaVuMathTeXGyre..................... DejaVuMathTeXGyre" default y if DEFAULT_dejavu-fonts-ttf-DejaVuMathTeXGyre default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DejaVuMathTeXGyre http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSans tristate "dejavu-fonts-ttf-DejaVuSans................................... DejaVuSans" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSans default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DejaVuSans http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSans-Bold tristate "dejavu-fonts-ttf-DejaVuSans-Bold......................... DejaVuSans-Bold" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSans-Bold default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DejaVuSans-Bold http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSans-BoldOblique tristate "dejavu-fonts-ttf-DejaVuSans-BoldOblique........... DejaVuSans-BoldOblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSans-BoldOblique default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DejaVuSans-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSans-ExtraLight tristate "dejavu-fonts-ttf-DejaVuSans-ExtraLight............. DejaVuSans-ExtraLight" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSans-ExtraLight default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help DejaVuSans-ExtraLight http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSans-Oblique tristate "dejavu-fonts-ttf-DejaVuSans-Oblique................... DejaVuSans-Oblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSans-Oblique default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DejaVuSans-Oblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed tristate "dejavu-fonts-ttf-DejaVuSansCondensed................. DejaVuSansCondensed" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansCondensed default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help DejaVuSansCondensed http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-Bold tristate "dejavu-fonts-ttf-DejaVuSansCondensed-Bold....... DejaVuSansCondensed-Bold" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansCondensed-Bold default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DejaVuSansCondensed-Bold http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique tristate "dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansCondensed-BoldOblique default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help DejaVuSansCondensed-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansCondensed-Oblique tristate "dejavu-fonts-ttf-DejaVuSansCondensed-Oblique. DejaVuSansCondensed-Oblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansCondensed-Oblique default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DejaVuSansCondensed-Oblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansMono tristate "dejavu-fonts-ttf-DejaVuSansMono........................... DejaVuSansMono" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansMono default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DejaVuSansMono http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-Bold tristate "dejavu-fonts-ttf-DejaVuSansMono-Bold................. DejaVuSansMono-Bold" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansMono-Bold default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DejaVuSansMono-Bold http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-BoldOblique tristate "dejavu-fonts-ttf-DejaVuSansMono-BoldOblique... DejaVuSansMono-BoldOblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansMono-BoldOblique default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DejaVuSansMono-BoldOblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSansMono-Oblique tristate "dejavu-fonts-ttf-DejaVuSansMono-Oblique........... DejaVuSansMono-Oblique" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSansMono-Oblique default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help DejaVuSansMono-Oblique http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerif tristate "dejavu-fonts-ttf-DejaVuSerif................................. DejaVuSerif" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerif default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help DejaVuSerif http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerif-Bold tristate "dejavu-fonts-ttf-DejaVuSerif-Bold....................... DejaVuSerif-Bold" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerif-Bold default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help DejaVuSerif-Bold http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerif-BoldItalic tristate "dejavu-fonts-ttf-DejaVuSerif-BoldItalic........... DejaVuSerif-BoldItalic" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerif-BoldItalic default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DejaVuSerif-BoldItalic http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerif-Italic tristate "dejavu-fonts-ttf-DejaVuSerif-Italic................... DejaVuSerif-Italic" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerif-Italic default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DejaVuSerif-Italic http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed tristate "dejavu-fonts-ttf-DejaVuSerifCondensed............... DejaVuSerifCondensed" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerifCondensed default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DejaVuSerifCondensed http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-Bold tristate "dejavu-fonts-ttf-DejaVuSerifCondensed-Bold..... DejaVuSerifCondensed-Bold" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerifCondensed-Bold default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DejaVuSerifCondensed-Bold http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic tristate "dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerifCondensed-BoldItalic default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DejaVuSerifCondensed-BoldItalic http://dejavu.sourceforge.net/ Mirko Vogt config PACKAGE_dejavu-fonts-ttf-DejaVuSerifCondensed-Italic tristate "dejavu-fonts-ttf-DejaVuSerifCondensed-Italic. DejaVuSerifCondensed-Italic" default y if DEFAULT_dejavu-fonts-ttf-DejaVuSerifCondensed-Italic default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help DejaVuSerifCondensed-Italic http://dejavu.sourceforge.net/ Mirko Vogt endmenu endmenu menu "Kernel modules" menu "Block Devices" config PACKAGE_kmod-aoe tristate "kmod-aoe....................................... ATA over Ethernet support" default y if DEFAULT_kmod-aoe default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel support for ATA over Ethernet config PACKAGE_kmod-ata-core tristate "kmod-ata-core............................ Serial and Parallel ATA support" default y if DEFAULT_kmod-ata-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||TARGET_sunxi select PACKAGE_kmod-scsi-core help Serial and Parallel ATA support config PACKAGE_kmod-ata-ahci tristate "kmod-ata-ahci.................................... AHCI Serial ATA support" default y if DEFAULT_kmod-ata-ahci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help Support for AHCI Serial ATA controllers config PACKAGE_kmod-ata-ahci-mtk tristate "kmod-ata-ahci-mtk....................... Mediatek AHCI Serial ATA support" default y if DEFAULT_kmod-ata-ahci-mtk default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek_mt7622 depends on PACKAGE_kmod-ata-core help Mediatek AHCI Serial ATA host controllers config PACKAGE_kmod-ata-ahci-platform tristate "kmod-ata-ahci-platform.................. AHCI Serial ATA Platform support" default y if DEFAULT_kmod-ata-ahci-platform default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core depends on TARGET_ipq806x||TARGET_sunxi help Platform support for AHCI Serial ATA controllers config PACKAGE_kmod-ata-artop tristate "kmod-ata-artop.............................. ARTOP 6210/6260 PATA support" default y if DEFAULT_kmod-ata-artop default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help PATA support for ARTOP 6210/6260 host controllers config PACKAGE_kmod-ata-marvell-sata tristate "kmod-ata-marvell-sata......................... Marvell Serial ATA support" default y if DEFAULT_kmod-ata-marvell-sata default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help SATA support for marvell chipsets config PACKAGE_kmod-ata-nvidia-sata tristate "kmod-ata-nvidia-sata........................... Nvidia Serial ATA support" default y if DEFAULT_kmod-ata-nvidia-sata default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help Nvidia Serial ATA support config PACKAGE_kmod-ata-oxnas-sata tristate "kmod-ata-oxnas-sata............................. oxnas Serial ATA support" default y if DEFAULT_kmod-ata-oxnas-sata default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_oxnas depends on PACKAGE_kmod-ata-core help SATA support for OX934 core found in the OX8xx/PLX782x SoCs config PACKAGE_kmod-ata-pdc202xx-old tristate "kmod-ata-pdc202xx-old.............. Older Promise PATA controller support" default y if DEFAULT_kmod-ata-pdc202xx-old default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help This option enables support for the Promise 20246, 20262, 20263, 20265 and 20267 adapters config PACKAGE_kmod-ata-piix tristate "kmod-ata-piix............................... Intel PIIX PATA/SATA support" default y if DEFAULT_kmod-ata-piix default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help SATA support for Intel ICH5/6/7/8 series host controllers and PATA support for Intel ESB/ICH/PIIX3/PIIX4 series host controllers config PACKAGE_kmod-ata-rb532-cf tristate "kmod-ata-rb532-cf............................ RB532 Compact Flash support" default y if DEFAULT_kmod-ata-rb532-cf default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core depends on TARGET_rb532 depends on BROKEN help RB532 Compact Flash support. config PACKAGE_kmod-ata-sil tristate "kmod-ata-sil.................................. Silicon Image SATA support" default y if DEFAULT_kmod-ata-sil default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help Support for Silicon Image Serial ATA controllers config PACKAGE_kmod-ata-sil24 tristate "kmod-ata-sil24...................... Silicon Image 3124/3132 SATA support" default y if DEFAULT_kmod-ata-sil24 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help Support for Silicon Image 3124/3132 Serial ATA controllers config PACKAGE_kmod-ata-sunxi tristate "kmod-ata-sunxi......................... AllWinner sunXi AHCI SATA support" default y if DEFAULT_kmod-ata-sunxi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ipq806x||TARGET_sunxi select PACKAGE_kmod-ata-ahci-platform depends on TARGET_sunxi select PACKAGE_kmod-scsi-core depends on PACKAGE_kmod-ata-core help SATA support for the AllWinner sunXi SoC's onboard AHCI SATA config PACKAGE_kmod-ata-via-sata tristate "kmod-ata-via-sata....................................... VIA SATA support" default y if DEFAULT_kmod-ata-via-sata default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ata-core help This option enables support for VIA Serial ATA config PACKAGE_kmod-block2mtd tristate "kmod-block2mtd................................ Block device MTD emulation" default y if DEFAULT_kmod-block2mtd default m if ALL||ALL_NONSHARED||ALL_KMODS help Block device MTD emulation config PACKAGE_kmod-dax tristate "kmod-dax..................... DAX: direct access to differentiated memory" default y if DEFAULT_kmod-dax default m if ALL||ALL_NONSHARED||ALL_KMODS help DAX: direct access to differentiated memory config PACKAGE_kmod-dm tristate "kmod-dm.................................................... Device Mapper" default y if DEFAULT_kmod-dm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-dax help Kernel module necessary for LVM2 support config PACKAGE_kmod-libsas tristate "kmod-libsas.............................. SAS Domain Transport Attributes" default y if DEFAULT_kmod-libsas default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 help SAS Domain Transport Attributes support config PACKAGE_kmod-loop tristate "kmod-loop........................................ Loopback device support" default y if DEFAULT_kmod-loop default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for loopback device support config PACKAGE_kmod-md-mod tristate "kmod-md-mod...................................................... MD RAID" default y if DEFAULT_kmod-md-mod default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel RAID md module (md-mod.ko). You will need to select at least one RAID level module below. config PACKAGE_kmod-md-linear tristate "kmod-md-linear........................................ RAID Linear Module" default y if DEFAULT_kmod-md-linear default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-md-mod help RAID "Linear" or "Append" driver module (linear.ko) config PACKAGE_kmod-md-multipath tristate "kmod-md-multipath.................................... MD Multipath Module" default y if DEFAULT_kmod-md-multipath default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-md-mod help Multipath driver module (multipath.ko) config PACKAGE_kmod-md-raid0 tristate "kmod-md-raid0............................................... RAID0 Module" default y if DEFAULT_kmod-md-raid0 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-md-mod help RAID Level 0 (Striping) driver module (raid0.ko) config PACKAGE_kmod-md-raid1 tristate "kmod-md-raid1............................................... RAID1 Module" default y if DEFAULT_kmod-md-raid1 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-md-mod help RAID Level 1 (Mirroring) driver (raid1.ko) config PACKAGE_kmod-md-raid10 tristate "kmod-md-raid10............................................. RAID10 Module" default y if DEFAULT_kmod-md-raid10 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-md-mod help RAID Level 10 (Mirroring+Striping) driver module (raid10.ko) config PACKAGE_kmod-md-raid456 tristate "kmod-md-raid456.................................... RAID Level 456 Driver" default y if DEFAULT_kmod-md-raid456 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-lib-raid6 depends on PACKAGE_kmod-md-mod select PACKAGE_kmod-lib-xor help RAID Level 4,5,6 kernel module (raid456.ko) Includes the following modules required by raid456.ko: xor.ko async_tx.ko async_xor.ko async_memcpy.ko async_pq.ko async_raid5_recov.ko raid6_pq.ko config PACKAGE_kmod-mvsas tristate "kmod-mvsas.............................. Marvell 88SE6440 SAS/SATA driver" default y if DEFAULT_kmod-mvsas default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 select PACKAGE_kmod-libsas help Kernel support for the Marvell SAS SCSI adapters config PACKAGE_kmod-nbd tristate "kmod-nbd.................................... Network block device support" default y if DEFAULT_kmod-nbd default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for network block device support config PACKAGE_kmod-scsi-cdrom tristate "kmod-scsi-cdrom....................... Kernel support for CD / DVD drives" default y if DEFAULT_kmod-scsi-cdrom default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-scsi-core help Kernel support for CD / DVD drives config PACKAGE_kmod-scsi-core tristate "kmod-scsi-core....................................... SCSI device support" default y if DEFAULT_kmod-scsi-core default m if ALL||ALL_NONSHARED||ALL_KMODS help SCSI device support config PACKAGE_kmod-scsi-generic tristate "kmod-scsi-generic........................ Kernel support for SCSI generic" default y if DEFAULT_kmod-scsi-generic default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-scsi-core help Kernel support for SCSI generic config PACKAGE_kmod-scsi-tape tristate "kmod-scsi-tape....................... Kernel support for scsi tape drives" default y if DEFAULT_kmod-scsi-tape default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-scsi-core help Kernel support for scsi tape drives endmenu menu "CAN Support" config PACKAGE_kmod-can tristate "kmod-can................................................. CAN bus support" default y if DEFAULT_kmod-can default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CAN bus support. config PACKAGE_kmod-can-bcm tristate "kmod-can-bcm............................... Broadcast Manager CAN Protcol" default y if DEFAULT_kmod-can-bcm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help The Broadcast Manager offers content filtering, timeout monitoring, sending of RTR frames, and cyclic CAN messages without permanent user interaction. config PACKAGE_kmod-can-c-can tristate "kmod-can-c-can................................. BOSCH C_CAN/D_CAN drivers" default y if DEFAULT_kmod-can-c-can default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help This driver adds generic support for the C_CAN/D_CAN chips. config PACKAGE_kmod-can-c-can-pci tristate "kmod-can-c-can-pci................ PCI Bus based BOSCH C_CAN/D_CAN driver" default y if DEFAULT_kmod-can-c-can-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on PACKAGE_kmod-can depends on PACKAGE_kmod-can-c-can help This driver adds support for the C_CAN/D_CAN chips connected to the PCI bus. config PACKAGE_kmod-can-c-can-platform tristate "kmod-can-c-can-platform...... Platform Bus based BOSCH C_CAN/D_CAN driver" default y if DEFAULT_kmod-can-c-can-platform default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can select PACKAGE_kmod-regmap-core depends on PACKAGE_kmod-can-c-can help This driver adds support for the C_CAN/D_CAN chips connected to the "platform bus" (Linux abstraction for directly to the processor attached devices) which can be found on various boards from ST Microelectronics (http://www.st.com) like the SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com) boards like am335x, dm814x, dm813x and dm811x. config PACKAGE_kmod-can-flexcan tristate "kmod-can-flexcan............... Support for Freescale FLEXCAN based chips" default y if DEFAULT_kmod-can-flexcan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_imx6 depends on PACKAGE_kmod-can help Freescale FLEXCAN CAN bus controller implementation. config PACKAGE_kmod-can-gw tristate "kmod-can-gw........................................... CAN Gateway/Router" default y if DEFAULT_kmod-can-gw default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help The CAN Gateway/Router is used to route (and modify) CAN frames. config PACKAGE_kmod-can-raw tristate "kmod-can-raw............................................. Raw CAN Protcol" default y if DEFAULT_kmod-can-raw default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help The raw CAN protocol option offers access to the CAN bus via the BSD socket API. config PACKAGE_kmod-can-slcan tristate "kmod-can-slcan.................. Serial / USB serial CAN Adaptors (slcan)" default y if DEFAULT_kmod-can-slcan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help CAN driver for several 'low cost' CAN interfaces that are attached via serial lines or via USB-to-serial adapters using the LAWICEL ASCII protocol. config PACKAGE_kmod-can-usb-8dev tristate "kmod-can-usb-8dev............................ 8 devices USB2CAN interface" default y if DEFAULT_kmod-can-usb-8dev default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on PACKAGE_kmod-can help This driver supports the USB2CAN interface from 8 devices (http://www.8devices.com). config PACKAGE_kmod-can-usb-ems tristate "kmod-can-usb-ems...................... EMS CPC-USB/ARM7 CAN/USB interface" default y if DEFAULT_kmod-can-usb-ems default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can select PACKAGE_kmod-usb-core depends on USB_SUPPORT help This driver is for the one channel CPC-USB/ARM7 CAN/USB interface from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). config PACKAGE_kmod-can-usb-esd tristate "kmod-can-usb-esd............................. ESD USB/2 CAN/USB interface" default y if DEFAULT_kmod-can-usb-esd default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can depends on USB_SUPPORT select PACKAGE_kmod-usb-core help This driver supports the CAN-USB/2 interface from esd electronic system design gmbh (http://www.esd.eu). config PACKAGE_kmod-can-usb-kvaser tristate "kmod-can-usb-kvaser............................. Kvaser CAN/USB interface" default y if DEFAULT_kmod-can-usb-kvaser default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can depends on USB_SUPPORT select PACKAGE_kmod-usb-core help This driver adds support for Kvaser CAN/USB devices like Kvaser Leaf Light. config PACKAGE_kmod-can-usb-peak tristate "kmod-can-usb-peak....................... PEAK PCAN-USB/USB Pro interfaces" default y if DEFAULT_kmod-can-usb-peak default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can select PACKAGE_kmod-usb-core depends on USB_SUPPORT help This driver supports the PCAN-USB and PCAN-USB Pro adapters from PEAK-System Technik (http://www.peak-system.com). config PACKAGE_kmod-can-vcan tristate "kmod-can-vcan......................... Virtual Local CAN Interface (vcan)" default y if DEFAULT_kmod-can-vcan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-can help Similar to the network loopback devices, vcan offers a virtual local CAN interface. config PACKAGE_kmod-can-xilinx-can tristate "kmod-can-xilinx-can........................................ Xilinx CAN IP" default y if DEFAULT_kmod-can-xilinx-can default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_zynq depends on PACKAGE_kmod-can help Xilinx CAN driver. This driver supports both soft AXI CAN IP and Zynq CANPS IP. endmenu menu "Cryptographic API modules" config PACKAGE_kmod-crypto-acompress tristate default y if DEFAULT_kmod-crypto-acompress help Asynchronous Compression operations config PACKAGE_kmod-crypto-aead tristate "kmod-crypto-aead.................................. CryptoAPI AEAD support" default y if DEFAULT_kmod-crypto-aead default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-null help CryptoAPI AEAD support config PACKAGE_kmod-crypto-authenc tristate "kmod-crypto-authenc...................... Combined mode wrapper for IPsec" default y if DEFAULT_kmod-crypto-authenc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-null select PACKAGE_kmod-crypto-manager help Combined mode wrapper for IPsec config PACKAGE_kmod-crypto-cbc tristate "kmod-crypto-cbc................... Cipher Block Chaining CryptoAPI module" default y if DEFAULT_kmod-crypto-cbc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help Cipher Block Chaining CryptoAPI module config PACKAGE_kmod-crypto-ccm tristate "kmod-crypto-ccm................... Support for Counter with CBC MAC (CCM)" default y if DEFAULT_kmod-crypto-ccm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-ctr select PACKAGE_kmod-crypto-aead help Support for Counter with CBC MAC (CCM) config PACKAGE_kmod-crypto-cmac tristate "kmod-crypto-cmac" default y if DEFAULT_kmod-crypto-cmac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help Support for Cipher-based Message Authentication Code (CMAC) config PACKAGE_kmod-crypto-crc32 tristate default y if DEFAULT_kmod-crypto-crc32 select PACKAGE_kmod-crypto-hash help CRC32 CRC module config PACKAGE_kmod-crypto-crc32c tristate "kmod-crypto-crc32c..................................... CRC32c CRC module" default y if DEFAULT_kmod-crypto-crc32c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help CRC32c CRC module config PACKAGE_kmod-crypto-ctr tristate "kmod-crypto-ctr............................ Counter Mode CryptoAPI module" default y if DEFAULT_kmod-crypto-ctr default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-seqiv select PACKAGE_kmod-crypto-iv select PACKAGE_kmod-crypto-manager help Counter Mode CryptoAPI module config PACKAGE_kmod-crypto-cts tristate "kmod-crypto-cts.................... Cipher Text Stealing CryptoAPI module" default y if DEFAULT_kmod-crypto-cts default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help Cipher Text Stealing CryptoAPI module config PACKAGE_kmod-crypto-deflate tristate "kmod-crypto-deflate................. Deflate compression CryptoAPI module" default y if DEFAULT_kmod-crypto-deflate default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-zlib-deflate select PACKAGE_kmod-crypto-acompress if !LINUX_4_9 select PACKAGE_kmod-lib-zlib-inflate help Deflate compression CryptoAPI module config PACKAGE_kmod-crypto-des tristate "kmod-crypto-des......................... DES/3DES cipher CryptoAPI module" default y if DEFAULT_kmod-crypto-des default m if ALL||ALL_NONSHARED||ALL_KMODS help DES/3DES cipher CryptoAPI module config PACKAGE_kmod-crypto-ecb tristate "kmod-crypto-ecb..................... Electronic CodeBook CryptoAPI module" default y if DEFAULT_kmod-crypto-ecb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help Electronic CodeBook CryptoAPI module config PACKAGE_kmod-crypto-ecdh tristate "kmod-crypto-ecdh.......................................... ECDH algorithm" default y if DEFAULT_kmod-crypto-ecdh default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-kpp help ECDH algorithm config PACKAGE_kmod-crypto-echainiv tristate "kmod-crypto-echainiv........................ Encrypted Chain IV Generator" default y if DEFAULT_kmod-crypto-echainiv default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-aead help Encrypted Chain IV Generator config PACKAGE_kmod-crypto-fcrypt tristate "kmod-crypto-fcrypt........................ FCRYPT cipher CryptoAPI module" default y if DEFAULT_kmod-crypto-fcrypt default m if ALL||ALL_NONSHARED||ALL_KMODS help FCRYPT cipher CryptoAPI module config PACKAGE_kmod-crypto-gcm tristate "kmod-crypto-gcm................................ GCM/GMAC CryptoAPI module" default y if DEFAULT_kmod-crypto-gcm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-null select PACKAGE_kmod-crypto-ctr select PACKAGE_kmod-crypto-ghash help GCM/GMAC CryptoAPI module config PACKAGE_kmod-crypto-gf128 tristate "kmod-crypto-gf128.... GF(2^128) multiplication functions CryptoAPI module" default y if DEFAULT_kmod-crypto-gf128 default m if ALL||ALL_NONSHARED||ALL_KMODS help GF(2^128) multiplication functions CryptoAPI module config PACKAGE_kmod-crypto-ghash tristate "kmod-crypto-ghash.......................... GHASH digest CryptoAPI module" default y if DEFAULT_kmod-crypto-ghash default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-gf128 select PACKAGE_kmod-crypto-hash help GHASH digest CryptoAPI module config PACKAGE_kmod-crypto-hash tristate "kmod-crypto-hash.................................. CryptoAPI hash support" default y if DEFAULT_kmod-crypto-hash default m if ALL||ALL_NONSHARED||ALL_KMODS help CryptoAPI hash support config PACKAGE_kmod-crypto-hmac tristate "kmod-crypto-hmac............................ HMAC digest CryptoAPI module" default y if DEFAULT_kmod-crypto-hmac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-hash help HMAC digest CryptoAPI module config PACKAGE_kmod-crypto-hw-ccp tristate "kmod-crypto-hw-ccp......................... AMD Cryptographic Coprocessor" default y if DEFAULT_kmod-crypto-hw-ccp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-crypto-sha1 select PACKAGE_kmod-crypto-rsa if !LINUX_4_9 select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-authenc select PACKAGE_kmod-random-core select PACKAGE_kmod-crypto-sha256 help AMD Cryptographic Coprocessor config PACKAGE_kmod-crypto-hw-geode tristate "kmod-crypto-hw-geode.................... AMD Geode hardware crypto module" default y if DEFAULT_kmod-crypto-hw-geode default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help AMD Geode hardware crypto module config PACKAGE_kmod-crypto-hw-hifn-795x tristate "kmod-crypto-hw-hifn-795x.................... HIFN 795x crypto accelerator" default y if DEFAULT_kmod-crypto-hw-hifn-795x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-des select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-random-core help HIFN 795x crypto accelerator config PACKAGE_kmod-crypto-hw-mtk tristate "kmod-crypto-hw-mtk....................... MediaTek's Crypto Engine module" default y if DEFAULT_kmod-crypto-hw-mtk default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek help MediaTek's EIP97 Cryptographic Engine driver. config PACKAGE_kmod-crypto-hw-padlock tristate "kmod-crypto-hw-padlock..... VIA PadLock ACE with AES/SHA hw crypto module" default y if DEFAULT_kmod-crypto-hw-padlock default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help VIA PadLock ACE with AES/SHA hw crypto module config PACKAGE_kmod-crypto-hw-talitos tristate "kmod-crypto-hw-talitos. Freescale integrated security engine (SEC) driver" default y if DEFAULT_kmod-crypto-hw-talitos default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-des select PACKAGE_kmod-crypto-authenc select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-random-core help Freescale integrated security engine (SEC) driver config PACKAGE_kmod-crypto-iv tristate default y if DEFAULT_kmod-crypto-iv select PACKAGE_kmod-crypto-rng select PACKAGE_kmod-crypto-wq select PACKAGE_kmod-crypto-manager help CryptoAPI initialization vectors config PACKAGE_kmod-crypto-kpp tristate default y if DEFAULT_kmod-crypto-kpp help Key-agreement Protocol Primitives config PACKAGE_kmod-crypto-manager tristate "kmod-crypto-manager.......................... CryptoAPI algorithm manager" default y if DEFAULT_kmod-crypto-manager default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-pcompress select PACKAGE_kmod-crypto-aead select PACKAGE_kmod-crypto-hash help CryptoAPI algorithm manager config PACKAGE_kmod-crypto-md4 tristate "kmod-crypto-md4.............................. MD4 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-md4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help MD4 digest CryptoAPI module config PACKAGE_kmod-crypto-md5 tristate "kmod-crypto-md5.............................. MD5 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-md5 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help MD5 digest CryptoAPI module config PACKAGE_kmod-crypto-michael-mic tristate "kmod-crypto-michael-mic........ Michael MIC keyed digest CryptoAPI module" default y if DEFAULT_kmod-crypto-michael-mic default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help Michael MIC keyed digest CryptoAPI module config PACKAGE_kmod-crypto-misc tristate "kmod-crypto-misc................................. Other CryptoAPI modules" default y if DEFAULT_kmod-crypto-misc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-xts help Other CryptoAPI modules config PACKAGE_kmod-crypto-null tristate "kmod-crypto-null................................... Null CryptoAPI module" default y if DEFAULT_kmod-crypto-null default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help Null CryptoAPI module config PACKAGE_kmod-crypto-pcbc tristate "kmod-crypto-pcbc...... Propagating Cipher Block Chaining CryptoAPI module" default y if DEFAULT_kmod-crypto-pcbc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help Propagating Cipher Block Chaining CryptoAPI module config PACKAGE_kmod-crypto-pcompress tristate "kmod-crypto-pcompress....... CryptoAPI Partial (de)compression operations" default y if DEFAULT_kmod-crypto-pcompress default m if ALL||ALL_NONSHARED||ALL_KMODS help CryptoAPI Partial (de)compression operations config PACKAGE_kmod-crypto-rmd160 tristate "kmod-crypto-rmd160..................... RIPEMD160 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-rmd160 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help RIPEMD160 digest CryptoAPI module config PACKAGE_kmod-crypto-rng tristate "kmod-crypto-rng....................... CryptoAPI random number generation" default y if DEFAULT_kmod-crypto-rng default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-crypto-sha256 select PACKAGE_kmod-crypto-hmac help CryptoAPI random number generation config PACKAGE_kmod-crypto-rsa tristate default y if DEFAULT_kmod-crypto-rsa select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-asn1-decoder help RSA algorithm config PACKAGE_kmod-crypto-seqiv tristate "kmod-crypto-seqiv................. CryptoAPI Sequence Number IV Generator" default y if DEFAULT_kmod-crypto-seqiv default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-rng select PACKAGE_kmod-crypto-aead help CryptoAPI Sequence Number IV Generator config PACKAGE_kmod-crypto-sha1 tristate "kmod-crypto-sha1............................ SHA1 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-sha1 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help SHA1 digest CryptoAPI module config PACKAGE_kmod-crypto-sha256 tristate "kmod-crypto-sha256................. SHA224 SHA256 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-sha256 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help SHA224 SHA256 digest CryptoAPI module config PACKAGE_kmod-crypto-sha512 tristate "kmod-crypto-sha512........................ SHA512 digest CryptoAPI module" default y if DEFAULT_kmod-crypto-sha512 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash help SHA512 digest CryptoAPI module config PACKAGE_kmod-crypto-test tristate "kmod-crypto-test................................... Test CryptoAPI module" default y if DEFAULT_kmod-crypto-test default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager help Test CryptoAPI module config PACKAGE_kmod-crypto-user tristate "kmod-crypto-user........................... CryptoAPI userspace interface" default y if DEFAULT_kmod-crypto-user default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-hash help CryptoAPI userspace interface config PACKAGE_kmod-crypto-wq tristate "kmod-crypto-wq............................. CryptoAPI work queue handling" default y if DEFAULT_kmod-crypto-wq default m if ALL||ALL_NONSHARED||ALL_KMODS help CryptoAPI work queue handling config PACKAGE_kmod-crypto-xcbc tristate "kmod-crypto-xcbc................................... XCBC CryptoAPI module" default y if DEFAULT_kmod-crypto-xcbc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-hash help XCBC CryptoAPI module config PACKAGE_kmod-crypto-xts tristate "kmod-crypto-xts.............................. XTS cipher CryptoAPI module" default y if DEFAULT_kmod-crypto-xts default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-gf128 help XTS cipher CryptoAPI module config PACKAGE_kmod-cryptodev tristate "kmod-cryptodev..................... Driver for cryptographic acceleration" default y if DEFAULT_kmod-cryptodev default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-crypto-authenc help This is a driver for that allows to use the Linux kernel supported hardware ciphers by user-space applications. http://cryptodev-linux.org/ Ansuel Smith config PACKAGE_kmod-ltq-deu-ar9 tristate "kmod-ltq-deu-ar9...................................... deu driver for ar9" default y if DEFAULT_kmod-ltq-deu-ar9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway select PACKAGE_kmod-crypto-manager help deu driver for ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-deu-danube tristate "kmod-ltq-deu-danube................................ deu driver for danube" default y if DEFAULT_kmod-ltq-deu-danube default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-manager depends on TARGET_lantiq_xway help deu driver for danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-deu-vr9 tristate "kmod-ltq-deu-vr9...................................... deu driver for vr9" default y if DEFAULT_kmod-ltq-deu-vr9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xrx200 select PACKAGE_kmod-crypto-manager help deu driver for vr9 http://www.lantiq.com/ John Crispin endmenu menu "Filesystems" config PACKAGE_kmod-fs-9p tristate "kmod-fs-9p............................... Plan 9 Resource Sharing Support" default y if DEFAULT_kmod-fs-9p default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-9pnet depends on VIRTIO_SUPPORT help Kernel module for Plan 9 Resource Sharing Support support config PACKAGE_kmod-fs-afs tristate "kmod-fs-afs..................................... Andrew FileSystem client" default y if DEFAULT_kmod-fs-afs default n select PACKAGE_kmod-rxrpc select PACKAGE_kmod-dnsresolver select PACKAGE_kmod-fs-fscache help Kernel module for Andrew FileSystem client support config PACKAGE_kmod-fs-autofs4 tristate "kmod-fs-autofs4............................... AUTOFS4 filesystem support" default y if DEFAULT_kmod-fs-autofs4 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for AutoFS4 support config PACKAGE_kmod-fs-btrfs tristate "kmod-fs-btrfs................................... BTRFS filesystem support" default y if DEFAULT_kmod-fs-btrfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-lzo select PACKAGE_kmod-lib-raid6 select PACKAGE_kmod-lib-zlib-deflate select PACKAGE_kmod-lib-zstd if !LINUX_4_9 select PACKAGE_kmod-lib-zlib-inflate select PACKAGE_kmod-lib-xor select PACKAGE_kmod-lib-crc32c help Kernel module for BTRFS support config PACKAGE_kmod-fs-cifs tristate "kmod-fs-cifs................................................ CIFS support" default y if DEFAULT_kmod-fs-cifs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-ecb select PACKAGE_kmod-crypto-des select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-crypto-md4 select PACKAGE_kmod-nls-base select PACKAGE_kmod-crypto-sha256 select PACKAGE_kmod-crypto-hmac help Kernel module for CIFS support config PACKAGE_kmod-fs-configfs tristate "kmod-fs-configfs........................ Configuration filesystem support" default y if DEFAULT_kmod-fs-configfs default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for configfs support config PACKAGE_kmod-fs-cramfs tristate "kmod-fs-cramfs..................... Compressed RAM/ROM filesystem support" default y if DEFAULT_kmod-fs-cramfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-zlib-inflate help Kernel module for cramfs support config PACKAGE_kmod-fs-efivarfs tristate "kmod-fs-efivarfs............................... efivar filesystem support" default y if DEFAULT_kmod-fs-efivarfs default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (x86_64||x86) help Kernel module to support efivarfs file system mountpoint. config PACKAGE_kmod-fs-exfat tristate "kmod-fs-exfat........................................ ExFAT Kernel driver" default y if DEFAULT_kmod-fs-exfat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for ExFAT Filesytems Yousong Zhou config PACKAGE_kmod-fs-exportfs tristate "kmod-fs-exportfs.......................... exportfs kernel server support" default y if DEFAULT_kmod-fs-exportfs default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for exportfs. Needed for some other modules. config PACKAGE_kmod-fs-ext4 tristate "kmod-fs-ext4..................................... EXT4 filesystem support" default y if DEFAULT_kmod-fs-ext4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-lib-crc16 select PACKAGE_kmod-crypto-crc32c help Kernel module for EXT4 filesystem support config PACKAGE_kmod-fs-f2fs tristate "kmod-fs-f2fs..................................... F2FS filesystem support" default y if DEFAULT_kmod-fs-f2fs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-crc32 select PACKAGE_kmod-crypto-hash help Kernel module for F2FS filesystem support config PACKAGE_kmod-fs-fscache tristate "kmod-fs-fscache................... General filesystem local cache manager" default y if DEFAULT_kmod-fs-fscache default m if ALL||ALL_NONSHARED||ALL_KMODS help General filesystem local cache manager config PACKAGE_kmod-fs-hfs tristate "kmod-fs-hfs....................................... HFS filesystem support" default y if DEFAULT_kmod-fs-hfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for HFS filesystem support config PACKAGE_kmod-fs-hfsplus tristate "kmod-fs-hfsplus.................................. HFS+ filesystem support" default y if DEFAULT_kmod-fs-hfsplus default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base select PACKAGE_kmod-nls-utf8 help Kernel module for HFS+ filesystem support config PACKAGE_kmod-fs-isofs tristate "kmod-fs-isofs................................. ISO9660 filesystem support" default y if DEFAULT_kmod-fs-isofs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-zlib-inflate select PACKAGE_kmod-nls-base help Kernel module for ISO9660 filesystem support config PACKAGE_kmod-fs-jfs tristate "kmod-fs-jfs....................................... JFS filesystem support" default y if DEFAULT_kmod-fs-jfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for JFS support config PACKAGE_kmod-fs-ksmbd tristate "kmod-fs-ksmbd.................................. SMB kernel server support" default y if DEFAULT_kmod-fs-ksmbd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-md4 select PACKAGE_kmod-crypto-sha512 select PACKAGE_kmod-nls-base select PACKAGE_kmod-crypto-cmac select PACKAGE_kmod-crypto-ecb select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-crypto-sha256 select PACKAGE_kmod-crypto-gcm select PACKAGE_kmod-crypto-aead select PACKAGE_kmod-crypto-hmac select PACKAGE_kmod-crypto-ccm select PACKAGE_kmod-crypto-des select PACKAGE_kmod-nls-utf8 help Ksmbd is an In-kernel SMBv(1)2/3 fileserver. It's an implementation of the SMB protocol in kernel space for sharing files and IPC services over network. https://github.com/cifsd-team/cifsd Andy Walsh config KSMBD_SMB_INSECURE_SERVER bool "Support for insecure SMB1/CIFS and SMB2.0 protocols" depends on PACKAGE_kmod-fs-ksmbd help This enables deprecated insecure protocols dialects: SMB1/CIFS and SMB2.0. default y config PACKAGE_kmod-fs-minix tristate "kmod-fs-minix................................... Minix filesystem support" default y if DEFAULT_kmod-fs-minix default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for Minix filesystem support config PACKAGE_kmod-fs-msdos tristate "kmod-fs-msdos................................... MSDOS filesystem support" default y if DEFAULT_kmod-fs-msdos default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base select PACKAGE_kmod-fs-vfat help Kernel module for MSDOS filesystem support config PACKAGE_kmod-fs-nfs tristate "kmod-fs-nfs................................ NFS filesystem client support" default y if DEFAULT_kmod-fs-nfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-dnsresolver select PACKAGE_kmod-fs-nfs-common help Kernel module for NFS client support config PACKAGE_kmod-fs-nfs-common tristate "kmod-fs-nfs-common......................... Common NFS filesystem modules" default y if DEFAULT_kmod-fs-nfs-common default m if ALL||ALL_NONSHARED||ALL_KMODS help Common NFS filesystem modules config PACKAGE_kmod-fs-nfs-common-rpcsec tristate "kmod-fs-nfs-common-rpcsec................................. NFS Secure RPC" default y if DEFAULT_kmod-fs-nfs-common-rpcsec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hmac select PACKAGE_kmod-crypto-cbc select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-crypto-ecb select PACKAGE_kmod-crypto-des select PACKAGE_kmod-crypto-cts select PACKAGE_kmod-crypto-sha1 select PACKAGE_kmod-fs-nfs-common help Kernel modules for NFS Secure RPC config PACKAGE_kmod-fs-nfs-v3 tristate "kmod-fs-nfs-v3............................ NFS3 filesystem client support" default y if DEFAULT_kmod-fs-nfs-v3 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fs-nfs help Kernel module for NFS v3 client support config PACKAGE_kmod-fs-nfs-v4 tristate "kmod-fs-nfs-v4............................ NFS4 filesystem client support" default y if DEFAULT_kmod-fs-nfs-v4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fs-nfs help Kernel module for NFS v4 support config PACKAGE_kmod-fs-nfsd tristate "kmod-fs-nfsd................................... NFS kernel server support" default y if DEFAULT_kmod-fs-nfsd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fs-nfs-common-rpcsec select PACKAGE_kmod-fs-exportfs select PACKAGE_kmod-fs-nfs-common help Kernel module for NFS kernel server support config PACKAGE_kmod-fs-ntfs tristate "kmod-fs-ntfs..................................... NTFS filesystem support" default y if DEFAULT_kmod-fs-ntfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NTFS filesystem support config PACKAGE_kmod-fs-reiserfs tristate "kmod-fs-reiserfs............................. ReiserFS filesystem support" default y if DEFAULT_kmod-fs-reiserfs default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for ReiserFS support config PACKAGE_kmod-fs-squashfs tristate "kmod-fs-squashfs......................... SquashFS 4.0 filesystem support" default y if DEFAULT_kmod-fs-squashfs default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for SquashFS 4.0 support config PACKAGE_kmod-fs-udf tristate "kmod-fs-udf....................................... UDF filesystem support" default y if DEFAULT_kmod-fs-udf default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base select PACKAGE_kmod-lib-crc-itu-t help Kernel module for UDF filesystem support config PACKAGE_kmod-fs-vfat tristate "kmod-fs-vfat..................................... VFAT filesystem support" default y if DEFAULT_kmod-fs-vfat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-cp437 select PACKAGE_kmod-nls-iso8859-1 select PACKAGE_kmod-nls-utf8 select PACKAGE_kmod-nls-base help Kernel module for VFAT filesystem support config PACKAGE_kmod-fs-xfs tristate "kmod-fs-xfs....................................... XFS filesystem support" default y if DEFAULT_kmod-fs-xfs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fs-exportfs select PACKAGE_kmod-lib-crc32c help Kernel module for XFS support config PACKAGE_kmod-fuse tristate "kmod-fuse......................... FUSE (Filesystem in Userspace) support" default y if DEFAULT_kmod-fuse default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for userspace filesystem support endmenu menu "FireWire support" config PACKAGE_kmod-firewire tristate "kmod-firewire........................... Support for FireWire (new stack)" default y if DEFAULT_kmod-firewire default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc-itu-t depends on PCI_SUPPORT help Kernel support for FireWire (new stack) config PACKAGE_kmod-firewire-net tristate "kmod-firewire-net................ Support for IP networking over FireWire" default y if DEFAULT_kmod-firewire-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-firewire help Kernel support for IPv4 over FireWire config PACKAGE_kmod-firewire-ohci tristate "kmod-firewire-ohci..................... Support for OHCI-1394 controllers" default y if DEFAULT_kmod-firewire-ohci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-firewire help Kernel support for FireWire OHCI-1394 controllers config PACKAGE_kmod-firewire-sbp2 tristate "kmod-firewire-sbp2............... Support for SBP-2 devices over FireWire" default y if DEFAULT_kmod-firewire-sbp2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-firewire select PACKAGE_kmod-scsi-core help Kernel support for SBP-2 devices over FireWire endmenu menu "Hardware Monitoring Support" config PACKAGE_kmod-hwmon-core tristate "kmod-hwmon-core.............................. Hardware monitoring support" default y if DEFAULT_kmod-hwmon-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for hardware monitoring config PACKAGE_kmod-hwmon-adcxx tristate "kmod-hwmon-adcxx................................ ADCxx monitoring support" default y if DEFAULT_kmod-hwmon-adcxx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core help Kernel module for the National Semiconductor ADCS chip family, where * bb is the resolution in number of bits (8, 10, 12) * c is the number of channels (1, 2, 4, 8) * sss is the maximum conversion speed (021 for 200 kSPS, 051 for 500 kSPS and 101 for 1 MSPS) Examples : ADC081S101, ADC124S501, ... config PACKAGE_kmod-hwmon-ads1015 tristate "kmod-hwmon-ads1015............................. Texas Instruments ADS1015" default y if DEFAULT_kmod-hwmon-ads1015 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Texas Instruments ADS1015 Analog-to-Digital converter config PACKAGE_kmod-hwmon-adt7410 tristate "kmod-hwmon-adt7410............................ ADT7410 monitoring support" default y if DEFAULT_kmod-hwmon-adt7410 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for ADT7410/7420 I2C thermal monitor chip config PACKAGE_kmod-hwmon-adt7475 tristate "kmod-hwmon-adt7475............. ADT7473/7475/7476/7490 monitoring support" default y if DEFAULT_kmod-hwmon-adt7475 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for ADT7473/7475/7476/7490 thermal monitor chip config PACKAGE_kmod-hwmon-bcm2835 tristate "kmod-hwmon-bcm2835.................................. BCM2835 HWMON driver" default y if DEFAULT_kmod-hwmon-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core depends on TARGET_brcm2708 help Kernel module for BCM2835 thermal monitor chip config PACKAGE_kmod-hwmon-gpiofan tristate "kmod-hwmon-gpiofan.............................. Generic GPIO FAN support" default y if DEFAULT_kmod-hwmon-gpiofan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for GPIO controlled FANs config PACKAGE_kmod-hwmon-gsc tristate "kmod-hwmon-gsc................ Driver for the Gateworks System Controller" default y if DEFAULT_kmod-hwmon-gsc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core depends on TARGET_imx6||TARGET_cns3xxx help Kernel module for the Gateworks System Controller chips. config PACKAGE_kmod-hwmon-ina209 tristate "kmod-hwmon-ina209.............................. INA209 monitoring support" default y if DEFAULT_kmod-hwmon-ina209 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for ina209 dc power monitor chips config PACKAGE_kmod-hwmon-ina2xx tristate "kmod-hwmon-ina2xx.............................. INA2XX monitoring support" default y if DEFAULT_kmod-hwmon-ina2xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-hwmon-core help Kernel module for ina2xx dc current monitor chips config PACKAGE_kmod-hwmon-it87 tristate "kmod-hwmon-it87.................................. IT87 monitoring support" default y if DEFAULT_kmod-hwmon-it87 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-hwmon-vid depends on PACKAGE_kmod-hwmon-core help Kernel module for it87 thermal and voltage monitor chip config PACKAGE_kmod-hwmon-lm63 tristate "kmod-hwmon-lm63............................... LM63/64 monitoring support" default y if DEFAULT_kmod-hwmon-lm63 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-regmap-i2c help Kernel module for lm63 and lm64 thermal monitor chip config PACKAGE_kmod-hwmon-lm75 tristate "kmod-hwmon-lm75.................................. LM75 monitoring support" default y if DEFAULT_kmod-hwmon-lm75 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-regmap-i2c select PACKAGE_kmod-i2c-core help Kernel module for lm75 thermal monitor chip config PACKAGE_kmod-hwmon-lm77 tristate "kmod-hwmon-lm77.................................. LM77 monitoring support" default y if DEFAULT_kmod-hwmon-lm77 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for LM77 thermal monitor chip config PACKAGE_kmod-hwmon-lm85 tristate "kmod-hwmon-lm85.................................. LM85 monitoring support" default y if DEFAULT_kmod-hwmon-lm85 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-hwmon-vid depends on PACKAGE_kmod-hwmon-core help Kernel module for LM85 thermal monitor chip config PACKAGE_kmod-hwmon-lm90 tristate "kmod-hwmon-lm90.................................. LM90 monitoring support" default y if DEFAULT_kmod-hwmon-lm90 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for LM90 thermal monitor chip config PACKAGE_kmod-hwmon-lm92 tristate "kmod-hwmon-lm92.................................. LM92 monitoring support" default y if DEFAULT_kmod-hwmon-lm92 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for LM92 thermal monitor chip config PACKAGE_kmod-hwmon-lm95241 tristate "kmod-hwmon-lm95241............................ LM95241 monitoring support" default y if DEFAULT_kmod-hwmon-lm95241 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for LM95241 thermal monitor chip config PACKAGE_kmod-hwmon-ltc4151 tristate "kmod-hwmon-ltc4151............................ LTC4151 monitoring support" default y if DEFAULT_kmod-hwmon-ltc4151 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Linear Technology LTC4151 current and voltage monitor chip config PACKAGE_kmod-hwmon-nct6775 tristate "kmod-hwmon-nct6775" default y if DEFAULT_kmod-hwmon-nct6775 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-vid depends on PCI_SUPPORT depends on PACKAGE_kmod-hwmon-core depends on TARGET_x86 help Kernel module for NCT6106D/6775F/6776F/6779D/6791D/6792D/6793D thermal monitor chip config PACKAGE_kmod-hwmon-pc87360 tristate "kmod-hwmon-pc87360............................ PC87360 monitoring support" default y if DEFAULT_kmod-hwmon-pc87360 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-vid depends on TARGET_x86 depends on PACKAGE_kmod-hwmon-core help Kernel modules for PC87360 chips config PACKAGE_kmod-hwmon-pwmfan tristate "kmod-hwmon-pwmfan................................ Generic PWM FAN support" default y if DEFAULT_kmod-hwmon-pwmfan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core help Kernel module for PWM controlled FANs config PACKAGE_kmod-hwmon-rpi-poe-fan tristate "kmod-hwmon-rpi-poe-fan.......................... Raspberry Pi PoE HAT fan" default y if DEFAULT_kmod-hwmon-rpi-poe-fan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core depends on TARGET_brcm2708 help Raspberry Pi PoE HAT fan driver config PACKAGE_kmod-hwmon-sch5627 tristate "kmod-hwmon-sch5627....................... SMSC SCH5627 monitoring support" default y if DEFAULT_kmod-hwmon-sch5627 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help SMSC SCH5627 Super I/O chips include complete hardware monitoring config PACKAGE_kmod-hwmon-sht21 tristate "kmod-hwmon-sht21........... Sensiron SHT21 and compat. monitoring support" default y if DEFAULT_kmod-hwmon-sht21 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-hwmon-core help Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip config PACKAGE_kmod-hwmon-tmp102 tristate "kmod-hwmon-tmp102............ Texas Instruments TMP102 monitoring support" default y if DEFAULT_kmod-hwmon-tmp102 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-hwmon-core help Kernel module for Texas Instruments TMP102 temperature sensors chip config PACKAGE_kmod-hwmon-tmp103 tristate "kmod-hwmon-tmp103............ Texas Instruments TMP103 monitoring support" default y if DEFAULT_kmod-hwmon-tmp103 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Texas Instruments TMP103 temperature sensors chip config PACKAGE_kmod-hwmon-tmp421 tristate "kmod-hwmon-tmp421............ TI TMP421 and compatible monitoring support" default y if DEFAULT_kmod-hwmon-tmp421 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for the Texas Instruments TMP421 and compatible chips. config PACKAGE_kmod-hwmon-vid tristate "kmod-hwmon-vid.................... VID/VRM/VRD voltage conversion module." default y if DEFAULT_kmod-hwmon-vid default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core help VID/VRM/VRD voltage conversion module for hardware monitoring config PACKAGE_kmod-hwmon-w83627ehf tristate "kmod-hwmon-w83627ehf" default y if DEFAULT_kmod-hwmon-w83627ehf default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core depends on TARGET_x86 select PACKAGE_kmod-hwmon-vid help Kernel module for Winbond W83627EHF/EHG/DHG/UHG and W83667HG thermal monitor chip Support for NCT6775F and NCT6776F has been removed from this driver in favour of using the nct6775 driver to handle those chips. config PACKAGE_kmod-hwmon-w83627hf tristate "kmod-hwmon-w83627hf.................. Winbond W83627HF monitoring support" default y if DEFAULT_kmod-hwmon-w83627hf default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-vid depends on TARGET_x86 depends on PACKAGE_kmod-hwmon-core help Kernel module for the Winbond W83627HF chips. config PACKAGE_kmod-hwmon-w83793 tristate "kmod-hwmon-w83793................... Winbond W83793G/R monitoring support" default y if DEFAULT_kmod-hwmon-w83793 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-core help Kernel module for the Winbond W83793G and W83793R chips. config PACKAGE_kmod-pmbus-core tristate "kmod-pmbus-core............................................ PMBus support" default y if DEFAULT_kmod-pmbus-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel modules for Power Management Bus config PACKAGE_kmod-pmbus-zl6100 tristate "kmod-pmbus-zl6100...... Intersil / Zilker Labs ZL6100 hardware monitoring" default y if DEFAULT_kmod-pmbus-zl6100 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-pmbus-core depends on PACKAGE_kmod-hwmon-core help Intersil / Zilker Labs ZL6100 hardware monitoring endmenu menu "I2C support" config PACKAGE_kmod-at91-i2c tristate "kmod-at91-i2c..................... I2C (TWI) master driver for Atmel AT91" default y if DEFAULT_kmod-at91-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_at91 select PACKAGE_kmod-i2c-core help Kernel module to use the I2C (TWI) master driver for Atmel AT91 config PACKAGE_kmod-i2c-bcm2708 tristate "kmod-i2c-bcm2708........... Broadcom BCM2708 I2C master controller driver" default y if DEFAULT_kmod-i2c-bcm2708 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 select PACKAGE_kmod-i2c-core help This package contains the Broadcom 2708 I2C master controller driver config PACKAGE_kmod-i2c-bcm2835 tristate "kmod-i2c-bcm2835........... Broadcom BCM2835 I2C master controller driver" default y if DEFAULT_kmod-i2c-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on TARGET_brcm2708 help This package contains the Broadcom 2835 I2C master controller driver config PACKAGE_kmod-i2c-core tristate "kmod-i2c-core................................................ I2C support" default y if DEFAULT_kmod-i2c-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for I2C support config PACKAGE_kmod-i2c-algo-bit tristate "kmod-i2c-algo-bit............................. I2C bit-banging interfaces" default y if DEFAULT_kmod-i2c-algo-bit default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core help Kernel modules for I2C bit-banging interfaces config PACKAGE_kmod-i2c-algo-pca tristate "kmod-i2c-algo-pca................................ I2C PCA 9564 interfaces" default y if DEFAULT_kmod-i2c-algo-pca default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core help Kernel modules for I2C PCA 9564 interfaces config PACKAGE_kmod-i2c-algo-pcf tristate "kmod-i2c-algo-pcf................................ I2C PCF 8584 interfaces" default y if DEFAULT_kmod-i2c-algo-pcf default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core help Kernel modules for I2C PCF 8584 interfaces config PACKAGE_kmod-i2c-gpio tristate "kmod-i2c-gpio.................................. GPIO-based bitbanging I2C" default y if DEFAULT_kmod-i2c-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core select PACKAGE_kmod-i2c-algo-bit depends on GPIO_SUPPORT help Kernel modules for a very simple bitbanging I2C driver utilizing the arch-neutral GPIO API to control the SCL and SDA lines. config PACKAGE_kmod-i2c-gpio-custom tristate "kmod-i2c-gpio-custom........................ Custom GPIO-based I2C device" default y if DEFAULT_kmod-i2c-gpio-custom default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT depends on !LINUX_4_19 select PACKAGE_kmod-i2c-gpio select PACKAGE_kmod-i2c-core help Kernel module for register a custom i2c-gpio platform device. config PACKAGE_kmod-i2c-i801 tristate "kmod-i2c-i801................... Intel I801 and compatible I2C interfaces" default y if DEFAULT_kmod-i2c-i801 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core depends on PCI_SUPPORT depends on TARGET_x86 select PACKAGE_kmod-i2c-smbus help Support for the Intel I801 family of mainboard I2C interfaces, specifically 82801AA, 82801AB, 82801BA, 82801CA/CAM, 82801DB, 82801EB/ER (ICH5/ICH5R), 6300ESB, ICH6, ICH7, ESB2, ICH8, ICH9, EP80579 (Tolapai), ICH10, 5/3400 Series (PCH), 6 Series (PCH), Patsburg (PCH), DH89xxCC (PCH), Panther Point (PCH), Lynx Point (PCH), Lynx Point-LP (PCH), Avoton (SOC), Wellsburg (PCH), Coleto Creek (PCH), Wildcat Point (PCH), Wildcat Point-LP (PCH), BayTrail (SOC), Sunrise Point-H (PCH), Sunrise Point-LP (PCH), DNV (SOC), Broxton (SOC), Lewisburg (PCH). config PACKAGE_kmod-i2c-lantiq tristate "kmod-i2c-lantiq.................................... Lantiq I2C controller" default y if DEFAULT_kmod-i2c-lantiq default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_falcon depends on PACKAGE_kmod-i2c-core help Kernel support for the Lantiq/Falcon I2C controller config PACKAGE_kmod-i2c-mt7628 tristate "kmod-i2c-mt7628................................. MT7628/88 I2C Controller" default y if DEFAULT_kmod-i2c-mt7628 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core depends on (TARGET_ramips_mt76x8) help Kernel modules for enable mt7621 i2c controller. config PACKAGE_kmod-i2c-mux tristate "kmod-i2c-mux................................ I2C bus multiplexing support" default y if DEFAULT_kmod-i2c-mux default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core help Kernel modules for I2C bus multiplexing support config PACKAGE_kmod-i2c-mux-gpio tristate "kmod-i2c-mux-gpio............................ GPIO-based I2C mux/switches" default y if DEFAULT_kmod-i2c-mux-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-mux help Kernel modules for GENERIC_GPIO I2C bus mux/switching devices config PACKAGE_kmod-i2c-mux-pca9541 tristate "kmod-i2c-mux-pca9541.................... Philips PCA9541 I2C mux/switches" default y if DEFAULT_kmod-i2c-mux-pca9541 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-mux help Kernel modules for PCA9541 I2C bus mux/switching devices config PACKAGE_kmod-i2c-mux-pca954x tristate "kmod-i2c-mux-pca954x.................... Philips PCA954x I2C mux/switches" default y if DEFAULT_kmod-i2c-mux-pca954x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-mux help Kernel modules for PCA954x I2C bus mux/switching devices config PACKAGE_kmod-i2c-piix4 tristate "kmod-i2c-piix4................. Intel PIIX4 and compatible I2C interfaces" default y if DEFAULT_kmod-i2c-piix4 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on TARGET_x86 depends on PACKAGE_kmod-i2c-core help Support for the Intel PIIX4 family of mainboard I2C interfaces, specifically Intel PIIX4, Intel 440MX, ATI IXP200, ATI IXP300, ATI IXP400, ATI SB600, ATI SB700/SP5100, ATI SB800, AMD Hudson-2, AMD ML, AMD CZ, Serverworks OSB4, Serverworks CSB5, Serverworks CSB6, Serverworks HT-1000, Serverworks HT-1100 and SMSC Victory66. config PACKAGE_kmod-i2c-ralink tristate "kmod-i2c-ralink.................................... Ralink I2C Controller" default y if DEFAULT_kmod-i2c-ralink default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ramips depends on !(TARGET_ramips_mt7621||TARGET_ramips_mt76x8) depends on PACKAGE_kmod-i2c-core help Kernel modules for enable ralink i2c controller. config PACKAGE_kmod-i2c-smbus tristate "kmod-i2c-smbus........................... SMBus-specific protocols helper" default y if DEFAULT_kmod-i2c-smbus default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-i2c-core help Support for the SMBus extensions to the I2C specification. config PACKAGE_kmod-i2c-tiny-usb tristate "kmod-i2c-tiny-usb................................... I2C Tiny USB adaptor" default y if DEFAULT_kmod-i2c-tiny-usb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on PACKAGE_kmod-i2c-core depends on USB_SUPPORT help Kernel module for the I2C Tiny USB adaptor developed by Till Harbaum (http://www.harbaum.org/till/i2c_tiny_usb) endmenu menu "Industrial I/O Modules" config PACKAGE_kmod-iio-ad799x tristate "kmod-iio-ad799x......................... Analog Devices AD799x ADC driver" default y if DEFAULT_kmod-iio-ad799x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help support for Analog Devices: ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 i2c analog to digital converters (ADC). config PACKAGE_kmod-iio-am2315 tristate "kmod-iio-am2315................. Asong AM2315 humidity/temperature sensor" default y if DEFAULT_kmod-iio-am2315 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help Aosong AM2315 humidity/temperature sensor (I2C bus) config PACKAGE_kmod-iio-bh1750 tristate "kmod-iio-bh1750......................... ROHM BH1750 ambient light sensor" default y if DEFAULT_kmod-iio-bh1750 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core help ROHM BH1750 ambient light sensor (i2c bus) config PACKAGE_kmod-iio-bmp280 tristate "kmod-iio-bmp280.......... BMP180/BMP280/BME280 pressure/temperatur sensor" default y if DEFAULT_kmod-iio-bmp280 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-regmap-core help This driver adds support for Bosch Sensortec BMP180 and BMP280 pressure and temperature sensors. Also supports the BME280 with an additional humidity sensor channel. config PACKAGE_kmod-iio-bmp280-i2c tristate "kmod-iio-bmp280-i2c" default y if DEFAULT_kmod-iio-bmp280-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-bmp280 select PACKAGE_kmod-regmap-i2c help This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via I2C. config PACKAGE_kmod-iio-bmp280-spi tristate "kmod-iio-bmp280-spi" default y if DEFAULT_kmod-iio-bmp280-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-spi-bitbang select PACKAGE_kmod-iio-bmp280 help This driver adds support for Bosch Sensortec's digital pressure and temperature sensor connected via SPI. config PACKAGE_kmod-iio-ccs811 tristate "kmod-iio-ccs811.................................... AMS CCS811 VOC sensor" default y if DEFAULT_kmod-iio-ccs811 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help Support for the AMS CCS811 VOC (Volatile Organic Compounds) sensor config PACKAGE_kmod-iio-core tristate "kmod-iio-core......................................... Industrial IO core" default y if DEFAULT_kmod-iio-core default m if ALL||ALL_NONSHARED||ALL_KMODS help The industrial I/O subsystem provides a unified framework for drivers for many different types of embedded sensors using a number of different physical interfaces (i2c, spi, etc) config PACKAGE_kmod-iio-dht11 tristate "kmod-iio-dht11... DHT11 (and compatible) humidity and temperature sensors" default y if DEFAULT_kmod-iio-dht11 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core depends on GPIO_SUPPORT depends on USES_DEVICETREE help support for DHT11 and DHT22 digitial humidity and temperature sensors attached at GPIO lines. You will need a custom device tree file to specify the GPIO line to use. config PACKAGE_kmod-iio-hmc5843 tristate "kmod-iio-hmc5843.......................... Honeywell HMC58x3 Magnetometer" default y if DEFAULT_kmod-iio-hmc5843 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help Honeywell HMC5843/5883/5883L 3-Axis Magnetometer config PACKAGE_kmod-iio-htu21 tristate "kmod-iio-htu21....................... HTU21 humidity & temperature sensor" default y if DEFAULT_kmod-iio-htu21 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help support for the Measurement Specialties HTU21 humidity and temperature sensor. This driver is also used for MS8607 temperature, pressure & humidity sensor config PACKAGE_kmod-iio-mxs-lradc tristate "kmod-iio-mxs-lradc.............. Freescale i.MX23/i.MX28 LRADC ADC driver" default y if DEFAULT_kmod-iio-mxs-lradc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core depends on TARGET_mxs help Support for Freescale's i.MX23/i.MX28 SoC internal Low-Resolution ADC config PACKAGE_kmod-iio-si7020 tristate "kmod-iio-si7020............................... Silicon Labs Si7020 sensor" default y if DEFAULT_kmod-iio-si7020 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help Support for Silicon Labs Si7020 family of relative humidity and temperature sensors connected via I2C. Following models are usable: Si7013, Si7020, Si7021, Hoperf TH06. config PACKAGE_kmod-iio-tsl4531 tristate "kmod-iio-tsl4531....................... TAOS TSL4531 ambient light sensor" default y if DEFAULT_kmod-iio-tsl4531 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-i2c-core help Support for TAOS TSL4531x family of ambient light sensors connected via I2C. Following models are usable: TSL45311, TSL45313, TSL45315, TSL45317. endmenu menu "Input modules" config PACKAGE_kmod-hid tristate "kmod-hid..................................................... HID Devices" default y if DEFAULT_kmod-hid default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core select PACKAGE_kmod-input-evdev help Kernel modules for HID devices config PACKAGE_kmod-hid-generic tristate "kmod-hid-generic.............................. Generic HID device support" default y if DEFAULT_kmod-hid-generic default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hid help Generic HID device support config PACKAGE_kmod-input-core tristate "kmod-input-core........................................ Input device core" default y if DEFAULT_kmod-input-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for support of input device config PACKAGE_kmod-input-evdev tristate "kmod-input-evdev...................................... Input event device" default y if DEFAULT_kmod-input-evdev default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Kernel modules for support of input device events config PACKAGE_kmod-input-gpio-encoder tristate "kmod-input-gpio-encoder.............................. GPIO rotary encoder" default y if DEFAULT_kmod-input-gpio-encoder default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core depends on GPIO_SUPPORT help GPIO rotary encoder config PACKAGE_kmod-input-gpio-keys tristate "kmod-input-gpio-keys.................................... GPIO key support" default y if DEFAULT_kmod-input-gpio-keys default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-input-core help This driver implements support for buttons connected to GPIO pins of various CPUs (and some other chips). See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events. config PACKAGE_kmod-input-gpio-keys-polled tristate "kmod-input-gpio-keys-polled...................... Polled GPIO key support" default y if DEFAULT_kmod-input-gpio-keys-polled default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-input-polldev help Kernel module for support polled GPIO keys input device See also gpio-button-hotplug which is an alternative, lower overhead implementation that generates uevents instead of kernel input events. config PACKAGE_kmod-input-joydev tristate "kmod-input-joydev................................ Joystick device support" default y if DEFAULT_kmod-input-joydev default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Kernel module for joystick support config PACKAGE_kmod-input-matrixkmap tristate "kmod-input-matrixkmap....................... Input matrix devices support" default y if DEFAULT_kmod-input-matrixkmap default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Input matrix devices support config PACKAGE_kmod-input-polldev tristate "kmod-input-polldev........................... Polled Input device support" default y if DEFAULT_kmod-input-polldev default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Kernel module for support of polled input devices config PACKAGE_kmod-input-touchscreen-ads7846 tristate "kmod-input-touchscreen-ads7846" default y if DEFAULT_kmod-input-touchscreen-ads7846 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-spi-bitbang select PACKAGE_kmod-input-core help Kernel module for ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens config PACKAGE_kmod-input-uinput tristate "kmod-input-uinput...................................... user input module" default y if DEFAULT_kmod-input-uinput default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help user input modules needed for bluez config PACKAGE_kmod-keyboard-imx tristate "kmod-keyboard-imx..................................... IMX keypad support" default y if DEFAULT_kmod-keyboard-imx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_mxs||TARGET_imx6) select PACKAGE_kmod-input-matrixkmap help Enable support for IMX keypad port. endmenu menu "LED modules" config PACKAGE_kmod-leds-apu2 tristate "kmod-leds-apu2.......................... PC Engines APU2/APU3 LED support" default y if DEFAULT_kmod-leds-apu2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 depends on GPIO_SUPPORT help Driver for the PC Engines APU2/APU3 LEDs & Reset Button. Chris Blake config PACKAGE_kmod-leds-gpio tristate "kmod-leds-gpio.......................................... GPIO LED support" default y if DEFAULT_kmod-leds-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT help Kernel module for LEDs on GPIO lines config PACKAGE_kmod-leds-nu801 tristate "kmod-leds-nu801.................................. Meraki MR18 LED support" default y if DEFAULT_kmod-leds-nu801 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ar71xx help Kernel module for the nu801 LED driver used on the Meraki MR18. config PACKAGE_kmod-leds-pca963x tristate "kmod-leds-pca963x.................................... PCA963x LED support" default y if DEFAULT_kmod-leds-pca963x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core help Driver for the NXP PCA963x I2C LED controllers. config PACKAGE_kmod-leds-rb750 tristate "kmod-leds-rb750.............................. RouterBOARD 750 LED support" default y if DEFAULT_kmod-leds-rb750 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ar71xx help Kernel module for the LEDs on the MikroTik RouterBOARD 750. config PACKAGE_kmod-leds-reset tristate "kmod-leds-reset............................. reset controller LED support" default y if DEFAULT_kmod-leds-reset default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ath79 help Kernel module for LEDs on reset lines config PACKAGE_kmod-leds-wndr3700-usb tristate "kmod-leds-wndr3700-usb.......................... WNDR3700 USB LED support" default y if DEFAULT_kmod-leds-wndr3700-usb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ar71xx help Kernel module for the USB LED on the NETGEAR WNDR3700 board. config PACKAGE_kmod-ledtrig-default-on tristate "kmod-ledtrig-default-on........................... LED Default ON Trigger" default y if DEFAULT_kmod-ledtrig-default-on default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to be initialised in the ON state config PACKAGE_kmod-ledtrig-gpio tristate "kmod-ledtrig-gpio....................................... LED GPIO Trigger" default y if DEFAULT_kmod-ledtrig-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to be controlled by gpio events config PACKAGE_kmod-ledtrig-heartbeat tristate "kmod-ledtrig-heartbeat............................. LED Heartbeat Trigger" default y if DEFAULT_kmod-ledtrig-heartbeat default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to blink like heart beat config PACKAGE_kmod-ledtrig-netdev tristate "kmod-ledtrig-netdev................................... LED NETDEV Trigger" default y if DEFAULT_kmod-ledtrig-netdev default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module to drive LEDs based on network activity config PACKAGE_kmod-ledtrig-oneshot tristate "kmod-ledtrig-oneshot................................ LED One-Shot Trigger" default y if DEFAULT_kmod-ledtrig-oneshot default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to be triggered by sporadic events in one-shot pulses config PACKAGE_kmod-ledtrig-timer tristate "kmod-ledtrig-timer..................................... LED Timer Trigger" default y if DEFAULT_kmod-ledtrig-timer default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to be controlled by a programmable timer via sysfs config PACKAGE_kmod-ledtrig-transient tristate "kmod-ledtrig-transient............................. LED Transient Trigger" default y if DEFAULT_kmod-ledtrig-transient default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs one time activation of a transient state. endmenu menu "Libraries" config PACKAGE_kmod-asn1-decoder tristate default y if DEFAULT_kmod-asn1-decoder help Simple ASN1 decoder config PACKAGE_kmod-lib-cordic tristate "kmod-lib-cordic.................................. Cordic function support" default y if DEFAULT_kmod-lib-cordic default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for Cordic function support config PACKAGE_kmod-lib-crc-ccitt tristate "kmod-lib-crc-ccitt..................................... CRC-CCITT support" default y if DEFAULT_kmod-lib-crc-ccitt default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CRC-CCITT support config PACKAGE_kmod-lib-crc-itu-t tristate "kmod-lib-crc-itu-t................................ CRC ITU-T V.41 support" default y if DEFAULT_kmod-lib-crc-itu-t default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CRC ITU-T V.41 support config PACKAGE_kmod-lib-crc16 tristate "kmod-lib-crc16............................................. CRC16 support" default y if DEFAULT_kmod-lib-crc16 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CRC16 support config PACKAGE_kmod-lib-crc32c tristate "kmod-lib-crc32c............................................ CRC32 support" default y if DEFAULT_kmod-lib-crc32c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-crc32c help Kernel module for CRC32 support config PACKAGE_kmod-lib-crc7 tristate "kmod-lib-crc7............................................... CRC7 support" default y if DEFAULT_kmod-lib-crc7 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CRC7 support config PACKAGE_kmod-lib-crc8 tristate "kmod-lib-crc8............................................... CRC8 support" default y if DEFAULT_kmod-lib-crc8 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for CRC8 support config PACKAGE_kmod-lib-lz4 tristate default y if DEFAULT_kmod-lib-lz4 select PACKAGE_kmod-crypto-acompress if !LINUX_4_9 help Kernel module for LZ4 compression/decompression support config PACKAGE_kmod-lib-lzo tristate default y if DEFAULT_kmod-lib-lzo select PACKAGE_kmod-crypto-acompress if !LINUX_4_9 help Kernel module for LZO compression/decompression support config PACKAGE_kmod-lib-raid6 tristate default y if DEFAULT_kmod-lib-raid6 help Kernel module for RAID6 algorithms config PACKAGE_kmod-lib-textsearch tristate "kmod-lib-textsearch................................... Textsearch support" default y if DEFAULT_kmod-lib-textsearch default m if ALL||ALL_NONSHARED||ALL_KMODS help Textsearch support config PACKAGE_kmod-lib-xor tristate default y if DEFAULT_kmod-lib-xor help Kernel module for XOR blocks algorithms config PACKAGE_kmod-lib-zlib-deflate tristate default y if DEFAULT_kmod-lib-zlib-deflate help Zlib support config PACKAGE_kmod-lib-zlib-inflate tristate default y if DEFAULT_kmod-lib-zlib-inflate help Zlib support config PACKAGE_kmod-lib-zstd tristate default y if DEFAULT_kmod-lib-zstd help Kernel module for ZSTD compression/decompression support config PACKAGE_kmod-ltq-ifxos tristate "kmod-ltq-ifxos............................. Lantiq OS abstraction library" default y if DEFAULT_kmod-ltq-ifxos default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq help Lantiq OS abstraction library http://www.lantiq.com/ John Crispin endmenu menu "Native Language Support" config PACKAGE_kmod-nls-base tristate "kmod-nls-base.................................... Native Language Support" default y if DEFAULT_kmod-nls-base default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for NLS (Native Language Support) config PACKAGE_kmod-nls-cp1250 tristate "kmod-nls-cp1250........................... Codepage 1250 (Eastern Europe)" default y if DEFAULT_kmod-nls-cp1250 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 1250 (Eastern Europe) config PACKAGE_kmod-nls-cp1251 tristate "kmod-nls-cp1251.................................. Codepage 1251 (Russian)" default y if DEFAULT_kmod-nls-cp1251 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 1251 (Russian) config PACKAGE_kmod-nls-cp437 tristate "kmod-nls-cp437...................... Codepage 437 (United States, Canada)" default y if DEFAULT_kmod-nls-cp437 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 437 (United States, Canada) config PACKAGE_kmod-nls-cp775 tristate "kmod-nls-cp775................................. Codepage 775 (Baltic Rim)" default y if DEFAULT_kmod-nls-cp775 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 775 (Baltic Rim) config PACKAGE_kmod-nls-cp850 tristate "kmod-nls-cp850..................................... Codepage 850 (Europe)" default y if DEFAULT_kmod-nls-cp850 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 850 (Europe) config PACKAGE_kmod-nls-cp852 tristate "kmod-nls-cp852..................................... Codepage 852 (Europe)" default y if DEFAULT_kmod-nls-cp852 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 852 (Europe) config PACKAGE_kmod-nls-cp862 tristate "kmod-nls-cp862..................................... Codepage 862 (Hebrew)" default y if DEFAULT_kmod-nls-cp862 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 862 (Hebrew) config PACKAGE_kmod-nls-cp864 tristate "kmod-nls-cp864..................................... Codepage 864 (Arabic)" default y if DEFAULT_kmod-nls-cp864 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 864 (Arabic) config PACKAGE_kmod-nls-cp866 tristate "kmod-nls-cp866................................... Codepage 866 (Cyrillic)" default y if DEFAULT_kmod-nls-cp866 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 866 (Cyrillic) config PACKAGE_kmod-nls-cp932 tristate "kmod-nls-cp932................................... Codepage 932 (Japanese)" default y if DEFAULT_kmod-nls-cp932 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 932 (Japanese) config PACKAGE_kmod-nls-cp936 tristate "kmod-nls-cp936......................... Codepage 936 (Simplified Chinese)" default y if DEFAULT_kmod-nls-cp936 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 936 (Simplified Chinese) config PACKAGE_kmod-nls-cp950 tristate "kmod-nls-cp950........................ Codepage 950 (Traditional Chinese)" default y if DEFAULT_kmod-nls-cp950 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS Codepage 950 (Traditional Chinese) config PACKAGE_kmod-nls-iso8859-1 tristate "kmod-nls-iso8859-1...... ISO 8859-1 (Latin 1; Western European Languages)" default y if DEFAULT_kmod-nls-iso8859-1 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS ISO 8859-1 (Latin 1) config PACKAGE_kmod-nls-iso8859-13 tristate "kmod-nls-iso8859-13........................ ISO 8859-13 (Latin 7; Baltic)" default y if DEFAULT_kmod-nls-iso8859-13 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS ISO 8859-13 (Latin 7; Baltic) config PACKAGE_kmod-nls-iso8859-15 tristate "kmod-nls-iso8859-15..... ISO 8859-15 (Latin 9; Western, with Euro symbol)" default y if DEFAULT_kmod-nls-iso8859-15 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS ISO 8859-15 (Latin 9) config PACKAGE_kmod-nls-iso8859-2 tristate "kmod-nls-iso8859-2...... ISO 8859-2 (Latin 2; Central European Languages)" default y if DEFAULT_kmod-nls-iso8859-2 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS ISO 8859-2 (Latin 2) config PACKAGE_kmod-nls-iso8859-6 tristate "kmod-nls-iso8859-6................................... ISO 8859-6 (Arabic)" default y if DEFAULT_kmod-nls-iso8859-6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS ISO 8859-6 (Arabic) config PACKAGE_kmod-nls-iso8859-8 tristate "kmod-nls-iso8859-8........................... ISO 8859-8, CP1255 (Hebrew)" default y if DEFAULT_kmod-nls-iso8859-8 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for Hebrew charsets (ISO-8859-8, CP1255) config PACKAGE_kmod-nls-koi8r tristate "kmod-nls-koi8r.......................................... KOI8-R (Russian)" default y if DEFAULT_kmod-nls-koi8r default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS KOI8-R (Russian) config PACKAGE_kmod-nls-utf8 tristate "kmod-nls-utf8...................................................... UTF-8" default y if DEFAULT_kmod-nls-utf8 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base help Kernel module for NLS UTF-8 endmenu menu "Netfilter Extensions" config PACKAGE_kmod-arptables tristate "kmod-arptables................................... ARP firewalling modules" default y if DEFAULT_kmod-arptables default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Kernel modules for ARP firewalling config PACKAGE_kmod-br-netfilter tristate "kmod-br-netfilter....................... Bridge netfilter support modules" default y if DEFAULT_kmod-br-netfilter default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Bridge netfilter support modules config PACKAGE_kmod-ebtables tristate "kmod-ebtables................................. Bridge firewalling modules" default y if DEFAULT_kmod-ebtables default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help ebtables is a general, extensible frame/packet identification framework. It provides you to do Ethernet filtering/NAT/brouting on the Ethernet bridge. config PACKAGE_kmod-ebtables-ipv4 tristate "kmod-ebtables-ipv4................................ ebtables: IPv4 support" default y if DEFAULT_kmod-ebtables-ipv4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ebtables help This option adds the IPv4 support to ebtables, which allows basic IPv4 header field filtering, ARP filtering as well as SNAT, DNAT targets. config PACKAGE_kmod-ebtables-ipv6 tristate "kmod-ebtables-ipv6................................ ebtables: IPv6 support" default y if DEFAULT_kmod-ebtables-ipv6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ebtables help This option adds the IPv6 support to ebtables, which allows basic IPv6 header field filtering and target support. config PACKAGE_kmod-ebtables-watchers tristate "kmod-ebtables-watchers........................ ebtables: watchers support" default y if DEFAULT_kmod-ebtables-watchers default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ebtables help This option adds the log watchers, that you can use in any rule in any ebtables table. config PACKAGE_kmod-ip6tables tristate "kmod-ip6tables.............................................. IPv6 modules" default y if DEFAULT_kmod-ip6tables default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core depends on IPV6 select PACKAGE_kmod-nf-reject6 select PACKAGE_kmod-nf-ipt6 help Netfilter IPv6 firewalling support config PACKAGE_kmod-ip6tables-extra tristate "kmod-ip6tables-extra.................................. Extra IPv6 modules" default y if DEFAULT_kmod-ip6tables-extra default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-ip6tables help Netfilter IPv6 extra header matching modules config PACKAGE_kmod-ipt-account tristate "kmod-ipt-account................................ ACCOUNT netfilter module" default y if DEFAULT_kmod-ipt-account default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help ACCOUNT netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-chaos tristate "kmod-ipt-chaos.................................... CHAOS netfilter module" default y if DEFAULT_kmod-ipt-chaos default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-tarpit select PACKAGE_kmod-ipt-delude select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help CHAOS netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-checksum tristate "kmod-ipt-checksum....................................... CHECKSUM support" default y if DEFAULT_kmod-ipt-checksum default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Kernel modules for CHECKSUM fillin target config PACKAGE_kmod-ipt-cluster tristate "kmod-ipt-cluster............................. Module for matching cluster" default y if DEFAULT_kmod-ipt-cluster default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-conntrack help Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated load-balancing router/server/switch. Basically, this match returns true when the packet must be handled by this cluster node. Thus, all nodes see all packets and this match decides which node handles what packets. The work-load sharing algorithm is based on source address hashing. This module is usable for ipv4 and ipv6. To use it also enable iptables-mod-cluster see `iptables -m cluster --help` for more information. config PACKAGE_kmod-ipt-clusterip tristate "kmod-ipt-clusterip.................................. Module for CLUSTERIP" default y if DEFAULT_kmod-ipt-clusterip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-ipt-core help Netfilter (IPv4-only) module for CLUSTERIP The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing router/server/switch. To use it also enable iptables-mod-clusterip see `iptables -j CLUSTERIP --help` for more information. config PACKAGE_kmod-ipt-compat-xtables tristate "kmod-ipt-compat-xtables.......... API compatibilty layer netfilter module" default y if DEFAULT_kmod-ipt-compat-xtables default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ip6tables if IPV6 help API compatibilty layer netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-condition tristate "kmod-ipt-condition............................ Condition netfilter module" default y if DEFAULT_kmod-ipt-condition default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Condition netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-conntrack tristate "kmod-ipt-conntrack..................... Basic connection tracking modules" default y if DEFAULT_kmod-ipt-conntrack default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-conntrack help Netfilter (IPv4) kernel modules for connection tracking Includes: - conntrack - defrag - iptables_raw - NOTRACK - state config PACKAGE_kmod-ipt-conntrack-extra tristate "kmod-ipt-conntrack-extra............... Extra connection tracking modules" default y if DEFAULT_kmod-ipt-conntrack-extra default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ipt-core help Netfilter (IPv4) extra kernel modules for connection tracking Includes: - connbytes - connmark/CONNMARK - conntrack - helper - recent config PACKAGE_kmod-ipt-conntrack-label tristate "kmod-ipt-conntrack-label.. Module for handling connection tracking labels" default y if DEFAULT_kmod-ipt-conntrack-label default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack help Netfilter (IPv4) module for handling connection tracking labels Includes: - connlabel config PACKAGE_kmod-ipt-coova tristate "kmod-ipt-coova.................................... Coova netfilter module" default y if DEFAULT_kmod-ipt-coova default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_libxtables depends on PACKAGE_coova-chilli help Netfilter kernel module for CoovaChilli Includes: - coova http://www.coova.org/CoovaChilli Jaehoon You config PACKAGE_kmod-ipt-core tristate "kmod-ipt-core.............................................. Iptables core" default y if DEFAULT_kmod-ipt-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-ipt select PACKAGE_kmod-nf-reject help Netfilter core kernel modules Includes: - comment - limit - LOG - mac - multiport - REJECT - TCPMSS config PACKAGE_kmod-ipt-debug tristate "kmod-ipt-debug.......................... Module for debugging/development" default y if DEFAULT_kmod-ipt-debug default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-raw select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-raw6 if IPV6 help Netfilter modules for debugging/development of the firewall Includes: - TRACE config PACKAGE_kmod-ipt-delude tristate "kmod-ipt-delude.................................. DELUDE netfilter module" default y if DEFAULT_kmod-ipt-delude default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-compat-xtables help DELUDE netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-dhcpmac tristate "kmod-ipt-dhcpmac................................ DHCPMAC netfilter module" default y if DEFAULT_kmod-ipt-dhcpmac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-compat-xtables help DHCPMAC netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-dnetmap tristate "kmod-ipt-dnetmap................................ DNETMAP netfilter module" default y if DEFAULT_kmod-ipt-dnetmap default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-core help DNETMAP netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-extra tristate "kmod-ipt-extra............................................. Extra modules" default y if DEFAULT_kmod-ipt-extra default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Other Netfilter (IPv4) kernel modules Includes: - addrtype - owner - pkttype - quota config PACKAGE_kmod-ipt-filter tristate "kmod-ipt-filter.................... Modules for packet content inspection" default y if DEFAULT_kmod-ipt-filter default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-lib-textsearch select PACKAGE_kmod-ipt-conntrack help Netfilter (IPv4) kernel modules for packet content inspection Includes: - string - bpf config PACKAGE_kmod-ipt-fuzzy tristate "kmod-ipt-fuzzy.................................... fuzzy netfilter module" default y if DEFAULT_kmod-ipt-fuzzy default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help fuzzy netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-geoip tristate "kmod-ipt-geoip.................................... geoip netfilter module" default y if DEFAULT_kmod-ipt-geoip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help geoip netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-hashlimit tristate "kmod-ipt-hashlimit............................. Netfilter hashlimit match" default y if DEFAULT_kmod-ipt-hashlimit default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Kernel modules support for the hashlimit bucket match module config PACKAGE_kmod-ipt-iface tristate "kmod-ipt-iface.................................... iface netfilter module" default y if DEFAULT_kmod-ipt-iface default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help iface netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-ipmark tristate "kmod-ipt-ipmark.................................. IPMARK netfilter module" default y if DEFAULT_kmod-ipt-ipmark default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help IPMARK netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-ipopt tristate "kmod-ipt-ipopt........... Modules for matching/changing IP packet options" default y if DEFAULT_kmod-ipt-ipopt default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter (IPv4) modules for matching/changing IP packet options Includes: - CLASSIFY - dscp/DSCP - ecn/ECN - hl/HL - length - mark/MARK - statistic - tcpmss - time - ttl/TTL - unclean config PACKAGE_kmod-ipt-ipp2p tristate "kmod-ipt-ipp2p.................................... IPP2P netfilter module" default y if DEFAULT_kmod-ipt-ipp2p default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help IPP2P netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-iprange tristate "kmod-ipt-iprange........................... Module for matching ip ranges" default y if DEFAULT_kmod-ipt-iprange default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter (IPv4) module for matching ip ranges Includes: - iprange config PACKAGE_kmod-ipt-ipsec tristate "kmod-ipt-ipsec........................ Modules for matching IPSec packets" default y if DEFAULT_kmod-ipt-ipsec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter (IPv4) modules for matching IPSec packets Includes: - ah - esp - policy config PACKAGE_kmod-ipt-ipset tristate "kmod-ipt-ipset................................... IPset netfilter modules" default y if DEFAULT_kmod-ipt-ipset default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nfnetlink help IPset netfilter modules config PACKAGE_kmod-ipt-ipv4options tristate "kmod-ipt-ipv4options........................ ipv4options netfilter module" default y if DEFAULT_kmod-ipt-ipv4options default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help ipv4options netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-led tristate "kmod-ipt-led............... Module to trigger a LED with a Netfilter rule" default y if DEFAULT_kmod-ipt-led default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter target to trigger a LED when a network packet is matched. config PACKAGE_kmod-ipt-length2 tristate "kmod-ipt-length2................................ length2 netfilter module" default y if DEFAULT_kmod-ipt-length2 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-compat-xtables help length2 netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-logmark tristate "kmod-ipt-logmark................................ LOGMARK netfilter module" default y if DEFAULT_kmod-ipt-logmark default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help LOGMARK netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-lscan tristate "kmod-ipt-lscan.................................... lscan netfilter module" default y if DEFAULT_kmod-ipt-lscan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help lscan netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-lua tristate "kmod-ipt-lua........................... Lua PacketScript netfilter module" default y if DEFAULT_kmod-ipt-lua default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack-extra help Lua PacketScript netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-nat tristate "kmod-ipt-nat........................................... Basic NAT targets" default y if DEFAULT_kmod-ipt-nat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nat select PACKAGE_kmod-ipt-core help Netfilter (IPv4) kernel modules for basic NAT targets Includes: - MASQUERADE config PACKAGE_kmod-ipt-nat-extra tristate "kmod-ipt-nat-extra..................................... Extra NAT targets" default y if DEFAULT_kmod-ipt-nat-extra default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-core help Netfilter (IPv4) kernel modules for extra NAT targets Includes: - NETMAP - REDIRECT config PACKAGE_kmod-ipt-nat6 tristate "kmod-ipt-nat6........................................... IPv6 NAT targets" default y if DEFAULT_kmod-ipt-nat6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core depends on IPV6 select PACKAGE_kmod-nf-nat6 select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ip6tables help Netfilter (IPv6) kernel modules for NAT targets config PACKAGE_kmod-ipt-nathelper-rtsp tristate "kmod-ipt-nathelper-rtsp.......... RTSP Conntrack and NAT netfilter module" default y if DEFAULT_kmod-ipt-nathelper-rtsp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack-extra help RTSP Conntrack and NAT netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-nflog tristate "kmod-ipt-nflog...................... Module for user-space packet logging" default y if DEFAULT_kmod-ipt-nflog default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink-log select PACKAGE_kmod-ipt-core help Netfilter module for user-space packet logging Includes: - NFLOG config PACKAGE_kmod-ipt-nfqueue tristate "kmod-ipt-nfqueue.................... Module for user-space packet queuing" default y if DEFAULT_kmod-ipt-nfqueue default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink-queue select PACKAGE_kmod-ipt-core help Netfilter module for user-space packet queuing Includes: - NFQUEUE config PACKAGE_kmod-ipt-offload tristate "kmod-ipt-offload................... Netfilter routing/NAT offload support" default y if DEFAULT_kmod-ipt-offload default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !LINUX_4_9 select PACKAGE_kmod-nf-flow select PACKAGE_kmod-ipt-core help Netfilter routing/NAT offload support config PACKAGE_kmod-ipt-physdev tristate "kmod-ipt-physdev.......................................... physdev module" default y if DEFAULT_kmod-ipt-physdev default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-br-netfilter select PACKAGE_kmod-ipt-core help The iptables physdev kernel module config PACKAGE_kmod-ipt-psd tristate "kmod-ipt-psd........................................ psd netfilter module" default y if DEFAULT_kmod-ipt-psd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help psd netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-quota2 tristate "kmod-ipt-quota2.................................. quota2 netfilter module" default y if DEFAULT_kmod-ipt-quota2 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help quota2 netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-raw tristate "kmod-ipt-raw............................ Netfilter IPv4 raw table support" default y if DEFAULT_kmod-ipt-raw default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter IPv4 raw table support config PACKAGE_kmod-ipt-raw6 tristate "kmod-ipt-raw6........................... Netfilter IPv6 raw table support" default y if DEFAULT_kmod-ipt-raw6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ip6tables select PACKAGE_kmod-ipt-core depends on IPV6 help Netfilter IPv6 raw table support config PACKAGE_kmod-ipt-rpfilter tristate "kmod-ipt-rpfilter............................... Netfilter rpfilter match" default y if DEFAULT_kmod-ipt-rpfilter default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Kernel modules support for the Netfilter rpfilter match config PACKAGE_kmod-ipt-sysrq tristate "kmod-ipt-sysrq.................................... SYSRQ netfilter module" default y if DEFAULT_kmod-ipt-sysrq default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-ipt-core help SYSRQ netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-tarpit tristate "kmod-ipt-tarpit.................................. TARPIT netfilter module" default y if DEFAULT_kmod-ipt-tarpit default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help TARPIT netfilter module Jo-Philipp Wich config PACKAGE_kmod-ipt-tee tristate "kmod-ipt-tee................................................. TEE support" default y if DEFAULT_kmod-ipt-tee default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack help Kernel modules for TEE config PACKAGE_kmod-ipt-tproxy tristate "kmod-ipt-tproxy............................. Transparent proxying support" default y if DEFAULT_kmod-ipt-tproxy default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ip6tables if IPV6 select PACKAGE_kmod-nf-conntrack6 if IPV6 help Kernel modules for Transparent Proxying config PACKAGE_kmod-ipt-u32 tristate "kmod-ipt-u32................................................. U32 support" default y if DEFAULT_kmod-ipt-u32 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Kernel modules for U32 config PACKAGE_kmod-ipt-ulog tristate "kmod-ipt-ulog....................... Module for user-space packet logging" default y if DEFAULT_kmod-ipt-ulog default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help Netfilter (IPv4) module for user-space packet logging Includes: - ULOG config PACKAGE_kmod-netatop tristate "kmod-netatop.................................... netatop netfilter module" default y if DEFAULT_kmod-netatop default m if ALL||ALL_NONSHARED||ALL_KMODS help The optional kernel module netatop can be loaded to gather statistics about the TCP and UDP packets that have been transmitted/received per process and per thread. As soon as atop discovers that this module is active, it shows the columns SNET and RNET in the generic screen for the number of transmitted and received packets per process. When the 'n' key is pressed, it shows detailed counters about the number packets transmitted/received via TCP and UDP, the average sizes of these packets, and the total bandwidth consumed for input and output per process/thread. https://www.atoptool.nl/ Toni Uhlig config PACKAGE_kmod-nf-conntrack tristate "kmod-nf-conntrack.......................... Netfilter connection tracking" default y if DEFAULT_kmod-nf-conntrack default m if ALL||ALL_NONSHARED||ALL_KMODS help Netfilter connection tracking config PACKAGE_kmod-nf-conntrack-netlink tristate "kmod-nf-conntrack-netlink.......... Connection tracking netlink interface" default y if DEFAULT_kmod-nf-conntrack-netlink default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink select PACKAGE_kmod-ipt-conntrack help Kernel modules support for a netlink-based connection tracking userspace interface config PACKAGE_kmod-nf-conntrack6 tristate "kmod-nf-conntrack6.................... Netfilter IPv6 connection tracking" default y if DEFAULT_kmod-nf-conntrack6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack depends on IPV6 help Netfilter IPv6 connection tracking config PACKAGE_kmod-nf-flow tristate "kmod-nf-flow................................. Netfilter flowtable support" default y if DEFAULT_kmod-nf-flow default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack depends on !LINUX_4_9 help Netfilter flowtable support config PACKAGE_kmod-nf-ipt tristate "kmod-nf-ipt................................................ Iptables core" default y if DEFAULT_kmod-nf-ipt default m if ALL||ALL_NONSHARED||ALL_KMODS help Iptables core config PACKAGE_kmod-nf-ipt6 tristate "kmod-nf-ipt6.............................................. Ip6tables core" default y if DEFAULT_kmod-nf-ipt6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-ipt help Ip6tables core config PACKAGE_kmod-nf-ipvs tristate "kmod-nf-ipvs................................... IP Virtual Server modules" default y if DEFAULT_kmod-nf-ipvs default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-nf-conntrack6 if LINUX_4_14 select PACKAGE_kmod-nf-conntrack depends on IPV6 select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack help IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel so called Layer-4 switching. config PACKAGE_kmod-nf-ipvs-ftp tristate "kmod-nf-ipvs-ftp..................... Virtual Server FTP protocol support" default y if DEFAULT_kmod-nf-ipvs-ftp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nat depends on PACKAGE_kmod-nf-ipvs select PACKAGE_kmod-nf-nathelper help In the virtual server via Network Address Translation, the IP address and port number of real servers cannot be sent to clients in ftp connections directly, so FTP protocol helper is required for tracking the connection and mangling it back to that of virtual service. config PACKAGE_kmod-nf-ipvs-sip tristate "kmod-nf-ipvs-sip..................... Virtual Server SIP protocol support" default y if DEFAULT_kmod-nf-ipvs-sip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nathelper-extra depends on PACKAGE_kmod-nf-ipvs help Allow persistence based on the SIP Call-ID config PACKAGE_kmod-nf-nat tristate "kmod-nf-nat................................................ Netfilter NAT" default y if DEFAULT_kmod-nf-nat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack help Netfilter NAT config PACKAGE_kmod-nf-nat6 tristate "kmod-nf-nat6.......................................... Netfilter IPV6-NAT" default y if DEFAULT_kmod-nf-nat6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-nf-nat select PACKAGE_kmod-nf-conntrack6 help Netfilter IPV6-NAT config PACKAGE_kmod-nf-nathelper tristate "kmod-nf-nathelper........................ Basic Conntrack and NAT helpers" default y if DEFAULT_kmod-nf-nathelper default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nat help Default Netfilter (IPv4) Conntrack and NAT helpers Includes: - ftp config PACKAGE_kmod-nf-nathelper-extra tristate "kmod-nf-nathelper-extra.................. Extra Conntrack and NAT helpers" default y if DEFAULT_kmod-nf-nathelper-extra default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-raw select PACKAGE_kmod-lib-textsearch select PACKAGE_kmod-asn1-decoder if LINUX_4_19 select PACKAGE_kmod-nf-nat help Extra Netfilter (IPv4) Conntrack and NAT helpers Includes: - amanda - h323 - irc - mms - pptp - proto_gre - sip - snmp_basic - tftp - broadcast config PACKAGE_kmod-nf-reject tristate "kmod-nf-reject............................. Netfilter IPv4 reject support" default y if DEFAULT_kmod-nf-reject default m if ALL||ALL_NONSHARED||ALL_KMODS help Netfilter IPv4 reject support config PACKAGE_kmod-nf-reject6 tristate "kmod-nf-reject6............................ Netfilter IPv6 reject support" default y if DEFAULT_kmod-nf-reject6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 help Netfilter IPv6 reject support config PACKAGE_kmod-nfnetlink tristate "kmod-nfnetlink......................... Netlink-based userspace interface" default y if DEFAULT_kmod-nfnetlink default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules support for a netlink-based userspace interface config PACKAGE_kmod-nfnetlink-log tristate "kmod-nfnetlink-log................ Netfilter LOG over NFNETLINK interface" default y if DEFAULT_kmod-nfnetlink-log default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink help Kernel modules support for logging packets via NFNETLINK Includes: - NFLOG config PACKAGE_kmod-nfnetlink-queue tristate "kmod-nfnetlink-queue............ Netfilter QUEUE over NFNETLINK interface" default y if DEFAULT_kmod-nfnetlink-queue default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink help Kernel modules support for queueing packets via NFNETLINK Includes: - NFQUEUE config PACKAGE_kmod-nft-arp tristate "kmod-nft-arp....................... Netfilter nf_tables ARP table support" default y if DEFAULT_kmod-nft-arp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nft-core depends on IPV6 help Netfilter nf_tables ARP table support config PACKAGE_kmod-nft-bridge tristate "kmod-nft-bridge................. Netfilter nf_tables bridge table support" default y if DEFAULT_kmod-nft-bridge default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nft-core depends on IPV6 help Netfilter nf_tables bridge table support config PACKAGE_kmod-nft-core tristate "kmod-nft-core................................ Netfilter nf_tables support" default y if DEFAULT_kmod-nft-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-reject depends on IPV6 select PACKAGE_kmod-nfnetlink select PACKAGE_kmod-nf-conntrack6 select PACKAGE_kmod-nf-reject6 help Kernel module support for nftables config PACKAGE_kmod-nft-fib tristate "kmod-nft-fib............................. Netfilter nf_tables fib support" default y if DEFAULT_kmod-nft-fib default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nft-core depends on IPV6 help Netfilter nf_tables fib support config PACKAGE_kmod-nft-nat tristate "kmod-nft-nat............................. Netfilter nf_tables NAT support" default y if DEFAULT_kmod-nft-nat default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-nft-core select PACKAGE_kmod-nf-nat help Netfilter nf_tables NAT support config PACKAGE_kmod-nft-nat6 tristate "kmod-nft-nat6....................... Netfilter nf_tables IPv6-NAT support" default y if DEFAULT_kmod-nft-nat6 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nft-nat select PACKAGE_kmod-nf-nat6 depends on IPV6 help Netfilter nf_tables IPv6-NAT support config PACKAGE_kmod-nft-netdev tristate "kmod-nft-netdev....................... Netfilter nf_tables netdev support" default y if DEFAULT_kmod-nft-netdev default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-nft-core help Netfilter nf_tables netdev support config PACKAGE_kmod-nft-offload tristate "kmod-nft-offload......... Netfilter nf_tables routing/NAT offload support" default y if DEFAULT_kmod-nft-offload default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-nf-flow select PACKAGE_kmod-nft-nat depends on !LINUX_4_9 help Netfilter nf_tables routing/NAT offload support endmenu menu "Network Devices" config PACKAGE_kmod-3c59x tristate "kmod-3c59x........ 3Com 3c590/3c900 series (592/595/597) Vortex/Boomerang" default y if DEFAULT_kmod-3c59x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii depends on PCI_SUPPORT help This option enables driver support for a large number of 10mbps and 10/100mbps EISA, PCI and PCMCIA 3Com Ethernet adapters: - "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI - "Boomerang" (EtherLink XL 3c900 or 3c905) PCI - "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus - "Tornado" (3c905) PCI - "Hurricane" (3c555/3cSOHO) PCI config PACKAGE_kmod-8139cp tristate "kmod-8139cp.. RealTek RTL-8139C+ PCI Fast Ethernet Adapter kernel support" default y if DEFAULT_kmod-8139cp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii depends on PCI_SUPPORT help Kernel module for RealTek RTL-8139C+ PCI Fast Ethernet adapters config PACKAGE_kmod-8139too tristate "kmod-8139too... RealTek RTL-8139 PCI Fast Ethernet Adapter kernel support" default y if DEFAULT_kmod-8139too default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii depends on PCI_SUPPORT help Kernel modules for RealTek RTL-8139 PCI Fast Ethernet adapters config PACKAGE_kmod-atl1 tristate "kmod-atl1............................ Atheros L1 Gigabit Ethernet support" default y if DEFAULT_kmod-atl1 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-mii help Atheros L1 Gigabit Ethernet support config PACKAGE_kmod-atl1c tristate "kmod-atl1c................................................... Atheros L1C" default y if DEFAULT_kmod-atl1c default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Atheros L1C config PACKAGE_kmod-atl1e tristate "kmod-atl1e................................................... Atheros L1E" default y if DEFAULT_kmod-atl1e default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Atheros L1E config PACKAGE_kmod-atl2 tristate "kmod-atl2............................... Atheros L2 Fast Ethernet support" default y if DEFAULT_kmod-atl2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Atheros L2 Fast Ethernet support config PACKAGE_kmod-b44 tristate "kmod-b44............................................ Broadcom 44xx driver" default y if DEFAULT_kmod-b44 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_brcm47xx_mips74k select PACKAGE_kmod-mii depends on PCI_SUPPORT depends on !(!TARGET_brcm47xx) || !TARGET_brcm63xx select PACKAGE_kmod-ssb if !TARGET_brcm47xx select PACKAGE_kmod-libphy help Kernel modules for Broadcom 44xx Ethernet adapters. config PACKAGE_kmod-be2net tristate "kmod-be2net........................ Broadcom Emulex OneConnect 10Gbps NIC" default y if DEFAULT_kmod-be2net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-hwmon-core help Broadcom Emulex OneConnect 10Gbit SFP+ support, OneConnect OCe10xxx OCe11xxx OCe14xxx, LightPulse LPe12xxx config PACKAGE_kmod-bgmac tristate "kmod-bgmac......................................... Broadcom bgmac driver" default y if DEFAULT_kmod-bgmac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_brcm47xx_legacy depends on TARGET_brcm47xx help Kernel modules for Broadcom bgmac Ethernet adapters. config PACKAGE_kmod-bnx2 tristate "kmod-bnx2................. BCM5706/5708/5709/5716 ethernet adapter driver" default y if DEFAULT_kmod-bnx2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_bnx2-firmware help Kernel module for the BCM5706/5708/5709/5716 ethernet adapter config PACKAGE_kmod-dm9000 tristate "kmod-dm9000................................ Davicom 9000 Ethernet support" default y if DEFAULT_kmod-dm9000 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii help Kernel driver for Davicom 9000 Ethernet adapters. config PACKAGE_kmod-dummy tristate "kmod-dummy.......................................... Dummy network device" default y if DEFAULT_kmod-dummy default m if ALL||ALL_NONSHARED||ALL_KMODS help The dummy network device config PACKAGE_kmod-e100 tristate "kmod-e100......................... Intel(R) PRO/100+ cards kernel support" default y if DEFAULT_kmod-e100 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_e100-firmware select PACKAGE_kmod-mii depends on PCI_SUPPORT help Kernel modules for Intel(R) PRO/100+ Ethernet adapters config PACKAGE_kmod-e1000 tristate "kmod-e1000.................... Intel(R) PRO/1000 PCI cards kernel support" default y if DEFAULT_kmod-e1000 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel modules for Intel(R) PRO/1000 PCI Ethernet adapters. config PACKAGE_kmod-e1000e tristate "kmod-e1000e.................. Intel(R) PRO/1000 PCIe cards kernel support" default y if DEFAULT_kmod-e1000e default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ptp depends on PCIE_SUPPORT help Kernel modules for Intel(R) PRO/1000 PCIe Ethernet adapters. config PACKAGE_kmod-et131x tristate "kmod-et131x......................... Agere ET131x Gigabit Ethernet driver" default y if DEFAULT_kmod-et131x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-libphy help This package contains the et131x kernel module http://sourceforge.net/projects/et131x config PACKAGE_kmod-ethoc tristate "kmod-ethoc..................................... Opencore.org ethoc driver" default y if DEFAULT_kmod-ethoc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Kernel module for the Opencores.org ethernet adapter config PACKAGE_kmod-forcedeth tristate "kmod-forcedeth................................... nForce Ethernet support" default y if DEFAULT_kmod-forcedeth default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel driver for Nvidia Ethernet support config PACKAGE_kmod-gigaset tristate "kmod-gigaset...................... Siemens Gigaset support for isdn4linux" default y if DEFAULT_kmod-gigaset default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-isdn4linux depends on USB_SUPPORT select PACKAGE_kmod-usb-core help This driver supports the Siemens Gigaset SX205/255 family of ISDN DECT bases, including the predecessors Gigaset 3070/3075 and 4170/4175 and their T-Com versions Sinus 45isdn and Sinus 721X. http://gigaset307x.sourceforge.net/ config PACKAGE_kmod-hfcmulti tristate "kmod-hfcmulti....... HFC multiport cards (HFC-4S/8S/E1) support for mISDN" default y if DEFAULT_kmod-hfcmulti default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-misdn help Kernel modules for Cologne AG's HFC multiport cards (HFC-4S/8S/E1) using the mISDN V2 stack config PACKAGE_kmod-hfcpci tristate "kmod-hfcpci................ HFC PCI cards (single port) support for mISDN" default y if DEFAULT_kmod-hfcpci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-misdn help Kernel modules for Cologne AG's HFC pci cards (single port) using the mISDN V2 stack config PACKAGE_kmod-ifb tristate "kmod-ifb........................... Intermediate Functional Block support" default y if DEFAULT_kmod-ifb default m if ALL||ALL_NONSHARED||ALL_KMODS help The Intermediate Functional Block config PACKAGE_kmod-igb tristate "kmod-igb....... Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support" default y if DEFAULT_kmod-igb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-algo-bit select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel modules for Intel(R) 82575/82576 PCI-Express Gigabit Ethernet adapters. config PACKAGE_kmod-igbvf tristate "kmod-igbvf.............. Intel(R) 82576 Virtual Function Ethernet support" default y if DEFAULT_kmod-igbvf default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 depends on PCI_SUPPORT select PACKAGE_kmod-i2c-algo-bit select PACKAGE_kmod-ptp select PACKAGE_kmod-i2c-core help Kernel modules for Intel(R) 82576 Virtual Function Ethernet adapters. config PACKAGE_kmod-ixgbe tristate "kmod-ixgbe.. Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet support" default y if DEFAULT_kmod-ixgbe default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-ptp select PACKAGE_kmod-mdio select PACKAGE_kmod-hwmon-core help Kernel modules for Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet adapters. config PACKAGE_kmod-ixgbevf tristate "kmod-ixgbevf............ Intel(R) 82599 Virtual Function Ethernet support" default y if DEFAULT_kmod-ixgbevf default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ixgbe depends on PCI_SUPPORT help Kernel modules for Intel(R) 82599 Virtual Function Ethernet adapters. config PACKAGE_kmod-libphy tristate "kmod-libphy.................................................. PHY library" default y if DEFAULT_kmod-libphy default m if ALL||ALL_NONSHARED||ALL_KMODS help PHY library config PACKAGE_kmod-ltq-adsl-ar9 tristate "kmod-ltq-adsl-ar9.................................... adsl driver for ar9" default y if DEFAULT_kmod-ltq-adsl-ar9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway select PACKAGE_kmod-ltq-adsl-ar9-mei help adsl driver for ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ar9-fw-a tristate "kmod-ltq-adsl-ar9-fw-a.............................. Firmware Annex-a ar9" default y if DEFAULT_kmod-ltq-adsl-ar9-fw-a default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway select PACKAGE_kmod-ltq-adsl-ar9 help Firmware Annex-a ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ar9-fw-b tristate "kmod-ltq-adsl-ar9-fw-b.............................. Firmware Annex-b ar9" default y if DEFAULT_kmod-ltq-adsl-ar9-fw-b default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway select PACKAGE_kmod-ltq-adsl-ar9 help Firmware Annex-b ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ar9-mei tristate "kmod-ltq-adsl-ar9-mei................................. mei driver for ar9" default y if DEFAULT_kmod-ltq-adsl-ar9-mei default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway help mei driver for ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ase tristate "kmod-ltq-adsl-ase.................................... adsl driver for ase" default y if DEFAULT_kmod-ltq-adsl-ase default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_ase select PACKAGE_kmod-ltq-adsl-ase-mei help adsl driver for ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ase-fw-a tristate "kmod-ltq-adsl-ase-fw-a.............................. Firmware Annex-a ase" default y if DEFAULT_kmod-ltq-adsl-ase-fw-a default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_ase select PACKAGE_kmod-ltq-adsl-ase help Firmware Annex-a ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ase-fw-b tristate "kmod-ltq-adsl-ase-fw-b.............................. Firmware Annex-b ase" default y if DEFAULT_kmod-ltq-adsl-ase-fw-b default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_ase select PACKAGE_kmod-ltq-adsl-ase help Firmware Annex-b ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-ase-mei tristate "kmod-ltq-adsl-ase-mei................................. mei driver for ase" default y if DEFAULT_kmod-ltq-adsl-ase-mei default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_ase help mei driver for ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-danube tristate "kmod-ltq-adsl-danube.............................. adsl driver for danube" default y if DEFAULT_kmod-ltq-adsl-danube default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-adsl-danube-mei depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) help adsl driver for danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-danube-fw-a tristate "kmod-ltq-adsl-danube-fw-a........................ Firmware Annex-a danube" default y if DEFAULT_kmod-ltq-adsl-danube-fw-a default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-adsl-danube depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) help Firmware Annex-a danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-danube-fw-b tristate "kmod-ltq-adsl-danube-fw-b........................ Firmware Annex-b danube" default y if DEFAULT_kmod-ltq-adsl-danube-fw-b default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) select PACKAGE_kmod-ltq-adsl-danube help Firmware Annex-b danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-adsl-danube-mei tristate "kmod-ltq-adsl-danube-mei........................... mei driver for danube" default y if DEFAULT_kmod-ltq-adsl-danube-mei default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) help mei driver for danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-atm-ar9 tristate "kmod-ltq-atm-ar9...................................... atm driver for ar9" default y if DEFAULT_kmod-ltq-atm-ar9 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_br2684ctl select PACKAGE_kmod-ltq-adsl-ar9-mei depends on TARGET_lantiq_xway select PACKAGE_kmod-atm help atm driver for ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-atm-ase tristate "kmod-ltq-atm-ase...................................... atm driver for ase" default y if DEFAULT_kmod-ltq-atm-ase default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-adsl-ase-mei select PACKAGE_br2684ctl depends on TARGET_lantiq_ase select PACKAGE_kmod-atm help atm driver for ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-atm-danube tristate "kmod-ltq-atm-danube................................ atm driver for danube" default y if DEFAULT_kmod-ltq-atm-danube default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) select PACKAGE_kmod-atm select PACKAGE_kmod-ltq-adsl-danube-mei select PACKAGE_br2684ctl help atm driver for danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-atm-vr9 tristate "kmod-ltq-atm-vr9...................................... atm driver for vr9" default y if DEFAULT_kmod-ltq-atm-vr9 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-vdsl-vr9-mei select PACKAGE_kmod-atm depends on TARGET_lantiq select PACKAGE_br2684ctl depends on TARGET_lantiq_xrx200 help atm driver for vr9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-ptm-ar9 tristate "kmod-ltq-ptm-ar9...................................... ptm driver for ar9" default y if DEFAULT_kmod-ltq-ptm-ar9 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-adsl-ar9-mei depends on TARGET_lantiq_xway help ptm driver for ar9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-ptm-ase tristate "kmod-ltq-ptm-ase...................................... ptm driver for ase" default y if DEFAULT_kmod-ltq-ptm-ase default m if ALL||ALL_NONSHARED||ALL_KMODS depends on BROKEN depends on TARGET_lantiq_ase select PACKAGE_kmod-ltq-adsl-ase-mei help ptm driver for ase http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-ptm-danube tristate "kmod-ltq-ptm-danube................................ ptm driver for danube" default y if DEFAULT_kmod-ltq-ptm-danube default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xway select PACKAGE_kmod-ltq-adsl-danube-mei depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) help ptm driver for danube http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-ptm-vr9 tristate "kmod-ltq-ptm-vr9...................................... ptm driver for vr9" default y if DEFAULT_kmod-ltq-ptm-vr9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xrx200 depends on TARGET_lantiq select PACKAGE_kmod-ltq-vdsl-vr9-mei help ptm driver for vr9 http://www.lantiq.com/ John Crispin config PACKAGE_kmod-ltq-vdsl-vr9 tristate "kmod-ltq-vdsl-vr9............................................ vdsl driver" default y if DEFAULT_kmod-ltq-vdsl-vr9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq select PACKAGE_kmod-ltq-vdsl-vr9-mei depends on TARGET_lantiq_xrx200 help vdsl driver John Crispin config PACKAGE_kmod-ltq-vdsl-vr9-mei tristate "kmod-ltq-vdsl-vr9-mei................................ mei driver for vdsl" default y if DEFAULT_kmod-ltq-vdsl-vr9-mei default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq select PACKAGE_kmod-ltq-ifxos depends on TARGET_lantiq_xrx200 help Lantiq MEI CPE Kernel Module Driver John Crispin config PACKAGE_kmod-macvlan tristate "kmod-macvlan............................................ MAC-VLAN support" default y if DEFAULT_kmod-macvlan default m if ALL||ALL_NONSHARED||ALL_KMODS help A kernel module which allows one to create virtual interfaces that map packets to or from specific MAC addresses to a particular interface config PACKAGE_kmod-mdio-gpio tristate "kmod-mdio-gpio....................... Supports GPIO lib-based MDIO busses" default y if DEFAULT_kmod-mdio-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-of-mdio if (TARGET_armvirt||TARGET_brcm2708_bcm2708||TARGET_samsung||TARGET_tegra) select PACKAGE_kmod-libphy help Supports GPIO lib-based MDIO busses config PACKAGE_kmod-mii tristate "kmod-mii..................................................... MII library" default y if DEFAULT_kmod-mii default m if ALL||ALL_NONSHARED||ALL_KMODS help MII library config PACKAGE_kmod-natsemi tristate "kmod-natsemi....................... National Semiconductor DP8381x series" default y if DEFAULT_kmod-natsemi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel modules for National Semiconductor DP8381x series PCI Ethernet adapters. config PACKAGE_kmod-ne2k-pci tristate "kmod-ne2k-pci................... ne2k-pci Ethernet Adapter kernel support" default y if DEFAULT_kmod-ne2k-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel modules for NE2000 PCI Ethernet Adapter kernel config PACKAGE_kmod-niu tristate "kmod-niu............................. Sun Neptune 10Gbit Ethernet support" default y if DEFAULT_kmod-niu default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help This enables support for cards based upon Sun's Neptune chipset. config PACKAGE_kmod-of-mdio tristate "kmod-of-mdio................................... OpenFirmware MDIO support" default y if DEFAULT_kmod-of-mdio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Kernel driver for OpenFirmware MDIO support config PACKAGE_kmod-pcnet32 tristate "kmod-pcnet32..................................... AMD PCnet32 PCI support" default y if DEFAULT_kmod-pcnet32 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii depends on (PCI_SUPPORT||TARGET_malta) help Kernel modules for AMD PCnet32 Ethernet adapters config PACKAGE_kmod-phy-broadcom tristate "kmod-phy-broadcom........................... Broadcom Ethernet PHY driver" default y if DEFAULT_kmod-phy-broadcom default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy select PACKAGE_kmod-phylib-broadcom help Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481, BCM5482 and BCM57780 PHYs. config PACKAGE_kmod-phy-realtek tristate "kmod-phy-realtek............................. Realtek Ethernet PHY driver" default y if DEFAULT_kmod-phy-realtek default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Supports the Realtek 821x PHY. config PACKAGE_kmod-phylib-broadcom tristate default y if DEFAULT_kmod-phylib-broadcom select PACKAGE_kmod-libphy help Broadcom Ethernet PHY library config PACKAGE_kmod-ppfe tristate "kmod-ppfe.................................. Freescale PPFE Driver support" default y if DEFAULT_kmod-ppfe default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_layerscape help Kernel modules for Freescale PPFE Driver support. config PACKAGE_kmod-r6040 tristate "kmod-r6040..................................... RDC Fast-Ethernet support" default y if DEFAULT_kmod-r6040 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT help Kernel modules for RDC Fast-Ethernet adapters. config PACKAGE_kmod-r8169 tristate "kmod-r8169.. RealTek RTL-8169 PCI Gigabit Ethernet Adapter kernel support" default y if DEFAULT_kmod-r8169 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii select PACKAGE_kmod-phy-realtek if LINUX_4_19 depends on PCI_SUPPORT select PACKAGE_r8169-firmware help Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters menuconfig PACKAGE_kmod-sangam-atm-annex-a tristate "kmod-sangam-atm-annex-a........ AR7 ADSL driver (Annex A, ADSL over POTS)" default y if DEFAULT_kmod-sangam-atm-annex-a default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-atm depends on TARGET_ar7_generic help The AR7 ADSL driver for Annex A (ADSL over POTS). Florian Fainelli source "package/kernel/ar7-atm/Config.in" menuconfig PACKAGE_kmod-sangam-atm-annex-b tristate "kmod-sangam-atm-annex-b........ AR7 ADSL driver (Annex B, ADSL over ISDN)" default y if DEFAULT_kmod-sangam-atm-annex-b default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ar7_generic select PACKAGE_kmod-atm help The AR7 ADSL driver for Annex B (ADSL over ISDN). Florian Fainelli config PACKAGE_kmod-siit tristate "kmod-siit........................ Stateless IP ICMP Translation Algorithm" default y if DEFAULT_kmod-siit default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (!(TARGET_ps3||TARGET_pxcab)) help Stateless IP ICMP Translation Algorithm Vladimir Ulrich config PACKAGE_kmod-sis190 tristate "kmod-sis190........................ SiS 190 Fast/Gigabit Ethernet support" default y if DEFAULT_kmod-sis190 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-mii help SiS 190 Fast/Gigabit Ethernet support config PACKAGE_kmod-sis900 tristate "kmod-sis900..................................... SiS 900 Ethernet support" default y if DEFAULT_kmod-sis900 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-mii help Kernel modules for Sis 900 Ethernet adapters. config PACKAGE_kmod-skge tristate "kmod-skge....................................... SysKonnect Yukon support" default y if DEFAULT_kmod-skge default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help SysKonnect Yukon support config PACKAGE_kmod-sky2 tristate "kmod-sky2...................................... SysKonnect Yukon2 support" default y if DEFAULT_kmod-sky2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help This driver supports Gigabit Ethernet adapters based on the Marvell Yukon 2 chipset: Marvell 88E8021/88E8022/88E8035/88E8036/88E8038/88E8050/88E8052/ 88E8053/88E8055/88E8061/88E8062, SysKonnect SK-9E21D/SK-9S21 There is companion driver for the older Marvell Yukon and Genesis based adapters: skge. config PACKAGE_kmod-solos-pci tristate "kmod-solos-pci.............................. Solos ADSL2+ multiport modem" default y if DEFAULT_kmod-solos-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-atm depends on PCI_SUPPORT help Kernel module for Traverse Technologies' Solos PCI cards and Geos ADSL2+ x86 motherboard config PACKAGE_kmod-spi-ks8995 tristate "kmod-spi-ks8995............. Micrel/Kendin KS8995 Ethernet switch control" default y if DEFAULT_kmod-spi-ks8995 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for Micrel/Kendin KS8995 ethernet switch config PACKAGE_kmod-sun4i-emac tristate "kmod-sun4i-emac.......................... AllWinner EMAC Ethernet support" default y if DEFAULT_kmod-sun4i-emac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio depends on TARGET_sunxi help AllWinner EMAC Ethernet support config PACKAGE_kmod-swconfig tristate "kmod-swconfig................................... switch configuration API" default y if DEFAULT_kmod-swconfig default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Switch configuration API module config PACKAGE_kmod-switch-ip17xx tristate "kmod-switch-ip17xx............................. IC+ IP17XX switch support" default y if DEFAULT_kmod-switch-ip17xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-swconfig help IC+ IP175C/IP178C switch support config PACKAGE_kmod-switch-mvsw61xx tristate "kmod-switch-mvsw61xx...................... Marvell 88E61xx switch support" default y if DEFAULT_kmod-switch-mvsw61xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-swconfig help Marvell 88E61xx switch support config PACKAGE_kmod-switch-rtl8306 tristate "kmod-switch-rtl8306...................... Realtek RTL8306S switch support" default y if DEFAULT_kmod-switch-rtl8306 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-swconfig help Realtek RTL8306S switch support config PACKAGE_kmod-switch-rtl8366-smi tristate "kmod-switch-rtl8366-smi..... Realtek RTL8366 SMI switch interface support" default y if DEFAULT_kmod-switch-rtl8366-smi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-of-mdio if (TARGET_armvirt||TARGET_brcm2708_bcm2708||TARGET_samsung||TARGET_tegra) select PACKAGE_kmod-swconfig depends on GPIO_SUPPORT help Realtek RTL8366 SMI switch interface support config PACKAGE_kmod-switch-rtl8366rb tristate "kmod-switch-rtl8366rb................... Realtek RTL8366RB switch support" default y if DEFAULT_kmod-switch-rtl8366rb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-switch-rtl8366-smi help Realtek RTL8366RB switch support config PACKAGE_kmod-switch-rtl8366s tristate "kmod-switch-rtl8366s..................... Realtek RTL8366S switch support" default y if DEFAULT_kmod-switch-rtl8366s default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-switch-rtl8366-smi depends on GPIO_SUPPORT help Realtek RTL8366S switch support config PACKAGE_kmod-switch-rtl8367b tristate "kmod-switch-rtl8367b................... Realtek RTL8367R/B switch support" default y if DEFAULT_kmod-switch-rtl8367b default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-switch-rtl8366-smi depends on GPIO_SUPPORT help Realtek RTL8367R/B switch support config PACKAGE_kmod-tg3 tristate "kmod-tg3................................ Broadcom Tigon3 Gigabit Ethernet" default y if DEFAULT_kmod-tg3 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ptp select PACKAGE_kmod-libphy if !TARGET_brcm47xx select PACKAGE_kmod-hwmon-core if LINUX_4_9 help Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters config PACKAGE_kmod-tulip tristate "kmod-tulip........................... Tulip family network device support" default y if DEFAULT_kmod-tulip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mii depends on PCI_SUPPORT help Kernel modules for the Tulip family of network cards, including DECchip Tulip, DIGITAL EtherWORKS, Winbond W89c840, Davicom DM910x/DM980x and ULi M526x controller support. config PACKAGE_kmod-via-rhine tristate "kmod-via-rhine................................ Via Rhine ethernet support" default y if DEFAULT_kmod-via-rhine default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-mii help Kernel modules for Via Rhine Ethernet chipsets config PACKAGE_kmod-via-velocity tristate "kmod-via-velocity... VIA Velocity Gigabit Ethernet Adapter kernel support" default y if DEFAULT_kmod-via-velocity default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc-ccitt depends on PCI_SUPPORT help Kernel modules for VIA Velocity Gigabit Ethernet chipsets config PACKAGE_kmod-vmxnet3 tristate "kmod-vmxnet3............................. VMware VMXNET3 ethernet driver " default y if DEFAULT_kmod-vmxnet3 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel modules for VMware VMXNET3 ethernet adapters. endmenu menu "Network Support" config PACKAGE_kmod-9pnet tristate "kmod-9pnet...................... Plan 9 Resource Sharing Support (9P2000)" default y if DEFAULT_kmod-9pnet default m if ALL||ALL_NONSHARED||ALL_KMODS depends on VIRTIO_SUPPORT help Kernel support support for Plan 9 resource sharing via the 9P2000 protocol. config PACKAGE_kmod-atm tristate "kmod-atm..................................................... ATM support" default y if DEFAULT_kmod-atm default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for ATM support config PACKAGE_kmod-atmtcp tristate "kmod-atmtcp................................................. ATM over TCP" default y if DEFAULT_kmod-atmtcp default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-atm help Kernel module for ATM over TCP support config PACKAGE_kmod-ax25 tristate "kmod-ax25................................................... AX25 support" default y if DEFAULT_kmod-ax25 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc16 help Kernel modules for AX25 support config PACKAGE_kmod-batgat tristate "kmod-batgat.................................. B.A.T.M.A.N. gateway module" default y if DEFAULT_kmod-batgat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_batmand depends on BROKEN help Kernel gateway module for B.A.T.M.A.N. for better tunnel performance https://www.open-mesh.org/ Corinna "Elektra" Aichele config PACKAGE_kmod-batman-adv tristate "kmod-batman-adv......................................... B.A.T.M.A.N. Adv" default y if DEFAULT_kmod-batman-adv default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc32c select PACKAGE_batctl-default if PACKAGE_batctl-tiny source "feeds/routing/batman-adv/Config.in" config PACKAGE_kmod-bonding tristate "kmod-bonding..................................... Ethernet bonding driver" default y if DEFAULT_kmod-bonding default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for NIC bonding. config PACKAGE_kmod-bpf-test tristate "kmod-bpf-test.................. Test Berkeley Packet Filter functionality" default y if DEFAULT_kmod-bpf-test default m if ALL||ALL_NONSHARED||ALL_KMODS help Test Berkeley Packet Filter functionality config PACKAGE_kmod-capi tristate "kmod-capi............................................ CAPI (ISDN) Support" default y if DEFAULT_kmod-capi default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for basic CAPI (ISDN) support config PACKAGE_kmod-dnsresolver tristate "kmod-dnsresolver.................................. In-kernel DNS Resolver" default y if DEFAULT_kmod-dnsresolver default m if ALL||ALL_NONSHARED||ALL_KMODS help In-kernel DNS Resolver config PACKAGE_kmod-fou tristate "kmod-fou....................................... FOU and GUE decapsulation" default y if DEFAULT_kmod-fou default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-udptunnel6 if IPV6 select PACKAGE_kmod-udptunnel4 select PACKAGE_kmod-iptunnel help Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling. Requires Kernel 3.18 or newer. config PACKAGE_kmod-fou6 tristate "kmod-fou6............................ FOU and GUE decapsulation over IPv6" default y if DEFAULT_kmod-fou6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-fou select PACKAGE_kmod-ip6-tunnel help Kernel module for FOU (Foo over UDP) and GUE (Generic UDP Encapsulation) tunnelling over IPv6. Requires Kernel 3.18 or newer. config PACKAGE_kmod-geneve tristate "kmod-geneve" default y if DEFAULT_kmod-geneve default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-udptunnel4 select PACKAGE_kmod-iptunnel select PACKAGE_kmod-udptunnel6 if IPV6 help Kernel module for supporting Geneve in the Kernel. Requires Kernel 3.18 or newer. config PACKAGE_kmod-gre tristate "kmod-gre..................................................... GRE support" default y if DEFAULT_kmod-gre default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel help Generic Routing Encapsulation support config PACKAGE_kmod-gre6 tristate "kmod-gre6.......................................... GRE support over IPV6" default y if DEFAULT_kmod-gre6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-ip6-tunnel select PACKAGE_kmod-gre select PACKAGE_kmod-iptunnel help Generic Routing Encapsulation support over IPv6 config PACKAGE_kmod-ip-vti tristate "kmod-ip-vti............................ IP VTI (Virtual Tunnel Interface)" default y if DEFAULT_kmod-ip-vti default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel select PACKAGE_kmod-ipsec4 depends on PACKAGE_kmod-ipsec select PACKAGE_kmod-iptunnel4 help Kernel modules for IP VTI (Virtual Tunnel Interface) config PACKAGE_kmod-ip6-tunnel tristate "kmod-ip6-tunnel.................................... IP-in-IPv6 tunnelling" default y if DEFAULT_kmod-ip6-tunnel default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel6 depends on IPV6 help Kernel modules for IPv6-in-IPv6 and IPv4-in-IPv6 tunnelling config PACKAGE_kmod-ip6-vti tristate "kmod-ip6-vti......................... IPv6 VTI (Virtual Tunnel Interface)" default y if DEFAULT_kmod-ip6-vti default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ip6-tunnel select PACKAGE_kmod-iptunnel select PACKAGE_kmod-ipsec6 depends on IPV6 depends on PACKAGE_kmod-ipsec help Kernel modules for IPv6 VTI (Virtual Tunnel Interface) config PACKAGE_kmod-ipip tristate "kmod-ipip......................................... IP-in-IP encapsulation" default y if DEFAULT_kmod-ipip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel4 select PACKAGE_kmod-iptunnel help Kernel modules for IP-in-IP encapsulation config PACKAGE_kmod-ipoa tristate "kmod-ipoa................................................... IPoA support" default y if DEFAULT_kmod-ipoa default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-atm help Kernel modules for IPoA (IP over ATM) support config PACKAGE_kmod-ipsec tristate "kmod-ipsec......................... IPsec related modules (IPv4 and IPv6)" default y if DEFAULT_kmod-ipsec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-sha1 select PACKAGE_kmod-crypto-iv select PACKAGE_kmod-crypto-authenc select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-crypto-des select PACKAGE_kmod-crypto-cbc select PACKAGE_kmod-crypto-hmac select PACKAGE_kmod-crypto-echainiv select PACKAGE_kmod-crypto-deflate help Kernel modules for IPsec support in both IPv4 and IPv6. Includes: - af_key - xfrm_algo - xfrm_ipcomp - xfrm_user config PACKAGE_kmod-ipsec4 tristate "kmod-ipsec4................................. IPsec related modules (IPv4)" default y if DEFAULT_kmod-ipsec4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel4 depends on PACKAGE_kmod-ipsec help Kernel modules for IPsec support in IPv4. Includes: - ah4 - esp4 - ipcomp4 - xfrm4_mode_beet - xfrm4_mode_transport - xfrm4_mode_tunnel - xfrm4_tunnel config PACKAGE_kmod-ipsec6 tristate "kmod-ipsec6................................. IPsec related modules (IPv6)" default y if DEFAULT_kmod-ipsec6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ipsec select PACKAGE_kmod-iptunnel6 depends on IPV6 help Kernel modules for IPsec support in IPv6. Includes: - ah6 - esp6 - ipcomp6 - xfrm6_mode_beet - xfrm6_mode_transport - xfrm6_mode_tunnel - xfrm6_tunnel config PACKAGE_kmod-iptunnel tristate default y if DEFAULT_kmod-iptunnel help Kernel module for generic IP tunnel support config PACKAGE_kmod-iptunnel4 tristate default y if DEFAULT_kmod-iptunnel4 help Kernel modules for IPv4 tunneling config PACKAGE_kmod-iptunnel6 tristate "kmod-iptunnel6............................................ IPv6 tunneling" default y if DEFAULT_kmod-iptunnel6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 help Kernel modules for IPv6 tunneling config PACKAGE_kmod-isdn4linux tristate "kmod-isdn4linux.............................. Old ISDN4Linux (deprecated)" default y if DEFAULT_kmod-isdn4linux default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ppp help This driver allows you to use an ISDN adapter for networking config PACKAGE_kmod-jool tristate "kmod-jool............................................. Jool kernel module" default y if DEFAULT_kmod-jool default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack6 select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-nf-conntrack depends on IPV6 help Jool is an Open Source SIIT and NAT64 for Linux. This package provides the kernel module for Jool. config PACKAGE_kmod-l2tp tristate "kmod-l2tp............................ Layer Two Tunneling Protocol (L2TP)" default y if DEFAULT_kmod-l2tp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-udptunnel4 select PACKAGE_kmod-udptunnel6 if IPV6 help Kernel modules for L2TP V3 Support config PACKAGE_kmod-l2tp-eth tristate "kmod-l2tp-eth................ L2TP ethernet pseudowire support for L2TPv3" default y if DEFAULT_kmod-l2tp-eth default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-l2tp help Kernel modules for L2TP ethernet pseudowire support for L2TPv3 config PACKAGE_kmod-l2tp-ip tristate "kmod-l2tp-ip............................ L2TP IP encapsulation for L2TPv3" default y if DEFAULT_kmod-l2tp-ip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-l2tp help Kernel modules for L2TP IP encapsulation for L2TPv3 config PACKAGE_kmod-macremapper tristate "kmod-macremapper................... Dual Channel Wi-Fi macremapper Module" default y if DEFAULT_kmod-macremapper default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-macsec tristate "kmod-macsec...................... IEEE 802.1AE MAC-level encryption (MAC)" default y if DEFAULT_kmod-macsec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-gcm help MACsec is an encryption standard for Ethernet. config PACKAGE_kmod-mdio tristate default y if DEFAULT_kmod-mdio help Kernel modules for MDIO (clause 45) PHY support config PACKAGE_kmod-misdn tristate "kmod-misdn.......................................... mISDN (ISDN) Support" default y if DEFAULT_kmod-misdn default m if ALL||ALL_NONSHARED||ALL_KMODS help Modular ISDN driver support config PACKAGE_kmod-mpls tristate "kmod-mpls................................................... MPLS support" default y if DEFAULT_kmod-mpls default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel if LINUX_4_19 help Kernel support for MPLS config PACKAGE_kmod-nat46 tristate "kmod-nat46..................... Stateless NAT46 translation kernel module" default y if DEFAULT_kmod-nat46 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 help Stateless NAT46 translation kernel module Hans Dedecker config PACKAGE_kmod-netem tristate "kmod-netem............................... Network emulation functionality" default y if DEFAULT_kmod-netem default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched help Kernel modules for emulating the properties of wide area networks config PACKAGE_kmod-nlmon tristate "kmod-nlmon............................. Virtual netlink monitoring device" default y if DEFAULT_kmod-nlmon default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module which adds a monitoring device for netlink. config PACKAGE_kmod-openvswitch tristate "kmod-openvswitch................. Open vSwitch kernel datapath (upstream)" default y if DEFAULT_kmod-openvswitch default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nat select PACKAGE_kmod-mpls select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-nat6 if IPV6 select PACKAGE_kmod-nf-conntrack6 if IPV6 help Open vSwitch kernel datapath (upstream) Yousong Zhou config PACKAGE_kmod-openvswitch-geneve tristate "kmod-openvswitch-geneve. Open vSwitch Geneve tunneling support (upstream)" default y if DEFAULT_kmod-openvswitch-geneve default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-openvswitch if PACKAGE_kmod-openvswitch-intree config PACKAGE_kmod-openvswitch-geneve-intree tristate "kmod-openvswitch-geneve-intree" default y if DEFAULT_kmod-openvswitch-geneve-intree default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-openvswitch-intree select PACKAGE_kmod-geneve depends on IPV6 depends on DEVEL help Open vSwitch Geneve tunneling support (in tree) Yousong Zhou config PACKAGE_kmod-openvswitch-gre tristate "kmod-openvswitch-gre....... Open vSwitch GRE tunneling support (upstream)" default y if DEFAULT_kmod-openvswitch-gre default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_kmod-openvswitch-intree config PACKAGE_kmod-openvswitch-gre-intree tristate "kmod-openvswitch-gre-intree. Open vSwitch GRE tunneling support (in tree)" default y if DEFAULT_kmod-openvswitch-gre-intree default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-openvswitch-intree select PACKAGE_kmod-gre depends on DEVEL depends on IPV6 help Open vSwitch GRE tunneling support (in tree) Yousong Zhou config PACKAGE_kmod-openvswitch-intree tristate "kmod-openvswitch-intree........... Open vSwitch kernel datapath (in tree)" default y if DEFAULT_kmod-openvswitch-intree default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DEVEL depends on IPV6 select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-conntrack6 if IPV6 select PACKAGE_kmod-gre select PACKAGE_kmod-nf-nat select PACKAGE_kmod-mpls select PACKAGE_kmod-nf-nat6 if IPV6 select PACKAGE_kmod-gre6 if IPV6 select PACKAGE_kmod-lib-crc32c help Open vSwitch kernel datapath (in tree) Yousong Zhou config PACKAGE_kmod-openvswitch-lisp-intree tristate "kmod-openvswitch-lisp-intree" default y if DEFAULT_kmod-openvswitch-lisp-intree default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-openvswitch-intree depends on IPV6 depends on DEVEL help Open vSwitch LISP tunneling support (in tree) Yousong Zhou config PACKAGE_kmod-openvswitch-stt-intree tristate "kmod-openvswitch-stt-intree. Open vSwitch STT tunneling support (in tree)" default y if DEFAULT_kmod-openvswitch-stt-intree default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 depends on DEVEL select PACKAGE_kmod-openvswitch-intree help Open vSwitch STT tunneling support (in tree) Yousong Zhou config PACKAGE_kmod-openvswitch-vxlan tristate "kmod-openvswitch-vxlan... Open vSwitch VXLAN tunneling support (upstream)" default y if DEFAULT_kmod-openvswitch-vxlan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_kmod-openvswitch-intree config PACKAGE_kmod-openvswitch-vxlan-intree tristate "kmod-openvswitch-vxlan-intree" default y if DEFAULT_kmod-openvswitch-vxlan-intree default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 depends on DEVEL select PACKAGE_kmod-vxlan select PACKAGE_kmod-openvswitch-intree help Open vSwitch VXLAN tunneling support (in tree) Yousong Zhou config PACKAGE_kmod-pf-ring tristate "kmod-pf-ring....................................... PF_RING Kernel driver" default y if DEFAULT_kmod-pf-ring default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for libpf-ring package Banglang Huang config PACKAGE_kmod-pktgen tristate "kmod-pktgen..................................... Network packet generator" default y if DEFAULT_kmod-pktgen default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml help Kernel modules for the Network Packet Generator config PACKAGE_kmod-ppp tristate "kmod-ppp..................................................... PPP modules" default y if DEFAULT_kmod-ppp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-slhc help Kernel modules for PPP support config PACKAGE_kmod-mppe tristate "kmod-mppe........................... Microsoft PPP compression/encryption" default y if DEFAULT_kmod-mppe default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp select PACKAGE_kmod-crypto-ecb select PACKAGE_kmod-crypto-sha1 help Kernel modules for Microsoft PPP compression/encryption config PACKAGE_kmod-ppp-synctty tristate "kmod-ppp-synctty.................................... PPP sync tty support" default y if DEFAULT_kmod-ppp-synctty default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp help Kernel modules for PPP sync tty support config PACKAGE_kmod-pppoa tristate "kmod-pppoa................................................. PPPoA support" default y if DEFAULT_kmod-pppoa default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-atm depends on PACKAGE_kmod-ppp help Kernel modules for PPPoA (PPP over ATM) support config PACKAGE_kmod-pppoe tristate "kmod-pppoe................................................. PPPoE support" default y if DEFAULT_kmod-pppoe default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp select PACKAGE_kmod-pppox help Kernel module for PPPoE (PPP over Ethernet) support config PACKAGE_kmod-pppol2tp tristate "kmod-pppol2tp........................................... PPPoL2TP support" default y if DEFAULT_kmod-pppol2tp default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp select PACKAGE_kmod-l2tp select PACKAGE_kmod-pppox help Kernel modules for PPPoL2TP (PPP over L2TP) support config PACKAGE_kmod-pppox tristate "kmod-pppox.................................................. PPPoX helper" default y if DEFAULT_kmod-pppox default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp help Kernel helper module for PPPoE and PPTP support config PACKAGE_kmod-pptp tristate "kmod-pptp................................................... PPtP support" default y if DEFAULT_kmod-pptp default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-ppp select PACKAGE_kmod-gre select PACKAGE_kmod-pppox help PPtP support config PACKAGE_kmod-rxrpc tristate default y if DEFAULT_kmod-rxrpc select PACKAGE_kmod-crypto-fcrypt select PACKAGE_kmod-crypto-manager select PACKAGE_kmod-crypto-pcbc help Kernel support for AF_RXRPC; required for AFS client config PACKAGE_kmod-sched tristate "kmod-sched...................................... Extra traffic schedulers" default y if DEFAULT_kmod-sched default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-sched-core help Extra kernel schedulers modules for IP traffic config PACKAGE_kmod-sched-act-vlan tristate "kmod-sched-act-vlan............................ Traffic VLAN manipulation" default y if DEFAULT_kmod-sched-act-vlan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched-core help Allows to configure rules to push or pop vlan headers. config PACKAGE_kmod-sched-bpf tristate "kmod-sched-bpf......... Traffic shaper support for Berkeley Packet Filter" default y if DEFAULT_kmod-sched-bpf default m if ALL||ALL_NONSHARED||ALL_KMODS help Traffic shaper support for Berkeley Packet Filter config PACKAGE_kmod-sched-cake tristate "kmod-sched-cake........................ Cake fq_codel/blue derived shaper" default y if DEFAULT_kmod-sched-cake default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-conntrack help Common Applications Kept Enhanced fq_codel/blue derived shaper https://github.com/dtaht/sch_cake Kevin Darbyshire-Bryant config PACKAGE_kmod-sched-connmark tristate "kmod-sched-connmark................ Traffic shaper conntrack mark support" default y if DEFAULT_kmod-sched-connmark default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-conntrack-extra select PACKAGE_kmod-sched-core select PACKAGE_kmod-ipt-core help Traffic shaper conntrack mark support config PACKAGE_kmod-sched-core tristate "kmod-sched-core....................................... Traffic schedulers" default y if DEFAULT_kmod-sched-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Core kernel scheduler support for IP traffic config PACKAGE_kmod-sched-ctinfo tristate "kmod-sched-ctinfo.......................... Traffic shaper ctinfo support" default y if DEFAULT_kmod-sched-ctinfo default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched-core select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-conntrack-extra help Traffic shaper ctinfo support config PACKAGE_kmod-sched-flower tristate "kmod-sched-flower.............................. Flower traffic classifier" default y if DEFAULT_kmod-sched-flower default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched-core help Allows to classify packets based on a configurable combination of packet keys and masks. config PACKAGE_kmod-sched-ipset tristate "kmod-sched-ipset............................ Traffic shaper ipset support" default y if DEFAULT_kmod-sched-ipset default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-ipset select PACKAGE_kmod-sched-core help Traffic shaper ipset support config PACKAGE_kmod-sched-mqprio tristate "kmod-sched-mqprio................ Multi-queue priority scheduler (MQPRIO)" default y if DEFAULT_kmod-sched-mqprio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched-core help This scheduler allows QOS to be offloaded on NICs that have support for offloading QOS schedulers. config PACKAGE_kmod-sctp tristate "kmod-sctp................................... SCTP protocol kernel support" default y if DEFAULT_kmod-sctp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-crypto-hmac select PACKAGE_kmod-lib-crc32c help Kernel modules for SCTP protocol support config PACKAGE_kmod-sit tristate "kmod-sit............................................. IPv6-in-IPv4 tunnel" default y if DEFAULT_kmod-sit default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iptunnel4 depends on IPV6 select PACKAGE_kmod-iptunnel help Kernel modules for IPv6-in-IPv4 tunnelling config PACKAGE_kmod-slhc tristate default y if DEFAULT_kmod-slhc select PACKAGE_kmod-lib-crc-ccitt help Serial Line Header Compression config PACKAGE_kmod-slip tristate "kmod-slip................................................... SLIP modules" default y if DEFAULT_kmod-slip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-slhc help Kernel modules for SLIP support config PACKAGE_kmod-tcp-bbr tristate "kmod-tcp-bbr.................................. BBR TCP congestion control" default y if DEFAULT_kmod-tcp-bbr default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sched if LINUX_4_9 help Kernel module for BBR (Bottleneck Bandwidth and RTT) TCP congestion control. It requires the fq ("Fair Queue") pacing packet scheduler. For kernel 4.13+, TCP internal pacing is implemented as fallback. config PACKAGE_kmod-trelay tristate "kmod-trelay....................................... Trivial Ethernet Relay" default y if DEFAULT_kmod-trelay default m if ALL||ALL_NONSHARED||ALL_KMODS help trelay relays ethernet packets between two devices (similar to a bridge), but without any MAC address checks. This makes it possible to bridge client mode or ad-hoc mode wifi devices to ethernet VLANs, assuming the remote end uses the same source MAC address as the device that packets are supposed to exit from. config PACKAGE_kmod-tun tristate "kmod-tun........................................ Universal TUN/TAP driver" default y if DEFAULT_kmod-tun default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel support for the TUN/TAP tunneling device config PACKAGE_kmod-udptunnel4 tristate default y if DEFAULT_kmod-udptunnel4 help IPv4 UDP tunneling support config PACKAGE_kmod-udptunnel6 tristate default y if DEFAULT_kmod-udptunnel6 depends on IPV6 help IPv6 UDP tunneling support config PACKAGE_kmod-veth tristate "kmod-veth................................... Virtual ethernet pair device" default y if DEFAULT_kmod-veth default m if ALL||ALL_NONSHARED||ALL_KMODS help This device is a local ethernet tunnel. Devices are created in pairs. When one end receives the packet it appears on its pair and vice versa. config PACKAGE_kmod-vxlan tristate "kmod-vxlan................................... Native VXLAN Kernel support" default y if DEFAULT_kmod-vxlan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-udptunnel4 select PACKAGE_kmod-iptunnel select PACKAGE_kmod-udptunnel6 if IPV6 help Kernel module for supporting VXLAN in the Kernel. Requires Kernel 3.12 or newer. config PACKAGE_kmod-wireguard tristate "kmod-wireguard................................... WireGuard kernel module" default y if DEFAULT_kmod-wireguard default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-udptunnel4 select PACKAGE_kmod-udptunnel6 if IPV6 help WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP. This package provides the kernel module for WireGuard. config PACKAGE_kmod-xfrm-interface tristate "kmod-xfrm-interface................................. IPsec XFRM Interface" default y if DEFAULT_kmod-xfrm-interface default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipsec4 depends on PACKAGE_kmod-ipsec depends on !LINUX_4_14 depends on IPV6 select PACKAGE_kmod-ipsec6 help Kernel module for XFRM interface support endmenu menu "Other modules" config PACKAGE_kmod-6lowpan tristate "kmod-6lowpan......................................... 6LoWPAN shared code" default y if DEFAULT_kmod-6lowpan default m if ALL||ALL_NONSHARED||ALL_KMODS help Shared 6lowpan code for IEEE 802.15.4 and Bluetooth. config PACKAGE_kmod-at91-adc tristate "kmod-at91-adc........................................... ADC on atmel SoC" default y if DEFAULT_kmod-at91-adc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core depends on TARGET_at91 select PACKAGE_kmod-input-core help Kernel module to use the ADC channels of SoC config PACKAGE_kmod-ath3k tristate "kmod-ath3k................................... ATH3K Kernel Module support" default y if DEFAULT_kmod-ath3k default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-bluetooth depends on USB_SUPPORT select PACKAGE_ar3k-firmware help Kernel support for ATH3K Module config PACKAGE_kmod-avila-wdt tristate "kmod-avila-wdt... GPIO hardware watchdog driver for modified Avila boards" default y if DEFAULT_kmod-avila-wdt default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ixp4xx depends on GPIO_SUPPORT help GPIO hardware watchdog driver for modified Avila boards config PACKAGE_kmod-bcma tristate "kmod-bcma................................................... BCMA support" default y if DEFAULT_kmod-bcma default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on !TARGET_bcm53xx depends on !TARGET_brcm47xx help Bus driver for Broadcom specific Advanced Microcontroller Bus Architecture config PACKAGE_kmod-bluetooth tristate "kmod-bluetooth......................................... Bluetooth support" default y if DEFAULT_kmod-bluetooth default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-ecb select PACKAGE_kmod-rfkill if USE_RFKILL select PACKAGE_kmod-crypto-ecdh if !LINUX_4_9 depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-crypto-cmac select PACKAGE_kmod-regmap-core select PACKAGE_kmod-hid select PACKAGE_kmod-lib-crc16 help Kernel support for Bluetooth devices config PACKAGE_kmod-bluetooth_6lowpan tristate "kmod-bluetooth_6lowpan......................... Bluetooth 6LoWPAN support" default y if DEFAULT_kmod-bluetooth_6lowpan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-6lowpan depends on USB_SUPPORT select PACKAGE_kmod-bluetooth help Kernel support for 6LoWPAN over Bluetooth Low Energy devices config PACKAGE_kmod-bmp085 tristate "kmod-bmp085................................ BMP085/BMP18x pressure sensor" default y if DEFAULT_kmod-bmp085 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-core help This driver adds support for Bosch Sensortec's digital pressure sensors BMP085 and BMP18x. config PACKAGE_kmod-bmp085-i2c tristate "kmod-bmp085-i2c........................ BMP085/BMP18x pressure sensor I2C" default y if DEFAULT_kmod-bmp085-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-bmp085 help This driver adds support for Bosch Sensortec's digital pressure sensor connected via I2C. config PACKAGE_kmod-bmp085-spi tristate "kmod-bmp085-spi........................ BMP085/BMP18x pressure sensor SPI" default y if DEFAULT_kmod-bmp085-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-bmp085 help This driver adds support for Bosch Sensortec's digital pressure sensor connected via SPI. config PACKAGE_kmod-btmrvl tristate "kmod-btmrvl...................... Marvell Bluetooth Kernel Module support" default y if DEFAULT_kmod-btmrvl default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-bluetooth depends on !TARGET_uml select PACKAGE_mwifiex-sdio-firmware select PACKAGE_kmod-mmc help Kernel support for Marvell SDIO Bluetooth Module config PACKAGE_kmod-button-hotplug tristate "kmod-button-hotplug................................ Button Hotplug driver" default y if DEFAULT_kmod-button-hotplug default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Kernel module to generate button uevent-s from input subsystem events. If your device uses GPIO buttons, see gpio-button-hotplug. config PACKAGE_kmod-dma-buf tristate default y if DEFAULT_kmod-dma-buf help DMA shared buffer support config PACKAGE_kmod-dma-ralink tristate "kmod-dma-ralink....................................... Ralink GDMA Engine" default y if DEFAULT_kmod-dma-ralink default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ramips help Kernel modules for enable ralink dma engine. config PACKAGE_kmod-echo tristate "kmod-echo............................................ Line Echo Canceller" default y if DEFAULT_kmod-echo default m if ALL||ALL_NONSHARED||ALL_KMODS help This driver provides line echo cancelling support for mISDN and DAHDI drivers config PACKAGE_kmod-eeprom-93cx6 tristate "kmod-eeprom-93cx6................................... EEPROM 93CX6 support" default y if DEFAULT_kmod-eeprom-93cx6 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for EEPROM 93CX6 support config PACKAGE_kmod-eeprom-at24 tristate "kmod-eeprom-at24..................................... EEPROM AT24 support" default y if DEFAULT_kmod-eeprom-at24 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nvmem select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c if LINUX_4_19 help Kernel module for most I2C EEPROMs config PACKAGE_kmod-eeprom-at25 tristate "kmod-eeprom-at25..................................... EEPROM AT25 support" default y if DEFAULT_kmod-eeprom-at25 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nvmem help Kernel module for most SPI EEPROMs config PACKAGE_kmod-gpio-beeper tristate "kmod-gpio-beeper..................................... GPIO beeper support" default y if DEFAULT_kmod-gpio-beeper default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help This enables playing beeps through an GPIO-connected buzzer config PACKAGE_kmod-gpio-button-hotplug tristate "kmod-gpio-button-hotplug............... Simple GPIO Button Hotplug driver" default y if DEFAULT_kmod-gpio-button-hotplug default m if ALL||ALL_NONSHARED||ALL_KMODS help This is a replacement for the following in-kernel drivers: 1) gpio_keys (KEYBOARD_GPIO) 2) gpio_keys_polled (KEYBOARD_GPIO_POLLED) Instead of generating input events (like in-kernel drivers do) it generates uevent-s and broadcasts them. This allows disabling input subsystem which is an overkill for OpenWrt simple needs. config PACKAGE_kmod-gpio-dev tristate "kmod-gpio-dev........................... Generic GPIO char device support" default y if DEFAULT_kmod-gpio-dev default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT help Kernel module to allows control of GPIO pins using a character device. config PACKAGE_kmod-gpio-mcp23s08 tristate "kmod-gpio-mcp23s08....................... Microchip MCP23xxx I/O expander" default y if DEFAULT_kmod-gpio-mcp23s08 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-regmap-i2c if !LINUX_4_9 select PACKAGE_kmod-i2c-core help Kernel module for Microchip MCP23xxx SPI/I2C I/O expander config PACKAGE_kmod-gpio-nct5104d tristate "kmod-gpio-nct5104d................................. GPIO nct5104d support" default y if DEFAULT_kmod-gpio-nct5104d default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT depends on TARGET_x86 help Support for GPIO functionality of NCT5104D super I/O chip. Florian Eckert config PACKAGE_kmod-gpio-nxp-74hc164 tristate "kmod-gpio-nxp-74hc164.................. NXP 74HC164 GPIO expander support" default y if DEFAULT_kmod-gpio-nxp-74hc164 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for NXP 74HC164 GPIO expander config PACKAGE_kmod-gpio-pca953x tristate "kmod-gpio-pca953x................ PCA95xx, TCA64xx, and MAX7310 I/O ports" default y if DEFAULT_kmod-gpio-pca953x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on GPIO_SUPPORT help Kernel module for MAX731{0,2,3,5}, PCA6107, PCA953{4-9}, PCA955{4-7}, PCA957{4,5} and TCA64{08,16} I2C GPIO expanders config PACKAGE_kmod-gpio-pcf857x tristate "kmod-gpio-pcf857x........ PCX857x, PCA967x and MAX732X I2C GPIO expanders" default y if DEFAULT_kmod-gpio-pcf857x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on GPIO_SUPPORT help Kernel module for PCF857x, PCA{85,96}7x, and MAX732[89] I2C GPIO expanders config PACKAGE_kmod-hsdma-mtk tristate "kmod-hsdma-mtk..................................... MediaTek HSDMA Engine" default y if DEFAULT_kmod-hsdma-mtk default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ramips depends on TARGET_ramips_mt7621 help Kernel modules for enable MediaTek hsdma engine. config PACKAGE_kmod-ikconfig tristate "kmod-ikconfig................... Kernel configuration via /proc/config.gz" default y if DEFAULT_kmod-ikconfig default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel configuration via /proc/config.gz config PACKAGE_kmod-input-rb532 tristate "kmod-input-rb532............................. RB532 button device support" default y if DEFAULT_kmod-input-rb532 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_rb532 select PACKAGE_kmod-input-polldev help Kernel module for RB532 button config PACKAGE_kmod-it87-wdt tristate "kmod-it87-wdt.................................... ITE IT87 Watchdog Timer" default y if DEFAULT_kmod-it87-wdt default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for ITE IT87 Watchdog Timer config PACKAGE_kmod-itco-wdt tristate "kmod-itco-wdt.................................. Intel iTCO Watchdog Timer" default y if DEFAULT_kmod-itco-wdt default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for Intel iTCO Watchdog Timer config PACKAGE_kmod-lp tristate "kmod-lp........................ Parallel port line printer device support" default y if DEFAULT_kmod-lp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ppdev help Parallel port line printer device support config PACKAGE_kmod-lttng tristate "kmod-lttng......... Linux Trace Toolkit: next generation (kernel modules)" default y if DEFAULT_kmod-lttng default m if ALL||ALL_NONSHARED||ALL_KMODS depends on KERNEL_FTRACE_SYSCALLS depends on !TARGET_uml help Linux Trace Toolkit: next generation (kernel modules) https://lttng.org/ config PACKAGE_kmod-mmc tristate "kmod-mmc............................................. MMC/SD Card Support" default y if DEFAULT_kmod-mmc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml help Kernel support for MMC/SD cards config PACKAGE_kmod-mmc-at91 tristate "kmod-mmc-at91................................ MMC/SD Card Support on AT91" default y if DEFAULT_kmod-mmc-at91 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_at91 select PACKAGE_kmod-mmc depends on !TARGET_uml help Kernel support for MMC/SD cards on the AT91 target config PACKAGE_kmod-mtd-rw tristate "kmod-mtd-rw............................. Write-enabler for MTD partitions" default y if DEFAULT_kmod-mtd-rw default m if ALL||ALL_NONSHARED||ALL_KMODS help A kernel module that temporarily makes all MTD partitions writeable. Joseph C. Lehner config PACKAGE_kmod-mtdoops tristate "kmod-mtdoops............................. Log panic/oops to an MTD buffer" default y if DEFAULT_kmod-mtdoops default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for Log panic/oops to an MTD buffer config PACKAGE_kmod-mtdram tristate "kmod-mtdram.................................... Test MTD driver using RAM" default y if DEFAULT_kmod-mtdram default m if ALL||ALL_NONSHARED||ALL_KMODS help Test MTD driver using RAM config PACKAGE_kmod-mtdtests tristate "kmod-mtdtests........................................ MTD subsystem tests" default y if DEFAULT_kmod-mtdtests default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel modules for MTD subsystem/driver testing config PACKAGE_kmod-nvmem tristate default y if DEFAULT_kmod-nvmem help Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES, etc. config PACKAGE_kmod-parport-pc tristate "kmod-parport-pc............... Parallel port interface (PC-style) support" default y if DEFAULT_kmod-parport-pc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ppdev help Parallel port interface (PC-style) support config PACKAGE_kmod-ppdev tristate "kmod-ppdev......................................... Parallel port support" default y if DEFAULT_kmod-ppdev default m if ALL||ALL_NONSHARED||ALL_KMODS help Parallel port support config PACKAGE_kmod-pps tristate "kmod-pps..................................................... PPS support" default y if DEFAULT_kmod-pps default m if ALL||ALL_NONSHARED||ALL_KMODS help PPS (Pulse Per Second) is a special pulse provided by some GPS antennae. Userland can use it to get a high-precision time reference. config PACKAGE_kmod-pps-gpio tristate "kmod-pps-gpio...................................... PPS client using GPIO" default y if DEFAULT_kmod-pps-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-pps help Support for a PPS source using GPIO. To be useful you must also register a platform device specifying the GPIO pin and other options, usually in your board setup. config PACKAGE_kmod-pps-ldisc tristate "kmod-pps-ldisc....................................... PPS line discipline" default y if DEFAULT_kmod-pps-ldisc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-pps help Support for a PPS source connected with the CD (Carrier Detect) pin of your serial port. config PACKAGE_kmod-ptp tristate "kmod-ptp............................................... PTP clock support" default y if DEFAULT_kmod-ptp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-pps help The IEEE 1588 standard defines a method to precisely synchronize distributed clocks over Ethernet networks. config PACKAGE_kmod-ptp-gianfar tristate "kmod-ptp-gianfar........................... Freescale Gianfar PTP support" default y if DEFAULT_kmod-ptp-gianfar default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mpc85xx depends on !LINUX_4_19 select PACKAGE_kmod-ptp help Kernel module for IEEE 1588 support for Freescale Gianfar Ethernet drivers config PACKAGE_kmod-ptp-qoriq tristate "kmod-ptp-qoriq............................... Freescale QorIQ PTP support" default y if DEFAULT_kmod-ptp-qoriq default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mpc85xx depends on LINUX_4_19 select PACKAGE_kmod-ptp help Kernel module for IEEE 1588 support for Freescale QorIQ Ethernet drivers config PACKAGE_kmod-pwm-atmel tristate "kmod-pwm-atmel.......................................... PWM on atmel SoC" default y if DEFAULT_kmod-pwm-atmel default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_at91 help Kernel module to use the PWM channel on ATMEL SoC config PACKAGE_kmod-pwm-mediatek-ramips tristate "kmod-pwm-mediatek-ramips...................................... MT7628 PWM" default y if DEFAULT_kmod-pwm-mediatek-ramips default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_ramips_mt76x8) help MT7628 PWM config PACKAGE_kmod-random-bcm2835 tristate "kmod-random-bcm2835................... BCM2835 HW Random Number Generator" default y if DEFAULT_kmod-random-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-random-core depends on TARGET_brcm2708 help This package contains the Broadcom 2835 HW random number generator driver config PACKAGE_kmod-random-core tristate "kmod-random-core........... Hardware Random Number Generator Core support" default y if DEFAULT_kmod-random-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for the HW random number generator core infrastructure config PACKAGE_kmod-random-tpm tristate "kmod-random-tpm............. Hardware Random Number Generator TPM support" default y if DEFAULT_kmod-random-tpm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !LINUX_4_19 select PACKAGE_kmod-random-core select PACKAGE_kmod-tpm help Kernel module for the Random Number Generator in the Trusted Platform Module. config PACKAGE_kmod-regmap-core tristate default y if DEFAULT_kmod-regmap-core help Generic register map support config PACKAGE_kmod-regmap-i2c tristate default y if DEFAULT_kmod-regmap-i2c select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-core help I2C register map support config PACKAGE_kmod-regmap-mmio tristate default y if DEFAULT_kmod-regmap-mmio select PACKAGE_kmod-regmap-core help MMIO register map support config PACKAGE_kmod-regmap-spi tristate default y if DEFAULT_kmod-regmap-spi select PACKAGE_kmod-regmap-core help SPI register map support config PACKAGE_kmod-rfkill tristate "kmod-rfkill.................................. RF switch subsystem support" default y if DEFAULT_kmod-rfkill default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USE_RFKILL select PACKAGE_kmod-input-core help Say Y here if you want to have control over RF switches found on many WiFi and Bluetooth cards config PACKAGE_kmod-rtc-ds1307 tristate "kmod-rtc-ds1307......... Dallas/Maxim DS1307 (and compatible) RTC support" default y if DEFAULT_kmod-rtc-ds1307 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-hwmon-core if !LINUX_4_9 select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c if !LINUX_4_9 help Kernel module for Dallas/Maxim DS1307/DS1337/DS1338/DS1340/DS1388/DS3231, Epson RX-8025 and various other compatible RTC chips connected via I2C. config PACKAGE_kmod-rtc-ds1374 tristate "kmod-rtc-ds1374.......................... Dallas/Maxim DS1374 RTC support" default y if DEFAULT_kmod-rtc-ds1374 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Dallas/Maxim DS1374. config PACKAGE_kmod-rtc-ds1672 tristate "kmod-rtc-ds1672.......................... Dallas/Maxim DS1672 RTC support" default y if DEFAULT_kmod-rtc-ds1672 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Dallas/Maxim DS1672 RTC. config PACKAGE_kmod-rtc-em3027 tristate "kmod-rtc-em3027....................... Microelectronic EM3027 RTC support" default y if DEFAULT_kmod-rtc-em3027 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Microelectronic EM3027 RTC. config PACKAGE_kmod-rtc-isl1208 tristate "kmod-rtc-isl1208............................ Intersil ISL1208 RTC support" default y if DEFAULT_kmod-rtc-isl1208 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Intersil ISL1208 RTC. config PACKAGE_kmod-rtc-pcf2123 tristate "kmod-rtc-pcf2123............................. Philips PCF2123 RTC support" default y if DEFAULT_kmod-rtc-pcf2123 default m if ALL_KMODS && RTC_SUPPORT help Kernel module for Philips PCF2123 RTC chip config PACKAGE_kmod-rtc-pcf8563 tristate "kmod-rtc-pcf8563............... Philips PCF8563/Epson RTC8564 RTC support" default y if DEFAULT_kmod-rtc-pcf8563 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Philips PCF8563 RTC chip. The Epson RTC8564 should work as well. config PACKAGE_kmod-rtc-pt7c4338 tristate "kmod-rtc-pt7c4338........................... Pericom PT7C4338 RTC support" default y if DEFAULT_kmod-rtc-pt7c4338 default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Pericom PT7C4338 i2c RTC chip config PACKAGE_kmod-rtc-rs5c372a tristate "kmod-rtc-rs5c372a.......... Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A" default y if DEFAULT_kmod-rtc-rs5c372a default m if ALL_KMODS && RTC_SUPPORT select PACKAGE_kmod-i2c-core help Kernel module for Ricoh R2025S/D, RS5C372A/B, RV5C386, RV5C387A RTC on chip module config PACKAGE_kmod-rtc-rv5c386a tristate "kmod-rtc-rv5c386a.. Driver for RTC RV5C386A (used in WL-700gE and WL-HDD)" default y if DEFAULT_kmod-rtc-rv5c386a default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm47xx depends on !IN_SDK help Driver for RTC RV5C386A (used in WL-700gE and WL-HDD) config PACKAGE_kmod-rtc-sunxi tristate "kmod-rtc-sunxi............................ Sunxi SoC built-in RTC support" default y if DEFAULT_kmod-rtc-sunxi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_sunxi help Support for the AllWinner sunXi SoC's onboard RTC config PACKAGE_kmod-sdhci tristate "kmod-sdhci.............. Secure Digital Host Controller Interface support" default y if DEFAULT_kmod-sdhci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mmc depends on !TARGET_uml help Kernel support for SDHCI Hosts config PACKAGE_kmod-sdhci-mt7620 tristate "kmod-sdhci-mt7620............................................ MT7620 SDCI" default y if DEFAULT_kmod-sdhci-mt7620 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_ramips_mt7620||TARGET_ramips_mt76x8||TARGET_ramips_mt7621) select PACKAGE_kmod-mmc depends on !TARGET_uml help MT7620 SDCI config PACKAGE_kmod-sdhci-mtk tristate "kmod-sdhci-mtk..................................... Mediatek SDHCI driver" default y if DEFAULT_kmod-sdhci-mtk default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-sdhci depends on TARGET_mediatek_mt7622 help Mediatek SDHCI driver config PACKAGE_kmod-serial-8250 tristate "kmod-serial-8250.............................................. 8250 UARTs" default y if DEFAULT_kmod-serial-8250 default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for 8250 UART based serial ports config PACKAGE_kmod-serial-8250-exar tristate "kmod-serial-8250-exar.................................... Exar 8250 UARTs" default y if DEFAULT_kmod-serial-8250-exar default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-serial-8250 help Kernel module for Exar serial ports config PACKAGE_kmod-smi-bcm2835 tristate "kmod-smi-bcm2835...................................... BCM2835 SMI driver" default y if DEFAULT_kmod-smi-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 help This package contains the Character device driver for Broadcom Secondary Memory Interface config PACKAGE_kmod-smi-bcm2835-dev tristate "kmod-smi-bcm2835-dev........................... BCM2835 SMI device driver" default y if DEFAULT_kmod-smi-bcm2835-dev default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 select PACKAGE_kmod-smi-bcm2835 help This driver provides a character device interface (ioctl + read/write) to Broadcom's Secondary Memory interface. The low-level functionality is provided by the SMI driver itself. config PACKAGE_kmod-softdog tristate "kmod-softdog.................................... Software watchdog driver" default y if DEFAULT_kmod-softdog default m if ALL||ALL_NONSHARED||ALL_KMODS help Software watchdog driver config PACKAGE_kmod-sp5100_tco tristate "kmod-sp5100_tco.................................. SP5100 Watchdog Support" default y if DEFAULT_kmod-sp5100_tco default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 help Kernel module for the SP5100_TCO hardware watchdog. config PACKAGE_kmod-ssb tristate "kmod-ssb.............................. Silicon Sonics Backplane glue code" default y if DEFAULT_kmod-ssb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on !TARGET_brcm63xx depends on !TARGET_brcm47xx help Silicon Sonics Backplane glue code. config PACKAGE_kmod-sunxi-ir tristate "kmod-sunxi-ir........................ Sunxi SoC built-in IR support (A20)" default y if DEFAULT_kmod-sunxi-ir default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_sunxi select PACKAGE_kmod-input-core help Support for the AllWinner sunXi SoC's onboard IR (A20) config PACKAGE_kmod-thermal tristate default y if DEFAULT_kmod-thermal select PACKAGE_kmod-hwmon-core help Generic Thermal Sysfs driver offers a generic mechanism for thermal management. Usually it's made up of one or more thermal zone and cooling device. config PACKAGE_kmod-tpm tristate "kmod-tpm............................................ TPM Hardware Support" default y if DEFAULT_kmod-tpm default m if ALL||ALL_NONSHARED||ALL_KMODS help This enables TPM Hardware Support. config PACKAGE_kmod-tpm-i2c-atmel tristate "kmod-tpm-i2c-atmel................................. TPM I2C Atmel Support" default y if DEFAULT_kmod-tpm-i2c-atmel default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-tpm select PACKAGE_kmod-i2c-core help This enables the TPM Interface Specification 1.2 Interface (I2C - Atmel) config PACKAGE_kmod-tpm-i2c-infineon tristate "kmod-tpm-i2c-infineon............................ TPM I2C Infineon driver" default y if DEFAULT_kmod-tpm-i2c-infineon default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-tpm select PACKAGE_kmod-i2c-core help This enables the TPM Interface Specification 1.2 Interface (I2C - Infineon) config PACKAGE_kmod-tpm-tis tristate "kmod-tpm-tis.............. TPM TIS 1.2 Interface / TPM 2.0 FIFO Interface" default y if DEFAULT_kmod-tpm-tis default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 select PACKAGE_kmod-tpm help If you have a TPM security chip that is compliant with the TCG TIS 1.2 TPM specification (TPM1.2) or the TCG PTP FIFO specification (TPM2.0) say Yes and it will be accessible from within Linux. config PACKAGE_kmod-w83627hf-wdt tristate "kmod-w83627hf-wdt......................... Winbond 83627HF Watchdog Timer" default y if DEFAULT_kmod-w83627hf-wdt default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for Winbond 83627HF Watchdog Timer config PACKAGE_kmod-wifidog-ng tristate "kmod-wifidog-ng............................. Kernel module for wifidog-ng" default y if DEFAULT_kmod-wifidog-ng default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-nat select PACKAGE_kmod-ipt-ipset help Kernel module for wifidog-ng Jianhui Zhao config PACKAGE_kmod-zram tristate "kmod-zram........................................................... ZRAM" default y if DEFAULT_kmod-zram default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-lz4 select PACKAGE_kmod-lib-lzo help Compressed RAM block device support endmenu menu "PCMCIA support" config PACKAGE_kmod-pcmcia-bcm63xx tristate "kmod-pcmcia-bcm63xx...................... Broadcom BCM63xx PCMCIA support" default y if DEFAULT_kmod-pcmcia-bcm63xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm63xx select PACKAGE_kmod-pcmcia-rsrc depends on PACKAGE_kmod-pcmcia-core help Kernel support for PCMCIA/CardBus controller on the BCM63xx SoC config PACKAGE_kmod-pcmcia-core tristate "kmod-pcmcia-core.................................. PCMCIA/CardBus support" default y if DEFAULT_kmod-pcmcia-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCMCIA_SUPPORT help Kernel support for PCMCIA/CardBus controllers config PACKAGE_kmod-pcmcia-nozomi tristate "kmod-pcmcia-nozomi................................... Option Fusion+ card" default y if DEFAULT_kmod-pcmcia-nozomi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-pcmcia-core select PACKAGE_kmod-pcmcia-rsrc help Kernel support for Option Fusion+ card config PACKAGE_kmod-pcmcia-pd6729 tristate "kmod-pcmcia-pd6729............... Cirrus PD6729 compatible bridge support" default y if DEFAULT_kmod-pcmcia-pd6729 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-pcmcia-core select PACKAGE_kmod-pcmcia-rsrc help Kernel support for the Cirrus PD6729 PCI-to-PCMCIA bridge config PACKAGE_kmod-pcmcia-rsrc tristate "kmod-pcmcia-rsrc................................. PCMCIA resource support" default y if DEFAULT_kmod-pcmcia-rsrc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-pcmcia-core help Kernel support for PCMCIA resource allocation config PACKAGE_kmod-pcmcia-serial tristate "kmod-pcmcia-serial................................ Serial devices support" default y if DEFAULT_kmod-pcmcia-serial default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-serial-8250 depends on PACKAGE_kmod-pcmcia-core help Kernel support for PCMCIA/CardBus serial devices config PACKAGE_kmod-pcmcia-yenta tristate "kmod-pcmcia-yenta.................................... yenta socket driver" default y if DEFAULT_kmod-pcmcia-yenta default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-pcmcia-rsrc depends on PACKAGE_kmod-pcmcia-core help yenta socket driver endmenu if (TARGET_brcm47xx||TARGET_brcm63xx) menu "Proprietary BCM43xx WiFi driver" config PACKAGE_kmod-brcm-wl tristate "kmod-brcm-wl......... Kernel driver for BCM43xx chipsets (normal version)" default y if DEFAULT_kmod-brcm-wl default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_brcm47xx||TARGET_brcm63xx) select PACKAGE_wireless-tools help This package contains the proprietary wireless driver for the Broadcom BCM43xx chipset. config PACKAGE_kmod-brcm-wl-mini tristate "kmod-brcm-wl-mini.... Kernel driver for BCM43xx chipsets (Legacy version)" default y if DEFAULT_kmod-brcm-wl-mini default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_wireless-tools depends on (TARGET_brcm47xx||TARGET_brcm63xx) help This package contains the proprietary wireless driver for the Broadcom BCM43xx chipset. config PACKAGE_nas tristate "nas.......................... Proprietary Broadcom WPA/WPA2 authenticator" default y if DEFAULT_nas default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mini) select PACKAGE_libssp if GCC_LIBSSP help This package contains the proprietary WPA/WPA2 authenticator (nas) for the proprietary Broadcom wl driver. config PACKAGE_wl tristate "wl......................... Proprietary Broadcom wl driver config utility" default y if DEFAULT_wl default m if ALL||ALL_NONSHARED depends on (PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mini) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the proprietary utility (wl) for configuring the proprietary Broadcom wl driver. config PACKAGE_wlc tristate "wlc.............................................. wl driver setup utility" default y if DEFAULT_wlc default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on (PACKAGE_kmod-brcm-wl||PACKAGE_kmod-brcm-wl-mini) select PACKAGE_libssp if GCC_LIBSSP help This package contains an utility for initializing the proprietary Broadcom wl driver. endmenu endif menu "SPI Support" config PACKAGE_kmod-mmc-spi tristate "kmod-mmc-spi..................................... MMC/SD over SPI Support" default y if DEFAULT_kmod-mmc-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mmc select PACKAGE_kmod-lib-crc-itu-t select PACKAGE_kmod-lib-crc7 depends on !TARGET_uml help Kernel support for MMC/SD over SPI config PACKAGE_kmod-spi-bcm2835 tristate "kmod-spi-bcm2835........................... BCM2835 SPI controller driver" default y if DEFAULT_kmod-spi-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 help This package contains the Broadcom 2835 SPI master controller driver config PACKAGE_kmod-spi-bcm2835-aux tristate "kmod-spi-bcm2835-aux................... BCM2835 Aux SPI controller driver" default y if DEFAULT_kmod-spi-bcm2835-aux default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 help This package contains the Broadcom 2835 Aux SPI master controller driver config PACKAGE_kmod-spi-bitbang tristate "kmod-spi-bitbang.......... Serial Peripheral Interface bitbanging library" default y if DEFAULT_kmod-spi-bitbang default m if ALL||ALL_NONSHARED||ALL_KMODS help This package contains the SPI bitbanging library config PACKAGE_kmod-spi-dev tristate "kmod-spi-dev................................. User mode SPI device driver" default y if DEFAULT_kmod-spi-dev default m if ALL||ALL_NONSHARED||ALL_KMODS help This package contains the user mode SPI device driver config PACKAGE_kmod-spi-gpio tristate "kmod-spi-gpio........................... GPIO-based bitbanging SPI Master" default y if DEFAULT_kmod-spi-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-spi-bitbang depends on GPIO_SUPPORT help This package contains the GPIO-based bitbanging SPI Master config PACKAGE_kmod-spi-gpio-custom tristate "kmod-spi-gpio-custom........................ Custom GPIO-based SPI device" default y if DEFAULT_kmod-spi-gpio-custom default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-spi-bitbang select PACKAGE_kmod-spi-gpio depends on !LINUX_4_19 select PACKAGE_kmod-spi-dev help Kernel module for register a custom spi-gpio platform device. config PACKAGE_kmod-spi-vsc7385 tristate "kmod-spi-vsc7385.................. Vitesse VSC7385 ethernet switch driver" default y if DEFAULT_kmod-spi-vsc7385 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ar71xx help This package contains the SPI driver for the Vitesse VSC7385 ethernet switch. endmenu menu "Sound Support" config PACKAGE_kmod-sound-core tristate "kmod-sound-core............................................ Sound support" default y if DEFAULT_kmod-sound-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on AUDIO_SUPPORT select PACKAGE_kmod-input-core help Kernel modules for sound support config PACKAGE_kmod-ac97 tristate "kmod-ac97................................................ ac97 controller" default y if DEFAULT_kmod-ac97 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help The ac97 controller config PACKAGE_kmod-pcspkr tristate "kmod-pcspkr........................................... PC speaker support" default y if DEFAULT_kmod-pcspkr default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on TARGET_x86 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-input-core help This enables sounds (tones) through the pc speaker config PACKAGE_kmod-sound-arm-bcm2835 tristate "kmod-sound-arm-bcm2835............................... BCM2835 ALSA driver" default y if DEFAULT_kmod-sound-arm-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core depends on !TARGET_uml help This package contains the BCM2835 ALSA pcm card driver config PACKAGE_kmod-sound-cs5535audio tristate "kmod-sound-cs5535audio.................... CS5535/CS5536 Audio Controller" default y if DEFAULT_kmod-sound-cs5535audio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on TARGET_x86_geode depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-ac97 help Support for the integrated AC97 sound device on motherboards with AMD CS5535/CS5536 chipsets. config PACKAGE_kmod-sound-dummy tristate "kmod-sound-dummy......................... Null sound output driver (sink)" default y if DEFAULT_kmod-sound-dummy default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on !TARGET_uml help Null sound output driver (sink) config PACKAGE_kmod-sound-ens1371 tristate "kmod-sound-ens1371...................... (Creative) Ensoniq AudioPCI 1371" default y if DEFAULT_kmod-sound-ens1371 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-ac97 depends on !TARGET_uml depends on PCI_SUPPORT help support for (Creative) Ensoniq AudioPCI 1371 chips config PACKAGE_kmod-sound-hda-core tristate "kmod-sound-hda-core.......................... HD Audio Sound Core Support" default y if DEFAULT_kmod-sound-hda-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-regmap-core depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio sound support config PACKAGE_kmod-sound-hda-codec-analog tristate "kmod-sound-hda-codec-analog................ HD Audio Analog Devices Codec" default y if DEFAULT_kmod-sound-hda-codec-analog default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml help Kernel modules for HD Audio Analog Devices codec support config PACKAGE_kmod-sound-hda-codec-ca0110 tristate "kmod-sound-hda-codec-ca0110............... HD Audio Creative CA0110 Codec" default y if DEFAULT_kmod-sound-hda-codec-ca0110 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-hda-core depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio Creative CA0110 codec support config PACKAGE_kmod-sound-hda-codec-ca0132 tristate "kmod-sound-hda-codec-ca0132............... HD Audio Creative CA0132 Codec" default y if DEFAULT_kmod-sound-hda-codec-ca0132 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml help Kernel modules for HD Audio Creative CA0132 codec support config PACKAGE_kmod-sound-hda-codec-cirrus tristate "kmod-sound-hda-codec-cirrus.................. HD Audio Cirrus Logic Codec" default y if DEFAULT_kmod-sound-hda-codec-cirrus default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio Cirrus Logic codec support config PACKAGE_kmod-sound-hda-codec-cmedia tristate "kmod-sound-hda-codec-cmedia....................... HD Audio C-Media Codec" default y if DEFAULT_kmod-sound-hda-codec-cmedia default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml help Kernel modules for HD Audio C-Media codec support config PACKAGE_kmod-sound-hda-codec-conexant tristate "kmod-sound-hda-codec-conexant.................... HD Audio Conexant Codec" default y if DEFAULT_kmod-sound-hda-codec-conexant default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml help Kernel modules for HD Audio Conexant codec support config PACKAGE_kmod-sound-hda-codec-hdmi tristate "kmod-sound-hda-codec-hdmi................ HD Audio HDMI/DisplayPort Codec" default y if DEFAULT_kmod-sound-hda-codec-hdmi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio HDMI codec support config PACKAGE_kmod-sound-hda-codec-idt tristate "kmod-sound-hda-codec-idt..................... HD Audio Sigmatel IDT Codec" default y if DEFAULT_kmod-sound-hda-codec-idt default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio Sigmatel IDT codec support config PACKAGE_kmod-sound-hda-codec-realtek tristate "kmod-sound-hda-codec-realtek...................... HD Audio Realtek Codec" default y if DEFAULT_kmod-sound-hda-codec-realtek default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-hda-core help Kernel modules for Intel HDA Realtek codec support config PACKAGE_kmod-sound-hda-codec-si3054 tristate "kmod-sound-hda-codec-si3054............. HD Audio Silicon Labs 3054 Codec" default y if DEFAULT_kmod-sound-hda-codec-si3054 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio Silicon Labs 3054 codec support config PACKAGE_kmod-sound-hda-codec-via tristate "kmod-sound-hda-codec-via.............................. HD Audio Via Codec" default y if DEFAULT_kmod-sound-hda-codec-via default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-hda-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for HD Audio VIA codec support config PACKAGE_kmod-sound-hda-intel tristate "kmod-sound-hda-intel............................... HD Audio Intel Driver" default y if DEFAULT_kmod-sound-hda-intel default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-hda-core help Kernel modules for HD Audio Intel driver support config PACKAGE_kmod-sound-i8x0 tristate "kmod-sound-i8x0................. Intel/SiS/nVidia/AMD/ALi AC97 Controller" default y if DEFAULT_kmod-sound-i8x0 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-ac97 depends on PACKAGE_kmod-sound-core help support for the integrated AC97 sound device on motherboards with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using the M5455 Audio Controller. config PACKAGE_kmod-sound-mpu401 tristate "kmod-sound-mpu401.................................... MPU-401 uart driver" default y if DEFAULT_kmod-sound-mpu401 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help support for MIDI ports compatible with the Roland MPU-401 interface in UART mode. config PACKAGE_kmod-sound-mt7620 tristate "kmod-sound-mt7620............................. MT7620 PCM/I2S Alsa Driver" default y if DEFAULT_kmod-sound-mt7620 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-regmap-i2c select PACKAGE_kmod-dma-ralink depends on !TARGET_ramips_rt288x depends on PACKAGE_kmod-sound-core depends on TARGET_ramips select PACKAGE_kmod-sound-soc-core help Alsa modules for ralink i2s controller. config PACKAGE_kmod-sound-seq tristate "kmod-sound-seq......................................... Sequencer support" default y if DEFAULT_kmod-sound-seq default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help Kernel modules for sequencer support config PACKAGE_kmod-sound-soc-ac97 tristate "kmod-sound-soc-ac97................................... AC97 Codec support" default y if DEFAULT_kmod-sound-soc-ac97 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-sound-soc-core select PACKAGE_kmod-ac97 help AC97 Codec support config PACKAGE_kmod-sound-soc-bcm2835-i2s tristate "kmod-sound-soc-bcm2835-i2s" default y if DEFAULT_kmod-sound-soc-bcm2835-i2s default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sound-soc-core depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core depends on !TARGET_uml help This package contains support for codecs attached to the Broadcom 2835 I2S interface config PACKAGE_kmod-sound-soc-3dlab-nano-player tristate "kmod-sound-soc-3dlab-nano-player........... Support for 3Dlab Nano Player" default y if DEFAULT_kmod-sound-soc-3dlab-nano-player default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-regmap-i2c help This package contains support for 3Dlab Nano Player config PACKAGE_kmod-sound-soc-adau1977-adc tristate "kmod-sound-soc-adau1977-adc..................... Support for ADAU1977 ADC" default y if DEFAULT_kmod-sound-soc-adau1977-adc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on TARGET_brcm2708 help This package contains support for ADAU1977 ADC config PACKAGE_kmod-sound-soc-allo-boss-dac tristate "kmod-sound-soc-allo-boss-dac................... Support for Allo Boss DAC" default y if DEFAULT_kmod-sound-soc-allo-boss-dac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml select PACKAGE_kmod-i2c-bcm2708 depends on TARGET_brcm2708 select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core help This package contains support for Allo Boss DAC config PACKAGE_kmod-sound-soc-allo-digione tristate "kmod-sound-soc-allo-digione............... Support for Allo Piano DigiOne" default y if DEFAULT_kmod-sound-soc-allo-digione default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c help This package contains support for Allo DigiOne config PACKAGE_kmod-sound-soc-allo-katana-codec tristate "kmod-sound-soc-allo-katana-codec............. Support for Allo Katana DAC" default y if DEFAULT_kmod-sound-soc-allo-katana-codec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on TARGET_brcm2708 help This package contains support for Allo Katana DAC config PACKAGE_kmod-sound-soc-allo-piano-dac tristate "kmod-sound-soc-allo-piano-dac................. Support for Allo Piano DAC" default y if DEFAULT_kmod-sound-soc-allo-piano-dac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 depends on TARGET_brcm2708 help This package contains support for Allo Piano DAC config PACKAGE_kmod-sound-soc-allo-piano-dac-plus tristate "kmod-sound-soc-allo-piano-dac-plus....... Support for Allo Piano DAC Plus" default y if DEFAULT_kmod-sound-soc-allo-piano-dac-plus default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on TARGET_brcm2708 help This package contains support for Allo Piano DAC Plus config PACKAGE_kmod-sound-soc-audioinjector-octo-soundcard tristate "kmod-sound-soc-audioinjector-octo-soundcard" default y if DEFAULT_kmod-sound-soc-audioinjector-octo-soundcard default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml select PACKAGE_kmod-i2c-bcm2708 help This package contains support for AudioInjector Octo soundcard config PACKAGE_kmod-sound-soc-audioinjector-pi-soundcard tristate "kmod-sound-soc-audioinjector-pi-soundcard" default y if DEFAULT_kmod-sound-soc-audioinjector-pi-soundcard default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 select PACKAGE_kmod-i2c-bcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-spi select PACKAGE_kmod-regmap-i2c help This package contains support for AudioInjector Pi soundcard config PACKAGE_kmod-sound-soc-core tristate "kmod-sound-soc-core.................................... SoC sound support" default y if DEFAULT_kmod-sound-soc-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-core select PACKAGE_kmod-ac97 depends on PACKAGE_kmod-sound-core depends on !TARGET_uml help SoC sound support config PACKAGE_kmod-sound-soc-digidac1-soundcard tristate "kmod-sound-soc-digidac1-soundcard............... Support for RRA DigiDAC1" default y if DEFAULT_kmod-sound-soc-digidac1-soundcard default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 depends on TARGET_brcm2708 select PACKAGE_kmod-regmap-spi select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core help This package contains support for RRA DigiDAC1 config PACKAGE_kmod-sound-soc-dionaudio-loco tristate "kmod-sound-soc-dionaudio-loco........ Support for Dion Audio LOCO DAC-AMP" default y if DEFAULT_kmod-sound-soc-dionaudio-loco default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on PACKAGE_kmod-sound-core help This package contains support for Dion Audio LOCO DAC-AMP config PACKAGE_kmod-sound-soc-dionaudio-loco-v2 tristate "kmod-sound-soc-dionaudio-loco-v2.. Support for Dion Audio LOCO-V2 DAC-AMP" default y if DEFAULT_kmod-sound-soc-dionaudio-loco-v2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core help This package contains support for Dion Audio LOCO-V2 DAC-AMP config PACKAGE_kmod-sound-soc-fe-pi tristate "kmod-sound-soc-fe-pi.................. Support for Fe-Pi Audio Sound Card" default y if DEFAULT_kmod-sound-soc-fe-pi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml select PACKAGE_kmod-regmap-i2c depends on PACKAGE_kmod-sound-core help This package contains support for Fe-Pi Audio Sound Card config PACKAGE_kmod-sound-soc-googlevoicehat tristate "kmod-sound-soc-googlevoicehat..... Support for Google VoiceHAT Sound Card" default y if DEFAULT_kmod-sound-soc-googlevoicehat default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s help This package contains support for Google VoiceHAT Sound Card config PACKAGE_kmod-sound-soc-gw_avila tristate "kmod-sound-soc-gw_avila................ Gateworks Avila SoC sound support" default y if DEFAULT_kmod-sound-soc-gw_avila default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_ixp4xx depends on !TARGET_uml depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-sound-soc-core help Gateworks Avila SoC sound support config PACKAGE_kmod-sound-soc-hifiberry-amp tristate "kmod-sound-soc-hifiberry-amp................... Support for HifiBerry Amp" default y if DEFAULT_kmod-sound-soc-hifiberry-amp default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c help This package contains support for HifiBerry Amp config PACKAGE_kmod-sound-soc-hifiberry-dac tristate "kmod-sound-soc-hifiberry-dac................... Support for HifiBerry DAC" default y if DEFAULT_kmod-sound-soc-hifiberry-dac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s help This package contains support for HifiBerry DAC config PACKAGE_kmod-sound-soc-hifiberry-dacplus tristate "kmod-sound-soc-hifiberry-dacplus... Support for HifiBerry DAC+ / DAC+ Pro" default y if DEFAULT_kmod-sound-soc-hifiberry-dacplus default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core depends on TARGET_brcm2708 select PACKAGE_kmod-i2c-bcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s help This package contains support for HifiBerry DAC+ / DAC+ Pro config PACKAGE_kmod-sound-soc-hifiberry-digi tristate "kmod-sound-soc-hifiberry-digi" default y if DEFAULT_kmod-sound-soc-hifiberry-digi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on PACKAGE_kmod-sound-core depends on TARGET_brcm2708 help This package contains support for HifiBerry Digi config PACKAGE_kmod-sound-soc-imx tristate "kmod-sound-soc-imx....................................... IMX SoC support" default y if DEFAULT_kmod-sound-soc-imx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sound-soc-core depends on TARGET_imx6 depends on PACKAGE_kmod-sound-core depends on !TARGET_uml help Support for i.MX6 Platform sound (ssi/audmux/pcm) config PACKAGE_kmod-sound-soc-imx-sgtl5000 tristate "kmod-sound-soc-imx-sgtl5000................. IMX SoC support for SGTL5000" default y if DEFAULT_kmod-sound-soc-imx-sgtl5000 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sound-soc-imx depends on !TARGET_uml depends on TARGET_imx6 depends on PACKAGE_kmod-sound-core help Support for i.MX6 Platform sound SGTL5000 codec config PACKAGE_kmod-sound-soc-iqaudio-dac tristate "kmod-sound-soc-iqaudio-dac....................... Support for IQaudIO-DAC" default y if DEFAULT_kmod-sound-soc-iqaudio-dac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c help This package contains support for IQaudIO-DAC config PACKAGE_kmod-sound-soc-iqaudio-digi tristate "kmod-sound-soc-iqaudio-digi..................... Support for IQaudIO-DIGI" default y if DEFAULT_kmod-sound-soc-iqaudio-digi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c depends on TARGET_brcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 help This package contains support for IQaudIO-DIGI config PACKAGE_kmod-sound-soc-justboom-dac tristate "kmod-sound-soc-justboom-dac..................... Support for JustBoom DAC" default y if DEFAULT_kmod-sound-soc-justboom-dac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml help This package contains support for JustBoom DAC config PACKAGE_kmod-sound-soc-justboom-digi tristate "kmod-sound-soc-justboom-digi................... Support for JustBoom Digi" default y if DEFAULT_kmod-sound-soc-justboom-digi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml help This package contains support for JustBoom Digi config PACKAGE_kmod-sound-soc-pisound tristate "kmod-sound-soc-pisound................... Support for Blokas Labs PiSound" default y if DEFAULT_kmod-sound-soc-pisound default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on PACKAGE_kmod-sound-core help This package contains support for Blokas Labs PiSound config PACKAGE_kmod-sound-soc-rpi-cirrus tristate "kmod-sound-soc-rpi-cirrus............ Support for Cirrus Logic Audio Card" default y if DEFAULT_kmod-sound-soc-rpi-cirrus default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-bcm2708 depends on PACKAGE_kmod-sound-soc-bcm2835-i2s depends on !TARGET_uml depends on PACKAGE_kmod-sound-core depends on TARGET_brcm2708 help This package contains support for RPi-Cirrus config PACKAGE_kmod-sound-soc-rpi-dac tristate "kmod-sound-soc-rpi-dac............................... Support for RPi-DAC" default y if DEFAULT_kmod-sound-soc-rpi-dac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_brcm2708 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-i2c-bcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s help This package contains support for RPi-DAC config PACKAGE_kmod-sound-soc-rpi-proto tristate "kmod-sound-soc-rpi-proto........................... Support for RPi-PROTO" default y if DEFAULT_kmod-sound-soc-rpi-proto default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-regmap-i2c select PACKAGE_kmod-regmap-spi depends on TARGET_brcm2708 depends on !TARGET_uml depends on PACKAGE_kmod-sound-soc-bcm2835-i2s select PACKAGE_kmod-i2c-bcm2708 help This package contains support for RPi-PROTO config PACKAGE_kmod-sound-soc-sunxi tristate "kmod-sound-soc-sunxi................ AllWinner built-in SoC sound support" default y if DEFAULT_kmod-sound-soc-sunxi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-sound-soc-core depends on !TARGET_uml depends on TARGET_sunxi help Kernel support for AllWinner built-in SoC audio config PACKAGE_kmod-sound-via82xx tristate "kmod-sound-via82xx.............................. VIA 82xx AC97 Controller" default y if DEFAULT_kmod-sound-via82xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-sound-mpu401 depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-ac97 depends on !TARGET_uml help support for the integrated AC97 sound device on motherboards with VIA chipsets. config PACKAGE_kmod-usb-audio tristate "kmod-usb-audio............................. Support for USB audio devices" default y if DEFAULT_kmod-usb-audio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-usb-core depends on USB_SUPPORT depends on PACKAGE_kmod-sound-core help Kernel support for USB audio devices endmenu menu "USB Support" config PACKAGE_kmod-at91-udc tristate "kmod-at91-udc......................... USB Device Controller on atmel SoC" default y if DEFAULT_kmod-at91-udc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-core depends on USB_SUPPORT select PACKAGE_kmod-usb-gadget depends on TARGET_at91 depends on USB_GADGET_SUPPORT help Kernel module to use the USB Device controller for Atmel AT91 config PACKAGE_kmod-atmel-usba-udc tristate "kmod-atmel-usba-udc........ High-speed USB Device Controller on atmel SoC" default y if DEFAULT_kmod-atmel-usba-udc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-gadget depends on TARGET_at91 depends on USB_SUPPORT depends on USB_GADGET_SUPPORT help Kernel module to use the High-speed USB Device controller for Atmel AT91 config PACKAGE_kmod-bcm63xx-udc tristate "kmod-bcm63xx-udc............................ Broadcom BCM63xx UDC support" default y if DEFAULT_kmod-bcm63xx-udc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-gadget depends on TARGET_brcm63xx depends on USB_GADGET_SUPPORT help Kernel support for the USB gadget (device) controller on the BCM63xx SoC config PACKAGE_kmod-chaoskey tristate "kmod-chaoskey.............................. Chaoskey hardware RNG support" default y if DEFAULT_kmod-chaoskey default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-random-core select PACKAGE_kmod-usb-core help Kernel module for chaoskey, USB attached true random number generator config PACKAGE_kmod-phy-ath79-usb tristate default y if DEFAULT_kmod-phy-ath79-usb select PACKAGE_kmod-usb-core depends on USB_SUPPORT depends on TARGET_ath79 help Support for ATH79 USB transceiver config PACKAGE_kmod-phy-bcm-ns-usb2 tristate "kmod-phy-bcm-ns-usb2............... Broadcom Northstar USB 2.0 PHY Driver" default y if DEFAULT_kmod-phy-bcm-ns-usb2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_bcm53xx help Support for Broadcom USB 2.0 PHY connected to the USB controller on Northstar family. config PACKAGE_kmod-phy-bcm-ns-usb3 tristate "kmod-phy-bcm-ns-usb3............... Broadcom Northstar USB 3.0 PHY Driver" default y if DEFAULT_kmod-phy-bcm-ns-usb3 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_bcm53xx help Support for Broadcom USB 3.0 PHY connected to the USB controller on Northstar family. config PACKAGE_kmod-usb-acm tristate "kmod-usb-acm......................... Support for modems/isdn controllers" default y if DEFAULT_kmod-usb-acm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Kernel support for USB ACM devices (modems/isdn controllers) config PACKAGE_kmod-usb-atm tristate "kmod-usb-atm.................................. Support for ATM on USB bus" default y if DEFAULT_kmod-usb-atm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-atm depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB DSL modems config PACKAGE_kmod-usb-atm-cxacru tristate "kmod-usb-atm-cxacru............................................... cxacru" default y if DEFAULT_kmod-usb-atm-cxacru default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-atm help Kernel support for cxacru based USB ADSL modems config PACKAGE_kmod-usb-atm-speedtouch tristate "kmod-usb-atm-speedtouch............... SpeedTouch USB ADSL modems support" default y if DEFAULT_kmod-usb-atm-speedtouch default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-atm help Kernel support for SpeedTouch USB ADSL modems config PACKAGE_kmod-usb-atm-ueagle tristate "kmod-usb-atm-ueagle............. Eagle 8051 based USB ADSL modems support" default y if DEFAULT_kmod-usb-atm-ueagle default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-atm help Kernel support for Eagle 8051 based USB ADSL modems config PACKAGE_kmod-usb-bcma tristate default y if DEFAULT_kmod-usb-bcma depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on TARGET_brcm47xx||TARGET_bcm53xx help Support for BCMA USB controllers config PACKAGE_kmod-usb-chipidea tristate "kmod-usb-chipidea....... Host and device support for Chipidea controllers" default y if DEFAULT_kmod-usb-chipidea default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT select PACKAGE_kmod-usb-phy-nop select PACKAGE_kmod-usb-ehci depends on TARGET_ar71xx||TARGET_ath79 select PACKAGE_kmod-usb-gadget if USB_GADGET_SUPPORT help Kernel support for USB Chipidea controllers config PACKAGE_kmod-usb-chipidea2 tristate "kmod-usb-chipidea2..... Host and device support for Chipidea2 controllers" default y if DEFAULT_kmod-usb-chipidea2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT depends on TARGET_ar71xx||TARGET_ath79 select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-chipidea help Kernel support for USB Chipidea controllers config PACKAGE_kmod-usb-cm109 tristate "kmod-usb-cm109.................................. Support for CM109 device" default y if DEFAULT_kmod-usb-cm109 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT select PACKAGE_kmod-input-evdev help Kernel support for CM109 VOIP phone config PACKAGE_kmod-usb-core tristate "kmod-usb-core............................................ Support for USB" default y if DEFAULT_kmod-usb-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nls-base depends on USB_SUPPORT help Kernel support for USB config PACKAGE_kmod-usb-dwc2 tristate "kmod-usb-dwc2................................. DWC2 USB controller driver" default y if DEFAULT_kmod-usb-dwc2 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT select PACKAGE_kmod-usb-gadget if USB_GADGET_SUPPORT help This driver provides USB Device Controller support for the Synopsys DesignWare USB OTG Core config PACKAGE_kmod-usb-dwc3 tristate "kmod-usb-dwc3................................. DWC3 USB controller driver" default y if DEFAULT_kmod-usb-dwc3 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT help This driver provides support for the Dual Role SuperSpeed USB Controller based on the Synopsys DesignWare USB3 IP Core config PACKAGE_kmod-usb-dwc3-of-simple tristate "kmod-usb-dwc3-of-simple........................ DWC3 USB simple OF driver" default y if DEFAULT_kmod-usb-dwc3-of-simple default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-dwc3 select PACKAGE_kmod-usb-core depends on (TARGET_ipq40xx||TARGET_ipq806x) depends on !LINUX_4_19 help This driver provides generic platform glue for the integrated DesignWare USB3 IP Core. config PACKAGE_kmod-usb-dwc3-qcom tristate "kmod-usb-dwc3-qcom.............................. DWC3 Qualcomm USB driver" default y if DEFAULT_kmod-usb-dwc3-qcom default m if ALL||ALL_NONSHARED||ALL_KMODS depends on LINUX_4_19 depends on USB_SUPPORT select PACKAGE_kmod-usb-dwc3 select PACKAGE_kmod-usb-core depends on (TARGET_ipq40xx||TARGET_ipq806x) help Some Qualcomm SoCs use DesignWare Core IP for USB2/3 functionality. This driver also handles Qscratch wrapper which is needed for peripheral mode support. config PACKAGE_kmod-usb-ehci tristate default y if DEFAULT_kmod-usb-ehci select PACKAGE_kmod-usb-core depends on USB_SUPPORT help EHCI controller support config PACKAGE_kmod-usb-fotg210 tristate "kmod-usb-fotg210................ Support for FOTG210 USB host controllers" default y if DEFAULT_kmod-usb-fotg210 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_gemini select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Support for FOTG210 USB host controllers config PACKAGE_kmod-usb-gadget tristate default y if DEFAULT_kmod-usb-gadget depends on USB_GADGET_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB Gadget mode config PACKAGE_kmod-usb-gadget-cdc-composite tristate "kmod-usb-gadget-cdc-composite......... USB CDC Composite (Ethernet + ACM)" default y if DEFAULT_kmod-usb-gadget-cdc-composite default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-gadget-serial select PACKAGE_kmod-usb-core depends on USB_GADGET_SUPPORT select PACKAGE_kmod-usb-gadget select PACKAGE_kmod-usb-lib-composite select PACKAGE_kmod-usb-gadget-eth help Kernel support for the USB CDC Composite gadget. This appears as an ethernet + ACM serial gadget. config PACKAGE_kmod-usb-gadget-ehci-debug tristate "kmod-usb-gadget-ehci-debug............ USB EHCI debug port Gadget support" default y if DEFAULT_kmod-usb-gadget-ehci-debug default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_GADGET_SUPPORT select PACKAGE_kmod-usb-gadget-serial depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-gadget select PACKAGE_kmod-usb-lib-composite help Kernel support for USB EHCI debug port Gadget. config PACKAGE_kmod-usb-gadget-eth tristate "kmod-usb-gadget-eth.......................... USB Ethernet Gadget support" default y if DEFAULT_kmod-usb-gadget-eth default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-lib-composite select PACKAGE_kmod-usb-core depends on USB_SUPPORT select PACKAGE_kmod-usb-gadget depends on USB_GADGET_SUPPORT help Kernel support for USB Ethernet Gadget config PACKAGE_kmod-usb-gadget-hid tristate "kmod-usb-gadget-hid............................... USB HID Gadget Support" default y if DEFAULT_kmod-usb-gadget-hid default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_GADGET_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-gadget select PACKAGE_kmod-usb-lib-composite help Kernel support for USB HID Gadget. config PACKAGE_kmod-usb-gadget-mass-storage tristate "kmod-usb-gadget-mass-storage.................... USB Mass Storage support" default y if DEFAULT_kmod-usb-gadget-mass-storage default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-gadget select PACKAGE_kmod-usb-lib-composite depends on USB_GADGET_SUPPORT help Kernel support for USB Gadget Mass Storage config PACKAGE_kmod-usb-gadget-serial tristate "kmod-usb-gadget-serial......................... USB Serial Gadget support" default y if DEFAULT_kmod-usb-gadget-serial default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-lib-composite select PACKAGE_kmod-usb-gadget select PACKAGE_kmod-usb-core depends on USB_SUPPORT depends on USB_GADGET_SUPPORT help Kernel support for USB Serial Gadget. config PACKAGE_kmod-usb-hid tristate "kmod-usb-hid......................... Support for USB Human Input Devices" default y if DEFAULT_kmod-usb-hid default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-hid-generic select PACKAGE_kmod-hid select PACKAGE_kmod-input-evdev help Kernel support for USB HID devices such as keyboards and mice config PACKAGE_kmod-usb-ledtrig-usbport tristate "kmod-usb-ledtrig-usbport....................... LED trigger for USB ports" default y if DEFAULT_kmod-usb-ledtrig-usbport default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT help This driver allows LEDs to be controlled by USB events. Enabling this trigger allows specifying list of USB ports that should turn on LED when some USB device gets connected. If possible it should be prefered over similar ledtrig-usbdev. config PACKAGE_kmod-usb-lib-composite tristate default y if DEFAULT_kmod-usb-lib-composite select PACKAGE_kmod-usb-gadget depends on USB_SUPPORT select PACKAGE_kmod-fs-configfs select PACKAGE_kmod-usb-core depends on USB_GADGET_SUPPORT help Lib Composite config PACKAGE_kmod-usb-net tristate "kmod-usb-net............... Kernel modules for USB-to-Ethernet convertors" default y if DEFAULT_kmod-usb-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-mii help Kernel modules for USB-to-Ethernet convertors config PACKAGE_kmod-usb-net-asix tristate "kmod-usb-net-asix...... Kernel module for USB-to-Ethernet Asix convertors" default y if DEFAULT_kmod-usb-net-asix default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net select PACKAGE_kmod-libphy help Kernel module for USB-to-Ethernet Asix convertors config PACKAGE_kmod-usb-net-asix-ax88179 tristate "kmod-usb-net-asix-ax88179" default y if DEFAULT_kmod-usb-net-asix-ax88179 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet ASIX AX88179 based USB 3.0/2.0 to Gigabit Ethernet adapters. config PACKAGE_kmod-usb-net-cdc-eem tristate "kmod-usb-net-cdc-eem..................... Support for CDC EEM connections" default y if DEFAULT_kmod-usb-net-cdc-eem default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for USB CDC EEM config PACKAGE_kmod-usb-net-cdc-ether tristate "kmod-usb-net-cdc-ether.............. Support for cdc ethernet connections" default y if DEFAULT_kmod-usb-net-cdc-ether default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for USB CDC Ethernet devices config PACKAGE_kmod-usb-net-cdc-mbim tristate "kmod-usb-net-cdc-mbim..................... Kernel module for MBIM Devices" default y if DEFAULT_kmod-usb-net-cdc-mbim default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net select PACKAGE_kmod-usb-net-cdc-ncm select PACKAGE_kmod-usb-wdm depends on USB_SUPPORT help Kernel module for Option USB High Speed Mobile Devices config PACKAGE_kmod-usb-net-cdc-ncm tristate "kmod-usb-net-cdc-ncm..................... Support for CDC NCM connections" default y if DEFAULT_kmod-usb-net-cdc-ncm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for CDC NCM connections config PACKAGE_kmod-usb-net-cdc-subset tristate "kmod-usb-net-cdc-subset...... Support for CDC Ethernet subset connections" default y if DEFAULT_kmod-usb-net-cdc-subset default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for Simple USB Network Links (CDC Ethernet subset) config PACKAGE_kmod-usb-net-dm9601-ether tristate "kmod-usb-net-dm9601-ether........ Support for DM9601 ethernet connections" default y if DEFAULT_kmod-usb-net-dm9601-ether default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for USB DM9601 devices config PACKAGE_kmod-usb-net-hso tristate "kmod-usb-net-hso.. Kernel module for Option USB High Speed Mobile Devices" default y if DEFAULT_kmod-usb-net-hso default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net select PACKAGE_kmod-rfkill if USE_RFKILL help Kernel module for Option USB High Speed Mobile Devices config PACKAGE_kmod-usb-net-huawei-cdc-ncm tristate "kmod-usb-net-huawei-cdc-ncm....... Support for Huawei CDC NCM connections" default y if DEFAULT_kmod-usb-net-huawei-cdc-ncm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-wdm depends on USB_SUPPORT depends on PACKAGE_kmod-usb-net select PACKAGE_kmod-usb-net-cdc-ncm help Kernel support for Huawei CDC NCM connections config PACKAGE_kmod-usb-net-ipheth tristate "kmod-usb-net-ipheth..................... Apple iPhone USB Ethernet driver" default y if DEFAULT_kmod-usb-net-ipheth default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for Apple iPhone USB Ethernet driver config PACKAGE_kmod-usb-net-kalmia tristate "kmod-usb-net-kalmia................... Samsung Kalmia based LTE USB modem" default y if DEFAULT_kmod-usb-net-kalmia default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for Samsung Kalmia based LTE USB modem config PACKAGE_kmod-usb-net-kaweth tristate "kmod-usb-net-kaweth.. Kernel module for USB-to-Ethernet Kaweth convertors" default y if DEFAULT_kmod-usb-net-kaweth default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet Kaweth convertors config PACKAGE_kmod-usb-net-mcs7830 tristate "kmod-usb-net-mcs7830" default y if DEFAULT_kmod-usb-net-mcs7830 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet MCS7830 convertors config PACKAGE_kmod-usb-net-pegasus tristate "kmod-usb-net-pegasus" default y if DEFAULT_kmod-usb-net-pegasus default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet Pegasus convertors config PACKAGE_kmod-usb-net-pl tristate "kmod-usb-net-pl.................. Prolific PL-2301/2302/25A1 based cables" default y if DEFAULT_kmod-usb-net-pl default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for Prolific PL-2301/2302/25A1 based cables config PACKAGE_kmod-usb-net-qmi-wwan tristate "kmod-usb-net-qmi-wwan.................................... QMI WWAN driver" default y if DEFAULT_kmod-usb-net-qmi-wwan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-wdm depends on PACKAGE_kmod-usb-net help QMI WWAN driver for Qualcomm MSM based 3G and LTE modems config PACKAGE_kmod-usb-net-rndis tristate "kmod-usb-net-rndis......................... Support for RNDIS connections" default y if DEFAULT_kmod-usb-net-rndis default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-net-cdc-ether depends on PACKAGE_kmod-usb-net help Kernel support for RNDIS connections config PACKAGE_kmod-usb-net-rtl8150 tristate "kmod-usb-net-rtl8150" default y if DEFAULT_kmod-usb-net-rtl8150 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet Realtek 8150 convertors config PACKAGE_kmod-usb-net-rtl8152 tristate "kmod-usb-net-rtl8152" default y if DEFAULT_kmod-usb-net-rtl8152 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for USB-to-Ethernet Realtek 8152 USB2.0/3.0 convertors config PACKAGE_kmod-usb-net-sierrawireless tristate "kmod-usb-net-sierrawireless.......... Support for Sierra Wireless devices" default y if DEFAULT_kmod-usb-net-sierrawireless default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel support for Sierra Wireless devices config PACKAGE_kmod-usb-net-smsc95xx tristate "kmod-usb-net-smsc95xx. SMSC LAN95XX based USB 2.0 10/100 ethernet devices" default y if DEFAULT_kmod-usb-net-smsc95xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net select PACKAGE_kmod-lib-crc16 help Kernel module for SMSC LAN95XX based devices config PACKAGE_kmod-usb-net-sr9700 tristate "kmod-usb-net-sr9700......... Support for CoreChip SR9700 ethernet devices" default y if DEFAULT_kmod-usb-net-sr9700 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-net help Kernel module for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices config PACKAGE_kmod-usb-net2280 tristate "kmod-usb-net2280.. Support for NetChip 228x PCI USB peripheral controller" default y if DEFAULT_kmod-usb-net2280 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usb-gadget depends on USB_GADGET_SUPPORT depends on PCI_SUPPORT help Kernel support for NetChip 228x / PLX USB338x PCI USB peripheral controller. config PACKAGE_kmod-usb-ohci tristate "kmod-usb-ohci............................... Support for OHCI controllers" default y if DEFAULT_kmod-usb-ohci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(TARGET_brcm47xx) || USB_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on !(TARGET_brcm47xx) || TARGET_brcm47xx||TARGET_bcm53xx select PACKAGE_kmod-usb-ssb if TARGET_brcm47xx depends on !(TARGET_bcm53xx) || USB_SUPPORT select PACKAGE_kmod-usb-bcma if TARGET_bcm53xx select PACKAGE_kmod-usb-bcma if TARGET_brcm47xx help Kernel support for USB OHCI controllers config PACKAGE_kmod-usb-ohci-pci tristate "kmod-usb-ohci-pci....................... Support for PCI OHCI controllers" default y if DEFAULT_kmod-usb-ohci-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(TARGET_bcm53xx) || USB_SUPPORT select PACKAGE_kmod-usb-ohci depends on !(TARGET_brcm47xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(TARGET_brcm47xx) || USB_SUPPORT depends on PCI_SUPPORT help Kernel support for PCI OHCI controllers config PACKAGE_kmod-usb-phy-nop tristate default y if DEFAULT_kmod-usb-phy-nop depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Support for USB NOP transceiver config PACKAGE_kmod-usb-phy-qcom-dwc3 tristate "kmod-usb-phy-qcom-dwc3.......................... DWC3 USB QCOM PHY driver" default y if DEFAULT_kmod-usb-phy-qcom-dwc3 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_ipq40xx||TARGET_ipq806x) depends on !LINUX_4_19 select PACKAGE_kmod-usb-core depends on USB_SUPPORT select PACKAGE_kmod-usb-dwc3-of-simple help This driver provides support for the integrated DesignWare USB3 IP Core within the QCOM SoCs. config PACKAGE_kmod-usb-printer tristate "kmod-usb-printer.................................... Support for printers" default y if DEFAULT_kmod-usb-printer default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB printers config PACKAGE_kmod-usb-serial tristate "kmod-usb-serial..................... Support for USB-to-Serial converters" default y if DEFAULT_kmod-usb-serial default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Kernel support for USB-to-Serial converters config PACKAGE_kmod-usb-serial-ark3116 tristate "kmod-usb-serial-ark3116........ Support for ArkMicroChips ARK3116 devices" default y if DEFAULT_kmod-usb-serial-ark3116 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for ArkMicroChips ARK3116 USB-to-Serial converters config PACKAGE_kmod-usb-serial-belkin tristate "kmod-usb-serial-belkin........................ Support for Belkin devices" default y if DEFAULT_kmod-usb-serial-belkin default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Belkin USB-to-Serial converters config PACKAGE_kmod-usb-serial-ch341 tristate "kmod-usb-serial-ch341.......................... Support for CH341 devices" default y if DEFAULT_kmod-usb-serial-ch341 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Winchiphead CH341 USB-to-Serial converters config PACKAGE_kmod-usb-serial-cp210x tristate "kmod-usb-serial-cp210x........... Support for Silicon Labs cp210x devices" default y if DEFAULT_kmod-usb-serial-cp210x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Silicon Labs cp210x USB-to-Serial converters config PACKAGE_kmod-usb-serial-cypress-m8 tristate "kmod-usb-serial-cypress-m8.............. Support for CypressM8 USB-Serial" default y if DEFAULT_kmod-usb-serial-cypress-m8 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for devices with Cypress M8 USB to Serial chip (for example, the Delorme Earthmate LT-20 GPS) Supported microcontrollers in the CY4601 family are: CY7C63741 CY7C63742 CY7C63743 CY7C64013 config PACKAGE_kmod-usb-serial-dmx_usb_module tristate "kmod-usb-serial-dmx_usb_module.. Support for FTDI RS485 based DMX modules" default y if DEFAULT_kmod-usb-serial-dmx_usb_module default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Open DMX USB is an open USB to DMX dongle hardware design developed by Enttec. The Open in Open DMX USB refers to the fact that everybody is free to use the design and produce its own USB DMX Dongle without paying any licenses. http://www.erwinrol.com/open-dmx-usb-linux-driver/ Martijn Zilverschoon config PACKAGE_kmod-usb-serial-edgeport tristate "kmod-usb-serial-edgeport............... Support for Digi Edgeport devices" default y if DEFAULT_kmod-usb-serial-edgeport default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial select PACKAGE_edgeport-firmware help Kernel support for Inside Out Networks (Digi) Edgeport/4 Rapidport/4 Edgeport/4t Edgeport/2 Edgeport/4i Edgeport/2i Edgeport/421 Edgeport/21 Edgeport/8 Edgeport/8 Dual Edgeport/2D8 Edgeport/4D8 Edgeport/8i Edgeport/2 DIN Edgeport/4 DIN Edgeport/16 Dual config PACKAGE_kmod-usb-serial-ftdi tristate "kmod-usb-serial-ftdi............................ Support for FTDI devices" default y if DEFAULT_kmod-usb-serial-ftdi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for FTDI USB-to-Serial converters config PACKAGE_kmod-usb-serial-garmin tristate "kmod-usb-serial-garmin.................... Support for Garmin GPS devices" default y if DEFAULT_kmod-usb-serial-garmin default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Should work with most Garmin GPS devices which have a native USB port. config PACKAGE_kmod-usb-serial-ipw tristate "kmod-usb-serial-ipw.................... Support for IPWireless 3G devices" default y if DEFAULT_kmod-usb-serial-ipw default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-serial-wwan depends on PACKAGE_kmod-usb-serial help Support for IPWireless 3G devices config PACKAGE_kmod-usb-serial-keyspan tristate "kmod-usb-serial-keyspan........ Support for Keyspan USB-to-Serial devices" default y if DEFAULT_kmod-usb-serial-keyspan default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Keyspan USB-to-Serial devices config PACKAGE_kmod-usb-serial-mct tristate "kmod-usb-serial-mct.............. Support for Magic Control Tech. devices" default y if DEFAULT_kmod-usb-serial-mct default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Magic Control Technology USB-to-Serial converters config PACKAGE_kmod-usb-serial-mos7720 tristate "kmod-usb-serial-mos7720.............. Support for Moschip MOS7720 devices" default y if DEFAULT_kmod-usb-serial-mos7720 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Moschip MOS7720 USB-to-Serial converters config PACKAGE_kmod-usb-serial-mos7840 tristate "kmod-usb-serial-mos7840.............. Support for Moschip MOS7840 devices" default y if DEFAULT_kmod-usb-serial-mos7840 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Moschip MOS7840 USB-to-Serial converters config PACKAGE_kmod-usb-serial-option tristate "kmod-usb-serial-option................... Support for Option HSDPA modems" default y if DEFAULT_kmod-usb-serial-option default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-serial-wwan depends on PACKAGE_kmod-usb-serial help Kernel support for Option HSDPA modems config PACKAGE_kmod-usb-serial-oti6858 tristate "kmod-usb-serial-oti6858...... Support for Ours Technology OTI6858 devices" default y if DEFAULT_kmod-usb-serial-oti6858 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Ours Technology OTI6858 USB-to-Serial converters config PACKAGE_kmod-usb-serial-pl2303 tristate "kmod-usb-serial-pl2303............... Support for Prolific PL2303 devices" default y if DEFAULT_kmod-usb-serial-pl2303 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Prolific PL2303 USB-to-Serial converters config PACKAGE_kmod-usb-serial-qualcomm tristate "kmod-usb-serial-qualcomm................. Support for Qualcomm USB serial" default y if DEFAULT_kmod-usb-serial-qualcomm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-serial-wwan depends on PACKAGE_kmod-usb-serial help Kernel support for Qualcomm USB Serial devices (Gobi) config PACKAGE_kmod-usb-serial-sierrawireless tristate "kmod-usb-serial-sierrawireless....... Support for Sierra Wireless devices" default y if DEFAULT_kmod-usb-serial-sierrawireless default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Sierra Wireless devices config PACKAGE_kmod-usb-serial-simple tristate "kmod-usb-serial-simple................ USB Serial Simple (Motorola phone)" default y if DEFAULT_kmod-usb-serial-simple default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for "very simple devices". Specifically, it supports: - Suunto ANT+ USB device. - Medtronic CareLink USB device (3.18) - Fundamental Software dongle. - Google USB serial devices (3.19) - HP4x calculators - a number of Motorola phones - Novatel Wireless GPS receivers (3.18) - Siemens USB/MPI adapter. - ViVOtech ViVOpay USB device. - Infineon Modem Flashloader USB interface - ZIO Motherboard USB serial interface config PACKAGE_kmod-usb-serial-ti-usb tristate "kmod-usb-serial-ti-usb...................... Support for TI USB 3410/5052" default y if DEFAULT_kmod-usb-serial-ti-usb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for TI USB 3410/5052 devices config PACKAGE_kmod-usb-serial-visor tristate "kmod-usb-serial-visor............... Support for Handspring Visor devices" default y if DEFAULT_kmod-usb-serial-visor default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Kernel support for Handspring Visor PDAs config PACKAGE_kmod-usb-serial-wwan tristate default y if DEFAULT_kmod-usb-serial-wwan depends on PACKAGE_kmod-usb-serial help Kernel support for USB GSM and CDMA modems config PACKAGE_kmod-usb-serial-xr_usb_serial_common tristate "kmod-usb-serial-xr_usb_serial_common" default y if DEFAULT_kmod-usb-serial-xr_usb_serial_common default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-usb-serial help Support for Exar USB to RS-485/RS-422 https://www.exar.com/content/document.ashx?id=21651 Daniel Golle config PACKAGE_kmod-usb-ssb tristate default y if DEFAULT_kmod-usb-ssb depends on TARGET_brcm47xx depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Support for SSB USB controllers config PACKAGE_kmod-usb-storage tristate "kmod-usb-storage..................................... USB Storage support" default y if DEFAULT_kmod-usb-storage default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-scsi-core depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB Mass Storage devices config PACKAGE_kmod-usb-storage-extras tristate "kmod-usb-storage-extras.................... Extra drivers for usb-storage" default y if DEFAULT_kmod-usb-storage-extras default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-storage help Say Y here if you want to have some more drivers, such as for SmartMedia card readers config PACKAGE_kmod-usb-storage-uas tristate "kmod-usb-storage-uas.................... USB Attached SCSI (UASP) support" default y if DEFAULT_kmod-usb-storage-uas default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-storage depends on USB_SUPPORT help Say Y here if you want to include support for USB Attached SCSI (UAS/UASP), a higher performance protocol available on many newer USB 3.0 storage devices config PACKAGE_kmod-usb-test tristate "kmod-usb-test......................................... USB Testing Driver" default y if DEFAULT_kmod-usb-test default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on DEVEL help Kernel support for testing USB Host Controller software config PACKAGE_kmod-usb-uhci tristate "kmod-usb-uhci............................... Support for UHCI controllers" default y if DEFAULT_kmod-usb-uhci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB UHCI controllers config PACKAGE_kmod-usb-wdm tristate "kmod-usb-wdm.............................. USB Wireless Device Management" default y if DEFAULT_kmod-usb-wdm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT help USB Wireless Device Management support config PACKAGE_kmod-usb-yealink tristate "kmod-usb-yealink.................................. USB Yealink VOIP phone" default y if DEFAULT_kmod-usb-yealink default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-input-evdev help Kernel support for Yealink VOIP phone config PACKAGE_kmod-usb2 tristate "kmod-usb2................................... Support for USB2 controllers" default y if DEFAULT_kmod-usb2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(TARGET_bcm53xx) || USB_SUPPORT select PACKAGE_kmod-usb-ssb if TARGET_brcm47xx select PACKAGE_kmod-usb-bcma if TARGET_brcm47xx select PACKAGE_kmod-usb-bcma if TARGET_bcm53xx select PACKAGE_kmod-phy-ath79-usb if TARGET_ath79 select PACKAGE_kmod-phy-bcm-ns-usb2 if TARGET_bcm53xx depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on !(TARGET_brcm47xx) || USB_SUPPORT select PACKAGE_kmod-usb-ehci depends on !(TARGET_brcm47xx) || TARGET_brcm47xx||TARGET_bcm53xx select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Kernel support for USB2 (EHCI) controllers config PACKAGE_kmod-usb2-oxnas tristate "kmod-usb2-oxnas........................................ OX820 EHCI driver" default y if DEFAULT_kmod-usb2-oxnas default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(TARGET_brcm47xx) || USB_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on !(TARGET_brcm47xx) || TARGET_brcm47xx||TARGET_bcm53xx select PACKAGE_kmod-usb2 depends on !(TARGET_bcm53xx) || USB_SUPPORT depends on TARGET_oxnas_ox820 help This driver provides USB Device Controller support for the EHCI USB host built-in to the OX820 SoC. config PACKAGE_kmod-usb2-pci tristate "kmod-usb2-pci........................... Support for PCI USB2 controllers" default y if DEFAULT_kmod-usb2-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on !(TARGET_brcm47xx) || USB_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on !(TARGET_brcm47xx) || TARGET_brcm47xx||TARGET_bcm53xx select PACKAGE_kmod-usb2 depends on !(TARGET_bcm53xx) || USB_SUPPORT help Kernel support for PCI USB2 (EHCI) controllers config PACKAGE_kmod-usb3 tristate "kmod-usb3................................... Support for USB3 controllers" default y if DEFAULT_kmod-usb3 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(TARGET_bcm53xx) || TARGET_brcm47xx||TARGET_bcm53xx depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-phy-bcm-ns-usb3 if TARGET_bcm53xx depends on !(TARGET_bcm53xx) || USB_SUPPORT select PACKAGE_kmod-usb-bcma if TARGET_bcm53xx help Kernel support for USB3 (XHCI) controllers config PACKAGE_kmod-usbip tristate "kmod-usbip.................................... USB-over-IP kernel support" default y if DEFAULT_kmod-usbip default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core help USB-over-IP kernel support config PACKAGE_kmod-usbip-client tristate "kmod-usbip-client.............................. USB-over-IP client driver" default y if DEFAULT_kmod-usbip-client default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usbip help USB-over-IP client driver config PACKAGE_kmod-usbip-server tristate "kmod-usbip-server................................ USB-over-IP host driver" default y if DEFAULT_kmod-usbip-server default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-usbip help USB-over-IP host driver config PACKAGE_kmod-usbmon tristate "kmod-usbmon.......................................... USB traffic monitor" default y if DEFAULT_kmod-usbmon default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel support for USB traffic monitoring endmenu menu "Video Support" config PACKAGE_kmod-backlight tristate default y if DEFAULT_kmod-backlight depends on DISPLAY_SUPPORT help Kernel module for Backlight support. config PACKAGE_kmod-backlight-pwm tristate "kmod-backlight-pwm................................. PWM Backlight support" default y if DEFAULT_kmod-backlight-pwm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-backlight help Kernel module for PWM based Backlight support. config PACKAGE_kmod-drm tristate default y if DEFAULT_kmod-drm select PACKAGE_kmod-dma-buf select PACKAGE_kmod-i2c-core help Direct Rendering Manager (DRM) core support config PACKAGE_kmod-drm-amdgpu tristate "kmod-drm-amdgpu....................................... AMDGPU DRM support" default y if DEFAULT_kmod-drm-amdgpu default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-backlight select PACKAGE_kmod-i2c-algo-bit depends on TARGET_x86 depends on DISPLAY_SUPPORT select PACKAGE_amdgpu-firmware select PACKAGE_kmod-drm-kms-helper select PACKAGE_kmod-drm-ttm help Direct Rendering Manager (DRM) support for AMDGPU Cards config PACKAGE_kmod-drm-imx tristate "kmod-drm-imx.................................. Freescale i.MX DRM support" default y if DEFAULT_kmod-drm-imx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_imx6 select PACKAGE_kmod-drm-kms-helper depends on DISPLAY_SUPPORT help Direct Rendering Manager (DRM) support for Freescale i.MX config PACKAGE_kmod-drm-imx-hdmi tristate "kmod-drm-imx-hdmi........................ Freescale i.MX HDMI DRM support" default y if DEFAULT_kmod-drm-imx-hdmi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-drm-imx select PACKAGE_kmod-sound-core depends on AUDIO_SUPPORT help Direct Rendering Manager (DRM) support for Freescale i.MX HDMI config PACKAGE_kmod-drm-imx-ldb tristate "kmod-drm-imx-ldb......................... Freescale i.MX LVDS DRM support" default y if DEFAULT_kmod-drm-imx-ldb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-drm-imx depends on DISPLAY_SUPPORT select PACKAGE_kmod-backlight help Direct Rendering Manager (DRM) support for Freescale i.MX LVDS config PACKAGE_kmod-drm-kms-helper tristate "kmod-drm-kms-helper......................... CRTC helpers for KMS drivers" default y if DEFAULT_kmod-drm-kms-helper default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fb-cfb-copyarea select PACKAGE_kmod-fb-sys-ram select PACKAGE_kmod-fb select PACKAGE_kmod-fb-cfb-fillrect depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb-cfb-imgblt select PACKAGE_kmod-fb-sys-fops select PACKAGE_kmod-drm help CRTC helpers for KMS drivers. config PACKAGE_kmod-drm-radeon tristate "kmod-drm-radeon....................................... Radeon DRM support" default y if DEFAULT_kmod-drm-radeon default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-drm-kms-helper select PACKAGE_kmod-backlight select PACKAGE_radeon-firmware select PACKAGE_kmod-i2c-algo-bit depends on TARGET_x86 select PACKAGE_kmod-drm-ttm help Direct Rendering Manager (DRM) support for Radeon Cards config PACKAGE_kmod-drm-ttm tristate "kmod-drm-ttm............................. GPU memory management subsystem" default y if DEFAULT_kmod-drm-ttm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-drm depends on DISPLAY_SUPPORT help GPU memory management subsystem for devices with multiple GPU memory types. Will be enabled automatically if a device driver uses it. config PACKAGE_kmod-drm-vc4 tristate "kmod-drm-vc4....................................... Broadcom VC4 Graphics" default y if DEFAULT_kmod-drm-vc4 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-drm depends on TARGET_brcm2708 depends on AUDIO_SUPPORT select PACKAGE_kmod-sound-core select PACKAGE_kmod-sound-soc-core help Direct Rendering Manager (DRM) support for Broadcom VideoCore IV GPU used in BCM2835, BCM2836 and BCM2837 SoCs (e.g. Raspberry Pi). config PACKAGE_kmod-fb tristate "kmod-fb...................... Framebuffer and framebuffer console support" default y if DEFAULT_kmod-fb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT help Kernel support for framebuffers and framebuffer console. config PACKAGE_kmod-fb-cfb-copyarea tristate "kmod-fb-cfb-copyarea.............. Framebuffer software copy area support" default y if DEFAULT_kmod-fb-cfb-copyarea default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb help Kernel support for software copy area config PACKAGE_kmod-fb-cfb-fillrect tristate "kmod-fb-cfb-fillrect...... Framebuffer software rectangle filling support" default y if DEFAULT_kmod-fb-cfb-fillrect default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb help Kernel support for software rectangle filling config PACKAGE_kmod-fb-cfb-imgblt tristate "kmod-fb-cfb-imgblt............... Framebuffer software image blit support" default y if DEFAULT_kmod-fb-cfb-imgblt default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-fb depends on DISPLAY_SUPPORT help Kernel support for software image blitting config PACKAGE_kmod-fb-sys-fops tristate "kmod-fb-sys-fops.................... Framebuffer software sys ops support" default y if DEFAULT_kmod-fb-sys-fops default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb help Kernel support for framebuffer sys ops config PACKAGE_kmod-fb-sys-ram tristate "kmod-fb-sys-ram........................ Framebuffer in system RAM support" default y if DEFAULT_kmod-fb-sys-ram default m if ALL||ALL_NONSHARED||ALL_KMODS depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb help Kernel support for framebuffers in system RAM config PACKAGE_kmod-fb-tft tristate "kmod-fb-tft.................... Support for small TFT LCD display modules" default y if DEFAULT_kmod-fb-tft default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-fb-sys-fops select PACKAGE_kmod-spi-bitbang depends on !LINUX_4_9 depends on DISPLAY_SUPPORT select PACKAGE_kmod-fb select PACKAGE_kmod-backlight select PACKAGE_kmod-fb-sys-ram help Support for small TFT LCD display modules config PACKAGE_kmod-fb-tft-ili9486 tristate "kmod-fb-tft-ili9486............. FB driver for the ILI9486 LCD Controller" default y if DEFAULT_kmod-fb-tft-ili9486 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-fb-tft depends on !LINUX_4_9 depends on DISPLAY_SUPPORT help FB driver for the ILI9486 LCD Controller config PACKAGE_kmod-video-core tristate "kmod-video-core...................................... Video4Linux support" default y if DEFAULT_kmod-video-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT help Kernel modules for Video4Linux support config PACKAGE_kmod-video-bcm2835 tristate "kmod-video-bcm2835.............. Broadcom BCM2835 camera interface driver" default y if DEFAULT_kmod-video-bcm2835 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-video-videobuf2 depends on PACKAGE_kmod-video-core depends on TARGET_brcm2708 help This is a V4L2 driver for the Broadcom 2835 MMAL camera host interface config PACKAGE_kmod-video-cpia2 tristate "kmod-video-cpia2...................................... CPIA2 video driver" default y if DEFAULT_kmod-video-cpia2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-core depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel modules for supporting CPIA2 USB based cameras menuconfig PACKAGE_kmod-video-gspca-core tristate "kmod-video-gspca-core................ GSPCA webcam core support framework" default y if DEFAULT_kmod-video-gspca-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-video-videobuf2 if LINUX_4_19 select PACKAGE_kmod-input-core select PACKAGE_kmod-usb-core depends on PACKAGE_kmod-video-core depends on USB_SUPPORT help Kernel modules for supporting GSPCA based webcam devices. Note this is just the core of the driver, please select a submodule that supports your webcam. config PACKAGE_kmod-video-gspca-conex tristate "kmod-video-gspca-conex.............................. conex webcam support" default y if DEFAULT_kmod-video-gspca-conex default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Conexant Camera Driver (conex) kernel module config PACKAGE_kmod-video-gspca-etoms tristate "kmod-video-gspca-etoms.............................. etoms webcam support" default y if DEFAULT_kmod-video-gspca-etoms default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Etoms USB Camera Driver (etoms) kernel module config PACKAGE_kmod-video-gspca-finepix tristate "kmod-video-gspca-finepix.......................... finepix webcam support" default y if DEFAULT_kmod-video-gspca-finepix default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Fujifilm FinePix USB V4L2 driver (finepix) kernel module config PACKAGE_kmod-video-gspca-gl860 tristate "kmod-video-gspca-gl860.............................. gl860 webcam support" default y if DEFAULT_kmod-video-gspca-gl860 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The GL860 USB Camera Driver (gl860) kernel module config PACKAGE_kmod-video-gspca-jeilinj tristate "kmod-video-gspca-jeilinj.......................... jeilinj webcam support" default y if DEFAULT_kmod-video-gspca-jeilinj default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The JEILINJ USB Camera Driver (jeilinj) kernel module config PACKAGE_kmod-video-gspca-konica tristate "kmod-video-gspca-konica............................ konica webcam support" default y if DEFAULT_kmod-video-gspca-konica default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Konica USB Camera Driver (konica) kernel module config PACKAGE_kmod-video-gspca-m5602 tristate "kmod-video-gspca-m5602.............................. m5602 webcam support" default y if DEFAULT_kmod-video-gspca-m5602 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The ALi USB m5602 Camera Driver (m5602) kernel module config PACKAGE_kmod-video-gspca-mars tristate "kmod-video-gspca-mars................................ mars webcam support" default y if DEFAULT_kmod-video-gspca-mars default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Mars USB Camera Driver (mars) kernel module config PACKAGE_kmod-video-gspca-mr97310a tristate "kmod-video-gspca-mr97310a........................ mr97310a webcam support" default y if DEFAULT_kmod-video-gspca-mr97310a default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Mars-Semi MR97310A USB Camera Driver (mr97310a) kernel module config PACKAGE_kmod-video-gspca-ov519 tristate "kmod-video-gspca-ov519.............................. ov519 webcam support" default y if DEFAULT_kmod-video-gspca-ov519 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The OV519 USB Camera Driver (ov519) kernel module config PACKAGE_kmod-video-gspca-ov534 tristate "kmod-video-gspca-ov534.............................. ov534 webcam support" default y if DEFAULT_kmod-video-gspca-ov534 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The OV534 USB Camera Driver (ov534) kernel module config PACKAGE_kmod-video-gspca-ov534-9 tristate "kmod-video-gspca-ov534-9.......................... ov534-9 webcam support" default y if DEFAULT_kmod-video-gspca-ov534-9 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The OV534-9 USB Camera Driver (ov534_9) kernel module config PACKAGE_kmod-video-gspca-pac207 tristate "kmod-video-gspca-pac207............................ pac207 webcam support" default y if DEFAULT_kmod-video-gspca-pac207 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Pixart PAC207 USB Camera Driver (pac207) kernel module config PACKAGE_kmod-video-gspca-pac7311 tristate "kmod-video-gspca-pac7311.......................... pac7311 webcam support" default y if DEFAULT_kmod-video-gspca-pac7311 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Pixart PAC7311 USB Camera Driver (pac7311) kernel module config PACKAGE_kmod-video-gspca-se401 tristate "kmod-video-gspca-se401.............................. se401 webcam support" default y if DEFAULT_kmod-video-gspca-se401 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SE401 USB Camera Driver kernel module config PACKAGE_kmod-video-gspca-sn9c20x tristate "kmod-video-gspca-sn9c20x.......................... sn9c20x webcam support" default y if DEFAULT_kmod-video-gspca-sn9c20x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SN9C20X USB Camera Driver (sn9c20x) kernel module config PACKAGE_kmod-video-gspca-sonixb tristate "kmod-video-gspca-sonixb............................ sonixb webcam support" default y if DEFAULT_kmod-video-gspca-sonixb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SONIX Bayer USB Camera Driver (sonixb) kernel module config PACKAGE_kmod-video-gspca-sonixj tristate "kmod-video-gspca-sonixj............................ sonixj webcam support" default y if DEFAULT_kmod-video-gspca-sonixj default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SONIX JPEG USB Camera Driver (sonixj) kernel module config PACKAGE_kmod-video-gspca-spca500 tristate "kmod-video-gspca-spca500.......................... spca500 webcam support" default y if DEFAULT_kmod-video-gspca-spca500 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA500 USB Camera Driver (spca500) kernel module config PACKAGE_kmod-video-gspca-spca501 tristate "kmod-video-gspca-spca501.......................... spca501 webcam support" default y if DEFAULT_kmod-video-gspca-spca501 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA501 USB Camera Driver (spca501) kernel module config PACKAGE_kmod-video-gspca-spca505 tristate "kmod-video-gspca-spca505.......................... spca505 webcam support" default y if DEFAULT_kmod-video-gspca-spca505 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA505 USB Camera Driver (spca505) kernel module config PACKAGE_kmod-video-gspca-spca506 tristate "kmod-video-gspca-spca506.......................... spca506 webcam support" default y if DEFAULT_kmod-video-gspca-spca506 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA506 USB Camera Driver (spca506) kernel module config PACKAGE_kmod-video-gspca-spca508 tristate "kmod-video-gspca-spca508.......................... spca508 webcam support" default y if DEFAULT_kmod-video-gspca-spca508 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA508 USB Camera Driver (spca508) kernel module config PACKAGE_kmod-video-gspca-spca561 tristate "kmod-video-gspca-spca561.......................... spca561 webcam support" default y if DEFAULT_kmod-video-gspca-spca561 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SPCA561 USB Camera Driver (spca561) kernel module config PACKAGE_kmod-video-gspca-sq905 tristate "kmod-video-gspca-sq905.............................. sq905 webcam support" default y if DEFAULT_kmod-video-gspca-sq905 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SQ Technologies SQ905 based USB Camera Driver (sq905) kernel module config PACKAGE_kmod-video-gspca-sq905c tristate "kmod-video-gspca-sq905c............................ sq905c webcam support" default y if DEFAULT_kmod-video-gspca-sq905c default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SQ Technologies SQ905C based USB Camera Driver (sq905c) kernel module config PACKAGE_kmod-video-gspca-stk014 tristate "kmod-video-gspca-stk014............................ stk014 webcam support" default y if DEFAULT_kmod-video-gspca-stk014 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The Syntek DV4000 (STK014) USB Camera Driver (stk014) kernel module config PACKAGE_kmod-video-gspca-stv06xx tristate "kmod-video-gspca-stv06xx.......................... stv06xx webcam support" default y if DEFAULT_kmod-video-gspca-stv06xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The STV06XX USB Camera Driver (stv06xx) kernel module config PACKAGE_kmod-video-gspca-sunplus tristate "kmod-video-gspca-sunplus.......................... sunplus webcam support" default y if DEFAULT_kmod-video-gspca-sunplus default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The SUNPLUS USB Camera Driver (sunplus) kernel module config PACKAGE_kmod-video-gspca-t613 tristate "kmod-video-gspca-t613................................ t613 webcam support" default y if DEFAULT_kmod-video-gspca-t613 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The T613 (JPEG Compliance) USB Camera Driver (t613) kernel module config PACKAGE_kmod-video-gspca-tv8532 tristate "kmod-video-gspca-tv8532............................ tv8532 webcam support" default y if DEFAULT_kmod-video-gspca-tv8532 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The TV8532 USB Camera Driver (tv8532) kernel module config PACKAGE_kmod-video-gspca-vc032x tristate "kmod-video-gspca-vc032x............................ vc032x webcam support" default y if DEFAULT_kmod-video-gspca-vc032x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The VC032X USB Camera Driver (vc032x) kernel module config PACKAGE_kmod-video-gspca-zc3xx tristate "kmod-video-gspca-zc3xx.............................. zc3xx webcam support" default y if DEFAULT_kmod-video-gspca-zc3xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-gspca-core help The ZC3XX USB Camera Driver (zc3xx) kernel module config PACKAGE_kmod-video-pwc tristate "kmod-video-pwc................................ Philips USB webcam support" default y if DEFAULT_kmod-video-pwc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on PACKAGE_kmod-video-core depends on USB_SUPPORT select PACKAGE_kmod-video-videobuf2 help Kernel modules for supporting Philips USB based cameras config PACKAGE_kmod-video-uvc tristate "kmod-video-uvc............................. USB Video Class (UVC) support" default y if DEFAULT_kmod-video-uvc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-video-videobuf2 depends on USB_SUPPORT depends on PACKAGE_kmod-video-core select PACKAGE_kmod-usb-core select PACKAGE_kmod-input-core help Kernel modules for supporting USB Video Class (UVC) devices config PACKAGE_kmod-video-videobuf2 tristate "kmod-video-videobuf2....................................... videobuf2 lib" default y if DEFAULT_kmod-video-videobuf2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-video-core select PACKAGE_kmod-dma-buf help Kernel modules that implements three basic types of media buffers. endmenu menu "Virtualization" config PACKAGE_kmod-irqbypass tristate default y if DEFAULT_kmod-irqbypass help IRQ offload/bypass manager config PACKAGE_kmod-kvm-amd tristate "kmod-kvm-amd.............................. KVM for AMD processors support" default y if DEFAULT_kmod-kvm-amd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-kvm-x86 depends on TARGET_x86_generic||TARGET_x86_64 help Provides support for KVM on AMD processors equipped with the AMD-V (SVM) extensions. config PACKAGE_kmod-kvm-intel tristate "kmod-kvm-intel.......................... KVM for Intel processors support" default y if DEFAULT_kmod-kvm-intel default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86_generic||TARGET_x86_64 select PACKAGE_kmod-kvm-x86 help Provides support for KVM on Intel processors equipped with the VT extensions. config PACKAGE_kmod-kvm-x86 tristate "kmod-kvm-x86.................. Kernel-based Virtual Machine (KVM) support" default y if DEFAULT_kmod-kvm-x86 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86_generic||TARGET_x86_64 select PACKAGE_kmod-irqbypass help Support hosting fully virtualized guest machines using hardware virtualization extensions. You will need a fairly recent processor equipped with virtualization extensions. You will also need to select one or more of the processor modules. This module provides access to the hardware capabilities through a character device node named /dev/kvm. endmenu menu "Voice over IP" config PACKAGE_kmod-dahdi tristate "kmod-dahdi.................................... DAHDI basic infrastructure" default y if DEFAULT_kmod-dahdi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-lib-crc-ccitt help This package contains DAHDI basic infrastructure. http://www.asterisk.org/ Vittorio Gambaletta config PACKAGE_kmod-dahdi-dummy tristate "kmod-dahdi-dummy...................................... dummy DAHDI driver" default y if DEFAULT_kmod-dahdi-dummy default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-dahdi help This package contains the dummy DAHDI driver providing only DAHDI timing without any real telephony hardware. http://www.asterisk.org/ Vittorio Gambaletta config PACKAGE_kmod-dahdi-echocan-oslec tristate "kmod-dahdi-echocan-oslec.............. DAHDI OSLEC echo canceller support" default y if DEFAULT_kmod-dahdi-echocan-oslec default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-echo depends on PACKAGE_kmod-dahdi help This package contains DAHDI OSLEC echo canceller support. http://www.asterisk.org/ Vittorio Gambaletta config PACKAGE_kmod-dahdi-hfcs tristate "kmod-dahdi-hfcs............................... DAHDI driver for HFC-S PCI" default y if DEFAULT_kmod-dahdi-hfcs default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on PACKAGE_kmod-dahdi help This package contains DAHDI driver for HFC-S based PCI BRI adapters. http://sourceforge.net/projects/dahdi-hfcs/ Vittorio Gambaletta config PACKAGE_kmod-ltq-tapi tristate "kmod-ltq-tapi...................................... Lantiq TAPI subsystem" default y if DEFAULT_kmod-ltq-tapi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) depends on TARGET_lantiq select PACKAGE_kmod-ltq-ifxos help Voice Subsystem Telephony API High Level Driver http://www.lantiq.com/ John Crispin source "package/kernel/lantiq/ltq-tapi/Config.in" config PACKAGE_kmod-ltq-vmmc tristate "kmod-ltq-vmmc............................. TAPI LL driver for Voice Macro" default y if DEFAULT_kmod-ltq-vmmc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq select PACKAGE_kmod-ltq-tapi depends on (TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) depends on (TARGET_lantiq_xway||TARGET_lantiq_xrx200) help Voice Subsystem Low Level Driver for Danube, AR9, VR9 device families http://www.lantiq.com/ John Crispin source "package/kernel/lantiq/ltq-vmmc/Config.in" endmenu menu "W1 support" config PACKAGE_kmod-w1 tristate "kmod-w1.......................................... Dallas's 1-wire support" default y if DEFAULT_kmod-w1 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core if !LINUX_4_9 help Kernel module for Dallas's 1-wire support config PACKAGE_kmod-w1-gpio-custom tristate "kmod-w1-gpio-custom...................... Custom GPIO-based 1-wire device" default y if DEFAULT_kmod-w1-gpio-custom default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !LINUX_4_19 depends on GPIO_SUPPORT select PACKAGE_kmod-w1-master-gpio depends on PACKAGE_kmod-w1 help Kernel module to register a custom w1-gpio platform device. config PACKAGE_kmod-w1-master-ds2482 tristate "kmod-w1-master-ds2482................ DS2482 1-wire i2c bus master driver" default y if DEFAULT_kmod-w1-master-ds2482 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on PACKAGE_kmod-w1 help Kernel module for the DS2482 i2c 1-wire bus master driver NOTE: Init with: echo ds2482 0x18 > /sys/bus/i2c/devices/i2c-0/new_device or use owfs config PACKAGE_kmod-w1-master-ds2490 tristate "kmod-w1-master-ds2490................ DS2490 1-wire usb bus master driver" default y if DEFAULT_kmod-w1-master-ds2490 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT depends on PACKAGE_kmod-w1 help Kernel module for the DS2490 usb 1-wire bus master driver config PACKAGE_kmod-w1-master-gpio tristate "kmod-w1-master-gpio........................ GPIO 1-wire bus master driver" default y if DEFAULT_kmod-w1-master-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 depends on GPIO_SUPPORT help Kernel module for the GPIO 1-wire bus master driver config PACKAGE_kmod-w1-master-mxc tristate "kmod-w1-master-mxc........................ Freescale MXC 1-wire busmaster" default y if DEFAULT_kmod-w1-master-mxc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 depends on TARGET_imx6 help Kernel module for 1-wire Freescale MXC 1-wire busmaster config PACKAGE_kmod-w1-slave-ds2413 tristate "kmod-w1-slave-ds2413..................... DS2413 2 Ch. Addressable Switch" default y if DEFAULT_kmod-w1-slave-ds2413 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire DS2413 Dual Channel Addressable Switch support config PACKAGE_kmod-w1-slave-ds2431 tristate "kmod-w1-slave-ds2431............................ DS2431 1kb EEPROM driver" default y if DEFAULT_kmod-w1-slave-ds2431 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire 1kb EEPROM (DS2431) config PACKAGE_kmod-w1-slave-ds2433 tristate "kmod-w1-slave-ds2433............................ DS2433 4kb EEPROM driver" default y if DEFAULT_kmod-w1-slave-ds2433 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire 4kb EEPROM (DS2433) config PACKAGE_kmod-w1-slave-ds2760 tristate "kmod-w1-slave-ds2760. Dallas 2760 battery monitor chip (HP iPAQ & others)" default y if DEFAULT_kmod-w1-slave-ds2760 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire DS2760 battery monitor chip support config PACKAGE_kmod-w1-slave-smem tristate "kmod-w1-slave-smem............. Simple 64bit memory family implementation" default y if DEFAULT_kmod-w1-slave-smem default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire simple 64bit memory rom(ds2401/ds2411/ds1990*) config PACKAGE_kmod-w1-slave-therm tristate "kmod-w1-slave-therm........................ Thermal family implementation" default y if DEFAULT_kmod-w1-slave-therm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PACKAGE_kmod-w1 help Kernel module for 1-wire thermal sensors endmenu menu "WPAN 802.15.4 Support" config PACKAGE_kmod-at86rf230 tristate "kmod-at86rf230.............................. AT86RF230 transceiver driver" default y if DEFAULT_kmod-at86rf230 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-spi select PACKAGE_kmod-mac802154 help AT86RF230 transceiver driver config PACKAGE_kmod-atusb tristate "kmod-atusb...................................... ATUSB transceiver driver" default y if DEFAULT_kmod-atusb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on USB_SUPPORT select PACKAGE_kmod-usb-core select PACKAGE_kmod-mac802154 help ATUSB transceiver driver config PACKAGE_kmod-cc2520 tristate "kmod-cc2520.................................... CC2520 transceiver driver" default y if DEFAULT_kmod-cc2520 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac802154 help CC2520 transceiver driver config PACKAGE_kmod-fakelb tristate "kmod-fakelb.......................................... Fake LR-WPAN driver" default y if DEFAULT_kmod-fakelb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac802154 help Say Y here to enable the fake driver that can emulate a net of several interconnected radio devices. config PACKAGE_kmod-ieee802154 tristate "kmod-ieee802154.................................... IEEE-802.15.4 support" default y if DEFAULT_kmod-ieee802154 default m if ALL||ALL_NONSHARED||ALL_KMODS help IEEE Std 802.15.4 defines a low data rate, low power and low complexity short range wireless personal area networks. It was designed to organise networks of sensors, switches, etc automation devices. Maximum allowed data rate is 250 kb/s and typical personal operating space around 10m. config PACKAGE_kmod-ieee802154_6lowpan tristate "kmod-ieee802154_6lowpan............... 6LoWPAN support over IEEE-802.15.4" default y if DEFAULT_kmod-ieee802154_6lowpan default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-6lowpan select PACKAGE_kmod-ieee802154 help IPv6 compression over IEEE 802.15.4 config PACKAGE_kmod-mac802154 tristate "kmod-mac802154...................................... MAC-802.15.4 support" default y if DEFAULT_kmod-mac802154 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ieee802154 select PACKAGE_kmod-crypto-aead select PACKAGE_kmod-lib-crc-ccitt help This option enables the hardware independent IEEE 802.15.4 networking stack for SoftMAC devices (the ones implementing only PHY level of IEEE 802.15.4 standard). Note: this implementation is neither certified, nor feature complete! Compatibility with other implementations hasn't been tested yet! config PACKAGE_kmod-mrf24j40 tristate "kmod-mrf24j40................................ MRF24J40 transceiver driver" default y if DEFAULT_kmod-mrf24j40 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-spi select PACKAGE_kmod-mac802154 help MRF24J40 transceiver driver endmenu menu "Wireless Drivers" menuconfig PACKAGE_kmod-acx-mac80211 tristate "kmod-acx-mac80211................................. ACX1xx mac80211 driver" default y if DEFAULT_kmod-acx-mac80211 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on mipsel select PACKAGE_kmod-mac80211 depends on (PCI_SUPPORT||TARGET_ar7) depends on !(PACKAGE_iw-full menu "Configuration" depends on PACKAGE_kmod-acx-mac80211 config ACX_ID_0D bool "ACX1xx Radio ID 0D firmware" help Download and install firmware for: ACX1xx cards with Radio ID 0D into /lib/firmware. config ACX_ID_11 bool "ACX1xx Radio ID 11 firmware" help Download and install firmware for: ACX1xx cards with Radio ID 11 into /lib/firmware. config ACX_ID_15 bool "ACX1xx Radio ID 15 firmware" help Download and install firmware for: ACX1xx cards with Radio ID 15 into /lib/firmware. config ACX_ID_16 bool "ACX1xx Radio ID 16 firmware" default y help Download and install firmware for: ACX1xx cards with Radio ID 16 into /lib/firmware. choice prompt "ACX111 firmware version" depends on ACX_ID_16 default ACX_DEFAULT help This option allows you to select the version of the acx firmware. config ACX_DEFAULT bool "Default" help Default firmware for ACX111 devices. If unsure, select this. config ACX_1_2_1_34 bool "1.2.1_34" help 1.2.1_34 firmware for ACX111 devices. Works with Zyxel P-334WT. If unsure, select the "default" firmware. endchoice config ACX_ID_17 bool "ACX1xx Radio ID 17 firmware" help Download and install firmware for: ACX1xx cards with Radio ID 17 into /lib/firmware. config ACX_ID_19 bool "ACX1xx Radio ID 19 firmware" default y help Download and install firmware for: ACX1xx cards with Radio ID 19 into /lib/firmware. config ACX_ID_1B bool "ACX1xx Radio ID 1B firmware" help Download and install firmware for: ACX1xx cards with Radio ID 1b into /lib/firmware. endmenu config PACKAGE_kmod-adm8211 tristate "kmod-adm8211......................................... ADMTek 8211 support" default y if DEFAULT_kmod-adm8211 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-airo tristate "kmod-airo........................................... Cisco Aironet driver" default y if DEFAULT_kmod-airo default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full menuconfig PACKAGE_kmod-ath tristate "kmod-ath...................................... Atheros common driver part" default y if DEFAULT_kmod-ath default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(PACKAGE_iw-full if PACKAGE_kmod-ath config ATH_USER_REGD bool "Force Atheros drivers to respect the user's regdomain settings" default y help Atheros' idea of regulatory handling is that the EEPROM of the card defines the regulatory limits and the user is only allowed to restrict the settings even further, even if the country allows frequencies or power levels that are forbidden by the EEPROM settings. Select this option if you want the driver to respect the user's decision about regulatory settings. config PACKAGE_ATH_DEBUG bool "Atheros wireless debugging" help Say Y, if you want to debug atheros wireless drivers. Only ath9k & ath10k make use of this. config PACKAGE_ATH_DFS bool "Enable DFS support" default y help Dynamic frequency selection (DFS) is required for most of the 5 GHz band channels in Europe, US, and Japan. Select this option if you want to use such channels. config PACKAGE_ATH_SPECTRAL bool "Atheros spectral scan support" depends on PACKAGE_ATH_DEBUG select KERNEL_RELAY help Say Y to enable access to the FFT/spectral data via debugfs. config PACKAGE_ATH_DYNACK bool "Enable Dynack support" depends on PACKAGE_kmod-ath9k-common help Enables support for Dynamic ACK estimation, which allows the fastest possible speed at any distance automatically by increasing/decreasing the max frame ACK time for the most remote station detected. It can be enabled by using iw (iw phy0 set distance auto), or by sending the NL80211_ATTR_WIPHY_DYN_ACK flag to mac80211 driver using netlink. Select this option if you want to enable this feature endif config PACKAGE_kmod-ath10k tristate "kmod-ath10k...................... Atheros 802.11ac wireless cards support" default y if DEFAULT_kmod-ath10k default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config ATH10K_LEDS bool "Enable LED support" default y depends on PACKAGE_kmod-ath10k config ATH10K_THERMAL bool "Enable thermal sensors and throttling support" depends on PACKAGE_kmod-ath10k config PACKAGE_kmod-ath10k-ct tristate "kmod-ath10k-ct......... ath10k-ct driver optimized for CT ath10k firmware" default y if DEFAULT_kmod-ath10k-ct default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT select PACKAGE_kmod-hwmon-core select DRIVER_11W_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select DRIVER_11AC_SUPPORT depends on PCI_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config ATH10K-CT_LEDS bool "Enable LED support" default y depends on PACKAGE_kmod-ath10k-ct || PACKAGE_kmod-ath10k-ct-smallbuffers config PACKAGE_kmod-ath10k-ct-smallbuffers tristate "kmod-ath10k-ct-smallbuffers" default y if DEFAULT_kmod-ath10k-ct-smallbuffers default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT select PACKAGE_kmod-hwmon-core select DRIVER_11W_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select DRIVER_11AC_SUPPORT depends on PCI_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath5k tristate "kmod-ath5k........................... Atheros 5xxx wireless cards support" default y if DEFAULT_kmod-ath5k default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select DRIVER_11W_SUPPORT select PACKAGE_kmod-ath depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath6kl tristate default y if DEFAULT_kmod-ath6kl depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath6kl-sdio tristate "kmod-ath6kl-sdio............. Atheros 802.11n SDIO wireless cards support" default y if DEFAULT_kmod-ath6kl-sdio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mmc depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath6kl-usb tristate "kmod-ath6kl-usb............... Atheros 802.11n USB wireless cards support" default y if DEFAULT_kmod-ath6kl-usb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath9k tristate "kmod-ath9k.................... Atheros 802.11n PCI wireless cards support" default y if DEFAULT_kmod-ath9k default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||TARGET_ar71xx||TARGET_ath79 select PACKAGE_kmod-ath9k-common depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79 depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on !(PACKAGE_iw-full config ATH9K_SUPPORT_PCOEM bool "Support chips used in PC OEM cards" depends on PACKAGE_kmod-ath9k config ATH9K_TX99 bool "Enable TX99 support (WARNING: testing only, breaks normal operation!)" depends on PACKAGE_kmod-ath9k config ATH9K_UBNTHSR bool "Support for Ubiquiti UniFi Outdoor+ access point" depends on PACKAGE_kmod-ath9k && (TARGET_ar71xx_generic||TARGET_ath79) default y config PACKAGE_kmod-ath9k-common tristate default y if DEFAULT_kmod-ath9k-common depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select DRIVER_11W_SUPPORT select PACKAGE_kmod-ath depends on !(PACKAGE_iw-full config PACKAGE_kmod-ath9k-htc tristate "kmod-ath9k-htc........................ Atheros 802.11n USB device support" default y if DEFAULT_kmod-ath9k-htc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select PACKAGE_kmod-usb-core select PACKAGE_ath9k-htc-firmware depends on USB_SUPPORT depends on !(PACKAGE_iw-full menuconfig PACKAGE_kmod-b43 tristate "kmod-b43.................................. Broadcom 43xx wireless support" default y if DEFAULT_kmod-b43 default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11W_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_B43_USE_SSB select PACKAGE_kmod-ssb tristate depends on !TARGET_brcm47xx && !TARGET_brcm63xx default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_BCMA_AND_SSB default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_SSB config PACKAGE_B43_USE_BCMA select PACKAGE_kmod-bcma tristate depends on !TARGET_brcm47xx && !TARGET_bcm53xx default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_BCMA_AND_SSB default PACKAGE_kmod-b43 if PACKAGE_B43_BUSES_BCMA if PACKAGE_kmod-b43 choice prompt "b43 firmware version" default B43_FW_5_100_138 help This option allows you to select the version of the b43 firmware. config B43_FW_4_150 bool "Firmware 410.2160 from driver 4.150.10.5 (old stable)" help Old stable firmware for BCM43xx devices. If unsure, select this. config B43_FW_4_178 bool "Firmware 478.104 from driver 4.178.10.4" help Older firmware for BCM43xx devices. If unsure, select the "stable" firmware. config B43_FW_5_10 bool "Firmware 508.1084 from driver 5.10.56.27" help Older firmware for BCM43xx devices. If unsure, select the "stable" firmware. config B43_FW_5_100_138 bool "Firmware 666.2 from driver 5.100.138 (stable)" help The currently default firmware for BCM43xx devices. This firmware currently gets most of the testing and is needed for some N-PHY devices. If unsure, select the this firmware. config B43_FW_6_30 bool "Firmware 784.2 from driver 6.30.163.46 (experimental)" help Newer experimental firmware for BCM43xx devices. This firmware is mostly untested. If unsure, select the "stable" firmware. config B43_OPENFIRMWARE bool "Open FirmWare for WiFi networks" help Opensource firmware for BCM43xx devices. Do _not_ select this, unless you know what you are doing. The Opensource firmware is not suitable for embedded devices, yet. It does not support QoS, which is bad for AccessPoints. It does not support hardware crypto acceleration, which is a showstopper for embedded devices with low CPU resources. If unsure, select the "stable" firmware. endchoice config B43_FW_SQUASH bool "Remove unnecessary firmware files" depends on !B43_OPENFIRMWARE default y help This options allows you to remove unnecessary b43 firmware files from the final rootfs image. This can reduce the rootfs size by up to 200k. If unsure, say Y. config B43_FW_SQUASH_COREREVS string "Core revisions to include" depends on B43_FW_SQUASH default "5,6,7,8,9,10,11,13,15" if TARGET_brcm47xx_legacy default "16,28,29,30" if TARGET_brcm47xx_mips74k default "5,6,7,8,9,10,11,13,15,16,28,29,30" help This is a comma seperated list of core revision numbers. Example (keep files for rev5 only): 5 Example (keep files for rev5 and rev11): 5,11 config B43_FW_SQUASH_PHYTYPES string "PHY types to include" depends on B43_FW_SQUASH default "G,N,LP" if TARGET_brcm47xx_legacy default "N,HT" if TARGET_brcm47xx_mips74k default "G,N,LP,HT" help This is a comma seperated list of PHY types: A => A-PHY AG => Dual A-PHY G-PHY G => G-PHY LP => LP-PHY N => N-PHY HT => HT-PHY LCN => LCN-PHY LCN40 => LCN40-PHY AC => AC-PHY Example (keep files for G-PHY only): G Example (keep files for G-PHY and N-PHY): G,N choice prompt "Supported buses" default PACKAGE_B43_BUSES_BCMA_AND_SSB help This allows choosing buses that b43 should support. config PACKAGE_B43_BUSES_BCMA_AND_SSB depends on !TARGET_brcm47xx_legacy && !TARGET_brcm47xx_mips74k && !TARGET_bcm53xx bool "BCMA and SSB" config PACKAGE_B43_BUSES_BCMA depends on !TARGET_brcm47xx_legacy bool "BCMA only" config PACKAGE_B43_BUSES_SSB depends on !TARGET_brcm47xx_mips74k && !TARGET_bcm53xx bool "SSB only" endchoice config PACKAGE_B43_DEBUG bool "Enable debug output and debugfs for b43" default n help Enable additional debug output and runtime sanity checks for b43 and enables the debugfs interface. If unsure, say N. config PACKAGE_B43_PIO bool "Enable support for PIO transfer mode" default n help Enable support for using PIO instead of DMA. Unless you have DMA transfer problems you don't need this. If unsure, say N. config PACKAGE_B43_PHY_G bool "Enable support for G-PHYs" default n if TARGET_brcm47xx_mips74k default y help Enable support for G-PHY. This includes support for the following devices: PCI: BCM4306, BCM4311, BCM4318 SoC: BCM5352E, BCM4712 If unsure, say Y. config PACKAGE_B43_PHY_N bool "Enable support for N-PHYs" default y help Enable support for N-PHY. This includes support for the following devices: PCI: BCM4321, BCM4322, BCM43222, BCM43224, BCM43225 SoC: BCM4716, BCM4717, BCM4718 Currently only 11g speed is available. If unsure, say Y. config PACKAGE_B43_PHY_LP bool "Enable support for LP-PHYs" default n if TARGET_brcm47xx_mips74k default y help Enable support for LP-PHY. This includes support for the following devices: PCI: BCM4312 SoC: BCM5354 If unsure, say Y. config PACKAGE_B43_PHY_HT bool "Enable support for HT-PHYs" default n if TARGET_brcm47xx_legacy default y help Enable support for HT-PHY. This includes support for the following devices: PCI: BCM4331 Currently only 11g speed is available. If unsure, say Y. config PACKAGE_B43_PHY_LCN bool "Enable support for LCN-PHYs" depends on BROKEN default n help Currently broken. If unsure, say N. endif menuconfig PACKAGE_kmod-b43legacy tristate "kmod-b43legacy..................... Broadcom 43xx-legacy wireless support" default y if DEFAULT_kmod-b43legacy default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(!(TARGET_brcm47xx||TARGET_brcm63xx)) || !TARGET_brcm47xx select PACKAGE_kmod-ssb if !(TARGET_brcm47xx||TARGET_brcm63xx) depends on !(!(TARGET_brcm47xx||TARGET_brcm63xx)) || PCI_SUPPORT depends on !TARGET_brcm47xx_mips74k depends on !(!(TARGET_brcm47xx||TARGET_brcm63xx)) || !TARGET_brcm63xx select DRIVER_11W_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-brcmfmac tristate "kmod-brcmfmac............... Broadcom IEEE802.11n USB FullMAC WLAN driver" default y if DEFAULT_kmod-brcmfmac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-brcmutil select PACKAGE_kmod-usb-core if BRCMFMAC_USB depends on !(PACKAGE_iw-full if PACKAGE_kmod-brcmfmac config BRCMFMAC_SDIO bool "Enable SDIO bus interface support" default y if TARGET_brcm2708 default y if TARGET_sunxi default n help Enable support for cards attached to an SDIO bus. Select this option only if you are sure that your board has a Broadcom wireless chip atacched to that bus. config BRCMFMAC_USB bool "Enable USB bus interface support" depends on USB_SUPPORT default y help Supported USB connected chipsets: BCM43235, BCM43236, BCM43238 (all in revision 3 only) BCM43143, BCM43242, BCM43566, BCM43569 config BRCMFMAC_PCIE bool "Enable PCIE bus interface support" depends on PCI_SUPPORT default y help Supported PCIe connected chipsets: BCM4354, BCM4356, BCM43567, BCM43570, BCM43602 endif menuconfig PACKAGE_kmod-brcmsmac tristate "kmod-brcmsmac.............. Broadcom IEEE802.11n PCIe SoftMAC WLAN driver" default y if DEFAULT_kmod-brcmsmac default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc8 select DRIVER_11N_SUPPORT select PACKAGE_kmod-lib-cordic select PACKAGE_kmod-brcmutil depends on !(PACKAGE_iw-full if PACKAGE_kmod-brcmsmac config BRCMSMAC_USE_FW_FROM_WL bool "Use firmware extracted from broadcom proprietary driver" default y help Instead of using the official brcmsmac firmware a firmware version 666.2 extracted from the proprietary Broadcom driver is used. This is needed to get core rev 17 used in bcm4716 to work. If unsure, say Y. endif menuconfig PACKAGE_kmod-brcmutil tristate "kmod-brcmutil................... Broadcom IEEE802.11n common driver parts" default y if DEFAULT_kmod-brcmutil default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||USB_SUPPORT help This module contains some common parts needed by Broadcom Wireless drivers brcmsmac and brcmfmac. https://wireless.wiki.kernel.org/en/users/drivers/brcm80211 Felix Fietkau if PACKAGE_kmod-brcmutil config PACKAGE_BRCM80211_DEBUG bool "Broadcom wireless driver debugging" help Say Y, if you want to debug brcmsmac and brcmfmac wireless driver. endif config PACKAGE_kmod-carl9170 tristate "kmod-carl9170....................... Driver for Atheros AR9170 USB sticks" default y if DEFAULT_kmod-carl9170 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-usb-core depends on USB_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 select DRIVER_11W_SUPPORT select PACKAGE_kmod-input-core select PACKAGE_kmod-ath select PACKAGE_kmod-mac80211 select DRIVER_11N_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-cfg80211 tristate "kmod-cfg80211...................... cfg80211 - wireless configuration API" default y if DEFAULT_kmod-cfg80211 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-hermes tristate "kmod-hermes............................... Hermes 802.11b chipset support" default y if DEFAULT_kmod-hermes default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||PCMCIA_SUPPORT select PACKAGE_kmod-crypto-michael-mic depends on !(PACKAGE_iw-full config PACKAGE_kmod-hermes-pci tristate "kmod-hermes-pci........................... Intersil Prism 2.5 PCI support" default y if DEFAULT_kmod-hermes-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-hermes-pcmcia tristate "kmod-hermes-pcmcia.......................... Hermes based PCMCIA adaptors" default y if DEFAULT_kmod-hermes-pcmcia default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT||PCMCIA_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-hermes-plx tristate "kmod-hermes-plx................................ PLX9052 based PCI adaptor" default y if DEFAULT_kmod-hermes-plx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT depends on PCI_SUPPORT||PCMCIA_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-ipw2100 tristate "kmod-ipw2100........................................ Intel IPW2100 driver" default y if DEFAULT_kmod-ipw2100 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !BIG_ENDIAN select PACKAGE_kmod-libipw depends on PCI_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-ipw2200 tristate "kmod-ipw2200........................................ Intel IPW2200 driver" default y if DEFAULT_kmod-ipw2200 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-iwl-legacy tristate "kmod-iwl-legacy............................ Intel legacy Wireless support" default y if DEFAULT_kmod-iwl-legacy default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-iwl3945 tristate "kmod-iwl3945.............................. Intel iwl3945 Wireless support" default y if DEFAULT_kmod-iwl3945 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iwl-legacy select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-iwl4965 tristate "kmod-iwl4965.............................. Intel iwl4965 Wireless support" default y if DEFAULT_kmod-iwl4965 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_iwl4965-firmware select DRIVER_11N_SUPPORT select PACKAGE_kmod-mac80211 select PACKAGE_kmod-iwl-legacy depends on PCI_SUPPORT depends on !(PACKAGE_iw-full menuconfig PACKAGE_kmod-iwlwifi tristate "kmod-iwlwifi.................................. Intel AGN Wireless support" default y if DEFAULT_kmod-iwlwifi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full if PACKAGE_kmod-iwlwifi config PACKAGE_IWLWIFI_DEBUG bool "Enable full debugging output in the iwlwifi driver" default n help This option will enable debug tracing output for the iwlwifi drivers This will result in the kernel module being ~100k larger. You can control which debug output is sent to the kernel log by setting the value in /sys/module/iwlwifi/parameters/debug This entry will only exist if this option is enabled. To set a value, simply echo an 8-byte hex value to the same file: % echo 0x43fff > /sys/module/iwlwifi/parameters/debug You can find the list of debug mask values in: drivers/net/wireless/intel/iwlwifi/iwl-debug.h If this is your first time using this driver, you should say Y here as the debug information can assist others in helping you resolve any problems you may encounter. config PACKAGE_IWLWIFI_DEBUGFS bool "iwlwifi debugfs support" depends on PACKAGE_MAC80211_DEBUGFS default n help Enable creation of debugfs files for the iwlwifi drivers. This is a low-impact option that allows getting insight into the driver's state at runtime. endif config PACKAGE_kmod-lib80211 tristate "kmod-lib80211.................................... 802.11 Networking stack" default y if DEFAULT_kmod-lib80211 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-hash depends on !(PACKAGE_iw-full config PACKAGE_kmod-libertas-sdio tristate "kmod-libertas-sdio....................... Marvell 88W8686 Wireless Driver" default y if DEFAULT_kmod-libertas-sdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-libertas-spi tristate "kmod-libertas-spi.................... Marvell 88W8686 SPI Wireless Driver" default y if DEFAULT_kmod-libertas-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-cfg80211 depends on !TARGET_uml select PACKAGE_libertas-spi-firmware select DRIVER_WEXT_SUPPORT select PACKAGE_kmod-lib80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-libertas-usb tristate "kmod-libertas-usb........................ Marvell 88W8015 Wireless Driver" default y if DEFAULT_kmod-libertas-usb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_libertas-usb-firmware depends on !(PACKAGE_iw-full config PACKAGE_kmod-libipw tristate "kmod-libipw............................... libipw for ipw2100 and ipw2200" default y if DEFAULT_kmod-libipw default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_WEXT_SUPPORT select PACKAGE_kmod-lib80211 select PACKAGE_kmod-crypto-michael-mic depends on !(PACKAGE_iw-full menuconfig PACKAGE_kmod-mac80211 tristate "kmod-mac80211..................... Linux 802.11 Wireless Networking Stack" default y if DEFAULT_kmod-mac80211 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_hostapd-common select PACKAGE_kmod-cfg80211 depends on !(PACKAGE_iw-full if PACKAGE_kmod-mac80211 config PACKAGE_MAC80211_DEBUGFS bool "Export mac80211 internals in DebugFS" select KERNEL_DEBUG_FS default y help Select this to see extensive information about the internal state of mac80211 in debugfs. config PACKAGE_MAC80211_TRACING bool "Enable tracing (mac80211 and supported drivers)" select KERNEL_FTRACE select KERNEL_ENABLE_DEFAULT_TRACERS default n help Select this to enable tracing of mac80211 and related wifi drivers (using trace-cmd). config PACKAGE_MAC80211_MESH bool "Enable 802.11s mesh support" default y endif config PACKAGE_kmod-mac80211-hwsim tristate "kmod-mac80211-hwsim........................ mac80211 HW simulation device" default y if DEFAULT_kmod-mac80211-hwsim default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76 tristate "kmod-mt76........... MediaTek MT76x2/MT7603 wireless driver (metapackage)" default y if DEFAULT_kmod-mt76 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mt76-core select PACKAGE_kmod-mt76x2 depends on PCI_SUPPORT select PACKAGE_kmod-mt7603 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76-core tristate default y if DEFAULT_kmod-mt76-core select DRIVER_11N_SUPPORT select DRIVER_11W_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76-usb tristate default y if DEFAULT_kmod-mt76-usb select DRIVER_11N_SUPPORT select PACKAGE_kmod-mac80211 select DRIVER_11AC_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt7601u tristate "kmod-mt7601u................... MT7601U-based USB dongles Wireless Driver" default y if DEFAULT_kmod-mt7601u default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT select PACKAGE_mt7601u-firmware select PACKAGE_kmod-mac80211 select PACKAGE_kmod-usb-core depends on USB_SUPPORT select DRIVER_11W_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt7603 tristate "kmod-mt7603.............................. MediaTek MT7603 wireless driver" default y if DEFAULT_kmod-mt7603 default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11W_SUPPORT select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core select DRIVER_11AC_SUPPORT depends on PCI_SUPPORT select DRIVER_11N_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt7615e tristate "kmod-mt7615e............................. MediaTek MT7615 wireless driver" default y if DEFAULT_kmod-mt7615e default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mt76-core select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x0-common tristate default y if DEFAULT_kmod-mt76x0-common select DRIVER_11W_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x02-common tristate default y if DEFAULT_kmod-mt76x02-common select DRIVER_11W_SUPPORT select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mt76-core depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x02-usb tristate default y if DEFAULT_kmod-mt76x02-usb select PACKAGE_kmod-mac80211 select DRIVER_11AC_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-mt76x02-common select PACKAGE_kmod-mt76-usb select DRIVER_11W_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x0e tristate "kmod-mt76x0e............................ MediaTek MT76x0E wireless driver" default y if DEFAULT_kmod-mt76x0e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT depends on PCI_SUPPORT select PACKAGE_kmod-mac80211 select DRIVER_11W_SUPPORT select PACKAGE_kmod-mt76x0-common depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x0u tristate "kmod-mt76x0u............................ MediaTek MT76x0U wireless driver" default y if DEFAULT_kmod-mt76x0u default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mt76x02-usb select PACKAGE_kmod-mac80211 select DRIVER_11W_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-mt76x0-common depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x2 tristate "kmod-mt76x2.............................. MediaTek MT76x2 wireless driver" default y if DEFAULT_kmod-mt76x2 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mt76x2-common select DRIVER_11N_SUPPORT depends on PCI_SUPPORT select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x2-common tristate default y if DEFAULT_kmod-mt76x2-common select DRIVER_11N_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mt76x2u tristate "kmod-mt76x2u............................ MediaTek MT76x2U wireless driver" default y if DEFAULT_kmod-mt76x2u default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mt76x2-common select DRIVER_11N_SUPPORT depends on USB_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mwifiex-pcie tristate "kmod-mwifiex-pcie" default y if DEFAULT_kmod-mwifiex-pcie default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-mwifiex-sdio tristate "kmod-mwifiex-sdio" default y if DEFAULT_kmod-mwifiex-sdio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-mwl8k tristate "kmod-mwl8k............... Driver for Marvell TOPDOG 802.11 Wireless cards" default y if DEFAULT_kmod-mwl8k default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 select PACKAGE_mwl8k-firmware depends on !(PACKAGE_iw-full config PACKAGE_kmod-mwlwifi tristate "kmod-mwlwifi..... Marvell 88W8864/88W8897/88W8964/88W8997 wireless driver" default y if DEFAULT_kmod-mwlwifi default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-net-prism54 tristate "kmod-net-prism54................................ Intersil Prism54 support" default y if DEFAULT_kmod-net-prism54 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select DRIVER_WEXT_SUPPORT select PACKAGE_prism54-firmware help Kernel modules for Intersil Prism54 support config PACKAGE_kmod-net-rtl8192su tristate "kmod-net-rtl8192su........................... RTL8192SU support (staging)" default y if DEFAULT_kmod-net-rtl8192su default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_WEXT_SUPPORT select PACKAGE_rtl8192su-firmware depends on USB_SUPPORT select PACKAGE_kmod-usb-core help Kernel modules for RealTek RTL8712 and RTL81XXSU fullmac support. config PACKAGE_kmod-owl-loader tristate "kmod-owl-loader.... Owl loader for initializing Atheros PCI(e) Wifi chips" default y if DEFAULT_kmod-owl-loader default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel module that helps to initialize certain Qualcomm Atheros' PCI(e) Wifi chips, which have the init data (which contains the PCI device ID for example) stored together with the calibration data in the file system. This is necessary for devices like the Cisco Meraki Z1. config PACKAGE_kmod-p54-common tristate "kmod-p54-common................................. Prism54 Drivers (COMMON)" default y if DEFAULT_kmod-p54-common default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11W_SUPPORT depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-p54-pci tristate "kmod-p54-pci....................................... Prism54 Drivers (PCI)" default y if DEFAULT_kmod-p54-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-p54-common select PACKAGE_p54-pci-firmware depends on (PCI_SUPPORT||USB_SUPPORT) depends on PCI_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-p54-usb tristate "kmod-p54-usb....................................... Prism54 Drivers (USB)" default y if DEFAULT_kmod-p54-usb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-p54-common depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-usb-core depends on !(PACKAGE_iw-full config PACKAGE_kmod-rsi91x tristate "kmod-rsi91x.................. Redpine Signals Inc 91x WLAN driver support" default y if DEFAULT_kmod-rsi91x default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT select PACKAGE_rs9113-firmware depends on !(PACKAGE_iw-full config PACKAGE_kmod-rsi91x-sdio tristate "kmod-rsi91x-sdio........................ Redpine Signals SDIO bus support" default y if DEFAULT_kmod-rsi91x-sdio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_rs9113-firmware select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full config PACKAGE_kmod-rsi91x-usb tristate "kmod-rsi91x-usb.......................... Redpine Signals USB bus support" default y if DEFAULT_kmod-rsi91x-usb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_rs9113-firmware select PACKAGE_kmod-mac80211 select PACKAGE_kmod-rsi91x depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2400-pci tristate "kmod-rt2400-pci............. Ralink Drivers for RT2x00 cards (RT2400 PCI)" default y if DEFAULT_kmod-rt2400-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-eeprom-93cx6 depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2500-pci tristate "kmod-rt2500-pci............. Ralink Drivers for RT2x00 cards (RT2500 PCI)" default y if DEFAULT_kmod-rt2500-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rt2x00-pci depends on PCI_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2500-usb tristate "kmod-rt2500-usb............. Ralink Drivers for RT2x00 cards (RT2500 USB)" default y if DEFAULT_kmod-rt2500-usb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2800-lib tristate default y if DEFAULT_kmod-rt2800-lib select PACKAGE_kmod-rt2x00-lib select DRIVER_11W_SUPPORT select PACKAGE_kmod-lib-crc-ccitt depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2800-mmio tristate default y if DEFAULT_kmod-rt2800-mmio depends on (PCI_SUPPORT||TARGET_ramips) select PACKAGE_kmod-rt2800-lib select PACKAGE_kmod-rt2x00-mmio depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2800-pci tristate "kmod-rt2800-pci............. Ralink Drivers for RT2x00 cards (RT2860 PCI)" default y if DEFAULT_kmod-rt2800-pci default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-eeprom-93cx6 select PACKAGE_kmod-rt2800-lib depends on (PCI_SUPPORT||TARGET_ramips) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2800-soc tristate "kmod-rt2800-soc...... Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx SoC)" default y if DEFAULT_kmod-rt2800-soc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2800-usb tristate "kmod-rt2800-usb............. Ralink Drivers for RT2x00 cards (RT2870 USB)" default y if DEFAULT_kmod-rt2800-usb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_rt2800-usb-firmware select PACKAGE_kmod-rt2x00-usb depends on USB_SUPPORT select PACKAGE_kmod-lib-crc-ccitt depends on !(PACKAGE_iw-full menuconfig PACKAGE_kmod-rt2x00-lib tristate "kmod-rt2x00-lib.................... Ralink Drivers for RT2x00 cards (LIB)" default y if DEFAULT_kmod-rt2x00-lib default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 depends on !(PACKAGE_iw-full if PACKAGE_kmod-rt2x00-lib config PACKAGE_RT2X00_LIB_DEBUGFS bool "Enable rt2x00 debugfs support" depends on PACKAGE_MAC80211_DEBUGFS help Enable creation of debugfs files for the rt2x00 drivers. These debugfs files support both reading and writing of the most important register types of the rt2x00 hardware. config PACKAGE_RT2X00_DEBUG bool "Enable rt2x00 debug output" help Enable debugging output for all rt2x00 modules endif config PACKAGE_kmod-rt2x00-mmio tristate default y if DEFAULT_kmod-rt2x00-mmio depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2x00-pci tristate default y if DEFAULT_kmod-rt2x00-pci depends on (PCI_SUPPORT||TARGET_ramips) depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt2x00-usb tristate default y if DEFAULT_kmod-rt2x00-usb depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt61-pci tristate "kmod-rt61-pci............... Ralink Drivers for RT2x00 cards (RT2x61 PCI)" default y if DEFAULT_kmod-rt61-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc-itu-t depends on PCI_SUPPORT select PACKAGE_kmod-rt2x00-pci depends on !(PACKAGE_iw-full config PACKAGE_kmod-rt73-usb tristate "kmod-rt73-usb................. Ralink Drivers for RT2x00 cards (RT73 USB)" default y if DEFAULT_kmod-rt73-usb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8180 tristate "kmod-rtl8180........... Realtek Drivers for RTL818x devices (RTL8180 PCI)" default y if DEFAULT_kmod-rtl8180 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8187 tristate "kmod-rtl8187........... Realtek Drivers for RTL818x devices (RTL8187 USB)" default y if DEFAULT_kmod-rtl8187 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8192c-common tristate default y if DEFAULT_kmod-rtl8192c-common select PACKAGE_kmod-rtlwifi depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8192ce tristate "kmod-rtl8192ce....................... Realtek RTL8192CE/RTL8188CE support" default y if DEFAULT_kmod-rtl8192ce default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtlwifi-pci depends on PCI_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8192cu tristate "kmod-rtl8192cu....................... Realtek RTL8192CU/RTL8188CU support" default y if DEFAULT_kmod-rtl8192cu default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtlwifi-usb depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8192de tristate "kmod-rtl8192de....................... Realtek RTL8192DE/RTL8188DE support" default y if DEFAULT_kmod-rtl8192de default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_rtl8192de-firmware depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8192se tristate "kmod-rtl8192se....................... Realtek RTL8192SE/RTL8191SE support" default y if DEFAULT_kmod-rtl8192se default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8812au-ct tristate "kmod-rtl8812au-ct. Driver for Realtek 8812 AU devices comfast 912-ac, etc" default y if DEFAULT_kmod-rtl8812au-ct default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !LINUX_4_9 select DRIVER_11N_SUPPORT depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8821ae tristate "kmod-rtl8821ae................................. Realtek RTL8821AE support" default y if DEFAULT_kmod-rtl8821ae default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT select PACKAGE_kmod-rtlwifi-btcoexist select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8821ae-firmware depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtl8xxxu tristate "kmod-rtl8xxxu....................... alternative Realtek RTL8XXXU support" default y if DEFAULT_kmod-rtl8xxxu default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtlwifi tristate default y if DEFAULT_kmod-rtlwifi depends on !(PACKAGE_iw-full config PACKAGE_RTLWIFI_DEBUG bool "Realtek wireless debugging" depends on PACKAGE_kmod-rtlwifi help Say Y, if you want to debug realtek wireless drivers. config PACKAGE_kmod-rtlwifi-btcoexist tristate default y if DEFAULT_kmod-rtlwifi-btcoexist depends on (PCI_SUPPORT||USB_SUPPORT) depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtlwifi-pci tristate default y if DEFAULT_kmod-rtlwifi-pci depends on !(PACKAGE_iw-full config PACKAGE_kmod-rtlwifi-usb tristate default y if DEFAULT_kmod-rtlwifi-usb select PACKAGE_kmod-rtlwifi depends on USB_SUPPORT select PACKAGE_kmod-usb-core depends on (PCI_SUPPORT||USB_SUPPORT) depends on !(PACKAGE_iw-full config PACKAGE_kmod-wl12xx tristate "kmod-wl12xx......................................... Driver for TI WL12xx" default y if DEFAULT_kmod-wl12xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_wl12xx-firmware select PACKAGE_kmod-wlcore depends on !TARGET_uml depends on !(PACKAGE_iw-full config PACKAGE_kmod-wl18xx tristate "kmod-wl18xx......................................... Driver for TI WL18xx" default y if DEFAULT_kmod-wl18xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full config PACKAGE_kmod-wlcore tristate "kmod-wlcore........................................ TI common driver part" default y if DEFAULT_kmod-wlcore default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11N_SUPPORT depends on !(PACKAGE_iw-full config PACKAGE_kmod-zd1211rw tristate "kmod-zd1211rw....................................... Zydas ZD1211 support" default y if DEFAULT_kmod-zd1211rw default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !(PACKAGE_iw-full endmenu endmenu menu "Languages" menu "Erlang" config PACKAGE_erlang tristate "erlang................................... Erlang/OTP programming language" default y if DEFAULT_erlang default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_zlib help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This package contains the runtime implementation and a minimal set of modules (erts, kernel, sasl & stdlib). http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-asn1 tristate "erlang-asn1................. Abstract Syntax Notation One (ASN.1) support" default y if DEFAULT_erlang-asn1 default m if ALL select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_erlang-syntax-tools select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Abstract Syntax Notation One (ASN.1) support. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-compiler tristate "erlang-compiler....................................... Byte code compiler" default y if DEFAULT_erlang-compiler default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_erlang-hipe select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a byte code compiler for Erlang which produces highly compact code. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-crypto tristate "erlang-crypto....................................... Cryptography support" default y if DEFAULT_erlang-crypto default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions for computation of message digests, and encryption and decryption functions. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-erl-interface tristate "erlang-erl-interface........................ Erlang erl_interface support" default y if DEFAULT_erlang-erl-interface default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for erlang interoperability with other languages. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-hipe tristate "erlang-hipe...................................... High Performance Erlang" default y if DEFAULT_erlang-hipe default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides HiPE (High Performance Erlang) support. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-inets tristate "erlang-inets................................ Internet clients and servers" default y if DEFAULT_erlang-inets default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a container for Internet clients and servers. Currently a FTP client, a HTTP client and server, and a tftp client and server have been incorporated in Inets. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-mnesia tristate "erlang-mnesia....................................... Distributed database" default y if DEFAULT_erlang-mnesia default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides a distributed DataBase Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-os_mon tristate "erlang-os_mon........................... Erlang OS Monitoring Application" default y if DEFAULT_erlang-os_mon default m if ALL select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides the following services: cpu_sup CPU load and utilization supervision disksup Disk supervision memsup Memory supervision http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-public-key tristate "erlang-public-key..................................... Public Key support" default y if DEFAULT_erlang-public-key default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_erlang-asn1 select PACKAGE_erlang-crypto select PACKAGE_libpthread if USE_GLIBC select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions to handle public-key infrastructure. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-reltool tristate "erlang-reltool.................................... Erlang reltool support" default y if DEFAULT_erlang-reltool default m if ALL select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for release management. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-runtime-tools tristate "erlang-runtime-tools................. Low-profile debugging/tracing tools" default y if DEFAULT_erlang-runtime-tools default m if ALL select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides low footprint tracing/debugging tools suitable for inclusion in a production system. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-snmp tristate "erlang-snmp............ Simple Network Management Protocol (SNMP) support" default y if DEFAULT_erlang-snmp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang-asn1 select PACKAGE_librt if USE_GLIBC help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides Simple Network Management Protocol (SNMP) support including a MIB compiler and tools for creating SNMP agents. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-ssh tristate "erlang-ssh.................................... Secure Shell (SSH) support" default y if DEFAULT_erlang-ssh default m if ALL select PACKAGE_libc select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang-crypto help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides an implementation of the Secure Shell protocol, with SSH & SFTP support. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-ssl tristate "erlang-ssl............................ Secure Sockets Layer (SSL) support" default y if DEFAULT_erlang-ssl default m if ALL select PACKAGE_erlang-crypto select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for secure communication over sockets. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-syntax-tools tristate "erlang-syntax-tools........ Abstract Erlang syntax trees handling support" default y if DEFAULT_erlang-syntax-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for handling abstract Erlang syntax trees. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-tools tristate "erlang-tools........................................ Erlang tools support" default y if DEFAULT_erlang-tools default m if ALL select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides support for misc tools. http://www.erlang.org/ Arnaud Sautaux config PACKAGE_erlang-xmerl tristate "erlang-xmerl........................................... Erlang XML export" default y if DEFAULT_erlang-xmerl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_erlang select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Erlang/OTP is a general-purpose programming language and runtime environment. Erlang has built-in support for concurrency, distribution and fault tolerance. . This Erlang/OTP package provides functions for exporting XML data to an external format http://www.erlang.org/ Arnaud Sautaux endmenu menu "Go" config PACKAGE_golang tristate "golang................................ Go programming language (compiler)" default y if DEFAULT_golang default m if ALL depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_golang-src select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides an assembler, compiler, linker, and compiled libraries for the Go programming language. https://golang.org/ Jeffery To config PACKAGE_golang-doc tristate "golang-doc....................... Go programming language (documentation)" default y if DEFAULT_golang-doc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP help The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides the documentation for the Go programming language. https://golang.org/ Jeffery To config PACKAGE_golang-github-jedisct1-dnscrypt-proxy2-dev tristate "golang-github-jedisct1-dnscrypt-proxy2-dev" default y if DEFAULT_golang-github-jedisct1-dnscrypt-proxy2-dev default m if ALL depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-bundle depends on m || (PACKAGE_dnscrypt-proxy != y) help A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS. This package provides the source files for the client/bridge program. https://github.com/DNSCrypt/dnscrypt-proxy Josef Schlehofer config PACKAGE_golang-github-nextdns-nextdns-dev tristate "golang-github-nextdns-nextdns-dev" default y if DEFAULT_golang-github-nextdns-nextdns-dev default m if ALL select PACKAGE_ca-bundle select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) help Official NextDNS DNS over HTTPS Proxy. This package provides the source files for the client/bridge program. https://github.com/nextdns/nextdns Olivier Poitrey config PACKAGE_golang-gitlab-yawning-obfs4-dev tristate "golang-gitlab-yawning-obfs4-dev" default y if DEFAULT_golang-gitlab-yawning-obfs4-dev default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP help obfs4proxy is a tool that attempts to circumvent censorship by transforming the Tor traffic between the client and the bridge. This way censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4. It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports. This package provides the source files for the client/bridge program. https://gitlab.com/yawning/obfs4 Jeffery To config PACKAGE_golang-src tristate "golang-src........................ Go programming language (source files)" default y if DEFAULT_golang-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP help The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language. This package provides the Go programming language source files needed for cross-compilation. https://golang.org/ Jeffery To config PACKAGE_golang-torproject-tor-fw-helper-dev tristate "golang-torproject-tor-fw-helper-dev" default y if DEFAULT_golang-torproject-tor-fw-helper-dev default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) help tor-fw-helper is a helper to automatically configuring port forwarding for tor, using UPnP or NAT-PMP NAT traversal. This is a tor-fw-helper rewrite in Go that functions as a drop in replacement for the original C code. This package provides the source files for the helper program. https://gitweb.torproject.org/tor-fw-helper.git/ Jeffery To endmenu menu "Java" config PACKAGE_jamvm tristate "jamvm..................................... A compact Java Virtual Machine" default y if DEFAULT_jamvm default m if ALL depends on !aarch64 select PACKAGE_librt if USE_GLIBC select PACKAGE_libffi if CONFIG_powerpc64 select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP depends on !arc help JamVM is a Java Virtual Machine which conforms to the JVM specification version 2 (a.k.a, 1.2). In comparison to most other VM's (free and commercial) it is extremely small. However, unlike other small VMs (e.g. KVM) it is designed to support the full specification, and includes support for object finalisation, Soft/Weak/Phantom References, the Java Native Interface (JNI) and the Reflection API. http://jamvm.sourceforge.net/ Dana H. Myers endmenu menu "Lua" config PACKAGE_dkjson tristate "dkjson............................................................ DKJSON" default y if DEFAULT_dkjson default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help Lua JSON parser/serializer with UTF-8 support http://dkolf.de/src/dkjson-lua.fsl/home Lars Gierth config PACKAGE_json4lua tristate "json4lua........................................................ json4lua" default y if DEFAULT_json4lua default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luasocket select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help JSON and JSONRPC for Lua https://github.com/amrhassan/json4lua Amr Hassan config PACKAGE_ldbus tristate "ldbus............................................ ldbus Lua DBus bindings" default y if DEFAULT_ldbus default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_dbus help This package contains "ldbus": LUA bindings to interact with the DBUS message bus system, and services connected to it. See https://github.com/daurnimator/ldbus for details. Enrico Mioso config PACKAGE_libiwinfo-lua tristate "libiwinfo-lua...................................... libiwinfo Lua binding" default y if DEFAULT_libiwinfo-lua default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiwinfo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua help This is the Lua binding for the iwinfo library. It provides access to all enabled backends. Jo-Philipp Wich config PACKAGE_lpeg tristate "lpeg................................................................ LPeg" default y if DEFAULT_lpeg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs) http://www.inf.puc-rio.br/~roberto/lpeg/ Dirk Chang config PACKAGE_lsqlite3 tristate "lsqlite3............................. Lua wrapper for the SQLite3 library" default y if DEFAULT_lsqlite3 default m if ALL select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. http://lua.sqlite.org Oskari Rauta config PACKAGE_lua tristate "lua............................... Lua programming language (interpreter)" default y if DEFAULT_lua default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblua help Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. This package contains the Lua language interpreter. http://www.lua.org/ Jo-Philipp Wich config PACKAGE_lua-argparse tristate "lua-argparse................................................ Lua argparse" default y if DEFAULT_lua-argparse default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. Argparse supports positional arguments, options, flags, optional arguments, subcommands and more. Argparse automatically generates usage, help and error messages. https://github.com/mpeterv/argparse Peter Melnichenko config PACKAGE_lua-bencode tristate "lua-bencode.................................................. lua-bencode" default y if DEFAULT_lua-bencode default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This is a module for the lua programming language for decoding and encoding bencoded data which can be used to read and write torrent files for bittorrent. https://bitbucket.org/wilhelmy/lua-bencode Lars Gierth config PACKAGE_lua-cjson tristate "lua-cjson............................................... Lua CJSON parser" default y if DEFAULT_lua-cjson default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help Lua CJSON is a fast JSON encoding/parsing module for Lua. https://github.com/mpx/lua-cjson Dirk Chang config PACKAGE_lua-copas tristate "lua-copas...................................................... Lua-Copas" default y if DEFAULT_lua-copas default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. https://github.com/keplerproject/copas Dirk Chang config PACKAGE_lua-coxpcall tristate "lua-coxpcall................................................ Lua-Coxpcall" default y if DEFAULT_lua-coxpcall default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be dealed without the usual pcall/xpcall issues with coroutines. https://github.com/keplerproject/coxpcall Dirk Chang config PACKAGE_lua-ev tristate "lua-ev............................................................ lua-ev" default y if DEFAULT_lua-ev default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libev help Lua integration with libev. https://github.com/brimworks/lua-ev Jianhui Zhao config PACKAGE_lua-examples tristate "lua-examples......................... Lua programming language (examples)" default y if DEFAULT_lua-examples default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. This package contains Lua language examples. http://www.lua.org/ Jo-Philipp Wich config PACKAGE_lua-libmodbus tristate "lua-libmodbus.............................................. lua-libmodbus" default y if DEFAULT_lua-libmodbus default m if ALL select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmodbus help lua-libmodbus is a binding to libmodbus, see also http://www.libmodbus.org https://github.com/etactica/lua-libmodbus Karl Palsson config PACKAGE_lua-lzlib tristate "lua-lzlib............................................... Lua zlib binding" default y if DEFAULT_lua-lzlib default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A library to access zlib library functions and also to read/write gzip files using an interface similar to the base io package. http://github.com/LuaDist/lzlib Dirk Chang config PACKAGE_lua-md5 tristate "lua-md5.......................................................... Lua-MD5" default y if DEFAULT_lua-md5 default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MD5 offers basic cryptographic facilities for Lua https://github.com/keplerproject/md5 Dirk Chang config PACKAGE_lua-mobdebug tristate "lua-mobdebug................................................ Lua-MobDebug" default y if DEFAULT_lua-mobdebug default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MobDebug is a remote debugger for Lua (including Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.x). https://github.com/pkulchenko/MobDebug Dirk Chang config PACKAGE_lua-mosquitto tristate "lua-mosquitto.............................................. Lua-mosquitto" default y if DEFAULT_lua-mosquitto default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmosquitto-ssl if PACKAGE_libmosquitto-nossl config PACKAGE_lua-openssl tristate "lua-openssl.......................................... Lua openSSL binding" default y if DEFAULT_lua-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help A free, MIT-licensed OpenSSL binding for Lua. http://github.com/zhaozg/lua-openssl Amnon Paz config PACKAGE_lua-penlight tristate "lua-penlight.................................................... Penlight" default y if DEFAULT_lua-penlight default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luafilesystem select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help It is often said of Lua that it does not include batteries. Penlight is the batteries. http://stevedonovan.github.io/Penlight/api/manual/01-introduction.md.html Karl Palsson config PACKAGE_lua-rings tristate "lua-rings...................................................... Lua-Rings" default y if DEFAULT_lua-rings default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help Rings is a library which provides a way to create new Lua states from within Lua. http://keplerproject.github.io/rings/ Dirk Chang config PACKAGE_lua-rs232 tristate "lua-rs232............................................. Lua Serial Library" default y if DEFAULT_lua-rs232 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help multiplatform library for serial communications over RS-232 https://github.com/srdgame/librs232 Dirk Chang config PACKAGE_lua-sha2 tristate "lua-sha2............ Lua binding for Aaron Gifford's SHA-2 implementation" default y if DEFAULT_lua-sha2 default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Lua Binding for the SHA-2 (SHA-256/384/512) BSD-licensed C implementation by Aaron Gifford. Also contains a HMAC implementation in Lua. https://code.google.com/p/sha2/ Lars Gierth config PACKAGE_lua-wsapi-base tristate "lua-wsapi-base............................................ Lua WSAPI base" default y if DEFAULT_lua-wsapi-base default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_luafilesystem select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help WSAPI is an API that abstracts the web server from Lua web applications . This package contains the basic stuff. https://keplerproject.github.io/wsapi/ Dirk Chang config PACKAGE_lua-wsapi-xavante tristate "lua-wsapi-xavante...................................... Lua WSAPI xavante" default y if DEFAULT_lua-wsapi-xavante default m if ALL select PACKAGE_lua-xavante select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_lua-wsapi-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help WSAPI is an API that abstracts the web server from Lua web applications . This package contains the Xavante stuff. https://keplerproject.github.io/wsapi/ Dirk Chang config PACKAGE_lua-xavante tristate "lua-xavante........................................... Xavante Web Server" default y if DEFAULT_lua-xavante default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Xavante is a Lua HTTP 1.1 Web server that uses a modular architecture based on URI mapped handlers. https://keplerproject.github.io/xavante/ Dirk Chang config PACKAGE_luabitop tristate "luabitop........................................................ luabitop" default y if DEFAULT_luabitop default m if ALL select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers. http://bitop.luajit.org/ Maxim Storchak config PACKAGE_luac tristate "luac................................. Lua programming language (compiler)" default y if DEFAULT_luac default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP help Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. This package contains the Lua language compiler. http://www.lua.org/ Jo-Philipp Wich config PACKAGE_luaexpat tristate "luaexpat....................................................... LuaExpat " default y if DEFAULT_luaexpat default m if ALL select PACKAGE_libexpat select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuaExpat is a SAX XML parser based on the Expat library. http://matthewwild.co.uk/projects/luaexpat/ W. Michael Petullo config PACKAGE_luafilesystem tristate "luafilesystem.............................................. LuaFileSystem" default y if DEFAULT_luafilesystem default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the LuaFileSystem library, a set of portable functions for directory creation, listing and deletion and for file locking. http://keplerproject.github.com/luafilesystem/ W. Michael Petullo config PACKAGE_luajit tristate "luajit............................................................ LuaJIT" default y if DEFAULT_luajit default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (i386||x86_64||arm||armeb||aarch64||(powerpc&&HAS_FPU)||mips||mipsel||mips64) help LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. *** Requires GCC Multilib on host system to build! *** https://www.luajit.org Morteza Milani config PACKAGE_lualanes tristate "lualanes........................................................ LuaLanes" default y if DEFAULT_lualanes default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_luac select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua select PACKAGE_lua help Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1 and 5.2. http://luaforge.net/projects/lanes/ Vladimir Malyutin config PACKAGE_luaposix tristate "luaposix........................................................ luaposix" default y if DEFAULT_luaposix default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help luaposix is a general POSIX library for Lua providing access to various low level libc functions. http://luaforge.net/projects/luaposix/ Maxim Storchak config PACKAGE_luarocks tristate "luarocks........................................................ luarocks" default y if DEFAULT_luarocks default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luasec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luasocket select PACKAGE_liblua select PACKAGE_libc select PACKAGE_curl select PACKAGE_luac select PACKAGE_librt if USE_GLIBC select PACKAGE_unzip select PACKAGE_lua help LuaRocks is a deployment and management system for Lua modules. https://github.com/keplerproject/luarocks Amr Hassan config PACKAGE_luasec tristate "luasec............................................................ LuaSec" default y if DEFAULT_luasec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_luasocket select PACKAGE_lua help LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. https://github.com/brunoos/luasec config PACKAGE_luasoap tristate "luasoap.......................................................... LuaSOAP" default y if DEFAULT_luasoap default m if ALL select PACKAGE_luaexpat select PACKAGE_luasec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luasocket select PACKAGE_librt if USE_GLIBC select PACKAGE_lua help LuaSOAP is a library of functions to deal with SOAP. https://github.com/tomasguisasola/luasoap Liu Peng config PACKAGE_luasocket tristate "luasocket...................................................... LuaSocket" default y if DEFAULT_luasocket default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help LuaSocket is the most comprehensive networking support library for the Lua language. It provides easy access to TCP, UDP, DNS, SMTP, FTP, HTTP, MIME and much more. http://luasocket.luaforge.net/ W. Michael Petullo config PACKAGE_luasql-mysql tristate "luasql-mysql................................... Lua SQL binding for MySQL" default y if DEFAULT_luasql-mysql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb help LuaSQL is a simple interface from Lua to a DBMS. . This package contains the MySQL binding. https://keplerproject.github.io/luasql/ config PACKAGE_luasql-pgsql tristate "luasql-pgsql.............................. Lua SQL binding for PostgreSQL" default y if DEFAULT_luasql-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpq select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help LuaSQL is a simple interface from Lua to a DBMS. . This package contains the PostgreSQL binding. https://keplerproject.github.io/luasql/ config PACKAGE_luasql-sqlite3 tristate "luasql-sqlite3.............................. Lua SQL binding for SQLite 3" default y if DEFAULT_luasql-sqlite3 default m if ALL select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help LuaSQL is a simple interface from Lua to a DBMS. . This package contains the SQLite 3 binding. https://keplerproject.github.io/luasql/ config PACKAGE_luasrcdiet tristate "luasrcdiet.................................................... luasrcdiet" default y if DEFAULT_luasrcdiet default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua help Compresses Lua source code by removing unnecessary characters https://github.com/jirutka/luasrcdiet Matthias Schiffer config PACKAGE_luv tristate "luv.................................................................. Luv" default y if DEFAULT_luv default m if ALL select PACKAGE_lua if !LUV_USE_LUAJIT_ENGINE select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libuv select PACKAGE_libssp if GCC_LIBSSP help Bare libuv bindings for lua https://github.com/luvit/luv Morteza Milani source "feeds/packages/lang/luv/Config.in" config PACKAGE_lzmq tristate "lzmq.................................................. Lua ZeroMQ binding" default y if DEFAULT_lzmq default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libzmq-nc if PACKAGE_libzmq-curve config PACKAGE_uuid tristate "uuid................................................................ uuid" default y if DEFAULT_uuid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_luasocket select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A pure Lua uuid generator https://github.com/Tieske/uuid Amr Hassan endmenu menu "Node.js" config PACKAGE_node tristate "node.......... Node.js is a platform built on Chrome's JavaScript runtime" default y if DEFAULT_node default m if ALL select PACKAGE_libstdcpp select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_icu if NODEJS_ICU select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libhttp-parser select PACKAGE_libuv select PACKAGE_libnghttp2 help Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. https://nodejs.org/ John Crispin , Adrian Panella if PACKAGE_node config NODEJS_ICU bool "enable i18n features" default n endif config PACKAGE_node-arduino-firmata tristate "node-arduino-firmata.......... Arduino Firmata implementation for Node.js" default y if DEFAULT_node-arduino-firmata default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_node-npm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_node-serialport help Arduino Firmata protocol (http://firmata.org) implementation on Node.js. https://www.npmjs.com/package/arduino-firmata Hirokazu MORIKAWA config PACKAGE_node-cylon tristate "node-cylon................................................ CylonJS - Core" default y if DEFAULT_node-cylon default m if ALL select PACKAGE_node-npm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_node help JavaScript Robotics, By Your Command Next generation robotics framework with support for 36 different platforms Get Started https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA config PACKAGE_node-cylon-firmata tristate "node-cylon-firmata..................................... CylonJS - Firmata" default y if DEFAULT_node-cylon-firmata default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_node-arduino-firmata select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node-npm select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_node-cylon-i2c select PACKAGE_node-cylon-gpio help CylonJS - Firmata https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA config PACKAGE_node-cylon-gpio tristate "node-cylon-gpio........................................... CylonJS - GPIO" default y if DEFAULT_node-cylon-gpio default m if ALL depends on !arc depends on !armeb depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_node-npm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_node select PACKAGE_node-cylon select PACKAGE_librt if USE_GLIBC help CylonJS - GPIO https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA config PACKAGE_node-cylon-i2c tristate "node-cylon-i2c............................................. CylonJS - I2C" default y if DEFAULT_node-cylon-i2c default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_node-cylon select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node-npm select PACKAGE_libc depends on !arc depends on !armeb depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help CylonJS - I2C https://www.npmjs.org/package/cylon-firmata Hirokazu MORIKAWA config PACKAGE_node-hid tristate "node-hid........................... Node.js package to access HID devices" default y if DEFAULT_node-hid default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node-npm select PACKAGE_libudev-fbsd select PACKAGE_libusb-1.0 select PACKAGE_hidapi help Node.js package to access HID devices https://github.com/node-hid/node-hid Hirokazu MORIKAWA config PACKAGE_node-homebridge tristate "node-homebridge................................... Node.js HomeKit Server" default y if DEFAULT_node-homebridge default m if ALL select PACKAGE_node-npm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_node help Homebridge is a lightweight Node.js server you can run on your home network that emulates the iOS HomeKit API https://www.npmjs.org/package/homebridge Hirokazu MORIKAWA config PACKAGE_node-npm tristate "node-npm............................. NPM stands for Node Package Manager" default y if DEFAULT_node-npm default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help NPM is the package manager for NodeJS https://npmjs.com/ John Crispin , Adrian Panella config PACKAGE_node-serialport tristate "node-serialport................... Node.js package to access serial ports" default y if DEFAULT_node-serialport default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libc select PACKAGE_node-npm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_node-serialport-bindings select PACKAGE_librt if USE_GLIBC help Node.js package to access serial ports for reading and writing OR Welcome your robotic JavaScript overlords. Better yet, program them! https://serialport.io/ Hirokazu MORIKAWA config PACKAGE_node-serialport-bindings tristate "node-serialport-bindings............................. SerialPort Bindings" default y if DEFAULT_node-serialport-bindings default m if ALL select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The Binding is how Node-SerialPort talks to the underlying system. By default, we auto detect Windows, Linux and OS X, and load the appropriate module for your system. You can assign SerialPort.Binding to any binding you like. https://www.npmjs.com/package/@serialport/bindings Hirokazu MORIKAWA endmenu menu "PHP" config PACKAGE_php7 tristate "php7......................................... PHP7 Hypertext preprocessor" default y if DEFAULT_php7 default m if ALL select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zoneinfo-core if PHP7_SYSTEMTZDATA select PACKAGE_libxml2 if PHP7_LIBXML select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains only the PHP config file. You must actually choose your PHP flavour (cli, cgi or fastcgi). Please note, that installing php5 and php7 in parallel on the same target is not supported in OpenWrt/LEDE. http://www.php.net/ Michael Heimpold config PHP7_FILTER bool "PHP7 Filter support" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi default y config PHP7_LIBXML bool "PHP7 LIBXML support" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi config PHP7_SYSTEMTZDATA bool "Use system timezone data instead of php's built-in database" depends on PACKAGE_php7-cli || PACKAGE_php7-cgi default y help Enabling this feature automatically selects the zoneinfo-core package which contains data for UTC timezone. To use other timezones you have to install the corresponding zoneinfo-... package(s). config PACKAGE_php7-cgi tristate "php7-cgi..................... PHP7 Hypertext preprocessor (CGI & FastCGI)" default y if DEFAULT_php7-cgi default m if ALL select PACKAGE_libstdcpp if PACKAGE_php7-mod-intl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CGI version of the PHP7 interpreter. http://www.php.net/ Michael Heimpold config PACKAGE_php7-cli tristate "php7-cli............................... PHP7 Hypertext preprocessor (CLI)" default y if DEFAULT_php7-cli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if PACKAGE_php7-mod-intl help PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the CLI version of the PHP7 interpreter. http://www.php.net/ Michael Heimpold config PACKAGE_php7-fastcgi tristate "php7-fastcgi...................................... FastCGI startup script" default y if DEFAULT_php7-fastcgi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_php7-cgi depends on PACKAGE_php7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help As FastCGI support is now a core feature the php7-fastcgi package now depends on the php7-cgi package, containing just the startup script. http://www.php.net/ Michael Heimpold config PACKAGE_php7-fpm tristate "php7-fpm............................... PHP7 Hypertext preprocessor (FPM)" default y if DEFAULT_php7-fpm default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp if PACKAGE_php7-mod-intl select PACKAGE_librt if USE_GLIBC help PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. This package contains the FastCGI Process Manager of the PHP7 interpreter. http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-bcmath tristate "php7-mod-bcmath..................................... Bcmath shared module" default y if DEFAULT_php7-mod-bcmath default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Bcmath shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-calendar tristate "php7-mod-calendar................................. Calendar shared module" default y if DEFAULT_php7-mod-calendar default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 help Calendar shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-ctype tristate "php7-mod-ctype....................................... Ctype shared module" default y if DEFAULT_php7-mod-ctype default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help Ctype shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-curl tristate "php7-mod-curl......................................... cURL shared module" default y if DEFAULT_php7-mod-curl default m if ALL select PACKAGE_libcurl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help cURL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-dom tristate "php7-mod-dom........................................... DOM shared module" default y if DEFAULT_php7-mod-dom default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 depends on PACKAGE_php7 select PHP7_LIBXML select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DOM shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-exif tristate "php7-mod-exif......................................... EXIF shared module" default y if DEFAULT_php7-mod-exif default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help EXIF shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-fileinfo tristate "php7-mod-fileinfo................................. Fileinfo shared module" default y if DEFAULT_php7-mod-fileinfo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Fileinfo shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-ftp tristate "php7-mod-ftp........................................... FTP shared module" default y if DEFAULT_php7-mod-ftp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help FTP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-gd tristate "php7-mod-gd.................................... GD graphics shared module" default y if DEFAULT_php7-mod-gd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libfreetype if PHP7_LIBFREETYPE depends on PACKAGE_php7 select PACKAGE_libpng select PACKAGE_libssp if GCC_LIBSSP help GD graphics shared module http://www.php.net/ Michael Heimpold config PHP7_LIBFREETYPE bool "Enable Freetype 2 support in php7-mod-gd" depends on PACKAGE_php7-mod-gd default y config PACKAGE_php7-mod-gettext tristate "php7-mod-gettext................................... Gettext shared module" default y if DEFAULT_php7-mod-gettext default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libintl-full help Gettext shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-gmp tristate "php7-mod-gmp........................................... GMP shared module" default y if DEFAULT_php7-mod-gmp default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgmp help GMP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-hash tristate "php7-mod-hash......................................... Hash shared module" default y if DEFAULT_php7-mod-hash default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 help Hash shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-iconv tristate "php7-mod-iconv....................................... iConv shared module" default y if DEFAULT_php7-mod-iconv default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_php7 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help iConv shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-imap tristate "php7-mod-imap......................................... IMAP shared module" default y if DEFAULT_php7-mod-imap default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_uw-imap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help IMAP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-intl tristate "php7-mod-intl............... Internationalization Functions shared module" default y if DEFAULT_php7-mod-intl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_icu select PACKAGE_librt if USE_GLIBC select PACKAGE_icu-full-data if PHP7_FULLICUDATA help Note that this package depends in ICU library which is built without data by default. This is to satisfy programs build and run dependencies but to keep the installed footprint small on the target system(s). However, the data is required to make the ICU library useful - and thus directly affects PHPs ICU extension, too - so consider to also select/install package 'icu-full-data'. http://www.php.net/ Michael Heimpold config PHP7_FULLICUDATA bool "Add dependency to full ICU Data" depends on PACKAGE_php7-mod-intl default n config PACKAGE_php7-mod-json tristate "php7-mod-json......................................... JSON shared module" default y if DEFAULT_php7-mod-json default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help JSON shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-ldap tristate "php7-mod-ldap......................................... LDAP shared module" default y if DEFAULT_php7-mod-ldap default m if ALL select PACKAGE_libsasl2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenldap depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LDAP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-mbstring tristate "php7-mod-mbstring................................. MBString shared module" default y if DEFAULT_php7-mod-mbstring default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help MBString shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-mysqli tristate "php7-mod-mysqli................... MySQL Improved Extension shared module" default y if DEFAULT_php7-mod-mysqli default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_php7-mod-mysqlnd select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 help MySQL Improved Extension shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-mysqlnd tristate "php7-mod-mysqlnd....................... MySQL Native Driver shared module" default y if DEFAULT_php7-mod-mysqlnd default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_php7-mod-hash help MySQL Native Driver shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-opcache tristate "php7-mod-opcache................................... OPcache shared module" default y if DEFAULT_php7-mod-opcache default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help OPcache shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-openssl tristate "php7-mod-openssl................................... OpenSSL shared module" default y if DEFAULT_php7-mod-openssl default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help OpenSSL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pcntl tristate "php7-mod-pcntl....................................... PCNTL shared module" default y if DEFAULT_php7-mod-pcntl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help PCNTL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pdo tristate "php7-mod-pdo.............................. PHP Data Objects shared module" default y if DEFAULT_php7-mod-pdo default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help PHP Data Objects shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pdo-mysql tristate "php7-mod-pdo-mysql.................... PDO driver for MySQL shared module" default y if DEFAULT_php7-mod-pdo-mysql default m if ALL select PACKAGE_libc select PACKAGE_php7-mod-pdo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_php7-mod-mysqlnd depends on PACKAGE_php7 select PACKAGE_librt if USE_GLIBC help PDO driver for MySQL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pdo-pgsql tristate "php7-mod-pdo-pgsql............... PDO driver for PostgreSQL shared module" default y if DEFAULT_php7-mod-pdo-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libc select PACKAGE_libpq select PACKAGE_php7-mod-pdo select PACKAGE_libpthread if USE_GLIBC help PDO driver for PostgreSQL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pdo-sqlite tristate "php7-mod-pdo-sqlite.............. PDO driver for SQLite 3.x shared module" default y if DEFAULT_php7-mod-pdo-sqlite default m if ALL select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_php7-mod-pdo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help PDO driver for SQLite 3.x shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-pgsql tristate "php7-mod-pgsql.................................. PostgreSQL shared module" default y if DEFAULT_php7-mod-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC help PostgreSQL shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-phar tristate "php7-mod-phar................................ Phar Archives shared module" default y if DEFAULT_php7-mod-phar default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_php7-mod-hash depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help Phar Archives shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-session tristate "php7-mod-session................................... Session shared module" default y if DEFAULT_php7-mod-session default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 help Session shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-shmop tristate "php7-mod-shmop............................... Shared Memory shared module" default y if DEFAULT_php7-mod-shmop default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Shared Memory shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-simplexml tristate "php7-mod-simplexml............................... SimpleXML shared module" default y if DEFAULT_php7-mod-simplexml default m if ALL select PHP7_LIBXML depends on PACKAGE_php7 select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SimpleXML shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-snmp tristate "php7-mod-snmp......................................... SNMP shared module" default y if DEFAULT_php7-mod-snmp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnetsnmp depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help SNMP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-soap tristate "php7-mod-soap......................................... SOAP shared module" default y if DEFAULT_php7-mod-soap default m if ALL select PHP7_LIBXML depends on PACKAGE_php7 select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SOAP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-sockets tristate "php7-mod-sockets................................... Sockets shared module" default y if DEFAULT_php7-mod-sockets default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Sockets shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-sqlite3 tristate "php7-mod-sqlite3................................... SQLite3 shared module" default y if DEFAULT_php7-mod-sqlite3 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 help SQLite3 shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-sysvmsg tristate "php7-mod-sysvmsg......................... System V messages shared module" default y if DEFAULT_php7-mod-sysvmsg default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 help System V messages shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-sysvsem tristate "php7-mod-sysvsem.................... System V shared memory shared module" default y if DEFAULT_php7-mod-sysvsem default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help System V shared memory shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-sysvshm tristate "php7-mod-sysvshm........................ System V semaphore shared module" default y if DEFAULT_php7-mod-sysvshm default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help System V semaphore shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-tokenizer tristate "php7-mod-tokenizer............................... Tokenizer shared module" default y if DEFAULT_php7-mod-tokenizer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Tokenizer shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-xml tristate "php7-mod-xml........................................... XML shared module" default y if DEFAULT_php7-mod-xml default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libexpat if !PHP7_LIBXML select PACKAGE_libxml2 if PHP7_LIBXML select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help XML shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-xmlreader tristate "php7-mod-xmlreader............................... XMLReader shared module" default y if DEFAULT_php7-mod-xmlreader default m if ALL select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PHP7_LIBXML depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help XMLReader shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-xmlwriter tristate "php7-mod-xmlwriter............................... XMLWriter shared module" default y if DEFAULT_php7-mod-xmlwriter default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 depends on PACKAGE_php7 select PHP7_LIBXML help XMLWriter shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-mod-zip tristate "php7-mod-zip........................................... ZIP shared module" default y if DEFAULT_php7-mod-zip default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib depends on PACKAGE_php7 help ZIP shared module http://www.php.net/ Michael Heimpold config PACKAGE_php7-pecl-dio tristate "php7-pecl-dio....................................... Direct I/O functions" default y if DEFAULT_php7-pecl-dio default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help Direct I/O functions http://pecl.php.net/ Michael Heimpold config PACKAGE_php7-pecl-http tristate "php7-pecl-http..................................... Extended HTTP Support" default y if DEFAULT_php7-pecl-http default m if ALL select PACKAGE_php7-pecl-raphf select PACKAGE_php7-pecl-propro select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_php7-mod-iconv select PACKAGE_libidn2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_php7-mod-hash select PACKAGE_php7-mod-session select PACKAGE_icu select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libcurl select PACKAGE_libc help Extended HTTP Support http://pecl.php.net/ Michael Heimpold config PACKAGE_php7-pecl-krb5 tristate "php7-pecl-krb5......................... Bindings for the Kerberos library" default y if DEFAULT_php7-pecl-krb5 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_krb5-libs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Bindings for the Kerberos library http://pecl.php.net/ W. Michael Petullo config PACKAGE_php7-pecl-libevent tristate "php7-pecl-libevent......................... Libevent - event notification" default y if DEFAULT_php7-pecl-libevent default m if ALL select PACKAGE_php7-mod-sockets select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Libevent - event notification http://pecl.php.net/ Michael Heimpold config PACKAGE_php7-pecl-mcrypt tristate "php7-pecl-mcrypt...................... Bindings for the libmcrypt library" default y if DEFAULT_php7-pecl-mcrypt default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libltdl select PACKAGE_libmcrypt depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help Bindings for the libmcrypt library http://pecl.php.net/ W. Michael Petullo config PACKAGE_php7-pecl-propro tristate "php7-pecl-propro.......................................... Property proxy" default y if DEFAULT_php7-pecl-propro default m if ALL depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Property proxy http://pecl.php.net/ Michael Heimpold config PACKAGE_php7-pecl-raphf tristate "php7-pecl-raphf.................. Resource and persistent handles factory" default y if DEFAULT_php7-pecl-raphf default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_php7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Resource and persistent handles factory http://pecl.php.net/ Michael Heimpold config PACKAGE_php7-pecl-redis tristate "php7-pecl-redis................. PHP extension for interfacing with Redis" default y if DEFAULT_php7-pecl-redis default m if ALL select PACKAGE_php7-mod-session select PACKAGE_librt if USE_GLIBC select PACKAGE_php7-mod-hash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_php7 select PACKAGE_libssp if GCC_LIBSSP help PHP extension for interfacing with Redis http://pecl.php.net/ Michael Heimpold endmenu menu "Perl" config PACKAGE_perl tristate "perl................................................. The Perl intepreter" default y if DEFAULT_perl default m if ALL select PACKAGE_libpthread if PERL_THREADS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !arc help Perl is a stable, cross platform programming language. It is used for mission critical projects in the public and private sectors and is widely used to program web applications of all needs. http://www.perl.com/ Marcel Denia , Philip Prindeville source "feeds/packages/lang/perl/Config.in" config PACKAGE_perl-authen-sasl tristate "perl-authen-sasl...... Generic network authentication protocol framework." default y if DEFAULT_perl-authen-sasl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-digest select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Generic network authentication protocol framework. http://search.cpan.org/dist/Authen-SASL/ Philip Prindeville config PACKAGE_perl-authen-sasl-xs tristate "perl-authen-sasl-xs....................... Authen::XS hooks into libsasl." default y if DEFAULT_perl-authen-sasl-xs default m if ALL select PACKAGE_libsasl2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perl-authen-sasl help Authen::XS hooks into libsasl. http://search.cpan.org/dist/Authen-SASL-XS/ Philip Prindeville config PACKAGE_perl-cgi tristate "perl-cgi.......... Handle Common Gateway Interface requests and responses" default y if DEFAULT_perl-cgi default m if ALL select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-encode depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-if select PACKAGE_perl-html-parser select PACKAGE_perlbase-utf8 help Handle Common Gateway Interface requests and responses https://search.cpan.org/dist/CGI/ Marcel Denia , Philip Prindeville config PACKAGE_perl-compress-bzip2 tristate "perl-compress-bzip2.......... Perl interface to bzip2 compression library" default y if DEFAULT_perl-compress-bzip2 default m if ALL select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-test select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-getopt select PACKAGE_perlbase-xsloader select PACKAGE_libc select PACKAGE_libbz2 select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-autoloader help Perl interface to bzip2 compression library http://search.cpan.org/dist/Compress-Bzip2/ Marcel Denia config PACKAGE_perl-dbi tristate "perl-dbi......................... Database independent interface for Perl" default y if DEFAULT_perl-dbi default m if ALL select PACKAGE_perlbase-data select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-universal select PACKAGE_perlbase-base select PACKAGE_perlbase-symbol select PACKAGE_perlbase-dynaloader select PACKAGE_perlbase-utf8 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-essential select PACKAGE_perlbase-storable select PACKAGE_perlbase-file select PACKAGE_perlbase-ipc select PACKAGE_perlbase-errno select PACKAGE_perlbase-scalar select PACKAGE_perlbase-tie select PACKAGE_libc select PACKAGE_perlbase-cwd select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_perlbase-fcntl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io help Database independent interface for Perl http://search.cpan.org/dist/DBI/ Marcel Denia config PACKAGE_perl-device-serialport tristate "perl-device-serialport" default y if DEFAULT_perl-device-serialport default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-posix select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-test select PACKAGE_libc select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential help A POSIX-based version of the Win32::SerialPort module that provides modem support to Perl applications http://search.cpan.org/dist/Device-SerialPort/ Paul Oranje config PACKAGE_perl-device-usb tristate "perl-device-usb................................... libusb library wrapper" default y if DEFAULT_perl-device-usb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libusb-compat select PACKAGE_perl-inline-c select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perl-inline select PACKAGE_libc select PACKAGE_perlbase-test select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help libusb library wrapper https://search.cpan.org/dist/Device-USB/ Marcel Denia config PACKAGE_perl-encode-locale tristate "perl-encode-locale......................... Determine the locale encoding" default y if DEFAULT_perl-encode-locale default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-base select PACKAGE_perlbase-encode depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Determine the locale encoding http://search.cpan.org/dist/Encode-Locale/ Marcel Denia config PACKAGE_perl-file-listing tristate "perl-file-listing................................ Parse directory listing" default y if DEFAULT_perl-file-listing default m if ALL select PACKAGE_perl-http-date select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Parse directory listing http://search.cpan.org/dist/File-Listing/ Marcel Denia config PACKAGE_perl-file-sharedir-install tristate "perl-file-sharedir-install.................. Install read-only data files" default y if DEFAULT_perl-file-sharedir-install default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-extutils depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help Install read-only data files http://search.cpan.org/dist/File-ShareDir-Install/ Marcel Denia config PACKAGE_perl-html-form tristate "perl-html-form................ Class that represents an HTML form element" default y if DEFAULT_perl-html-form default m if ALL select PACKAGE_perl-html-parser select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_perl-http-message select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl-uri depends on PACKAGE_perl select PACKAGE_perlbase-encode help Class that represents an HTML form element http://search.cpan.org/dist/HTML-Form/ Marcel Denia config PACKAGE_perl-html-parser tristate "perl-html-parser.. A collection of modules that parse HTML text documents" default y if DEFAULT_perl-html-parser default m if ALL select PACKAGE_perlbase-essential select PACKAGE_perl-html-tagset select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader help A collection of modules that parse HTML text documents http://search.cpan.org/dist/HTML-Parser/ Marcel Denia config PACKAGE_perl-html-tagset tristate "perl-html-tagset.......................... Data tables pertaining to HTML" default y if DEFAULT_perl-html-tagset default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Data tables pertaining to HTML http://search.cpan.org/dist/HTML-Tagset/ Marcel Denia config PACKAGE_perl-html-tree tristate "perl-html-tree.................... Represent and create HTML syntax trees" default y if DEFAULT_perl-html-tree default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perl-html-tagset select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perl-html-parser select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-integer help Represent and create HTML syntax trees http://search.cpan.org/dist/HTML-Tree/ Marcel Denia config PACKAGE_perl-http-cookies tristate "perl-http-cookies....................................... HTTP cookie jars" default y if DEFAULT_perl-http-cookies default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perl-http-message select PACKAGE_libc select PACKAGE_perl-http-date select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-time help HTTP cookie jars http://search.cpan.org/dist/HTTP-Cookies/ Marcel Denia config PACKAGE_perl-http-daemon tristate "perl-http-daemon.............................. A simple http server class" default y if DEFAULT_perl-http-daemon default m if ALL select PACKAGE_perl-http-date select PACKAGE_librt if USE_GLIBC select PACKAGE_perl-lwp-mediatypes select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-sys depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libc select PACKAGE_perl-http-message select PACKAGE_libpthread if USE_GLIBC help A simple http server class http://search.cpan.org/dist/HTTP-Daemon/ Marcel Denia config PACKAGE_perl-http-date tristate "perl-http-date.................................. Date conversion routines" default y if DEFAULT_perl-http-date default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-time select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Date conversion routines http://search.cpan.org/dist/HTTP-Date/ Marcel Denia config PACKAGE_perl-http-message tristate "perl-http-message.................................... HTTP style messages" default y if DEFAULT_perl-http-message default m if ALL select PACKAGE_perlbase-mime select PACKAGE_perl-http-date select PACKAGE_librt if USE_GLIBC select PACKAGE_perl-uri select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_perl-encode-locale select PACKAGE_perl-lwp-mediatypes select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-encode depends on PACKAGE_perl select PACKAGE_perlbase-compress select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perl-io-html help HTTP style messages http://search.cpan.org/dist/HTTP-Message/ Marcel Denia config PACKAGE_perl-http-negotiate tristate "perl-http-negotiate............................ Choose a variant to serve" default y if DEFAULT_perl-http-negotiate default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perl-http-message select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Choose a variant to serve http://search.cpan.org/dist/HTTP-Negotiate/ Marcel Denia config PACKAGE_perl-http-server-simple tristate "perl-http-server-simple.......................... Lightweight HTTP server" default y if DEFAULT_perl-http-server-simple default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perl-cgi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-test select PACKAGE_perlbase-base select PACKAGE_perlbase-socket select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-filehandle select PACKAGE_libssp if GCC_LIBSSP help Lightweight HTTP server http://search.cpan.org/dist/HTTP-Server-Simple/ Marcel Denia config PACKAGE_perl-inline tristate "perl-inline......................... Write subroutines in other languages" default y if DEFAULT_perl-inline default m if ALL depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-digest select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_perlbase-cwd select PACKAGE_libc select PACKAGE_perlbase-base select PACKAGE_librt if USE_GLIBC help Write subroutines in other languages https://search.cpan.org/dist/Inline/ Marcel Denia config PACKAGE_perl-inline-c tristate "perl-inline-c.............................. C Language Support for Inline" default y if DEFAULT_perl-inline-c default m if ALL depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-essential select PACKAGE_perlbase-cwd select PACKAGE_perlbase-if select PACKAGE_perl-parse-recdescent select PACKAGE_perl-inline select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-data help C Language Support for Inline http://search.cpan.org/dist/Inline-C/ Marcel Denia config PACKAGE_perl-io-html tristate "perl-io-html.......... Open an HTML file with automatic charset detection" default y if DEFAULT_perl-io-html default m if ALL select PACKAGE_perlbase-encode depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC help Open an HTML file with automatic charset detection http://search.cpan.org/dist/IO-HTML/ Marcel Denia config PACKAGE_perl-lockfile-simple tristate "perl-lockfile-simple........................ Simple advisory file locking" default y if DEFAULT_perl-lockfile-simple default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-sys help Simple advisory file locking http://search.cpan.org/dist/LockFile-Simple/ Marcel Denia config PACKAGE_perl-lwp-mediatypes tristate "perl-lwp-mediatypes................. Guess media type for a file or a URL" default y if DEFAULT_perl-lwp-mediatypes default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help Guess media type for a file or a URL http://search.cpan.org/dist/LWP-MediaTypes/ Marcel Denia config PACKAGE_perl-net-http tristate "perl-net-http......................... Low-level HTTP connection (client)" default y if DEFAULT_perl-net-http default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl-uri depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-compress select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_libc help Low-level HTTP connection (client) http://search.cpan.org/dist/Net-HTTP/ Marcel Denia config PACKAGE_perl-net-telnet tristate "perl-net-telnet............................................ Telnet client" default y if DEFAULT_perl-net-telnet default m if ALL select PACKAGE_perlbase-symbol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-socket depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Telnet client http://search.cpan.org/dist/Net-Telnet/ Marcel Denia config PACKAGE_perl-parse-recdescent tristate "perl-parse-recdescent................. Generate Recursive-Descent Parsers" default y if DEFAULT_perl-parse-recdescent default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-test select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-text help Generate Recursive-Descent Parsers http://search.cpan.org/dist/Parse-RecDescent/ Marcel Denia config PACKAGE_perl-sub-uplevel tristate "perl-sub-uplevel....... Apparently run a function in a higher stack frame" default y if DEFAULT_perl-sub-uplevel default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Apparently run a function in a higher stack frame http://search.cpan.org/dist/Sub-Uplevel/ Marcel Denia config PACKAGE_perl-test-harness tristate "perl-test-harness...................................... Perl Test Harness" default y if DEFAULT_perl-test-harness default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-io select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-posix select PACKAGE_perlbase-getopt select PACKAGE_perlbase-text select PACKAGE_perlbase-benchmark select PACKAGE_libc select PACKAGE_perlbase-base select PACKAGE_librt if USE_GLIBC help Perl Test Harness http://search.cpan.org/dist/Test-Harness/ Marcel Denia config PACKAGE_perl-test-warn tristate "perl-test-warn............... Perl extension to test methods for warnings" default y if DEFAULT_perl-test-warn default m if ALL select PACKAGE_perl-sub-uplevel select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-test select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Perl extension to test methods for warnings http://search.cpan.org/dist/Test-Warn/ Marcel Denia config PACKAGE_perl-tests-common tristate "perl-tests-common.............................. Common test support files" default y if DEFAULT_perl-tests-common default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PERL_TESTS select PACKAGE_libssp if GCC_LIBSSP help Common test support files http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perl-text-csv_xs tristate "perl-text-csv_xs....... Text comma-separated values manipulation routines" default y if DEFAULT_perl-text-csv_xs default m if ALL select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-dynaloader help Text comma-separated values manipulation routines http://search.cpan.org/dist/Text-CSV_XS/ Philip Prindeville config PACKAGE_perl-uri tristate "perl-uri............................ Manipulates and accesses URI strings" default y if DEFAULT_perl-uri default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-utf8 select PACKAGE_perlbase-integer select PACKAGE_perlbase-mime select PACKAGE_perlbase-scalar help Manipulates and accesses URI strings http://search.cpan.org/dist/URI/ Marcel Denia config PACKAGE_perl-www tristate "perl-www.................... WWW client/server library for Perl (aka LWP)" default y if DEFAULT_perl-www default m if ALL select PACKAGE_perl-http-message select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_perlbase-digest depends on PACKAGE_perl select PACKAGE_perl-lwp-mediatypes select PACKAGE_perl-html-parser select PACKAGE_perl-net-http select PACKAGE_libc select PACKAGE_perlbase-mime select PACKAGE_perl-http-cookies select PACKAGE_perl-http-date select PACKAGE_perl-file-listing select PACKAGE_perlbase-essential select PACKAGE_perlbase-encode select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl-encode-locale select PACKAGE_perl-http-negotiate select PACKAGE_perlbase-base select PACKAGE_perl-uri select PACKAGE_perl-www-robotrules select PACKAGE_perlbase-net select PACKAGE_perl-http-daemon select PACKAGE_librt if USE_GLIBC help WWW client/server library for Perl (aka LWP) http://search.cpan.org/dist/libwww-perl/ Marcel Denia config PACKAGE_perl-www-curl tristate "perl-www-curl................................... Perl bindings to libcurl" default y if DEFAULT_perl-www-curl default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_perlbase-essential help Perl bindings to libcurl http://search.cpan.org/dist/WWW-Curl/ Marcel Denia config PACKAGE_perl-www-mechanize tristate "perl-www-mechanize.................................... Perl WWW Mechanize" default y if DEFAULT_perl-www-mechanize default m if ALL select PACKAGE_perlbase-findbin select PACKAGE_libc select PACKAGE_perlbase-base select PACKAGE_perl-uri select PACKAGE_librt if USE_GLIBC select PACKAGE_perl-http-daemon select PACKAGE_perlbase-pod select PACKAGE_perl-cgi select PACKAGE_perl-html-tree select PACKAGE_perlbase-test select PACKAGE_perlbase-file select PACKAGE_perl-http-message select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perl-test-warn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl-html-form select PACKAGE_perl-http-server-simple select PACKAGE_perl-html-parser select PACKAGE_perlbase-getopt select PACKAGE_perl-www help Perl WWW Mechanize http://search.cpan.org/dist/WWW-Mechanize/ Marcel Denia config PACKAGE_perl-www-robotrules tristate "perl-www-robotrules........... database of robots.txt-derived permissions" default y if DEFAULT_perl-www-robotrules default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-anydbm-file select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perl-uri select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help database of robots.txt-derived permissions http://search.cpan.org/dist/WWW-RobotRules/ Marcel Denia config PACKAGE_perl-xml-parser tristate "perl-xml-parser.......................................... Perl XML Parser" default y if DEFAULT_perl-xml-parser default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libexpat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-dynaloader help Perl XML Parser http://search.cpan.org/dist/XML-Parser/ Marcel Denia config PACKAGE_perlbase-anydbm-file tristate "perlbase-anydbm-file............................. AnyDBM_File perl module" default y if DEFAULT_perlbase-anydbm-file default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help AnyDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-app tristate "perlbase-app............................................. app perl module" default y if DEFAULT_perlbase-app default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-autouse select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_perlbase-text select PACKAGE_perlbase-tap select PACKAGE_perlbase-getopt select PACKAGE_perlbase-if select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-cpan depends on PACKAGE_perl help app perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-archive tristate "perlbase-archive..................................... Archive perl module" default y if DEFAULT_perlbase-archive default m if ALL select PACKAGE_perlbase-file select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-cwd help Archive perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-arybase tristate "perlbase-arybase..................................... arybase perl module" default y if DEFAULT_perlbase-arybase default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader help arybase perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-attribute tristate "perlbase-attribute................................. Attribute perl module" default y if DEFAULT_perlbase-attribute default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Attribute perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-attributes tristate "perlbase-attributes............................... attributes perl module" default y if DEFAULT_perlbase-attributes default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC help attributes perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-autodie tristate "perlbase-autodie..................................... autodie perl module" default y if DEFAULT_perlbase-autodie default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help autodie perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-autoloader tristate "perlbase-autoloader............................... AutoLoader perl module" default y if DEFAULT_perlbase-autoloader default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential help AutoLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-autosplit tristate "perlbase-autosplit................................. AutoSplit perl module" default y if DEFAULT_perlbase-autosplit default m if ALL select PACKAGE_perlbase-essential select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC help AutoSplit perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-autouse tristate "perlbase-autouse..................................... autouse perl module" default y if DEFAULT_perlbase-autouse default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help autouse perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-b tristate "perlbase-b................................................. B perl module" default y if DEFAULT_perlbase-b default m if ALL select PACKAGE_perlbase-feature select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential help B perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-base tristate "perlbase-base........................................... base perl module" default y if DEFAULT_perlbase-base default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help base perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-benchmark tristate "perlbase-benchmark................................. Benchmark perl module" default y if DEFAULT_perlbase-benchmark default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help Benchmark perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-bigint tristate "perlbase-bigint....................................... bigint perl module" default y if DEFAULT_perlbase-bigint default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help bigint perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-bignum tristate "perlbase-bignum....................................... bignum perl module" default y if DEFAULT_perlbase-bignum default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-bigint select PACKAGE_librt if USE_GLIBC help bignum perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-blib tristate "perlbase-blib........................................... blib perl module" default y if DEFAULT_perlbase-blib default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_libc select PACKAGE_perlbase-cwd select PACKAGE_librt if USE_GLIBC help blib perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-bytes tristate "perlbase-bytes......................................... bytes perl module" default y if DEFAULT_perlbase-bytes default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help bytes perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-charnames tristate "perlbase-charnames................................. charnames perl module" default y if DEFAULT_perlbase-charnames default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-unicore select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-re select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-bytes help charnames perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-class tristate "perlbase-class......................................... Class perl module" default y if DEFAULT_perlbase-class default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help Class perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-compress tristate "perlbase-compress................................... Compress perl module" default y if DEFAULT_perlbase-compress default m if ALL select PACKAGE_perlbase-bytes select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_libc help Compress perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-config tristate "perlbase-config....................................... Config perl module" default y if DEFAULT_perlbase-config default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help Config perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-cpan tristate "perlbase-cpan........................................... CPAN perl module" default y if DEFAULT_perlbase-cpan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_perlbase-sys select PACKAGE_perlbase-extutils select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-cwd select PACKAGE_perlbase-dirhandle select PACKAGE_perlbase-text select PACKAGE_perlbase-safe select PACKAGE_perlbase-net select PACKAGE_perlbase-filehandle select PACKAGE_perlbase-b select PACKAGE_libc select PACKAGE_perlbase-http-tiny select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC help CPAN perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-cwd tristate "perlbase-cwd............................................. Cwd perl module" default y if DEFAULT_perlbase-cwd default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help Cwd perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-data tristate "perlbase-data........................................... Data perl module" default y if DEFAULT_perlbase-data default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-bytes select PACKAGE_librt if USE_GLIBC help Data perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-db tristate "perlbase-db............................................... DB perl module" default y if DEFAULT_perlbase-db default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-meta-notation depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libdb47 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help DB perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-db-file tristate "perlbase-db-file..................................... DB_File perl module" default y if DEFAULT_perlbase-db-file default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_libdb47 select PACKAGE_perlbase-tie depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help DB_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-dbm-filter tristate "perlbase-dbm-filter............................... DBM_Filter perl module" default y if DEFAULT_perlbase-dbm-filter default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help DBM_Filter perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-devel tristate "perlbase-devel......................................... Devel perl module" default y if DEFAULT_perlbase-devel default m if ALL select PACKAGE_libc select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-selfloader select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader help Devel perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-diagnostics tristate "perlbase-diagnostics............................. diagnostics perl module" default y if DEFAULT_perlbase-diagnostics default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_perlbase-text select PACKAGE_librt if USE_GLIBC help diagnostics perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-digest tristate "perlbase-digest....................................... Digest perl module" default y if DEFAULT_perlbase-digest default m if ALL select PACKAGE_perlbase-integer select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-dynaloader select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Digest perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-dirhandle tristate "perlbase-dirhandle................................. DirHandle perl module" default y if DEFAULT_perlbase-dirhandle default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help DirHandle perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-dumpvalue tristate "perlbase-dumpvalue................................. Dumpvalue perl module" default y if DEFAULT_perlbase-dumpvalue default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help Dumpvalue perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-dumpvar tristate "perlbase-dumpvar..................................... dumpvar perl module" default y if DEFAULT_perlbase-dumpvar default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help dumpvar perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-dynaloader tristate "perlbase-dynaloader............................... DynaLoader perl module" default y if DEFAULT_perlbase-dynaloader default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help DynaLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-encode tristate "perlbase-encode....................................... Encode perl module" default y if DEFAULT_perlbase-encode default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-mime select PACKAGE_perlbase-utf8 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Encode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-encoding tristate "perlbase-encoding................................... encoding perl module" default y if DEFAULT_perlbase-encoding default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-encode select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help encoding perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-english tristate "perlbase-english..................................... English perl module" default y if DEFAULT_perlbase-english default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help English perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-env tristate "perlbase-env............................................. Env perl module" default y if DEFAULT_perlbase-env default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_perl select PACKAGE_perlbase-tie select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP help Env perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-errno tristate "perlbase-errno......................................... Errno perl module" default y if DEFAULT_perlbase-errno default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential help Errno perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-essential tristate "perlbase-essential................................. essential perl module" default y if DEFAULT_perlbase-essential default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help essential perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-experimental tristate "perlbase-experimental........................... experimental perl module" default y if DEFAULT_perlbase-experimental default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-feature depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-version select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential help experimental perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-extutils tristate "perlbase-extutils................................... ExtUtils perl module" default y if DEFAULT_perlbase-extutils default m if ALL select PACKAGE_perlbase-io select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-encode select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config select PACKAGE_perlbase-autosplit select PACKAGE_perlbase-dirhandle select PACKAGE_perlbase-text select PACKAGE_perlbase-cwd select PACKAGE_libc select PACKAGE_perlbase-symbol select PACKAGE_perlbase-base select PACKAGE_perlbase-ostype select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-ipc help ExtUtils perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-fatal tristate "perlbase-fatal......................................... Fatal perl module" default y if DEFAULT_perlbase-fatal default m if ALL select PACKAGE_perlbase-tie depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-autodie select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-scalar help Fatal perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-fcntl tristate "perlbase-fcntl......................................... Fcntl perl module" default y if DEFAULT_perlbase-fcntl default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC help Fcntl perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-feature tristate "perlbase-feature..................................... feature perl module" default y if DEFAULT_perlbase-feature default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help feature perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-fields tristate "perlbase-fields....................................... fields perl module" default y if DEFAULT_perlbase-fields default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help fields perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-file tristate "perlbase-file........................................... File perl module" default y if DEFAULT_perlbase-file default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-cwd select PACKAGE_perlbase-params select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config select PACKAGE_perlbase-class depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_perlbase-errno select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-locale select PACKAGE_perlbase-filehandle select PACKAGE_libc select PACKAGE_perlbase-symbol help File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-filecache tristate "perlbase-filecache................................. FileCache perl module" default y if DEFAULT_perlbase-filecache default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help FileCache perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-filehandle tristate "perlbase-filehandle............................... FileHandle perl module" default y if DEFAULT_perlbase-filehandle default m if ALL select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help FileHandle perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-filetest tristate "perlbase-filetest................................... filetest perl module" default y if DEFAULT_perlbase-filetest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help filetest perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-filter tristate "perlbase-filter....................................... Filter perl module" default y if DEFAULT_perlbase-filter default m if ALL select PACKAGE_perlbase-dynaloader select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-text select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help Filter perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-findbin tristate "perlbase-findbin..................................... FindBin perl module" default y if DEFAULT_perlbase-findbin default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-cwd select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help FindBin perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-gdbm-file tristate "perlbase-gdbm-file................................. GDBM_File perl module" default y if DEFAULT_perlbase-gdbm-file default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_libgdbm select PACKAGE_perlbase-tie depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader help GDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-getopt tristate "perlbase-getopt....................................... Getopt perl module" default y if DEFAULT_perlbase-getopt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Getopt perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-hash tristate "perlbase-hash........................................... Hash perl module" default y if DEFAULT_perlbase-hash default m if ALL select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Hash perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-http-tiny tristate "perlbase-http-tiny................................. http-tiny perl module" default y if DEFAULT_perlbase-http-tiny default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-errno help http-tiny perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-i18n tristate "perlbase-i18n........................................... I18N perl module" default y if DEFAULT_perlbase-i18n default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-posix select PACKAGE_perlbase-xsloader help I18N perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-if tristate "perlbase-if............................................... if perl module" default y if DEFAULT_perlbase-if default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help if perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-integer tristate "perlbase-integer..................................... integer perl module" default y if DEFAULT_perlbase-integer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help integer perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-io tristate "perlbase-io............................................... IO perl module" default y if DEFAULT_perlbase-io default m if ALL select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-errno select PACKAGE_perlbase-base select PACKAGE_perlbase-socket select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_perlbase-tie select PACKAGE_perlbase-posix select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-list select PACKAGE_perlbase-bytes select PACKAGE_perlbase-essential select PACKAGE_perlbase-selectsaver select PACKAGE_perlbase-fcntl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl help IO perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-ipc tristate "perlbase-ipc............................................. IPC perl module" default y if DEFAULT_perlbase-ipc default m if ALL select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-locale select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config select PACKAGE_perlbase-params select PACKAGE_perlbase-text help IPC perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-json-pp tristate "perlbase-json-pp..................................... json-pp perl module" default y if DEFAULT_perlbase-json-pp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-b select PACKAGE_perlbase-essential select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help json-pp perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-less tristate "perlbase-less........................................... less perl module" default y if DEFAULT_perlbase-less default m if ALL select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help less perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-list tristate "perlbase-list........................................... List perl module" default y if DEFAULT_perlbase-list default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help List perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-locale tristate "perlbase-locale....................................... Locale perl module" default y if DEFAULT_perlbase-locale default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-utf8 select PACKAGE_perlbase-integer depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-i18n select PACKAGE_libc select PACKAGE_perlbase-essential help Locale perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-math tristate "perlbase-math........................................... Math perl module" default y if DEFAULT_perlbase-math default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Math perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-memoize tristate "perlbase-memoize..................................... Memoize perl module" default y if DEFAULT_perlbase-memoize default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-storable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config help Memoize perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-meta-notation tristate "perlbase-meta-notation.............................. meta_notation module" default y if DEFAULT_perlbase-meta-notation default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help meta_notation module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-mime tristate "perlbase-mime........................................... MIME perl module" default y if DEFAULT_perlbase-mime default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help MIME perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-module tristate "perlbase-module....................................... Module perl module" default y if DEFAULT_perlbase-module default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-version select PACKAGE_perlbase-params select PACKAGE_perlbase-filehandle select PACKAGE_libc select PACKAGE_perlbase-locale select PACKAGE_librt if USE_GLIBC help Module perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-mro tristate "perlbase-mro............................................. mro perl module" default y if DEFAULT_perlbase-mro default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help mro perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-net tristate "perlbase-net............................................. Net perl module" default y if DEFAULT_perlbase-net default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-errno select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_perlbase-socket select PACKAGE_perlbase-filehandle select PACKAGE_perlbase-posix select PACKAGE_perlbase-time select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl depends on PACKAGE_perl select PACKAGE_perlbase-class select PACKAGE_libssp if GCC_LIBSSP help Net perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-next tristate "perlbase-next........................................... NEXT perl module" default y if DEFAULT_perlbase-next default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NEXT perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-o tristate "perlbase-o................................................. O perl module" default y if DEFAULT_perlbase-o default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-b select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help O perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-opcode tristate "perlbase-opcode....................................... Opcode perl module" default y if DEFAULT_perlbase-opcode default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Opcode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-open tristate "perlbase-open........................................... open perl module" default y if DEFAULT_perlbase-open default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help open perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-ops tristate "perlbase-ops............................................. ops perl module" default y if DEFAULT_perlbase-ops default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-opcode help ops perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-ostype tristate "perlbase-ostype....................................... OSType perl module" default y if DEFAULT_perlbase-ostype default m if ALL select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help OSType perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-params tristate "perlbase-params....................................... Params perl module" default y if DEFAULT_perlbase-params default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-locale help Params perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-perl5db tristate "perlbase-perl5db..................................... perl5db perl module" default y if DEFAULT_perlbase-perl5db default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_perlbase-cwd select PACKAGE_librt if USE_GLIBC help perl5db perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-perlio tristate "perlbase-perlio....................................... PerlIO perl module" default y if DEFAULT_perlbase-perlio default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-mime select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help PerlIO perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-pod tristate "perlbase-pod............................................. Pod perl module" default y if DEFAULT_perlbase-pod default m if ALL select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-integer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-encode select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config select PACKAGE_perlbase-posix select PACKAGE_perlbase-getopt select PACKAGE_perlbase-text select PACKAGE_perlbase-term select PACKAGE_perlbase-cwd help Pod perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-posix tristate "perlbase-posix......................................... POSIX perl module" default y if DEFAULT_perlbase-posix default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_perlbase-tie select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl help POSIX perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-re tristate "perlbase-re............................................... re perl module" default y if DEFAULT_perlbase-re default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help re perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-safe tristate "perlbase-safe........................................... Safe perl module" default y if DEFAULT_perlbase-safe default m if ALL select PACKAGE_perlbase-opcode select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-utf8 select PACKAGE_perlbase-scalar depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-b select PACKAGE_perlbase-essential help Safe perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-scalar tristate "perlbase-scalar....................................... Scalar perl module" default y if DEFAULT_perlbase-scalar default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-list select PACKAGE_libssp if GCC_LIBSSP help Scalar perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-sdbm-file tristate "perlbase-sdbm-file................................. SDBM_File perl module" default y if DEFAULT_perlbase-sdbm-file default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-tie select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader help SDBM_File perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-search tristate "perlbase-search....................................... Search perl module" default y if DEFAULT_perlbase-search default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help Search perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-selectsaver tristate "perlbase-selectsaver............................. SelectSaver perl module" default y if DEFAULT_perlbase-selectsaver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-symbol select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help SelectSaver perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-selfloader tristate "perlbase-selfloader............................... SelfLoader perl module" default y if DEFAULT_perlbase-selfloader default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help SelfLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-sigtrap tristate "perlbase-sigtrap..................................... sigtrap perl module" default y if DEFAULT_perlbase-sigtrap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-meta-notation select PACKAGE_perlbase-essential select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help sigtrap perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-socket tristate "perlbase-socket....................................... Socket perl module" default y if DEFAULT_perlbase-socket default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Socket perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-sort tristate "perlbase-sort........................................... sort perl module" default y if DEFAULT_perlbase-sort default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP help sort perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-storable tristate "perlbase-storable................................... Storable perl module" default y if DEFAULT_perlbase-storable default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-xsloader select PACKAGE_librt if USE_GLIBC help Storable perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-symbol tristate "perlbase-symbol....................................... Symbol perl module" default y if DEFAULT_perlbase-symbol default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Symbol perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-sys tristate "perlbase-sys............................................. Sys perl module" default y if DEFAULT_perlbase-sys default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-socket select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-posix help Sys perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-tap tristate "perlbase-tap............................................. TAP perl module" default y if DEFAULT_perlbase-tap default m if ALL select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-benchmark select PACKAGE_perlbase-text select PACKAGE_perlbase-posix select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help TAP perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-term tristate "perlbase-term........................................... Term perl module" default y if DEFAULT_perlbase-term default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential help Term perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-test tristate "perlbase-test........................................... Test perl module" default y if DEFAULT_perlbase-test default m if ALL select PACKAGE_perlbase-tap select PACKAGE_perlbase-text select PACKAGE_perlbase-essential select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-base select PACKAGE_libc select PACKAGE_perlbase-symbol help Test perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-text tristate "perlbase-text........................................... Text perl module" default y if DEFAULT_perlbase-text default m if ALL depends on PACKAGE_perl select PACKAGE_perlbase-selfloader select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-essential help Text perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-thread tristate "perlbase-thread....................................... Thread perl module" default y if DEFAULT_perlbase-thread default m if ALL select PACKAGE_perlbase-threads select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Thread perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-threads tristate "perlbase-threads..................................... threads perl module" default y if DEFAULT_perlbase-threads default m if ALL select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-scalar select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help threads perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-tie tristate "perlbase-tie............................................. Tie perl module" default y if DEFAULT_perlbase-tie default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Tie perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-time tristate "perlbase-time........................................... Time perl module" default y if DEFAULT_perlbase-time default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-dynaloader select PACKAGE_perlbase-essential select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-config select PACKAGE_perlbase-class select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl help Time perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-unicode tristate "perlbase-unicode..................................... Unicode perl module" default y if DEFAULT_perlbase-unicode default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_libc select PACKAGE_perlbase-essential select PACKAGE_perlbase-base depends on PACKAGE_perl select PACKAGE_perlbase-charnames select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-dynaloader select PACKAGE_librt if USE_GLIBC help Unicode perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-unicore tristate "perlbase-unicore..................................... unicore perl module" default y if DEFAULT_perlbase-unicore default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help unicore perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-universal tristate "perlbase-universal................................. UNIVERSAL perl module" default y if DEFAULT_perlbase-universal default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_perl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UNIVERSAL perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-user tristate "perlbase-user........................................... User perl module" default y if DEFAULT_perlbase-user default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_perlbase-config select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-class select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential help User perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-utf8 tristate "perlbase-utf8........................................... utf8 perl module" default y if DEFAULT_perlbase-utf8 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential depends on PACKAGE_perl select PACKAGE_perlbase-unicore select PACKAGE_perlbase-re select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help utf8 perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-version tristate "perlbase-version..................................... version perl module" default y if DEFAULT_perlbase-version default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config depends on PACKAGE_perl help version perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville config PACKAGE_perlbase-xsloader tristate "perlbase-xsloader................................... XSLoader perl module" default y if DEFAULT_perlbase-xsloader default m if ALL depends on PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help XSLoader perl module http://www.cpan.org/ Marcel Denia , Philip Prindeville endmenu menu "Python" config PACKAGE_gunicorn tristate "gunicorn....................................... WSGI HTTP Server for UNIX" default y if DEFAULT_gunicorn default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-setuptools select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python help WSGI HTTP Server for UNIX https://gunicorn.org Alexandru Ardelean config PACKAGE_micropython tristate "micropython................................................. Micro Python" default y if DEFAULT_micropython default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libffi select PACKAGE_libssp if GCC_LIBSSP help This package contains Micro Python, a lean and fast implementation of the Python 3.4 programming language that is optimised to run on a microcontroller (and low power computers). https://micropython.org Roger D config PACKAGE_micropython-lib tristate "micropython-lib.......................................... micropython-lib" default y if DEFAULT_micropython-lib default m if ALL select PACKAGE_micropython select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains micropython-lib, a project to develop a non-monolothic standard library for Micro Python. Note that this is a work in progress and several libraries may be missing, incomplete or buggy. https://github.com/micropython/micropython-lib Roger D config PACKAGE_python tristate "python................................... Python 2.7 programming language" default y if DEFAULT_python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_python-ncurses select PACKAGE_python-ctypes select PACKAGE_python-sqlite3 select PACKAGE_python-xml select PACKAGE_python-email select PACKAGE_python-logging select PACKAGE_python-codecs select PACKAGE_librt if USE_GLIBC select PACKAGE_python-openssl select PACKAGE_python-compiler select PACKAGE_python-decimal select PACKAGE_python-gdbm select PACKAGE_python-distutils select PACKAGE_python-unittest depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-multiprocessing select PACKAGE_python-db select PACKAGE_python-pydoc help This package contains the (almost) full Python install. It's python-light + all other packages. https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-asn1crypto tristate "python-asn1crypto...................................... python-asn1crypto" default y if DEFAULT_python-asn1crypto default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP https://github.com/wbond/asn1crypto Alexandru Ardelean config PACKAGE_python-astral tristate "python-astral.......... Calculations for the position of the sun and moon" default y if DEFAULT_python-astral default m if ALL select PACKAGE_python-pytz select PACKAGE_librt if USE_GLIBC select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help Astral is a python module for calculating the times of various aspects of the sun and moon. https://github.com/sffjunkie/astral Josef Schlehofer config PACKAGE_python-astral-src tristate "python-astral-src" default y if DEFAULT_python-astral-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Astral is a python module for calculating the times of various aspects of the sun and moon.. (Contains the Python sources for this package). https://github.com/sffjunkie/astral Josef Schlehofer config PACKAGE_python-attrs tristate "python-attrs................................. Classes Without Boilerplate" default y if DEFAULT_python-attrs default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. https://www.attrs.org/ Jeffery To config PACKAGE_python-attrs-src tristate "python-attrs-src................... Classes Without Boilerplate (sources)" default y if DEFAULT_python-attrs-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.. (Contains the Python sources for this package). https://www.attrs.org/ Jeffery To config PACKAGE_python-automat tristate "python-automat.................. Concise, idiomatic finite-state automata" default y if DEFAULT_python-automat default m if ALL select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_python-attrs depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). https://github.com/glyph/Automat Jeffery To config PACKAGE_python-automat-src tristate "python-automat-src.... Concise, idiomatic finite-state automata (sources)" default y if DEFAULT_python-automat-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers).. (Contains the Python sources for this package). https://github.com/glyph/Automat Jeffery To config PACKAGE_python-awscli tristate "python-awscli..................................................... awscli" default y if DEFAULT_python-awscli default m if ALL select PACKAGE_python-pyasn1 select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-botocore select PACKAGE_python-docutils select PACKAGE_python-colorama select PACKAGE_python-rsa select PACKAGE_python select PACKAGE_python-yaml select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC select PACKAGE_python-s3transfer help This package provides a unified command line interface to Amazon Web Services. https://github.com/aws/aws-cli Daniel Danzberger config PACKAGE_python-awscli-src tristate "python-awscli-src....................................... awscli (sources)" default y if DEFAULT_python-awscli-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package provides a unified command line interface to Amazon Web Services.. (Contains the Python sources for this package). https://github.com/aws/aws-cli Daniel Danzberger config PACKAGE_python-base tristate "python-base....................................... Python 2.7 interpreter" default y if DEFAULT_python-base default m if ALL select PACKAGE_zlib select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains only the interpreter and the bare minimum for the interpreter to start. https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-base-src tristate "python-base-src......................... Python 2.7 interpreter (sources)" default y if DEFAULT_python-base-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-bcrypt tristate "python-bcrypt.................................... Modern password hashing" default y if DEFAULT_python-bcrypt default m if ALL select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-cffi select PACKAGE_python help Good password hashing for your software and your servers. https://github.com/pyca/bcrypt/ Daniel Dickinson config PACKAGE_python-bcrypt-src tristate "python-bcrypt-src...................... Modern password hashing (sources)" default y if DEFAULT_python-bcrypt-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Good password hashing for your software and your servers.. (Contains the Python sources for this package). https://github.com/pyca/bcrypt/ Daniel Dickinson config PACKAGE_python-botocore tristate "python-botocore................................................. botocore" default y if DEFAULT_python-botocore default m if ALL select PACKAGE_python-dateutil select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-jmespath select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-docutils select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_python-urllib3 select PACKAGE_python-requests help A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. https://github.com/boto/botocore Daniel Danzberger config PACKAGE_python-botocore-src tristate "python-botocore-src................................... botocore (sources)" default y if DEFAULT_python-botocore-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3.. (Contains the Python sources for this package). https://github.com/boto/botocore Daniel Danzberger config PACKAGE_python-certifi tristate "python-certifi.................... Python package for Mozilla's CA Bundle" default y if DEFAULT_python-certifi default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP help Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. http://certifi.io/ Eneas U de Queiroz config PACKAGE_python-certifi-src tristate "python-certifi-src...... Python package for Mozilla's CA Bundle (sources)" default y if DEFAULT_python-certifi-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts.. (Contains the Python sources for this package). http://certifi.io/ Eneas U de Queiroz config PACKAGE_python-cffi tristate "python-cffi................................. C Foreign Function Interface" default y if DEFAULT_python-cffi default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-pycparser select PACKAGE_libffi select PACKAGE_librt if USE_GLIBC help Foreign Function Interface for Python calling C code. https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python-cffi-src tristate "python-cffi-src................... C Foreign Function Interface (sources)" default y if DEFAULT_python-cffi-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Foreign Function Interface for Python calling C code.. (Contains the Python sources for this package). https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python-chardet tristate "python-chardet.................. Universal encoding detector for Python 2" default y if DEFAULT_python-chardet default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP help Universal encoding detector for Python 2 and 3 https://github.com/chardet/chardet Alexandru Ardelean config PACKAGE_python-chardet-src tristate "python-chardet-src.... Universal encoding detector for Python 2 (sources)" default y if DEFAULT_python-chardet-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Universal encoding detector for Python 2 and 3. (Contains the Python sources for this package). https://github.com/chardet/chardet Alexandru Ardelean config PACKAGE_python-codecs tristate "python-codecs........................ Python 2.7 codecs + unicode support" default y if DEFAULT_python-codecs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 2.7 codecs + unicode support https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-codecs-src tristate "python-codecs-src.......... Python 2.7 codecs + unicode support (sources)" default y if DEFAULT_python-codecs-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-colorama tristate "python-colorama................................................. colorama" default y if DEFAULT_python-colorama default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. https://github.com/tartley/colorama Daniel Danzberger config PACKAGE_python-colorama-src tristate "python-colorama-src................................... colorama (sources)" default y if DEFAULT_python-colorama-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows.. (Contains the Python sources for this package). https://github.com/tartley/colorama Daniel Danzberger config PACKAGE_python-compiler tristate "python-compiler............................... Python 2.7 compiler module" default y if DEFAULT_python-compiler default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Python 2.7 compiler module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-compiler-src tristate "python-compiler-src................. Python 2.7 compiler module (sources)" default y if DEFAULT_python-compiler-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-constantly tristate "python-constantly........................... Symbolic constants in Python" default y if DEFAULT_python-constantly default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. https://github.com/twisted/constantly Jeffery To config PACKAGE_python-constantly-src tristate "python-constantly-src............. Symbolic constants in Python (sources)" default y if DEFAULT_python-constantly-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project.. (Contains the Python sources for this package). https://github.com/twisted/constantly Jeffery To config PACKAGE_python-crcmod tristate "python-crcmod.............................................. python-crcmod" default y if DEFAULT_python-crcmod default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help The software in this package is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). There is no attempt in this package to explain how the CRC works. There are a number of resources on the web that give a good explanation of the algorithms. Just do a Google search for "crc calculation" and browse till you find what you need. Another resource can be found in chapter 20 of the book "Numerical Recipes in C" by Press et. al. http://crcmod.sourceforge.net/ Micke Prag config PACKAGE_python-crypto tristate "python-crypto................................ Python Cryptography Toolkit" default y if DEFAULT_python-crypto default m if ALL select PACKAGE_python select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). https://www.dlitz.net/software/pycrypto/ Jeffery To config PACKAGE_python-crypto-src tristate "python-crypto-src.................. Python Cryptography Toolkit (sources)" default y if DEFAULT_python-crypto-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.).. (Contains the Python sources for this package). https://www.dlitz.net/software/pycrypto/ Jeffery To config PACKAGE_python-cryptodome tristate "python-cryptodome...... A self-contained cryptographic library for Python" default y if DEFAULT_python-cryptodome default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgmp select PACKAGE_python depends on m || (PACKAGE_python-crypto != y) help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. https://www.pycryptodome.org/ Richard Yu config PACKAGE_python-cryptodome-src tristate "python-cryptodome-src" default y if DEFAULT_python-cryptodome-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PyCryptodome is a self-contained Python package of low-level cryptographic primitives.. (Contains the Python sources for this package). https://www.pycryptodome.org/ Richard Yu config PACKAGE_python-cryptodomex tristate "python-cryptodomex..... A self-contained cryptographic library for Python" default y if DEFAULT_python-cryptodomex default m if ALL select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC select PACKAGE_python depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. https://www.pycryptodome.org/ Richard Yu config PACKAGE_python-cryptodomex-src tristate "python-cryptodomex-src" default y if DEFAULT_python-cryptodomex-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PyCryptodome is a self-contained Python package of low-level cryptographic primitives.. (Contains the Python sources for this package). https://www.pycryptodome.org/ Richard Yu config PACKAGE_python-cryptography tristate "python-cryptography................. Cryptographic recipes and primitives" default y if DEFAULT_python-cryptography default m if ALL select PACKAGE_python-enum34 select PACKAGE_python select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-ipaddress select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_python-cffi select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean config PACKAGE_python-cryptography-src tristate "python-cryptography-src... Cryptographic recipes and primitives (sources)" default y if DEFAULT_python-cryptography-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.. (Contains the Python sources for this package). https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean config PACKAGE_python-ctypes tristate "python-ctypes................................... Python 2.7 ctypes module" default y if DEFAULT_python-ctypes default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help Python 2.7 ctypes module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-ctypes-src tristate "python-ctypes-src..................... Python 2.7 ctypes module (sources)" default y if DEFAULT_python-ctypes-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-curl tristate "python-curl.................. Python module interface to the cURL library" default y if DEFAULT_python-curl default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python help PycURL is a Python interface to libcurl, the multiprotocol file transfer library. http://pycurl.io/ Waldemar Konik config PACKAGE_python-curl-src tristate "python-curl-src.... Python module interface to the cURL library (sources)" default y if DEFAULT_python-curl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help PycURL is a Python interface to libcurl, the multiprotocol file transfer library.. (Contains the Python sources for this package). http://pycurl.io/ Waldemar Konik config PACKAGE_python-dateutil tristate "python-dateutil........ Extensions to the standard Python datetime module" default y if DEFAULT_python-dateutil default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python select PACKAGE_librt if USE_GLIBC help Extensions to the standard Python datetime module https://dateutil.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-dateutil-src tristate "python-dateutil-src" default y if DEFAULT_python-dateutil-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Extensions to the standard Python datetime module. (Contains the Python sources for this package). https://dateutil.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-db tristate "python-db........................................... Python 2.7 db module" default y if DEFAULT_python-db default m if ALL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libdb47 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Python 2.7 db module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-db-src tristate "python-db-src............................. Python 2.7 db module (sources)" default y if DEFAULT_python-db-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-decimal tristate "python-decimal................................. Python 2.7 decimal module" default y if DEFAULT_python-decimal default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_librt if USE_GLIBC help Python 2.7 decimal module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-decimal-src tristate "python-decimal-src................... Python 2.7 decimal module (sources)" default y if DEFAULT_python-decimal-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-defusedxml tristate "python-defusedxml......................... XML bomb protection for Python" default y if DEFAULT_python-defusedxml default m if ALL select PACKAGE_python-codecs select PACKAGE_librt if USE_GLIBC select PACKAGE_python-xml select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. https://github.com/tiran/defusedxml Eneas U de Queiroz config PACKAGE_python-defusedxml-src tristate "python-defusedxml-src........... XML bomb protection for Python (sources)" default y if DEFAULT_python-defusedxml-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries.. (Contains the Python sources for this package). https://github.com/tiran/defusedxml Eneas U de Queiroz config PACKAGE_python-dev tristate "python-dev.................................. Python 2.7 development files" default y if DEFAULT_python-dev default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-lib2to3 select PACKAGE_python help Python 2.7 development files https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-dev-src tristate "python-dev-src.................... Python 2.7 development files (sources)" default y if DEFAULT_python-dev-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-distutils tristate "python-distutils.................................... Python 2.7 distutils" default y if DEFAULT_python-distutils default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC help Python 2.7 distutils https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-distutils-src tristate "python-distutils-src...................... Python 2.7 distutils (sources)" default y if DEFAULT_python-distutils-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To menuconfig PACKAGE_python-django tristate "python-django....... The web framework for perfectionists with deadlines." default y if DEFAULT_python-django default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-pytz select PACKAGE_python help The web framework for perfectionists with deadlines. https://www.djangoproject.com/ Alexandru Ardelean config PACKAGE_python-django-appconf tristate "python-django-appconf.......... Helper class for handling config defaults" default y if DEFAULT_python-django-appconf default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python-django help A helper class for handling configuration defaults of packaged apps gracefully https://django-appconf.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-appconf-src tristate "python-django-appconf-src" default y if DEFAULT_python-django-appconf-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django help A helper class for handling configuration defaults of packaged apps gracefully. (Contains the Python sources for this package). https://django-appconf.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-compressor tristate "python-django-compressor........ Compress CSS/JS into single cached files" default y if DEFAULT_python-django-compressor default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_python-rcssmin select PACKAGE_python-django-appconf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python depends on PACKAGE_python-django help Compresses linked and inline JavaScript or CSS into single cached files. Note that the JavaScript filter is not being installed as a dependency. You'll need to build the rjsmin module (it is not par of the openwrt standard feeds) to use JavaScript functionality. https://django-compressor.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-compressor-src tristate "python-django-compressor-src" default y if DEFAULT_python-django-compressor-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django help Compresses linked and inline JavaScript or CSS into single cached files. Note that the JavaScript filter is not being installed as a dependency. You'll need to build the rjsmin module (it is not par of the openwrt standard feeds) to use JavaScript functionality.. (Contains the Python sources for this package). https://django-compressor.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-constance tristate "python-django-constance" default y if DEFAULT_python-django-constance default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python-django help Django live settings with pluggable backends, including Redis. https://github.com/jazzband/django-constance Alexandru Ardelean config PACKAGE_python-django-formtools tristate "python-django-formtools......... High-level abstractions for Django forms" default y if DEFAULT_python-django-formtools default m if ALL select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django help Django "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms. https://django-formtools.readthedocs.io Eneas U de Queiroz config PACKAGE_python-django-formtools-src tristate "python-django-formtools-src" default y if DEFAULT_python-django-formtools-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django help Django "formtools" is a set of high-level abstractions for Django forms. Currently for form previews and multi-step forms.. (Contains the Python sources for this package). https://django-formtools.readthedocs.io Eneas U de Queiroz config PACKAGE_python-django-jsonfield tristate "python-django-jsonfield...................... JSONField for django models" default y if DEFAULT_python-django-jsonfield default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python depends on PACKAGE_python-django help JSONField for django models https://github.com/adamchainz/django-jsonfield Alexandru Ardelean config PACKAGE_python-django-jsonfield-src tristate "python-django-jsonfield-src........ JSONField for django models (sources)" default y if DEFAULT_python-django-jsonfield-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python-django help JSONField for django models. (Contains the Python sources for this package). https://github.com/adamchainz/django-jsonfield Alexandru Ardelean config PACKAGE_python-django-picklefield tristate "python-django-picklefield................ Pickled object field for Django" default y if DEFAULT_python-django-picklefield default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python depends on PACKAGE_python-django help Pickled object field for Django https://github.com/gintas/django-picklefield/ Alexandru Ardelean config PACKAGE_python-django-picklefield-src tristate "python-django-picklefield-src.. Pickled object field for Django (sources)" default y if DEFAULT_python-django-picklefield-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django help Pickled object field for Django. (Contains the Python sources for this package). https://github.com/gintas/django-picklefield/ Alexandru Ardelean config PACKAGE_python-django-postoffice tristate "python-django-postoffice" default y if DEFAULT_python-django-postoffice default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python-django-jsonfield select PACKAGE_python depends on PACKAGE_python-django depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django help A Django app to monitor and send mail asynchronously, complete with template support https://github.com/ui/django-post_office Alexandru Ardelean config PACKAGE_python-django-postoffice-src tristate "python-django-postoffice-src" default y if DEFAULT_python-django-postoffice-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django help A Django app to monitor and send mail asynchronously, complete with template support. (Contains the Python sources for this package). https://github.com/ui/django-post_office Alexandru Ardelean config PACKAGE_python-django-ranged-response tristate "python-django-ranged-response......... Add Content-Range: to FileResponse" default y if DEFAULT_python-django-ranged-response default m if ALL depends on PACKAGE_python-django depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python depends on PACKAGE_python-django help Modified Django FileResponse that adds Content-Range headers. https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz config PACKAGE_python-django-ranged-response-src tristate "python-django-ranged-response-src" default y if DEFAULT_python-django-ranged-response-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django help Modified Django FileResponse that adds Content-Range headers.. (Contains the Python sources for this package). https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz config PACKAGE_python-django-restframework tristate "python-django-restframework.............. Web APIs for Django, made easy." default y if DEFAULT_python-django-restframework default m if ALL select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on PACKAGE_python-django help Web APIs for Django, made easy. https://www.django-rest-framework.org Alexandru Ardelean config PACKAGE_python-django-restframework-src tristate "python-django-restframework-src" default y if DEFAULT_python-django-restframework-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django help Web APIs for Django, made easy.. (Contains the Python sources for this package). https://www.django-rest-framework.org Alexandru Ardelean config PACKAGE_python-django-simple-captcha tristate "python-django-simple-captcha........... Simple Django captcha application" default y if DEFAULT_python-django-simple-captcha default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-pillow select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-django-ranged-response depends on PACKAGE_python-django select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-six depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python depends on PACKAGE_python-django help Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. https://github.com/mbi/django-simple-captcha Eneas U de Queiroz config PACKAGE_python-django-simple-captcha-src tristate "python-django-simple-captcha-src" default y if DEFAULT_python-django-simple-captcha-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django help Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form.. (Contains the Python sources for this package). https://github.com/mbi/django-simple-captcha Eneas U de Queiroz config PACKAGE_python-django-statici18n tristate "python-django-statici18n" default y if DEFAULT_python-django-statici18n default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_python-django select PACKAGE_python select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python-django help A Django app that provides helper for generating JavaScript catalog to static files. https://django-statici18n.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-statici18n-src tristate "python-django-statici18n-src" default y if DEFAULT_python-django-statici18n-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python-django help A Django app that provides helper for generating JavaScript catalog to static files.. (Contains the Python sources for this package). https://django-statici18n.readthedocs.io Alexandru Ardelean config PACKAGE_python-django-webpack-loader tristate "python-django-webpack-loader......... Transparently use webpack in django" default y if DEFAULT_python-django-webpack-loader default m if ALL select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python-django depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on PACKAGE_python-django help Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers. https://github.com/owais/django-webpack-loader Eneas U de Queiroz config PACKAGE_python-django-webpack-loader-src tristate "python-django-webpack-loader-src" default y if DEFAULT_python-django-webpack-loader-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python-django help Use webpack to generate your static bundles without django’s staticfiles or opaque wrappers.. (Contains the Python sources for this package). https://github.com/owais/django-webpack-loader Eneas U de Queiroz config PACKAGE_python-dns tristate "python-dns..................................................... dnspython" default y if DEFAULT_python-dns default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. http://www.dnspython.org/ Josef Schlehofer config PACKAGE_python-dns-src tristate "python-dns-src....................................... dnspython (sources)" default y if DEFAULT_python-dns-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0.. (Contains the Python sources for this package). http://www.dnspython.org/ Josef Schlehofer config PACKAGE_python-docutils tristate "python-docutils................................................. docutils" default y if DEFAULT_python-docutils default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python help Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. http://docutils.sourceforge.net Daniel Danzberger config PACKAGE_python-docutils-src tristate "python-docutils-src................................... docutils (sources)" default y if DEFAULT_python-docutils-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax.. (Contains the Python sources for this package). http://docutils.sourceforge.net Daniel Danzberger config PACKAGE_python-dpkt tristate "python-dpkt.................................................. python-dpkt" default y if DEFAULT_python-dpkt default m if ALL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help dpkt is a python module for fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols https://pypi.python.org/pypi/dpkt https://github.com/kbandla/dpkt https://dpkt.readthedocs.io/en/latest/ Andrew McConachie config PACKAGE_python-egenix-mx-base tristate "python-egenix-mx-base...................................... Egenix mxBase" default y if DEFAULT_python-egenix-mx-base default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_UCLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_librt if USE_EGLIBC select PACKAGE_python help The eGenix.com mx Base Distribution for Python is a collection of professional quality software tools which enhance Python's usability in many important areas such as fast text searching, date/time processing and high speed data types. https://www.egenix.com/products/python/mxBase/ Dmitry Trefilov config PACKAGE_python-email tristate "python-email..................................... Python 2.7 email module" default y if DEFAULT_python-email default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Python 2.7 email module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-email-src tristate "python-email-src....................... Python 2.7 email module (sources)" default y if DEFAULT_python-email-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-enum34 tristate "python-enum34................................. Backported Python 3.4 enum" default y if DEFAULT_python-enum34 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. https://bitbucket.org/stoneleaf/enum34 Jeffery To config PACKAGE_python-enum34-src tristate "python-enum34-src................... Backported Python 3.4 enum (sources)" default y if DEFAULT_python-enum34-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3.. (Contains the Python sources for this package). https://bitbucket.org/stoneleaf/enum34 Jeffery To config PACKAGE_python-et_xmlfile tristate "python-et_xmlfile....... Low memory library for creating large XML files." default y if DEFAULT_python-et_xmlfile default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python-lxml depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP help An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-et_xmlfile-src tristate "python-et_xmlfile-src" default y if DEFAULT_python-et_xmlfile-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries.. (Contains the Python sources for this package). https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-evdev tristate "python-evdev................................................ python-evdev" default y if DEFAULT_python-evdev default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-ctypes select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Bindings to the Linux input handling subsystem https://github.com/gvalkov/python-evdev Paulo Costa , Alexandru Ardelean config PACKAGE_python-flup tristate "python-flup............................ Random assortment of WSGI servers" default y if DEFAULT_python-flup default m if ALL select PACKAGE_python-logging select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Random assortment of WSGI servers. https://www.saddi.com/software/flup/ Alexandru Ardelean config PACKAGE_python-flup-src tristate "python-flup-src.............. Random assortment of WSGI servers (sources)" default y if DEFAULT_python-flup-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Random assortment of WSGI servers.. (Contains the Python sources for this package). https://www.saddi.com/software/flup/ Alexandru Ardelean config PACKAGE_python-futures tristate "python-futures................................................... futures" default y if DEFAULT_python-futures default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP help This is a backport of the concurrent.futures standard library module to Python 2. It should not be installed on Python 3, although there should be no harm in doing so, as the standard library takes precedence over third party libraries. https://github.com/agronholm/pythonfutures Daniel Danzberger config PACKAGE_python-futures-src tristate "python-futures-src..................................... futures (sources)" default y if DEFAULT_python-futures-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This is a backport of the concurrent.futures standard library module to Python 2. It should not be installed on Python 3, although there should be no harm in doing so, as the standard library takes precedence over third party libraries.. (Contains the Python sources for this package). https://github.com/agronholm/pythonfutures Daniel Danzberger config PACKAGE_python-gdbm tristate "python-gdbm....................................... Python 2.7 gdbm module" default y if DEFAULT_python-gdbm default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libgdbm depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help Python 2.7 gdbm module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-gdbm-src tristate "python-gdbm-src......................... Python 2.7 gdbm module (sources)" default y if DEFAULT_python-gdbm-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-gmpy2 tristate "python-gmpy2........................... GMP/MPIR, MPFR, and MPC interface" default y if DEFAULT_python-gmpy2 default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC help gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. https://github.com/aleaxit/gmpy Jeffery To config PACKAGE_python-gmpy2-src tristate "python-gmpy2-src............. GMP/MPIR, MPFR, and MPC interface (sources)" default y if DEFAULT_python-gmpy2-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality.. (Contains the Python sources for this package). https://github.com/aleaxit/gmpy Jeffery To config PACKAGE_python-gnupg tristate "python-gnupg............................................... python-pyodbc" default y if DEFAULT_python-gnupg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC select PACKAGE_gnupg help A Python wrapper for GnuPG This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. https://gnupg.readthedocs.io/en/latest/ Daniel Golle config PACKAGE_python-hyperlink tristate "python-hyperlink.............................. Pure-Python immutable URLs" default y if DEFAULT_python-hyperlink default m if ALL select PACKAGE_python-idna select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC help Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. https://github.com/python-hyper/hyperlink Jeffery To config PACKAGE_python-hyperlink-src tristate "python-hyperlink-src................ Pure-Python immutable URLs (sources)" default y if DEFAULT_python-hyperlink-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy.. (Contains the Python sources for this package). https://github.com/python-hyper/hyperlink Jeffery To config PACKAGE_python-idna tristate "python-idna................................................. IDNA library" default y if DEFAULT_python-idna default m if ALL select PACKAGE_python-codecs select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. https://github.com/kjd/idna Jeffery To , Alexandru Ardelean config PACKAGE_python-idna-src tristate "python-idna-src................................... IDNA library (sources)" default y if DEFAULT_python-idna-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003.. (Contains the Python sources for this package). https://github.com/kjd/idna Jeffery To , Alexandru Ardelean config PACKAGE_python-incremental tristate "python-incremental......................... Versions your Python projects" default y if DEFAULT_python-incremental default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help Incremental is a small library that versions your Python projects. https://github.com/twisted/incremental Jeffery To config PACKAGE_python-incremental-src tristate "python-incremental-src........... Versions your Python projects (sources)" default y if DEFAULT_python-incremental-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Incremental is a small library that versions your Python projects.. (Contains the Python sources for this package). https://github.com/twisted/incremental Jeffery To config PACKAGE_python-ipaddress tristate "python-ipaddress................................. Python 3.3+'s ipaddress" default y if DEFAULT_python-ipaddress default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2. https://github.com/phihag/ipaddress Jeffery To config PACKAGE_python-ipaddress-src tristate "python-ipaddress-src................... Python 3.3+'s ipaddress (sources)" default y if DEFAULT_python-ipaddress-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Python 3.3+'s ipaddress for Python 2.6, 2.7, 3.2.. (Contains the Python sources for this package). https://github.com/phihag/ipaddress Jeffery To config PACKAGE_python-jdcal tristate "python-jdcal.. Julian dates from proleptic Gregorian and Julian calendars" default y if DEFAULT_python-jdcal default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help This module contains functions for converting between Julian dates and calendar dates. https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-jdcal-src tristate "python-jdcal-src" default y if DEFAULT_python-jdcal-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module contains functions for converting between Julian dates and calendar dates.. (Contains the Python sources for this package). https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-jmespath tristate "python-jmespath................................................. jmespath" default y if DEFAULT_python-jmespath default m if ALL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. https://github.com/jmespath/jmespath.py Daniel Danzberger config PACKAGE_python-jmespath-src tristate "python-jmespath-src................................... jmespath (sources)" default y if DEFAULT_python-jmespath-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document.. (Contains the Python sources for this package). https://github.com/jmespath/jmespath.py Daniel Danzberger config PACKAGE_python-ldap tristate "python-ldap................. Python modules for implementing LDAP clients" default y if DEFAULT_python-ldap default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libopenldap select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python help python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose. Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, LDAPv3 extended operations and controls, etc.). https://python-ldap.org/ Dmitry Trefilov config PACKAGE_python-lib2to3 tristate "python-lib2to3................................. Python 2.7 lib2to3 module" default y if DEFAULT_python-lib2to3 default m if ALL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 2.7 lib2to3 module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-lib2to3-src tristate "python-lib2to3-src................... Python 2.7 lib2to3 module (sources)" default y if DEFAULT_python-lib2to3-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-light tristate "python-light............................... Python 2.7 light installation" default y if DEFAULT_python-light default m if ALL select PACKAGE_bluez-libs if PYTHON_BLUETOOTH_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libffi depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libbz2 select PACKAGE_libssp if GCC_LIBSSP help This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages. https://www.python.org/ Alexandru Ardelean , Jeffery To source "feeds/packages/lang/python/python/Config-python-light.in" config PACKAGE_python-light-src tristate "python-light-src................. Python 2.7 light installation (sources)" default y if DEFAULT_python-light-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package is essentially the python-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-logging tristate "python-logging................................. Python 2.7 logging module" default y if DEFAULT_python-logging default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 2.7 logging module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-logging-src tristate "python-logging-src................... Python 2.7 logging module (sources)" default y if DEFAULT_python-logging-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-lxml tristate "python-lxml.................................................. python-lxml" default y if DEFAULT_python-lxml default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libexslt select PACKAGE_libxslt select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-codecs help The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. https://lxml.de Alexandru Ardelean config PACKAGE_python-multiprocessing tristate "python-multiprocessing........................ Python 2.7 multiprocessing" default y if DEFAULT_python-multiprocessing default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 2.7 multiprocessing https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-multiprocessing-src tristate "python-multiprocessing-src.......... Python 2.7 multiprocessing (sources)" default y if DEFAULT_python-multiprocessing-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-mysql tristate "python-mysql........................... MySQL database adapter for Python" default y if DEFAULT_python-mysql default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_librt if USE_GLIBC select PACKAGE_python help MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. https://pypi.python.org/project/mysqlclient Alexandru Ardelean config PACKAGE_python-ncurses tristate "python-ncurses................................. Python 2.7 ncurses module" default y if DEFAULT_python-ncurses default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC help Python 2.7 ncurses module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-ncurses-src tristate "python-ncurses-src................... Python 2.7 ncurses module (sources)" default y if DEFAULT_python-ncurses-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-oauthlib tristate "python-oauthlib................... OAuth request-signing logic for Python" default y if DEFAULT_python-oauthlib default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python https://github.com/oauthlib/oauthlib Eneas U de Queiroz config PACKAGE_python-oauthlib-src tristate "python-oauthlib-src..... OAuth request-signing logic for Python (sources)" default y if DEFAULT_python-oauthlib-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python. (Contains the Python sources for this package). https://github.com/oauthlib/oauthlib Eneas U de Queiroz config PACKAGE_python-openpyxl tristate "python-openpyxl" default y if DEFAULT_python-openpyxl default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-jdcal depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python select PACKAGE_python-defusedxml select PACKAGE_python-et_xmlfile select PACKAGE_librt if USE_GLIBC help A Python library to read/write Excel 2010 xlsx/xlsm files https://openpyxl.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-openpyxl-src tristate "python-openpyxl-src" default y if DEFAULT_python-openpyxl-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A Python library to read/write Excel 2010 xlsx/xlsm files. (Contains the Python sources for this package). https://openpyxl.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-openssl tristate "python-openssl..................................... Python 2.7 SSL module" default y if DEFAULT_python-openssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_ca-bundle if PACKAGE_ca-certificates, Jeffery To config PACKAGE_python-openssl-src tristate "python-openssl-src....................... Python 2.7 SSL module (sources)" default y if DEFAULT_python-openssl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-packages tristate "python-packages.... A dummy package for packaging python modules with pip" default y if DEFAULT_python-packages default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on DEVEL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python select PACKAGE_librt if USE_GLIBC help A dummy package for packaging python modules with pip Yousong Zhou if PACKAGE_python-packages config PACKAGE_python-packages-list-host string "List of python packages to install on host" config PACKAGE_python-packages-list string "List of python packages to install on target" config PACKAGE_python-packages-list-cleanup string "List of python packages to cleanup to avoid clash with existing packages" config PACKAGE_python-packages-envs string "Extra environment variables to pass on to pip and its children on target build" config PACKAGE_python-packages-extra-deps string "List of deps fulfilled but not tracked by the build system" config PACKAGE_python-packages-index-url string "Index URL passed to pip with --index-url" config PACKAGE_python-packages-pip-opts string "Additional arguments to pip command line" endif config PACKAGE_python-parsley tristate "python-parsley.............................. Parsing and pattern matching" default y if DEFAULT_python-parsley default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Parsing and pattern matching made easy. http://launchpad.net/parsley Jeffery To config PACKAGE_python-parsley-src tristate "python-parsley-src................ Parsing and pattern matching (sources)" default y if DEFAULT_python-parsley-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Parsing and pattern matching made easy.. (Contains the Python sources for this package). http://launchpad.net/parsley Jeffery To config PACKAGE_python-passlib tristate "python-passlib.................. Comprehensive password hashing framework" default y if DEFAULT_python-passlib default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python select PACKAGE_python-dateutil depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. https://bitbucket.org/ecollins/passlib Daniel Dickinson config PACKAGE_python-passlib-src tristate "python-passlib-src.... Comprehensive password hashing framework (sources)" default y if DEFAULT_python-passlib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications.. (Contains the Python sources for this package). https://bitbucket.org/ecollins/passlib Daniel Dickinson config PACKAGE_python-pcapy tristate "python-pcapy................................................ python-pcapy" default y if DEFAULT_python-pcapy default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC help Pcapy is a Python extension module that interfaces with the libpcap packet capture library. Pcapy enables python scripts to capture packets on the network. Pcapy is highly effective when used in conjunction with a packet-handling package such as Impacket, which is a collection of Python classes for constructing and dissecting network packets. https://www.coresecurity.com/corelabs-research/open-source-tools/pcapy Andrew McConachie config PACKAGE_python-pillow tristate "python-pillow...................................... The friendly PIL fork" default y if DEFAULT_python-pillow default m if ALL select PACKAGE_python select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libfreetype select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtiff depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libjpeg help The friendly PIL fork https://python-pillow.org/ Alexandru Ardelean config PACKAGE_python-pillow-src tristate "python-pillow-src........................ The friendly PIL fork (sources)" default y if DEFAULT_python-pillow-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The friendly PIL fork. (Contains the Python sources for this package). https://python-pillow.org/ Alexandru Ardelean config PACKAGE_python-pip tristate "python-pip......................................... Python 2.7 pip module" default y if DEFAULT_python-pip default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-setuptools select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-pip-conf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python help Python 2.7 pip module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-pip-conf tristate "python-pip-conf.......................... Configuration file for pip/pip3" default y if DEFAULT_python-pip-conf default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Configuration file for pip/pip3 https://pip.pypa.io Alexandru Ardelean config PACKAGE_python-pip-src tristate "python-pip-src........................... Python 2.7 pip module (sources)" default y if DEFAULT_python-pip-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-pkg-resources tristate "python-pkg-resources. Python 2.7 pkg_resources module (part of etuptools)" default y if DEFAULT_python-pkg-resources default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python help Python 2.7 pkg_resources module (part of etuptools) https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-pkg-resources-src tristate "python-pkg-resources-src" default y if DEFAULT_python-pkg-resources-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-ply tristate "python-ply....................................... lex and yacc for Python" default y if DEFAULT_python-ply default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP help PLY is a 100% Python implementation of the common parsing tools lex and yacc. http://www.dabeaz.com/ply/ Jeffery To config PACKAGE_python-ply-src tristate "python-ply-src......................... lex and yacc for Python (sources)" default y if DEFAULT_python-ply-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help PLY is a 100% Python implementation of the common parsing tools lex and yacc.. (Contains the Python sources for this package). http://www.dabeaz.com/ply/ Jeffery To config PACKAGE_python-psycopg2 tristate "python-psycopg2................... PostgreSQL database adapter for Python" default y if DEFAULT_python-psycopg2 default m if ALL select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-egenix-mx-base depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC help Psycopg is the most popular PostgreSQL adapter for the Python programming language http://initd.org/psycopg/ Dmitry Trefilov config PACKAGE_python-pyasn1 tristate "python-pyasn1................................... ASN.1 library for Python" default y if DEFAULT_python-pyasn1 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean config PACKAGE_python-pyasn1-modules tristate "python-pyasn1-modules........................ Collection of ASN.1 modules" default y if DEFAULT_python-pyasn1-modules default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-pyasn1 select PACKAGE_libssp if GCC_LIBSSP help This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean config PACKAGE_python-pyasn1-modules-src tristate "python-pyasn1-modules-src.......... Collection of ASN.1 modules (sources)" default y if DEFAULT_python-pyasn1-modules-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model.. (Contains the Python sources for this package). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean config PACKAGE_python-pyasn1-src tristate "python-pyasn1-src..................... ASN.1 library for Python (sources)" default y if DEFAULT_python-pyasn1-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification.. (Contains the Python sources for this package). https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean config PACKAGE_python-pycparser tristate "python-pycparser...................................... C parser in Python" default y if DEFAULT_python-pycparser default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-ply select PACKAGE_librt if USE_GLIBC help pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. https://github.com/eliben/pycparser Jeffery To config PACKAGE_python-pycparser-src tristate "python-pycparser-src........................ C parser in Python (sources)" default y if DEFAULT_python-pycparser-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code.. (Contains the Python sources for this package). https://github.com/eliben/pycparser Jeffery To config PACKAGE_python-pydoc tristate "python-pydoc..................................... Python 2.7 pydoc module" default y if DEFAULT_python-pydoc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help Python 2.7 pydoc module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-pydoc-src tristate "python-pydoc-src....................... Python 2.7 pydoc module (sources)" default y if DEFAULT_python-pydoc-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-pyjwt tristate "python-pyjwt..................... JSON Web Token implementation in Python" default y if DEFAULT_python-pyjwt default m if ALL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help A Python implementation of RFC 7519. http://github.com/jpadilla/pyjwt Eneas U de Queiroz config PACKAGE_python-pyjwt-src tristate "python-pyjwt-src....... JSON Web Token implementation in Python (sources)" default y if DEFAULT_python-pyjwt-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A Python implementation of RFC 7519.. (Contains the Python sources for this package). http://github.com/jpadilla/pyjwt Eneas U de Queiroz config PACKAGE_python-pyodbc tristate "python-pyodbc.............................................. python-pyodbc" default y if DEFAULT_python-pyodbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_unixodbc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_python-openssl select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_python-logging select PACKAGE_librt if USE_GLIBC help DB API Module for ODBC A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. https://github.com/mkleehammer/pyodbc Daniel Golle config PACKAGE_python-pyopenssl tristate "python-pyopenssl......................................... OpenSSL wrapper" default y if DEFAULT_python-pyopenssl default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-cryptography help Python wrapper module around the OpenSSL library https://pyopenssl.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python-pyopenssl-src tristate "python-pyopenssl-src........................... OpenSSL wrapper (sources)" default y if DEFAULT_python-pyopenssl-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Python wrapper module around the OpenSSL library. (Contains the Python sources for this package). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python-pyptlib tristate "python-pyptlib.............................. Pluggable Transports for Tor" default y if DEFAULT_python-pyptlib default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help A python implementation of the Pluggable Transports for Circumvention specification for Tor https://pypi.org/project/pyptlib/ Jeffery To config PACKAGE_python-pyptlib-src tristate "python-pyptlib-src................ Pluggable Transports for Tor (sources)" default y if DEFAULT_python-pyptlib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A python implementation of the Pluggable Transports for Circumvention specification for Tor. (Contains the Python sources for this package). https://pypi.org/project/pyptlib/ Jeffery To config PACKAGE_python-pyserial tristate "python-pyserial.......................................... python-pyserial" default y if DEFAULT_python-pyserial default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC help This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. https://github.com/pyserial/pyserial Micke Prag config PACKAGE_python-pyserial-src tristate "python-pyserial-src............................ python-pyserial (sources)" default y if DEFAULT_python-pyserial-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend.. (Contains the Python sources for this package). https://github.com/pyserial/pyserial Micke Prag config PACKAGE_python-pytz tristate "python-pytz............ World timezone definitions, modern and historical" default y if DEFAULT_python-pytz default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help World timezone definitions, modern and historical https://pythonhosted.org/pytz/ Alexandru Ardelean config PACKAGE_python-pytz-src tristate "python-pytz-src" default y if DEFAULT_python-pytz-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help World timezone definitions, modern and historical. (Contains the Python sources for this package). https://pythonhosted.org/pytz/ Alexandru Ardelean config PACKAGE_python-qrcode tristate "python-qrcode.................................... QR Code image generator" default y if DEFAULT_python-qrcode default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-pillow select PACKAGE_python-setuptools select PACKAGE_python-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python select PACKAGE_librt if USE_GLIBC help Pure python QR Code generator https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz config PACKAGE_python-qrcode-src tristate "python-qrcode-src...................... QR Code image generator (sources)" default y if DEFAULT_python-qrcode-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Pure python QR Code generator. (Contains the Python sources for this package). https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz config PACKAGE_python-rcssmin tristate "python-rcssmin.............................. Fast CSS minifier for Python" default y if DEFAULT_python-rcssmin default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python-codecs help This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-rcssmin-src tristate "python-rcssmin-src................ Fast CSS minifier for Python (sources)" default y if DEFAULT_python-rcssmin-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc).. (Contains the Python sources for this package). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python-requests tristate "python-requests.................................. HTTP library for Python" default y if DEFAULT_python-requests default m if ALL select PACKAGE_python-idna select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-certifi select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-chardet select PACKAGE_python select PACKAGE_librt if USE_GLIBC select PACKAGE_python-urllib3 help Requests is the only Non-GMO HTTP library for Python, safe for human consumption https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean config PACKAGE_python-requests-oauthlib tristate "python-requests-oauthlib...................... OAuthlib auth for Requests" default y if DEFAULT_python-requests-oauthlib default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-oauthlib select PACKAGE_librt if USE_GLIBC select PACKAGE_python-requests select PACKAGE_python help This python package provides first-class OAuth library support for Requests. https://github.com/requests/requests-oauthlib Eneas U de Queiroz config PACKAGE_python-requests-oauthlib-src tristate "python-requests-oauthlib-src........ OAuthlib auth for Requests (sources)" default y if DEFAULT_python-requests-oauthlib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This python package provides first-class OAuth library support for Requests.. (Contains the Python sources for this package). https://github.com/requests/requests-oauthlib Eneas U de Queiroz config PACKAGE_python-requests-src tristate "python-requests-src.................... HTTP library for Python (sources)" default y if DEFAULT_python-requests-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Requests is the only Non-GMO HTTP library for Python, safe for human consumption. (Contains the Python sources for this package). https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean config PACKAGE_python-rsa tristate "python-rsa........................................................... rsa" default y if DEFAULT_python-rsa default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-pyasn1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python help Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. https://stuvel.eu/rsa Daniel Danzberger config PACKAGE_python-rsa-src tristate "python-rsa-src............................................. rsa (sources)" default y if DEFAULT_python-rsa-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Contains the Python sources for this package). https://stuvel.eu/rsa Daniel Danzberger config PACKAGE_python-ruamel-yaml tristate "python-ruamel-yaml............. YAML 1.2 loader/dumper package for Python" default y if DEFAULT_python-ruamel-yaml default m if ALL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help YAML 1.2 loader/dumper package for Python https://bitbucket.org/ruamel/yaml Josef Schlehofer config PACKAGE_python-ruamel-yaml-src tristate "python-ruamel-yaml-src" default y if DEFAULT_python-ruamel-yaml-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://bitbucket.org/ruamel/yaml Josef Schlehofer config PACKAGE_python-s3transfer tristate "python-s3transfer............................................. s3transfer" default y if DEFAULT_python-s3transfer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-botocore depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python select PACKAGE_python-futures select PACKAGE_librt if USE_GLIBC help S3transfer is a Python library for managing Amazon S3 transfers. https://github.com/boto/s3transfer Daniel Danzberger config PACKAGE_python-s3transfer-src tristate "python-s3transfer-src............................... s3transfer (sources)" default y if DEFAULT_python-s3transfer-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help S3transfer is a Python library for managing Amazon S3 transfers.. (Contains the Python sources for this package). https://github.com/boto/s3transfer Daniel Danzberger config PACKAGE_python-service-identity tristate "python-service-identity.................... Service identity verification" default y if DEFAULT_python-service-identity default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-pyasn1-modules select PACKAGE_python-cryptography select PACKAGE_librt if USE_GLIBC select PACKAGE_python-pyasn1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-attrs select PACKAGE_python-ipaddress help service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. https://service-identity.readthedocs.io/ Jeffery To config PACKAGE_python-service-identity-src tristate "python-service-identity-src...... Service identity verification (sources)" default y if DEFAULT_python-service-identity-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.. (Contains the Python sources for this package). https://service-identity.readthedocs.io/ Jeffery To config PACKAGE_python-setuptools tristate "python-setuptools........................... Python 2.7 setuptools module" default y if DEFAULT_python-setuptools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python select PACKAGE_python-pkg-resources depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Python 2.7 setuptools module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-setuptools-src tristate "python-setuptools-src............. Python 2.7 setuptools module (sources)" default y if DEFAULT_python-setuptools-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-simplejson tristate "python-simplejson" default y if DEFAULT_python-simplejson default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-decimal help Simple, fast, extensible JSON encoder/decoder for Python https://simplejson.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-simplejson-src tristate "python-simplejson-src" default y if DEFAULT_python-simplejson-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Simple, fast, extensible JSON encoder/decoder for Python. (Contains the Python sources for this package). https://simplejson.readthedocs.org/ Alexandru Ardelean config PACKAGE_python-six tristate "python-six.......................... Python 2 and 3 compatibility library" default y if DEFAULT_python-six default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean config PACKAGE_python-six-src tristate "python-six-src............ Python 2 and 3 compatibility library (sources)" default y if DEFAULT_python-six-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided.. (Contains the Python sources for this package). https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean config PACKAGE_python-smbus tristate "python-smbus............................... Python bindings for the SMBUS" default y if DEFAULT_python-smbus default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libi2c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help This package contain the python bindings for Linux SMBus access through i2c-dev. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle config PACKAGE_python-sqlite3 tristate "python-sqlite3................................. Python 2.7 sqlite3 module" default y if DEFAULT_python-sqlite3 default m if ALL select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Python 2.7 sqlite3 module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-sqlite3-src tristate "python-sqlite3-src................... Python 2.7 sqlite3 module (sources)" default y if DEFAULT_python-sqlite3-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-text-unidecode tristate "python-text-unidecode................ The most basic Text::Unidecode port" default y if DEFAULT_python-text-unidecode default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help text-unidecode is the most basic port of the Text::Unidecode Perl library. https://github.com/kmike/text-unidecode/ Josef Schlehofer config PACKAGE_python-text-unidecode-src tristate "python-text-unidecode-src.. The most basic Text::Unidecode port (sources)" default y if DEFAULT_python-text-unidecode-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help text-unidecode is the most basic port of the Text::Unidecode Perl library.. (Contains the Python sources for this package). https://github.com/kmike/text-unidecode/ Josef Schlehofer config PACKAGE_python-twisted tristate "python-twisted......................... Asynchronous networking framework" default y if DEFAULT_python-twisted default m if ALL select PACKAGE_python-attrs select PACKAGE_python-hyperlink select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-setuptools select PACKAGE_python-constantly select PACKAGE_python-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python-zope-interface select PACKAGE_python-automat select PACKAGE_python-incremental help Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. https://twistedmatrix.com/ Jeffery To config PACKAGE_python-twisted-src tristate "python-twisted-src........... Asynchronous networking framework (sources)" default y if DEFAULT_python-twisted-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more.. (Contains the Python sources for this package). https://twistedmatrix.com/ Jeffery To config PACKAGE_python-txsocksx tristate "python-txsocksx....................... SOCKS client endpoints for Twisted" default y if DEFAULT_python-txsocksx default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python-parsley depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-twisted help txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater. https://github.com/habnabit/txsocksx Jeffery To config PACKAGE_python-txsocksx-src tristate "python-txsocksx-src......... SOCKS client endpoints for Twisted (sources)" default y if DEFAULT_python-txsocksx-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help txsocksx is SOCKS4/4a and SOCKS5 client endpoints for Twisted 10.1 or greater.. (Contains the Python sources for this package). https://github.com/habnabit/txsocksx Jeffery To config PACKAGE_python-unittest tristate "python-unittest............................... Python 2.7 unittest module" default y if DEFAULT_python-unittest default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help Python 2.7 unittest module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-unittest-src tristate "python-unittest-src................. Python 2.7 unittest module (sources)" default y if DEFAULT_python-unittest-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-urllib3 tristate "python-urllib3............................... Sanity-friendly HTTP client" default y if DEFAULT_python-urllib3 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP help HTTP library with thread-safe connection pooling, file post, and more. https://urllib3.readthedocs.io/ Josef Schlehofer config PACKAGE_python-urllib3-src tristate "python-urllib3-src................. Sanity-friendly HTTP client (sources)" default y if DEFAULT_python-urllib3-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help HTTP library with thread-safe connection pooling, file post, and more.. (Contains the Python sources for this package). https://urllib3.readthedocs.io/ Josef Schlehofer config PACKAGE_python-vobject tristate "python-vobject................................................... VObject" default y if DEFAULT_python-vobject default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-dateutil select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python help vCard and vCalendar support for Python http://eventable.github.io/vobject/ Daniel Dickinson config PACKAGE_python-vobject-src tristate "python-vobject-src..................................... VObject (sources)" default y if DEFAULT_python-vobject-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help vCard and vCalendar support for Python. (Contains the Python sources for this package). http://eventable.github.io/vobject/ Daniel Dickinson config PACKAGE_python-voluptuous tristate "python-voluptuous................................ Data validation library" default y if DEFAULT_python-voluptuous default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help It is primarily intended for validating data coming into Python as JSON, YAML, etc. https://github.com/alecthomas/voluptuous Josef Schlehofer config PACKAGE_python-voluptuous-src tristate "python-voluptuous-src.................. Data validation library (sources)" default y if DEFAULT_python-voluptuous-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help It is primarily intended for validating data coming into Python as JSON, YAML, etc.. (Contains the Python sources for this package). https://github.com/alecthomas/voluptuous Josef Schlehofer config PACKAGE_python-xml tristate "python-xml........................................... Python 2.7 xml libs" default y if DEFAULT_python-xml default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select PACKAGE_librt if USE_GLIBC help Python 2.7 xml libs https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-xml-src tristate "python-xml-src............................. Python 2.7 xml libs (sources)" default y if DEFAULT_python-xml-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python-yaml tristate "python-yaml........................... YAML parser and emitter for Python" default y if DEFAULT_python-yaml default m if ALL select PACKAGE_libyaml select PACKAGE_librt if USE_GLIBC select PACKAGE_python-codecs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help PyYAML is a YAML parser and emitter for the Python programming language. https://github.com/yaml/pyyaml Josef Schlehofer config PACKAGE_python-yaml-src tristate "python-yaml-src............. YAML parser and emitter for Python (sources)" default y if DEFAULT_python-yaml-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help PyYAML is a YAML parser and emitter for the Python programming language.. (Contains the Python sources for this package). https://github.com/yaml/pyyaml Josef Schlehofer config PACKAGE_python-zope-interface tristate "python-zope-interface.............................. Interfaces for Python" default y if DEFAULT_python-zope-interface default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light help This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. https://github.com/zopefoundation/zope.interface Jeffery To config PACKAGE_python-zope-interface-src tristate "python-zope-interface-src................ Interfaces for Python (sources)" default y if DEFAULT_python-zope-interface-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python.. (Contains the Python sources for this package). https://github.com/zopefoundation/zope.interface Jeffery To config PACKAGE_python3 tristate "python3.................................. Python 3.7 programming language" default y if DEFAULT_python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-dbm select PACKAGE_python3-openssl select PACKAGE_python3-gdbm select PACKAGE_python3-cgitb select PACKAGE_python3-distutils select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-asyncio select PACKAGE_python3-ncurses select PACKAGE_python3-cgi select PACKAGE_python3-pydoc select PACKAGE_python3-decimal select PACKAGE_python3-sqlite3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-ctypes select PACKAGE_python3-urllib select PACKAGE_python3-light select PACKAGE_python3-logging depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python3-email select PACKAGE_python3-unittest select PACKAGE_python3-xml select PACKAGE_python3-lzma select PACKAGE_python3-codecs select PACKAGE_python3-multiprocessing select PACKAGE_libpthread if USE_GLIBC help This package contains the (almost) full Python install. It's python3-light + all other packages. https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-aiohttp tristate "python3-aiohttp............. Async http client/server framework (asyncio)" default y if DEFAULT_python3-aiohttp default m if ALL select PACKAGE_python3-logging select PACKAGE_python3-async-timeout select PACKAGE_python3-yarl select PACKAGE_python3-light select PACKAGE_python3-attrs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-codecs select PACKAGE_python3-cgi select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-chardet select PACKAGE_python3-multidict select PACKAGE_libc select PACKAGE_python3-openssl depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Asynchronous HTTP client/server framework for asyncio and Python3 https://github.com/aio-libs/aiohttp Josef Schlehofer config PACKAGE_python3-aiohttp-cors tristate "python3-aiohttp-cors............................ CORS support for aiohttp" default y if DEFAULT_python3-aiohttp-cors default m if ALL depends on !(PACKAGE_python3-idna && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-aiohttp select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-attrs && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-chardet && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PACKAGE_python3-chardet && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PACKAGE_python3-attrs && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light depends on !(PACKAGE_python3-idna && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server. https://github.com/aio-libs/aiohttp-cors Josef Schlehofer config PACKAGE_python3-aiohttp-cors-src tristate "python3-aiohttp-cors-src.............. CORS support for aiohttp (sources)" default y if DEFAULT_python3-aiohttp-cors-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Implements Cross Origin Resource Sharing (CORS) support for aiohttp asyncio-powered asynchronous HTTP server.. (Contains the Python3 sources for this package). https://github.com/aio-libs/aiohttp-cors Josef Schlehofer config PACKAGE_python3-aiohttp-src tristate "python3-aiohttp-src" default y if DEFAULT_python3-aiohttp-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Asynchronous HTTP client/server framework for asyncio and Python3. (Contains the Python3 sources for this package). https://github.com/aio-libs/aiohttp Josef Schlehofer config PACKAGE_python3-appdirs tristate "python3-appdirs.......................................... python3-appdirs" default y if DEFAULT_python3-appdirs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help python3-appdirs https://github.com/ActiveState/appdirs Karel Kočí config PACKAGE_python3-appdirs-src tristate "python3-appdirs-src............................ python3-appdirs (sources)" default y if DEFAULT_python3-appdirs-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://github.com/ActiveState/appdirs Karel Kočí config PACKAGE_python3-asn1crypto tristate "python3-asn1crypto.................................... python3-asn1crypto" default y if DEFAULT_python3-asn1crypto default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP . (Variant for Python3) https://github.com/wbond/asn1crypto Alexandru Ardelean config PACKAGE_python3-astral tristate "python3-astral......... Calculations for the position of the sun and moon" default y if DEFAULT_python3-astral default m if ALL select PACKAGE_python3-pytz select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Astral is a python module for calculating the times of various aspects of the sun and moon. . (Variant for Python3) https://github.com/sffjunkie/astral Josef Schlehofer config PACKAGE_python3-astral-src tristate "python3-astral-src" default y if DEFAULT_python3-astral-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Astral is a python module for calculating the times of various aspects of the sun and moon. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/sffjunkie/astral Josef Schlehofer config PACKAGE_python3-async-timeout tristate "python3-async-timeout....... Timeout context manager for asyncio programs" default y if DEFAULT_python3-async-timeout default m if ALL select PACKAGE_python3-asyncio select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Timeout context manager for asyncio programs https://github.com/aio-libs/async-timeout Josef Schlehofer config PACKAGE_python3-async-timeout-src tristate "python3-async-timeout-src" default y if DEFAULT_python3-async-timeout-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Timeout context manager for asyncio programs. (Contains the Python3 sources for this package). https://github.com/aio-libs/async-timeout Josef Schlehofer config PACKAGE_python3-asyncio tristate "python3-asyncio................................ Python 3.7 asyncio module" default y if DEFAULT_python3-asyncio default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Python 3.7 asyncio module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-asyncio-src tristate "python3-asyncio-src.................. Python 3.7 asyncio module (sources)" default y if DEFAULT_python3-asyncio-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-attrs tristate "python3-attrs................................ Classes Without Boilerplate" default y if DEFAULT_python3-attrs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3) https://www.attrs.org/ Jeffery To config PACKAGE_python3-attrs-src tristate "python3-attrs-src.................. Classes Without Boilerplate (sources)" default y if DEFAULT_python3-attrs-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help attrs is an MIT-licensed Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.attrs.org/ Jeffery To config PACKAGE_python3-automat tristate "python3-automat................. Concise, idiomatic finite-state automata" default y if DEFAULT_python3-automat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-attrs help Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3) https://github.com/glyph/Automat Jeffery To config PACKAGE_python3-automat-src tristate "python3-automat-src... Concise, idiomatic finite-state automata (sources)" default y if DEFAULT_python3-automat-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/glyph/Automat Jeffery To config PACKAGE_python3-awscli tristate "python3-awscli.................................................... awscli" default y if DEFAULT_python3-awscli default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-docutils select PACKAGE_python3-rsa depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python3-pyasn1 select PACKAGE_python3-botocore select PACKAGE_python3-yaml select PACKAGE_python3-s3transfer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-colorama select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 help This package provides a unified command line interface to Amazon Web Services. . (Variant for Python3) https://github.com/aws/aws-cli Daniel Danzberger config PACKAGE_python3-awscli-src tristate "python3-awscli-src...................................... awscli (sources)" default y if DEFAULT_python3-awscli-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package provides a unified command line interface to Amazon Web Services. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/aws/aws-cli Daniel Danzberger config PACKAGE_python3-base tristate "python3-base...................................... Python 3.7 interpreter" default y if DEFAULT_python3-base default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains only the interpreter and the bare minimum for the interpreter to start. https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-base-src tristate "python3-base-src........................ Python 3.7 interpreter (sources)" default y if DEFAULT_python3-base-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains only the interpreter and the bare minimum for the interpreter to start.. (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-bcrypt tristate "python3-bcrypt................................... Modern password hashing" default y if DEFAULT_python3-bcrypt default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 select PACKAGE_python3-cffi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-six depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Good password hashing for your software and your servers. . (Variant for Python3) https://github.com/pyca/bcrypt/ Daniel Dickinson config PACKAGE_python3-bcrypt-src tristate "python3-bcrypt-src..................... Modern password hashing (sources)" default y if DEFAULT_python3-bcrypt-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Good password hashing for your software and your servers. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyca/bcrypt/ Daniel Dickinson config PACKAGE_python3-boto3 tristate "python3-boto3................................. AWS SDK for Python (Boto3)" default y if DEFAULT_python3-boto3 default m if ALL select PACKAGE_python3-s3transfer select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-botocore select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-jmespath select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. https://aws.amazon.com/sdk-for-python/ Daniel Danzberger config PACKAGE_python3-boto3-src tristate "python3-boto3-src................... AWS SDK for Python (Boto3) (sources)" default y if DEFAULT_python3-boto3-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2.. (Contains the Python3 sources for this package). https://aws.amazon.com/sdk-for-python/ Daniel Danzberger config PACKAGE_python3-botocore tristate "python3-botocore................................................ botocore" default y if DEFAULT_python3-botocore default m if ALL select PACKAGE_python3-dateutil select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-urllib3 select PACKAGE_python3-docutils select PACKAGE_python3-requests select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-jmespath select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. . (Variant for Python3) https://github.com/boto/botocore Daniel Danzberger config PACKAGE_python3-botocore-src tristate "python3-botocore-src.................................. botocore (sources)" default y if DEFAULT_python3-botocore-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/boto/botocore Daniel Danzberger config PACKAGE_python3-bottle tristate "python3-bottle. Fast and simple WSGI-framework for small web-applications" default y if DEFAULT_python3-bottle default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library. https://bottlepy.org Josef Schlehofer config PACKAGE_python3-bottle-src tristate "python3-bottle-src" default y if DEFAULT_python3-bottle-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.. (Contains the Python3 sources for this package). https://bottlepy.org Josef Schlehofer config PACKAGE_python3-cachelib tristate "python3-cachelib................................................ cachelib" default y if DEFAULT_python3-cachelib default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help A collection of cache libraries in the same API interface. Extracted from werkzeug. https://github.com/pallets/cachelib Stepan Henek config PACKAGE_python3-cachelib-src tristate "python3-cachelib-src.................................. cachelib (sources)" default y if DEFAULT_python3-cachelib-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A collection of cache libraries in the same API interface. Extracted from werkzeug.. (Contains the Python3 sources for this package). https://github.com/pallets/cachelib Stepan Henek config PACKAGE_python3-cachetools tristate "python3-cachetools....... Extensible memoizing collections and decorators" default y if DEFAULT_python3-cachetools default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library lru_cache function decorator. https://github.com/tkem/cachetools Josef Schlehofer config PACKAGE_python3-cachetools-src tristate "python3-cachetools-src" default y if DEFAULT_python3-cachetools-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module provides various memoizing collections and decorators, including variants of the Python 3 Standard Library lru_cache function decorator.. (Contains the Python3 sources for this package). https://github.com/tkem/cachetools Josef Schlehofer config PACKAGE_python3-certifi tristate "python3-certifi................... Python package for Mozilla's CA Bundle" default y if DEFAULT_python3-certifi default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. . (Variant for Python3) http://certifi.io/ Eneas U de Queiroz config PACKAGE_python3-certifi-src tristate "python3-certifi-src..... Python package for Mozilla's CA Bundle (sources)" default y if DEFAULT_python3-certifi-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Certifi is a carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. . (Variant for Python3). (Contains the Python3 sources for this package). http://certifi.io/ Eneas U de Queiroz config PACKAGE_python3-cffi tristate "python3-cffi................................ C Foreign Function Interface" default y if DEFAULT_python3-cffi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-pycparser depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libffi select PACKAGE_librt if USE_GLIBC help Foreign Function Interface for Python calling C code. . (Variant for Python3) https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python3-cffi-src tristate "python3-cffi-src.................. C Foreign Function Interface (sources)" default y if DEFAULT_python3-cffi-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Foreign Function Interface for Python calling C code. . (Variant for Python3). (Contains the Python3 sources for this package). https://cffi.readthedocs.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python3-cgi tristate "python3-cgi........................................ Python 3.7 cgi module" default y if DEFAULT_python3-cgi default m if ALL select PACKAGE_python3-email select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Python 3.7 cgi module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-cgi-src tristate "python3-cgi-src.......................... Python 3.7 cgi module (sources)" default y if DEFAULT_python3-cgi-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-cgitb tristate "python3-cgitb.................................... Python 3.7 cgitb module" default y if DEFAULT_python3-cgitb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_python3-cgi depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-pydoc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Python 3.7 cgitb module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-cgitb-src tristate "python3-cgitb-src...................... Python 3.7 cgitb module (sources)" default y if DEFAULT_python3-cgitb-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-chardet tristate "python3-chardet.................. Universal encoding detector for Python3" default y if DEFAULT_python3-chardet default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Universal encoding detector for Python 2 and 3 . (Variant for Python3) https://github.com/chardet/chardet Alexandru Ardelean config PACKAGE_python3-chardet-src tristate "python3-chardet-src.... Universal encoding detector for Python3 (sources)" default y if DEFAULT_python3-chardet-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Universal encoding detector for Python 2 and 3 . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/chardet/chardet Alexandru Ardelean config PACKAGE_python3-click tristate "python3-click.............................................. python3-click" default y if DEFAULT_python3-click default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help A simple wrapper around optparse for powerful command line utilities. http://github.com/mitsuhiko/click Daniel Golle config PACKAGE_python3-click-log tristate "python3-click-log...................................... python3-click-log" default y if DEFAULT_python3-click-log default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-click select PACKAGE_librt if USE_GLIBC help Simple and beautiful logging for click applications http://github.com/mitsuhiko/click Karel Kočí config PACKAGE_python3-click-log-src tristate "python3-click-log-src........................ python3-click-log (sources)" default y if DEFAULT_python3-click-log-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Simple and beautiful logging for click applications. (Contains the Python3 sources for this package). http://github.com/mitsuhiko/click Karel Kočí config PACKAGE_python3-codecs tristate "python3-codecs....................... Python 3.7 codecs + unicode support" default y if DEFAULT_python3-codecs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help Python 3.7 codecs + unicode support https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-codecs-src tristate "python3-codecs-src......... Python 3.7 codecs + unicode support (sources)" default y if DEFAULT_python3-codecs-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-colorama tristate "python3-colorama................................................ colorama" default y if DEFAULT_python3-colorama default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 select PACKAGE_librt if USE_GLIBC help Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. . (Variant for Python3) https://github.com/tartley/colorama Daniel Danzberger config PACKAGE_python3-colorama-src tristate "python3-colorama-src.................................. colorama (sources)" default y if DEFAULT_python3-colorama-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Makes ANSI escape character sequences (for producing colored terminal text and cursor positioning) work under MS Windows. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/tartley/colorama Daniel Danzberger config PACKAGE_python3-constantly tristate "python3-constantly.......................... Symbolic constants in Python" default y if DEFAULT_python3-constantly default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3) https://github.com/twisted/constantly Jeffery To config PACKAGE_python3-constantly-src tristate "python3-constantly-src............ Symbolic constants in Python (sources)" default y if DEFAULT_python3-constantly-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/twisted/constantly Jeffery To config PACKAGE_python3-contextlib2 tristate "python3-contextlib2.................................. python3-contextlib2" default y if DEFAULT_python3-contextlib2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help python3-contextlib2 http://contextlib2.readthedocs.org Karel Kočí config PACKAGE_python3-contextlib2-src tristate "python3-contextlib2-src.................... python3-contextlib2 (sources)" default y if DEFAULT_python3-contextlib2-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). http://contextlib2.readthedocs.org Karel Kočí config PACKAGE_python3-crypto tristate "python3-crypto............................... Python Cryptography Toolkit" default y if DEFAULT_python3-crypto default m if ALL select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC help A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3) https://www.dlitz.net/software/pycrypto/ Jeffery To config PACKAGE_python3-crypto-src tristate "python3-crypto-src................. Python Cryptography Toolkit (sources)" default y if DEFAULT_python3-crypto-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A collection of both secure hash functions (such as MD5 and SHA), and various encryption algorithms (AES, DES, IDEA, RSA, ElGamal, etc.). . (Variant for Python3). (Contains the Python3 sources for this package). https://www.dlitz.net/software/pycrypto/ Jeffery To config PACKAGE_python3-cryptodome tristate "python3-cryptodome..... A self-contained cryptographic library for Python" default y if DEFAULT_python3-cryptodome default m if ALL select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on m || (PACKAGE_python3-crypto != y) help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3) https://www.pycryptodome.org/ Richard Yu config PACKAGE_python3-cryptodome-src tristate "python3-cryptodome-src" default y if DEFAULT_python3-cryptodome-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.pycryptodome.org/ Richard Yu config PACKAGE_python3-cryptodomex tristate "python3-cryptodomex.... A self-contained cryptographic library for Python" default y if DEFAULT_python3-cryptodomex default m if ALL select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3) https://www.pycryptodome.org/ Richard Yu config PACKAGE_python3-cryptodomex-src tristate "python3-cryptodomex-src" default y if DEFAULT_python3-cryptodomex-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PyCryptodome is a self-contained Python package of low-level cryptographic primitives. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.pycryptodome.org/ Richard Yu config PACKAGE_python3-cryptography tristate "python3-cryptography................ Cryptographic recipes and primitives" default y if DEFAULT_python3-cryptography default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-six depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3 select PACKAGE_python3-cffi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3) https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean config PACKAGE_python3-cryptography-src tristate "python3-cryptography-src.. Cryptographic recipes and primitives (sources)" default y if DEFAULT_python3-cryptography-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyca/cryptography Jeffery To , Alexandru Ardelean config PACKAGE_python3-ctypes tristate "python3-ctypes.................................. Python 3.7 ctypes module" default y if DEFAULT_python3-ctypes default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Python 3.7 ctypes module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-ctypes-src tristate "python3-ctypes-src.................... Python 3.7 ctypes module (sources)" default y if DEFAULT_python3-ctypes-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-curl tristate "python3-curl................. Python module interface to the cURL library" default y if DEFAULT_python3-curl default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 select PACKAGE_librt if USE_GLIBC help PycURL is a Python interface to libcurl, the multiprotocol file transfer library. . (Variant for Python3) http://pycurl.io/ Waldemar Konik config PACKAGE_python3-curl-src tristate "python3-curl-src... Python module interface to the cURL library (sources)" default y if DEFAULT_python3-curl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PycURL is a Python interface to libcurl, the multiprotocol file transfer library. . (Variant for Python3). (Contains the Python3 sources for this package). http://pycurl.io/ Waldemar Konik config PACKAGE_python3-dateutil tristate "python3-dateutil....... Extensions to the standard Python datetime module" default y if DEFAULT_python3-dateutil default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Extensions to the standard Python datetime module . (Variant for Python3) https://dateutil.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-dateutil-src tristate "python3-dateutil-src" default y if DEFAULT_python3-dateutil-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Extensions to the standard Python datetime module . (Variant for Python3). (Contains the Python3 sources for this package). https://dateutil.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-dbm tristate "python3-dbm........................................ Python 3.7 dbm module" default y if DEFAULT_python3-dbm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libdb47 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Python 3.7 dbm module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-dbm-src tristate "python3-dbm-src.......................... Python 3.7 dbm module (sources)" default y if DEFAULT_python3-dbm-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-decimal tristate "python3-decimal................................ Python 3.7 decimal module" default y if DEFAULT_python3-decimal default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Python 3.7 decimal module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-decimal-src tristate "python3-decimal-src.................. Python 3.7 decimal module (sources)" default y if DEFAULT_python3-decimal-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-decorator tristate "python3-decorator...................................... python3-decodator" default y if DEFAULT_python3-decorator default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help python3-decodator https://github.com/micheles/decorator Karel Kočí config PACKAGE_python3-decorator-src tristate "python3-decorator-src........................ python3-decodator (sources)" default y if DEFAULT_python3-decorator-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://github.com/micheles/decorator Karel Kočí config PACKAGE_python3-defusedxml tristate "python3-defusedxml........................ XML bomb protection for Python" default y if DEFAULT_python3-defusedxml default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-xml depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. . (Variant for Python3) https://github.com/tiran/defusedxml Eneas U de Queiroz config PACKAGE_python3-defusedxml-src tristate "python3-defusedxml-src.......... XML bomb protection for Python (sources)" default y if DEFAULT_python3-defusedxml-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The defusedxml package contains several Python-only workarounds and fixes for denial of service and other vulnerabilities in Python’s XML libraries. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/tiran/defusedxml Eneas U de Queiroz config PACKAGE_python3-dev tristate "python3-dev................................. Python 3.7 development files" default y if DEFAULT_python3-dev default m if ALL select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-lib2to3 help Python 3.7 development files https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-dev-src tristate "python3-dev-src................... Python 3.7 development files (sources)" default y if DEFAULT_python3-dev-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-distutils tristate "python3-distutils............................ Python 3.7 distutils module" default y if DEFAULT_python3-distutils default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 3.7 distutils module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-distutils-src tristate "python3-distutils-src.............. Python 3.7 distutils module (sources)" default y if DEFAULT_python3-distutils-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To menuconfig PACKAGE_python3-django tristate "python3-django...... The web framework for perfectionists with deadlines." default y if DEFAULT_python3-django default m if ALL select PACKAGE_python3-pytz select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help The web framework for perfectionists with deadlines. . (Variant for Python3) https://www.djangoproject.com/ Alexandru Ardelean config PACKAGE_python3-django-appconf tristate "python3-django-appconf......... Helper class for handling config defaults" default y if DEFAULT_python3-django-appconf default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on PACKAGE_python3-django depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3) https://django-appconf.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-appconf-src tristate "python3-django-appconf-src" default y if DEFAULT_python3-django-appconf-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://django-appconf.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-compressor tristate "python3-django-compressor....... Compress CSS/JS into single cached files" default y if DEFAULT_python3-django-compressor default m if ALL select PACKAGE_python3-rcssmin select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-django-appconf depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django select PACKAGE_python3 depends on PACKAGE_python3-django help . (Variant for Python3) https://django-compressor.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-compressor-src tristate "python3-django-compressor-src" default y if DEFAULT_python3-django-compressor-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://django-compressor.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-constance tristate "python3-django-constance" default y if DEFAULT_python3-django-constance default m if ALL select PACKAGE_python3 depends on PACKAGE_python3-django select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/jazzband/django-constance Alexandru Ardelean config PACKAGE_python3-django-formtools tristate "python3-django-formtools........ High-level abstractions for Django forms" default y if DEFAULT_python3-django-formtools default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on PACKAGE_python3-django select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://django-formtools.readthedocs.io Eneas U de Queiroz config PACKAGE_python3-django-formtools-src tristate "python3-django-formtools-src" default y if DEFAULT_python3-django-formtools-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://django-formtools.readthedocs.io Eneas U de Queiroz config PACKAGE_python3-django-jsonfield tristate "python3-django-jsonfield..................... JSONField for django models" default y if DEFAULT_python3-django-jsonfield default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on PACKAGE_python3-django depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/adamchainz/django-jsonfield Alexandru Ardelean config PACKAGE_python3-django-jsonfield-src tristate "python3-django-jsonfield-src....... JSONField for django models (sources)" default y if DEFAULT_python3-django-jsonfield-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/adamchainz/django-jsonfield Alexandru Ardelean config PACKAGE_python3-django-picklefield tristate "python3-django-picklefield............... Pickled object field for Django" default y if DEFAULT_python3-django-picklefield default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/gintas/django-picklefield/ Alexandru Ardelean config PACKAGE_python3-django-picklefield-src tristate "python3-django-picklefield-src. Pickled object field for Django (sources)" default y if DEFAULT_python3-django-picklefield-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/gintas/django-picklefield/ Alexandru Ardelean config PACKAGE_python3-django-postoffice tristate "python3-django-postoffice" default y if DEFAULT_python3-django-postoffice default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-django-jsonfield select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/ui/django-post_office Alexandru Ardelean config PACKAGE_python3-django-postoffice-src tristate "python3-django-postoffice-src" default y if DEFAULT_python3-django-postoffice-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/ui/django-post_office Alexandru Ardelean config PACKAGE_python3-django-ranged-response tristate "python3-django-ranged-response........ Add Content-Range: to FileResponse" default y if DEFAULT_python3-django-ranged-response default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on PACKAGE_python3-django depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz config PACKAGE_python3-django-ranged-response-src tristate "python3-django-ranged-response-src" default y if DEFAULT_python3-django-ranged-response-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/wearespindle/django-ranged-fileresponse Eneas U de Queiroz config PACKAGE_python3-django-restframework tristate "python3-django-restframework............. Web APIs for Django, made easy." default y if DEFAULT_python3-django-restframework default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 depends on PACKAGE_python3-django select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on PACKAGE_python3-django help . (Variant for Python3) https://www.django-rest-framework.org Alexandru Ardelean config PACKAGE_python3-django-restframework-src tristate "python3-django-restframework-src" default y if DEFAULT_python3-django-restframework-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://www.django-rest-framework.org Alexandru Ardelean config PACKAGE_python3-django-simple-captcha tristate "python3-django-simple-captcha.......... Simple Django captcha application" default y if DEFAULT_python3-django-simple-captcha default m if ALL select PACKAGE_python3-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 select PACKAGE_python3-pillow select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-django-ranged-response select PACKAGE_libc depends on PACKAGE_python3-django depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/mbi/django-simple-captcha Eneas U de Queiroz config PACKAGE_python3-django-simple-captcha-src tristate "python3-django-simple-captcha-src" default y if DEFAULT_python3-django-simple-captcha-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/mbi/django-simple-captcha Eneas U de Queiroz config PACKAGE_python3-django-statici18n tristate "python3-django-statici18n" default y if DEFAULT_python3-django-statici18n default m if ALL depends on PACKAGE_python3-django select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://django-statici18n.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-statici18n-src tristate "python3-django-statici18n-src" default y if DEFAULT_python3-django-statici18n-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://django-statici18n.readthedocs.io Alexandru Ardelean config PACKAGE_python3-django-webpack-loader tristate "python3-django-webpack-loader........ Transparently use webpack in django" default y if DEFAULT_python3-django-webpack-loader default m if ALL depends on PACKAGE_python3-django select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC depends on PACKAGE_python3-django help . (Variant for Python3) https://github.com/owais/django-webpack-loader Eneas U de Queiroz config PACKAGE_python3-django-webpack-loader-src tristate "python3-django-webpack-loader-src" default y if DEFAULT_python3-django-webpack-loader-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_python3-django help . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/owais/django-webpack-loader Eneas U de Queiroz config PACKAGE_python3-dns tristate "python3-dns.................................................... dnspython" default y if DEFAULT_python3-dns default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . (Variant for Python3) http://www.dnspython.org/ Josef Schlehofer config PACKAGE_python3-dns-src tristate "python3-dns-src...................................... dnspython (sources)" default y if DEFAULT_python3-dns-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. . (Variant for Python3). (Contains the Python3 sources for this package). http://www.dnspython.org/ Josef Schlehofer config PACKAGE_python3-docutils tristate "python3-docutils................................................ docutils" default y if DEFAULT_python3-docutils default m if ALL select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC help Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. . (Variant for Python3) http://docutils.sourceforge.net Daniel Danzberger config PACKAGE_python3-docutils-src tristate "python3-docutils-src.................................. docutils (sources)" default y if DEFAULT_python3-docutils-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. . (Variant for Python3). (Contains the Python3 sources for this package). http://docutils.sourceforge.net Daniel Danzberger config PACKAGE_python3-email tristate "python3-email.................................... Python 3.7 email module" default y if DEFAULT_python3-email default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Python 3.7 email module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-email-src tristate "python3-email-src...................... Python 3.7 email module (sources)" default y if DEFAULT_python3-email-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-et_xmlfile tristate "python3-et_xmlfile...... Low memory library for creating large XML files." default y if DEFAULT_python3-et_xmlfile default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-lxml select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. . (Variant for Python3) https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-et_xmlfile-src tristate "python3-et_xmlfile-src" default y if DEFAULT_python3-et_xmlfile-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help An implementation of lxml.xmlfile for the standard library. It is based upon the xmlfile module from lxml with the aim of allowing code to be developed that will work with both libraries. . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/openpyxl/et_xmlfile Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-evdev tristate "python3-evdev.............................................. python3-evdev" default y if DEFAULT_python3-evdev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-ctypes select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Bindings to the Linux input handling subsystem . (Variant for Python3) https://github.com/gvalkov/python-evdev Paulo Costa , Alexandru Ardelean config PACKAGE_python3-flask tristate "python3-flask...................................................... Flask" default y if DEFAULT_python3-flask default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-codecs select PACKAGE_python3-asyncio select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-setuptools select PACKAGE_python3-werkzeug select PACKAGE_python3-logging select PACKAGE_python3-click select PACKAGE_python3-itsdangerous select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-markupsafe select PACKAGE_python3-decimal select PACKAGE_python3-multiprocessing select PACKAGE_python3-jinja2 select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP help Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed! https://palletsprojects.com/p/flask/ Daniel Golle config PACKAGE_python3-flask-login tristate "python3-flask-login............. User session management plugin for Flask" default y if DEFAULT_python3-flask-login default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-flask select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users’ sessions over extended periods of time. https://github.com/maxcountryman/flask-login Jan Pavlinec config PACKAGE_python3-flask-login-src tristate "python3-flask-login-src" default y if DEFAULT_python3-flask-login-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users’ sessions over extended periods of time.. (Contains the Python3 sources for this package). https://github.com/maxcountryman/flask-login Jan Pavlinec config PACKAGE_python3-flask-src tristate "python3-flask-src........................................ Flask (sources)" default y if DEFAULT_python3-flask-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It.s BSD licensed!. (Contains the Python3 sources for this package). https://palletsprojects.com/p/flask/ Daniel Golle config PACKAGE_python3-flup tristate "python3-flup........................... Random assortment of WSGI servers" default y if DEFAULT_python3-flup default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-logging select PACKAGE_python3-light help Random assortment of WSGI servers. . (Variant for Python3) https://www.saddi.com/software/flup/ Alexandru Ardelean config PACKAGE_python3-flup-src tristate "python3-flup-src............. Random assortment of WSGI servers (sources)" default y if DEFAULT_python3-flup-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Random assortment of WSGI servers. . (Variant for Python3). (Contains the Python3 sources for this package). https://www.saddi.com/software/flup/ Alexandru Ardelean config PACKAGE_python3-gdbm tristate "python3-gdbm...................................... Python 3.7 gdbm module" default y if DEFAULT_python3-gdbm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgdbm depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Python 3.7 gdbm module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-gdbm-src tristate "python3-gdbm-src........................ Python 3.7 gdbm module (sources)" default y if DEFAULT_python3-gdbm-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-gmpy2 tristate "python3-gmpy2.......................... GMP/MPIR, MPFR, and MPC interface" default y if DEFAULT_python3-gmpy2 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. . (Variant for Python3) https://github.com/aleaxit/gmpy Jeffery To config PACKAGE_python3-gmpy2-src tristate "python3-gmpy2-src............ GMP/MPIR, MPFR, and MPC interface (sources)" default y if DEFAULT_python3-gmpy2-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help gmpy2 is a C-coded Python extension module that supports multiple-precision arithmetic. gmpy2 is the successor to the original gmpy module. The gmpy module only supported the GMP multiple-precision library. gmpy2 adds support for the MPFR (correctly rounded real floating-point arithmetic) and MPC (correctly rounded complex floating-point arithmetic) libraries. gmpy2 also updates the API and naming conventions to be more consistent and support the additional functionality. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/aleaxit/gmpy Jeffery To config PACKAGE_python3-gnupg tristate "python3-gnupg.............................................. python3-gnupg" default y if DEFAULT_python3-gnupg default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_gnupg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help A Python wrapper for GnuPG This module allows easy access to GnuPG.s key management, encryption and signature functionality from Python programs, by interacting with GnuPG through file descriptors. Input arguments are strictly checked and sanitised, and therefore this module should be safe to use in networked applications requiring direct user input. It is intended for use on Windows, MacOS X, BSD, or Linux, with Python 2.6, Python 2.7, Python 3.3, Python 3.4, or PyPy. (Variant for Python3) https://gnupg.readthedocs.io/en/latest/ Daniel Golle config PACKAGE_python3-hyperlink tristate "python3-hyperlink............................. Pure-Python immutable URLs" default y if DEFAULT_python3-hyperlink default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-idna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3) https://github.com/python-hyper/hyperlink Jeffery To config PACKAGE_python3-hyperlink-src tristate "python3-hyperlink-src............... Pure-Python immutable URLs (sources)" default y if DEFAULT_python3-hyperlink-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/python-hyper/hyperlink Jeffery To config PACKAGE_python3-idna tristate "python3-idna................................................ IDNA library" default y if DEFAULT_python3-idna default m if ALL select PACKAGE_python3-codecs select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3) https://github.com/kjd/idna Jeffery To , Alexandru Ardelean config PACKAGE_python3-idna-src tristate "python3-idna-src.................................. IDNA library (sources)" default y if DEFAULT_python3-idna-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as "IDNA2008" and can produce different results from the earlier standard from 2003. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/kjd/idna Jeffery To , Alexandru Ardelean config PACKAGE_python3-ifaddr tristate "python3-ifaddr................ Enumerate IP addresses on network adapters" default y if DEFAULT_python3-ifaddr default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-ctypes select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help ifaddr is a small Python library that allows you to find all the IPv4 and IPv6 addresses of the computer. https://github.com/pydron/ifaddr Josef Schlehofer config PACKAGE_python3-ifaddr-src tristate "python3-ifaddr-src.. Enumerate IP addresses on network adapters (sources)" default y if DEFAULT_python3-ifaddr-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ifaddr is a small Python library that allows you to find all the IPv4 and IPv6 addresses of the computer.. (Contains the Python3 sources for this package). https://github.com/pydron/ifaddr Josef Schlehofer config PACKAGE_python3-importlib-metadata tristate "python3-importlib-metadata............ Read metadata from Python packages" default y if DEFAULT_python3-importlib-metadata default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-zipp select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help importlib_metadata is a library to access the metadata for a Python package. https://gitlab.com/python-devs/importlib_metadata Paul Spooren , Jan Pavlinec config PACKAGE_python3-importlib-metadata-src tristate "python3-importlib-metadata-src" default y if DEFAULT_python3-importlib-metadata-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help importlib_metadata is a library to access the metadata for a Python package.. (Contains the Python3 sources for this package). https://gitlab.com/python-devs/importlib_metadata Paul Spooren , Jan Pavlinec config PACKAGE_python3-incremental tristate "python3-incremental........................ Versions your Python projects" default y if DEFAULT_python3-incremental default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Incremental is a small library that versions your Python projects. . (Variant for Python3) https://github.com/twisted/incremental Jeffery To config PACKAGE_python3-incremental-src tristate "python3-incremental-src.......... Versions your Python projects (sources)" default y if DEFAULT_python3-incremental-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Incremental is a small library that versions your Python projects. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/twisted/incremental Jeffery To config PACKAGE_python3-influxdb tristate "python3-influxdb........................................ python3-influxdb" default y if DEFAULT_python3-influxdb default m if ALL depends on !(PACKAGE_python3-pytz && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-dateutil depends on !(PACKAGE_python3-requests && PACKAGE_python3-urllib3 && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-pytz && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PACKAGE_python3-dateutil && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc depends on !(PACKAGE_python3-requests && PACKAGE_python3-chardet && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PACKAGE_python3-requests && PACKAGE_python3-idna && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-requests && PACKAGE_python3-urllib3 && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-requests depends on !(PACKAGE_python3-requests && PACKAGE_python3-certifi && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-requests && PACKAGE_python3-idna && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-six depends on !(PACKAGE_python3-dateutil && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-requests && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PACKAGE_python3-requests && PACKAGE_python3-chardet && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PACKAGE_python3-six && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-pytz depends on !(PACKAGE_python3-requests && PACKAGE_python3-certifi && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PACKAGE_python3-six && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC depends on !(PACKAGE_python3-requests && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Python client for InfluxDB https://github.com/influxdb/influxdb-python Karel Kočí config PACKAGE_python3-influxdb-src tristate "python3-influxdb-src.......................... python3-influxdb (sources)" default y if DEFAULT_python3-influxdb-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Python client for InfluxDB. (Contains the Python3 sources for this package). https://github.com/influxdb/influxdb-python Karel Kočí config PACKAGE_python3-intelhex tristate "python3-intelhex........................................ python3-intelhex" default y if DEFAULT_python3-intelhex default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format. https://github.com/bialix/intelhex Karel Kočí config PACKAGE_python3-intelhex-src tristate "python3-intelhex-src.......................... python3-intelhex (sources)" default y if DEFAULT_python3-intelhex-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This work implements an intelhex Python library to read, write, create from scratch and manipulate data from Intel HEX file format.. (Contains the Python3 sources for this package). https://github.com/bialix/intelhex Karel Kočí config PACKAGE_python3-itsdangerous tristate "python3-itsdangerous................................ python3-itsdangerous" default y if DEFAULT_python3-itsdangerous default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Various helpers to pass trusted data to untrusted environments and back. http://github.com/mitsuhiko/itsdangerous Daniel Golle config PACKAGE_python3-jdcal tristate "python3-jdcal. Julian dates from proleptic Gregorian and Julian calendars" default y if DEFAULT_python3-jdcal default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help This module contains functions for converting between Julian dates and calendar dates. . (Variant for Python3) https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-jdcal-src tristate "python3-jdcal-src" default y if DEFAULT_python3-jdcal-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module contains functions for converting between Julian dates and calendar dates. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/phn/jdcal Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-jinja2 tristate "python3-jinja2.................................................... Jinja2" default y if DEFAULT_python3-jinja2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-markupsafe select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed. http://jinja.pocoo.org/ Daniel Golle config PACKAGE_python3-jinja2-src tristate "python3-jinja2-src...................................... Jinja2 (sources)" default y if DEFAULT_python3-jinja2-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Jinja2 is a full featured template engine for Python. It has full unicode support, an optional integrated sandboxed execution environment, widely used and BSD licensed.. (Contains the Python3 sources for this package). http://jinja.pocoo.org/ Daniel Golle config PACKAGE_python3-jmespath tristate "python3-jmespath................................................ jmespath" default y if DEFAULT_python3-jmespath default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. . (Variant for Python3) https://github.com/jmespath/jmespath.py Daniel Danzberger config PACKAGE_python3-jmespath-src tristate "python3-jmespath-src.................................. jmespath (sources)" default y if DEFAULT_python3-jmespath-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help JMESPath (pronounced “james path”) allows you to declaratively specify how to extract elements from a JSON document. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/jmespath/jmespath.py Daniel Danzberger config PACKAGE_python3-jsonpath-ng tristate "python3-jsonpath-ng.................................. python3-jsonpath-ng" default y if DEFAULT_python3-jsonpath-ng default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-six depends on !(PACKAGE_python3-ply && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-decorator depends on !(PACKAGE_python3-six && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc depends on !(PACKAGE_python3-six && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-ply depends on !(PACKAGE_python3-ply && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help python3-jsonpath-ng https://github.com/h2non/jsonpath-ng Karel Kočí config PACKAGE_python3-jsonpath-ng-src tristate "python3-jsonpath-ng-src.................... python3-jsonpath-ng (sources)" default y if DEFAULT_python3-jsonpath-ng-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://github.com/h2non/jsonpath-ng Karel Kočí config PACKAGE_python3-lib2to3 tristate "python3-lib2to3................................ Python 3.7 lib2to3 module" default y if DEFAULT_python3-lib2to3 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Python 3.7 lib2to3 module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-lib2to3-src tristate "python3-lib2to3-src.................. Python 3.7 lib2to3 module (sources)" default y if DEFAULT_python3-lib2to3-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-light tristate "python3-light.............................. Python 3.7 light installation" default y if DEFAULT_python3-light default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libffi select PACKAGE_bluez-libs if PYTHON3_BLUETOOTH_SUPPORT select PACKAGE_libbz2 select PACKAGE_python3-base select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages. https://www.python.org/ Alexandru Ardelean , Jeffery To source "feeds/packages/lang/python/python3/Config-python3-light.in" config PACKAGE_python3-light-src tristate "python3-light-src................ Python 3.7 light installation (sources)" default y if DEFAULT_python3-light-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package is essentially the python3-base package plus a few of the rarely used (and big) libraries stripped out into separate packages.. (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-logging tristate "python3-logging................................ Python 3.7 logging module" default y if DEFAULT_python3-logging default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Python 3.7 logging module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-logging-src tristate "python3-logging-src.................. Python 3.7 logging module (sources)" default y if DEFAULT_python3-logging-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-lxml tristate "python3-lxml................................................ python3-lxml" default y if DEFAULT_python3-lxml default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libxslt select PACKAGE_libexslt select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. . (Variant for Python3) https://lxml.de Alexandru Ardelean config PACKAGE_python3-lzma tristate "python3-lzma...................................... Python 3.7 lzma module" default y if DEFAULT_python3-lzma default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_liblzma select PACKAGE_librt if USE_GLIBC help Python 3.7 lzma module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-lzma-src tristate "python3-lzma-src........................ Python 3.7 lzma module (sources)" default y if DEFAULT_python3-lzma-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-markdown tristate "python3-markdown....................... Markdown implementation in Python" default y if DEFAULT_python3-markdown default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-setuptools select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-logging select PACKAGE_python3-light help A fast and complete Python implementation of Markdown. https://python-markdown.github.io/ Josef Schlehofer config PACKAGE_python3-markdown-src tristate "python3-markdown-src......... Markdown implementation in Python (sources)" default y if DEFAULT_python3-markdown-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A fast and complete Python implementation of Markdown.. (Contains the Python3 sources for this package). https://python-markdown.github.io/ Josef Schlehofer config PACKAGE_python3-markupsafe tristate "python3-markupsafe.................................... python3-markupsafe" default y if DEFAULT_python3-markupsafe default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help MarkupSafe implements a XML/HTML/XHTML Markup safe string for Python https://github.com/pallets/markupsafe/ Daniel Golle config PACKAGE_python3-maxminddb tristate "python3-maxminddb....................... Reader for the MaxMind DB format" default y if DEFAULT_python3-maxminddb default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmaxminddb select PACKAGE_python3-light help Module for reading MaxMind DB files https://dev.maxmind.com/ Jan Pavlinec config PACKAGE_python3-maxminddb-src tristate "python3-maxminddb-src......... Reader for the MaxMind DB format (sources)" default y if DEFAULT_python3-maxminddb-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Module for reading MaxMind DB files. (Contains the Python3 sources for this package). https://dev.maxmind.com/ Jan Pavlinec config PACKAGE_python3-more-itertools tristate "python3-more-itertools" default y if DEFAULT_python3-more-itertools default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help more-itertools library collects additional building blocks, recipes, and routines for working with Python iterables. https://github.com/erikrose/more-itertools Jan Pavlinec config PACKAGE_python3-more-itertools-src tristate "python3-more-itertools-src" default y if DEFAULT_python3-more-itertools-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help more-itertools library collects additional building blocks, recipes, and routines for working with Python iterables.. (Contains the Python3 sources for this package). https://github.com/erikrose/more-itertools Jan Pavlinec config PACKAGE_python3-multidict tristate "python3-multidict............................... multidict implementation" default y if DEFAULT_python3-multidict default m if ALL select PACKAGE_python3-light select PACKAGE_python3-attrs select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container. https://github.com/aio-libs/multidict Josef Schlehofer config PACKAGE_python3-multidict-src tristate "python3-multidict-src................. multidict implementation (sources)" default y if DEFAULT_python3-multidict-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.. (Contains the Python3 sources for this package). https://github.com/aio-libs/multidict Josef Schlehofer config PACKAGE_python3-multiprocessing tristate "python3-multiprocessing....................... Python 3.7 multiprocessing" default y if DEFAULT_python3-multiprocessing default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Python 3.7 multiprocessing https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-multiprocessing-src tristate "python3-multiprocessing-src......... Python 3.7 multiprocessing (sources)" default y if DEFAULT_python3-multiprocessing-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-mysql tristate "python3-mysql......................... MySQL database adapter for Python3" default y if DEFAULT_python3-mysql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb help MySQLdb is an thread-compatible interface to the popular MySQL database server that provides the Python database API. . (Variant for Python3) https://pypi.python.org/project/mysqlclient Alexandru Ardelean config PACKAGE_python3-ncurses tristate "python3-ncurses................................ Python 3.7 ncurses module" default y if DEFAULT_python3-ncurses default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libncurses depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Python 3.7 ncurses module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-ncurses-src tristate "python3-ncurses-src.................. Python 3.7 ncurses module (sources)" default y if DEFAULT_python3-ncurses-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-netdisco tristate "python3-netdisco.................. Discover devices on your local network" default y if DEFAULT_python3-netdisco default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-requests select PACKAGE_python3-light select PACKAGE_python3-zeroconf help NetDisco is a Python 3 library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval. https://github.com/home-assistant/netdisco Josef Schlehofer config PACKAGE_python3-netdisco-src tristate "python3-netdisco-src.... Discover devices on your local network (sources)" default y if DEFAULT_python3-netdisco-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help NetDisco is a Python 3 library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.. (Contains the Python3 sources for this package). https://github.com/home-assistant/netdisco Josef Schlehofer config PACKAGE_python3-netifaces tristate "python3-netifaces................. Portable network interface information" default y if DEFAULT_python3-netifaces default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Portable network interface information. https://github.com/al45tair/netifaces Josef Schlehofer config PACKAGE_python3-netifaces-src tristate "python3-netifaces-src... Portable network interface information (sources)" default y if DEFAULT_python3-netifaces-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Portable network interface information.. (Contains the Python3 sources for this package). https://github.com/al45tair/netifaces Josef Schlehofer config PACKAGE_python3-newt tristate "python3-newt...................................... Newt module for Python" default y if DEFAULT_python3-newt default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnewt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. This is the Newt module for Python 3. https://pagure.io/newt Jeffery To config PACKAGE_python3-newt-src tristate "python3-newt-src........................ Newt module for Python (sources)" default y if DEFAULT_python3-newt-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. This is the Newt module for Python 3.. (Contains the Python3 sources for this package). https://pagure.io/newt Jeffery To config PACKAGE_python3-oauthlib tristate "python3-oauthlib.................. OAuth request-signing logic for Python" default y if DEFAULT_python3-oauthlib default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python . (Variant for Python3) https://github.com/oauthlib/oauthlib Eneas U de Queiroz config PACKAGE_python3-oauthlib-src tristate "python3-oauthlib-src.... OAuth request-signing logic for Python (sources)" default y if DEFAULT_python3-oauthlib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A generic, spec-compliant, thorough implementation of the OAuth request-signing logic for Python . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/oauthlib/oauthlib Eneas U de Queiroz config PACKAGE_python3-openpyxl tristate "python3-openpyxl" default y if DEFAULT_python3-openpyxl default m if ALL select PACKAGE_python3-et_xmlfile select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-jdcal select PACKAGE_python3-defusedxml help A Python library to read/write Excel 2010 xlsx/xlsm files . (Variant for Python3) https://openpyxl.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-openpyxl-src tristate "python3-openpyxl-src" default y if DEFAULT_python3-openpyxl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A Python library to read/write Excel 2010 xlsx/xlsm files . (Variant for Python3). (Contains the Python3 sources for this package). https://openpyxl.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-openssl tristate "python3-openssl.................................... Python 3.7 SSL module" default y if DEFAULT_python3-openssl default m if ALL select PACKAGE_ca-bundle if PACKAGE_ca-certificates, Jeffery To config PACKAGE_python3-openssl-src tristate "python3-openssl-src...................... Python 3.7 SSL module (sources)" default y if DEFAULT_python3-openssl-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-packages tristate "python3-packages.. A dummy package for packaging python3 modules with pip" default y if DEFAULT_python3-packages default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on DEVEL help A dummy package for packaging python3 modules with pip Yousong Zhou if PACKAGE_python3-packages config PACKAGE_python3-packages-list-host string "List of python3 packages to install on host" config PACKAGE_python3-packages-list string "List of python3 packages to install on target" config PACKAGE_python3-packages-list-cleanup string "List of python3 packages to cleanup to avoid clash with existing packages" config PACKAGE_python3-packages-envs string "Extra environment variables to pass on to pip and its children on target build" config PACKAGE_python3-packages-extra-deps string "List of deps fulfilled but not tracked by the build system" config PACKAGE_python3-packages-index-url string "Index URL passed to pip with --index-url" config PACKAGE_python3-packages-pip-opts string "Additional arguments to pip command line" endif config PACKAGE_python3-paho-mqtt tristate "python3-paho-mqtt.................... MQTT version 5.0/3.1.1 client class" default y if DEFAULT_python3-paho-mqtt default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help MQTT version 3.1/3.1.1/5.0 client class http://eclipse.org/paho Josef Schlehofer , Alexandru Ardelean config PACKAGE_python3-paho-mqtt-src tristate "python3-paho-mqtt-src...... MQTT version 5.0/3.1.1 client class (sources)" default y if DEFAULT_python3-paho-mqtt-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help MQTT version 3.1/3.1.1/5.0 client class. (Contains the Python3 sources for this package). http://eclipse.org/paho Josef Schlehofer , Alexandru Ardelean config PACKAGE_python3-parsley tristate "python3-parsley............................. Parsing and pattern matching" default y if DEFAULT_python3-parsley default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Parsing and pattern matching made easy. . (Variant for Python3) http://launchpad.net/parsley Jeffery To config PACKAGE_python3-parsley-src tristate "python3-parsley-src............... Parsing and pattern matching (sources)" default y if DEFAULT_python3-parsley-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Parsing and pattern matching made easy. . (Variant for Python3). (Contains the Python3 sources for this package). http://launchpad.net/parsley Jeffery To config PACKAGE_python3-passlib tristate "python3-passlib................. Comprehensive password hashing framework" default y if DEFAULT_python3-passlib default m if ALL select PACKAGE_python3-dateutil select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. . (Variant for Python3) https://bitbucket.org/ecollins/passlib Daniel Dickinson config PACKAGE_python3-passlib-src tristate "python3-passlib-src... Comprehensive password hashing framework (sources)" default y if DEFAULT_python3-passlib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It’s designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user applications. . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/ecollins/passlib Daniel Dickinson config PACKAGE_python3-pillow tristate "python3-pillow..................................... The friendly PIL fork" default y if DEFAULT_python3-pillow default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libtiff depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libfreetype select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP help The friendly PIL fork . (Variant for Python3) https://python-pillow.org/ Alexandru Ardelean config PACKAGE_python3-pillow-src tristate "python3-pillow-src....................... The friendly PIL fork (sources)" default y if DEFAULT_python3-pillow-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The friendly PIL fork . (Variant for Python3). (Contains the Python3 sources for this package). https://python-pillow.org/ Alexandru Ardelean config PACKAGE_python3-pip tristate "python3-pip........................................ Python 3.7 pip module" default y if DEFAULT_python3-pip default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 select PACKAGE_python3-setuptools select PACKAGE_python-pip-conf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Python 3.7 pip module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-pip-src tristate "python3-pip-src.......................... Python 3.7 pip module (sources)" default y if DEFAULT_python3-pip-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-pkg-resources tristate "python3-pkg-resources" default y if DEFAULT_python3-pkg-resources default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Python 3.7 pkg_resources module (part of setuptools) https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-pkg-resources-src tristate "python3-pkg-resources-src" default y if DEFAULT_python3-pkg-resources-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-ply tristate "python3-ply...................................... lex and yacc for Python" default y if DEFAULT_python3-ply default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3) http://www.dabeaz.com/ply/ Jeffery To config PACKAGE_python3-ply-src tristate "python3-ply-src........................ lex and yacc for Python (sources)" default y if DEFAULT_python3-ply-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PLY is a 100% Python implementation of the common parsing tools lex and yacc. . (Variant for Python3). (Contains the Python3 sources for this package). http://www.dabeaz.com/ply/ Jeffery To config PACKAGE_python3-pyasn1 tristate "python3-pyasn1.................................. ASN.1 library for Python" default y if DEFAULT_python3-pyasn1 default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3) https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean config PACKAGE_python3-pyasn1-modules tristate "python3-pyasn1-modules....................... Collection of ASN.1 modules" default y if DEFAULT_python3-pyasn1-modules default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-pyasn1 select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean config PACKAGE_python3-pyasn1-modules-src tristate "python3-pyasn1-modules-src......... Collection of ASN.1 modules (sources)" default y if DEFAULT_python3-pyasn1-modules-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This is a small but growing collection of ASN.1 data structures expressed in Python terms using pyasn1 data model. . (Variant for Python3).. (Contains the Python3 sources for this package). https://github.com/etingof/pyasn1-modules Jeffery To , Alexandru Ardelean config PACKAGE_python3-pyasn1-src tristate "python3-pyasn1-src.................... ASN.1 library for Python (sources)" default y if DEFAULT_python3-pyasn1-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/etingof/pyasn1 Jeffery To , Alexandru Ardelean config PACKAGE_python3-pycparser tristate "python3-pycparser..................................... C parser in Python" default y if DEFAULT_python3-pycparser default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_python3-ply help pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3) https://github.com/eliben/pycparser Jeffery To config PACKAGE_python3-pycparser-src tristate "python3-pycparser-src....................... C parser in Python (sources)" default y if DEFAULT_python3-pycparser-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help pycparser is a parser for the C language, written in pure Python. It is a module designed to be easily integrated into applications that need to parse C source code. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/eliben/pycparser Jeffery To config PACKAGE_python3-pydoc tristate "python3-pydoc.................................... Python 3.7 pydoc module" default y if DEFAULT_python3-pydoc default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Python 3.7 pydoc module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-pydoc-src tristate "python3-pydoc-src...................... Python 3.7 pydoc module (sources)" default y if DEFAULT_python3-pydoc-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-pyjwt tristate "python3-pyjwt.................... JSON Web Token implementation in Python" default y if DEFAULT_python3-pyjwt default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A Python implementation of RFC 7519. . (Variant for Python3) http://github.com/jpadilla/pyjwt Eneas U de Queiroz config PACKAGE_python3-pyjwt-src tristate "python3-pyjwt-src...... JSON Web Token implementation in Python (sources)" default y if DEFAULT_python3-pyjwt-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A Python implementation of RFC 7519. . (Variant for Python3). (Contains the Python3 sources for this package). http://github.com/jpadilla/pyjwt Eneas U de Queiroz config PACKAGE_python3-pyodbc tristate "python3-pyodbc............................................ python3-pyodbc" default y if DEFAULT_python3-pyodbc default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_unixodbc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help DB API Module for ODBC A Python DB API 2 module for ODBC. This project provides an up-to-date, convenient interface to ODBC using native data types like datetime and decimal. (Variant for Python3) https://github.com/mkleehammer/pyodbc Daniel Golle config PACKAGE_python3-pyopenssl tristate "python3-pyopenssl........................................ OpenSSL wrapper" default y if DEFAULT_python3-pyopenssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-six select PACKAGE_python3-cryptography depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Python wrapper module around the OpenSSL library . (Variant for Python3). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python3-pyopenssl-src tristate "python3-pyopenssl-src.......................... OpenSSL wrapper (sources)" default y if DEFAULT_python3-pyopenssl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Python wrapper module around the OpenSSL library . (Variant for Python3).. (Contains the Python3 sources for this package). https://pyopenssl.org/ Jeffery To , Alexandru Ardelean config PACKAGE_python3-pyotp tristate "python3-pyotp........................... Python One-Time Password Library" default y if DEFAULT_python3-pyotp default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in. https://github.com/pyauth/pyotp Josef Schlehofer config PACKAGE_python3-pyotp-src tristate "python3-pyotp-src............. Python One-Time Password Library (sources)" default y if DEFAULT_python3-pyotp-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help PyOTP is a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.. (Contains the Python3 sources for this package). https://github.com/pyauth/pyotp Josef Schlehofer config PACKAGE_python3-pyroute2 tristate "python3-pyroute2.................................. Python netlink library" default y if DEFAULT_python3-pyroute2 default m if ALL select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-distutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-multiprocessing select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-sqlite3 select PACKAGE_python3-ctypes select PACKAGE_python3-logging select PACKAGE_python3-light help Pyroute2 is a pure Python netlink library. The library was started as an RTNL protocol implementation, but now it supports many netlink protocols. https://github.com/svinota/pyroute2 Martin Matějek config PACKAGE_python3-pyroute2-src tristate "python3-pyroute2-src.................... Python netlink library (sources)" default y if DEFAULT_python3-pyroute2-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Pyroute2 is a pure Python netlink library. The library was started as an RTNL protocol implementation, but now it supports many netlink protocols.. (Contains the Python3 sources for this package). https://github.com/svinota/pyroute2 Martin Matějek config PACKAGE_python3-pyrsistent tristate "python3-pyrsistent....... Persistent/Functional/Immutable data structures" default y if DEFAULT_python3-pyrsistent default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-six select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. https://github.com/tobgu/pyrsistent Josef Schlehofer config PACKAGE_python3-pyrsistent-src tristate "python3-pyrsistent-src" default y if DEFAULT_python3-pyrsistent-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable.. (Contains the Python3 sources for this package). https://github.com/tobgu/pyrsistent Josef Schlehofer config PACKAGE_python3-pyserial tristate "python3-pyserial........................................ python3-pyserial" default y if DEFAULT_python3-pyserial default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. . (Variant for Python3) https://github.com/pyserial/pyserial Micke Prag config PACKAGE_python3-pyserial-src tristate "python3-pyserial-src.......................... python3-pyserial (sources)" default y if DEFAULT_python3-pyserial-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named "serial" automatically selects the appropriate backend. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/pyserial/pyserial Micke Prag config PACKAGE_python3-pytz tristate "python3-pytz" default y if DEFAULT_python3-pytz default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help World timezone definitions, modern and historical . (Variant for Python3) https://pythonhosted.org/pytz/ Alexandru Ardelean config PACKAGE_python3-pytz-src tristate "python3-pytz-src" default y if DEFAULT_python3-pytz-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help World timezone definitions, modern and historical . (Variant for Python3). (Contains the Python3 sources for this package). https://pythonhosted.org/pytz/ Alexandru Ardelean config PACKAGE_python3-qrcode tristate "python3-qrcode................................... QR Code image generator" default y if DEFAULT_python3-qrcode default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-pillow select PACKAGE_python3-setuptools select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-six select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Pure python QR Code generator . (Variant for Python3) https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz config PACKAGE_python3-qrcode-src tristate "python3-qrcode-src..................... QR Code image generator (sources)" default y if DEFAULT_python3-qrcode-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Pure python QR Code generator . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/lincolnloop/python-qrcode Eneas U de Queiroz config PACKAGE_python3-rcssmin tristate "python3-rcssmin............................. Fast CSS minifier for Python" default y if DEFAULT_python3-rcssmin default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). . (Variant for Python3) http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-rcssmin-src tristate "python3-rcssmin-src............... Fast CSS minifier for Python (sources)" default y if DEFAULT_python3-rcssmin-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). . (Variant for Python3). (Contains the Python3 sources for this package). http://opensource.perlig.de/rcssmin/ Alexandru Ardelean , Eneas U de Queiroz config PACKAGE_python3-requests tristate "python3-requests................................. HTTP library for Python" default y if DEFAULT_python3-requests default m if ALL select PACKAGE_python3-chardet select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-certifi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-urllib3 select PACKAGE_python3-idna select PACKAGE_python3-light help Requests is the only Non-GMO HTTP library for Python, safe for human consumption . (Variant for Python3) https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean config PACKAGE_python3-requests-oauthlib tristate "python3-requests-oauthlib..................... OAuthlib auth for Requests" default y if DEFAULT_python3-requests-oauthlib default m if ALL select PACKAGE_python3-oauthlib select PACKAGE_python3-requests select PACKAGE_librt if USE_GLIBC select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help This python package provides first-class OAuth library support for Requests. . (Variant for Python3) https://github.com/requests/requests-oauthlib Eneas U de Queiroz config PACKAGE_python3-requests-oauthlib-src tristate "python3-requests-oauthlib-src....... OAuthlib auth for Requests (sources)" default y if DEFAULT_python3-requests-oauthlib-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This python package provides first-class OAuth library support for Requests. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/requests/requests-oauthlib Eneas U de Queiroz config PACKAGE_python3-requests-src tristate "python3-requests-src................... HTTP library for Python (sources)" default y if DEFAULT_python3-requests-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Requests is the only Non-GMO HTTP library for Python, safe for human consumption . (Variant for Python3). (Contains the Python3 sources for this package). https://2.python-requests.org/ Josef Schlehofer , Alexandru Ardelean config PACKAGE_python3-rsa tristate "python3-rsa.......................................................... rsa" default y if DEFAULT_python3-rsa default m if ALL select PACKAGE_python3-pyasn1 select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 help Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Variant for Python3) https://stuvel.eu/rsa Daniel Danzberger config PACKAGE_python3-rsa-src tristate "python3-rsa-src............................................ rsa (sources)" default y if DEFAULT_python3-rsa-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python library as well as on the commandline. . (Variant for Python3). (Contains the Python3 sources for this package). https://stuvel.eu/rsa Daniel Danzberger config PACKAGE_python3-ruamel-yaml tristate "python3-ruamel-yaml............ YAML 1.2 loader/dumper package for Python" default y if DEFAULT_python3-ruamel-yaml default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help ruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order . (Variant for Python3) https://bitbucket.org/ruamel/yaml Josef Schlehofer config PACKAGE_python3-ruamel-yaml-src tristate "python3-ruamel-yaml-src" default y if DEFAULT_python3-ruamel-yaml-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ruamel-yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order . (Variant for Python3). (Contains the Python3 sources for this package). https://bitbucket.org/ruamel/yaml Josef Schlehofer config PACKAGE_python3-s3transfer tristate "python3-s3transfer............................................ s3transfer" default y if DEFAULT_python3-s3transfer default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-botocore select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help S3transfer is a Python library for managing Amazon S3 transfers. . (Variant for Python3) https://github.com/boto/s3transfer Daniel Danzberger config PACKAGE_python3-s3transfer-src tristate "python3-s3transfer-src.............................. s3transfer (sources)" default y if DEFAULT_python3-s3transfer-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help S3transfer is a Python library for managing Amazon S3 transfers. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/boto/s3transfer Daniel Danzberger config PACKAGE_python3-schema tristate "python3-schema............................................ python3-schema" default y if DEFAULT_python3-schema default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-contextlib2 select PACKAGE_python3-light help Schema validation just got Pythonic https://github.com/keleshev/schema Karel Kočí config PACKAGE_python3-schema-src tristate "python3-schema-src.............................. python3-schema (sources)" default y if DEFAULT_python3-schema-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Schema validation just got Pythonic. (Contains the Python3 sources for this package). https://github.com/keleshev/schema Karel Kočí config PACKAGE_python3-sentry-sdk tristate "python3-sentry-sdk.............................. Python Client for Sentry" default y if DEFAULT_python3-sentry-sdk default m if ALL depends on !(PACKAGE_python3-certifi && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-certifi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-urllib3 depends on !(PACKAGE_python3-certifi && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-logging select PACKAGE_python3-light help Python Sentry-Python is an SDK for Sentry. https://github.com/getsentry/sentry-python Josef Schlehofer config PACKAGE_python3-sentry-sdk-src tristate "python3-sentry-sdk-src................ Python Client for Sentry (sources)" default y if DEFAULT_python3-sentry-sdk-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Python Sentry-Python is an SDK for Sentry.. (Contains the Python3 sources for this package). https://github.com/getsentry/sentry-python Josef Schlehofer config PACKAGE_python3-service-identity tristate "python3-service-identity................... Service identity verification" default y if DEFAULT_python3-service-identity default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-cryptography depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-attrs select PACKAGE_python3-pyasn1 select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-pyasn1-modules select PACKAGE_libssp if GCC_LIBSSP help service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3) https://service-identity.readthedocs.io/ Jeffery To config PACKAGE_python3-service-identity-src tristate "python3-service-identity-src..... Service identity verification (sources)" default y if DEFAULT_python3-service-identity-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. . (Variant for Python3). (Contains the Python3 sources for this package). https://service-identity.readthedocs.io/ Jeffery To config PACKAGE_python3-setuptools tristate "python3-setuptools.......................... Python 3.7 setuptools module" default y if DEFAULT_python3-setuptools default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-pkg-resources select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 help Python 3.7 setuptools module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-setuptools-src tristate "python3-setuptools-src............ Python 3.7 setuptools module (sources)" default y if DEFAULT_python3-setuptools-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-simplejson tristate "python3-simplejson" default y if DEFAULT_python3-simplejson default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-decimal depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Simple, fast, extensible JSON encoder/decoder for Python . (Variant for Python3) https://simplejson.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-simplejson-src tristate "python3-simplejson-src" default y if DEFAULT_python3-simplejson-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Simple, fast, extensible JSON encoder/decoder for Python . (Variant for Python3). (Contains the Python3 sources for this package). https://simplejson.readthedocs.org/ Alexandru Ardelean config PACKAGE_python3-six tristate "python3-six......................... Python 2 and 3 compatibility library" default y if DEFAULT_python3-six default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . (Variant for Python3) https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean config PACKAGE_python3-six-src tristate "python3-six-src........... Python 2 and 3 compatibility library (sources)" default y if DEFAULT_python3-six-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/benjaminp/six Jeffery To , Alexandru Ardelean config PACKAGE_python3-slugify tristate "python3-slugify................. Slugify application that handles Unicode" default y if DEFAULT_python3-slugify default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-text-unidecode select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-setuptools select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_python3-codecs help A Python slugify application that handles unicode. https://github.com/un33k/python-slugify Josef Schlehofer config PACKAGE_python3-slugify-src tristate "python3-slugify-src... Slugify application that handles Unicode (sources)" default y if DEFAULT_python3-slugify-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A Python slugify application that handles unicode.. (Contains the Python3 sources for this package). https://github.com/un33k/python-slugify Josef Schlehofer config PACKAGE_python3-smbus tristate "python3-smbus.............................. Python bindings for the SMBUS" default y if DEFAULT_python3-smbus default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libi2c depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help This package contain the Python3 bindings for Linux SMBus access through i2c-dev. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle config PACKAGE_python3-sqlalchemy tristate "python3-sqlalchemy.......................... Database Abstraction Library" default y if DEFAULT_python3-sqlalchemy default m if ALL select PACKAGE_python3-light select PACKAGE_python3-logging select PACKAGE_python3-urllib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-decimal select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. https://www.sqlalchemy.org Josef Schlehofer config PACKAGE_python3-sqlalchemy-src tristate "python3-sqlalchemy-src............ Database Abstraction Library (sources)" default y if DEFAULT_python3-sqlalchemy-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.. (Contains the Python3 sources for this package). https://www.sqlalchemy.org Josef Schlehofer config PACKAGE_python3-sqlite3 tristate "python3-sqlite3................................ Python 3.7 sqlite3 module" default y if DEFAULT_python3-sqlite3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-light select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC help Python 3.7 sqlite3 module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-sqlite3-src tristate "python3-sqlite3-src.................. Python 3.7 sqlite3 module (sources)" default y if DEFAULT_python3-sqlite3-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-text-unidecode tristate "python3-text-unidecode............... The most basic Text::Unidecode port" default y if DEFAULT_python3-text-unidecode default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help text-unidecode is the most basic port of the Text::Unidecode Perl library. . (Variant for Python3) https://github.com/kmike/text-unidecode/ Josef Schlehofer config PACKAGE_python3-text-unidecode-src tristate "python3-text-unidecode-src. The most basic Text::Unidecode port (sources)" default y if DEFAULT_python3-text-unidecode-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help text-unidecode is the most basic port of the Text::Unidecode Perl library. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/kmike/text-unidecode/ Josef Schlehofer config PACKAGE_python3-twisted tristate "python3-twisted........................ Asynchronous networking framework" default y if DEFAULT_python3-twisted default m if ALL select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-constantly select PACKAGE_python3-setuptools select PACKAGE_python3-hyperlink select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-zope-interface select PACKAGE_python3-automat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-incremental select PACKAGE_python3-attrs select PACKAGE_python3-light help Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. . (Variant for Python3) https://twistedmatrix.com/ Jeffery To config PACKAGE_python3-twisted-src tristate "python3-twisted-src.......... Asynchronous networking framework (sources)" default y if DEFAULT_python3-twisted-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Twisted is a networking engine written in Python, supporting numerous protocols. It contains a web server, numerous chat clients, chat servers, mail servers, and more. . (Variant for Python3). (Contains the Python3 sources for this package). https://twistedmatrix.com/ Jeffery To config PACKAGE_python3-unidecode tristate "python3-unidecode................. ASCII transliterations of Unicode text" default y if DEFAULT_python3-unidecode default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help ASCII transliterations of Unicode text https://github.com/avian2/unidecode Josef Schlehofer config PACKAGE_python3-unidecode-src tristate "python3-unidecode-src... ASCII transliterations of Unicode text (sources)" default y if DEFAULT_python3-unidecode-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://github.com/avian2/unidecode Josef Schlehofer config PACKAGE_python3-unittest tristate "python3-unittest.............................. Python 3.7 unittest module" default y if DEFAULT_python3-unittest default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Python 3.7 unittest module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-unittest-src tristate "python3-unittest-src................ Python 3.7 unittest module (sources)" default y if DEFAULT_python3-unittest-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-urllib tristate "python3-urllib............................. Python 3.7 URL library module" default y if DEFAULT_python3-urllib default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-email help Python 3.7 URL library module https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-urllib-src tristate "python3-urllib-src............... Python 3.7 URL library module (sources)" default y if DEFAULT_python3-urllib-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-urllib3 tristate "python3-urllib3.............................. Sanity-friendly HTTP client" default y if DEFAULT_python3-urllib3 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 help HTTP library with thread-safe connection pooling, file post, and more. . (Variant for Python3) https://urllib3.readthedocs.io/ Josef Schlehofer config PACKAGE_python3-urllib3-src tristate "python3-urllib3-src................ Sanity-friendly HTTP client (sources)" default y if DEFAULT_python3-urllib3-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help HTTP library with thread-safe connection pooling, file post, and more. . (Variant for Python3). (Contains the Python3 sources for this package). https://urllib3.readthedocs.io/ Josef Schlehofer config PACKAGE_python3-vobject tristate "python3-vobject.................................................. VObject" default y if DEFAULT_python3-vobject default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-dateutil select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP help vCard and vCalendar support for Python . (Variant for Python3) http://eventable.github.io/vobject/ Daniel Dickinson config PACKAGE_python3-vobject-src tristate "python3-vobject-src.................................... VObject (sources)" default y if DEFAULT_python3-vobject-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help vCard and vCalendar support for Python . (Variant for Python3). (Contains the Python3 sources for this package). http://eventable.github.io/vobject/ Daniel Dickinson config PACKAGE_python3-voluptuous tristate "python3-voluptuous............................... Data validation library" default y if DEFAULT_python3-voluptuous default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help It is primarily intended for validating data coming into Python as JSON, YAML, etc. . (Variant for Python3) https://github.com/alecthomas/voluptuous Josef Schlehofer config PACKAGE_python3-voluptuous-serialize tristate "python3-voluptuous-serialize................. Python Voluptuous Serialize" default y if DEFAULT_python3-voluptuous-serialize default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-voluptuous select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Convert Voluptuous schemas to dictionaries so they can be serialized. https://github.com/balloob/voluptuous-serialize Josef Schlehofer config PACKAGE_python3-voluptuous-serialize-src tristate "python3-voluptuous-serialize-src... Python Voluptuous Serialize (sources)" default y if DEFAULT_python3-voluptuous-serialize-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Convert Voluptuous schemas to dictionaries so they can be serialized.. (Contains the Python3 sources for this package). https://github.com/balloob/voluptuous-serialize Josef Schlehofer config PACKAGE_python3-voluptuous-src tristate "python3-voluptuous-src................. Data validation library (sources)" default y if DEFAULT_python3-voluptuous-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help It is primarily intended for validating data coming into Python as JSON, YAML, etc. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/alecthomas/voluptuous Josef Schlehofer config PACKAGE_python3-werkzeug tristate "python3-werkzeug................................................ Werkzeug" default y if DEFAULT_python3-werkzeug default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-email select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help The comprehensive WSGI web application library. https://palletsprojects.com/p/werkzeug/ Daniel Golle config PACKAGE_python3-werkzeug-src tristate "python3-werkzeug-src.................................. Werkzeug (sources)" default y if DEFAULT_python3-werkzeug-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The comprehensive WSGI web application library.. (Contains the Python3 sources for this package). https://palletsprojects.com/p/werkzeug/ Daniel Golle config PACKAGE_python3-xml tristate "python3-xml.......................................... Python 3.7 xml libs" default y if DEFAULT_python3-xml default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Python 3.7 xml libs https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-xml-src tristate "python3-xml-src............................ Python 3.7 xml libs (sources)" default y if DEFAULT_python3-xml-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help . (Contains the Python3 sources for this package). https://www.python.org/ Alexandru Ardelean , Jeffery To config PACKAGE_python3-xmltodict tristate "python3-xmltodict................................ Work with XML like JSON" default y if DEFAULT_python3-xmltodict default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-xml depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_python3-urllib select PACKAGE_librt if USE_GLIBC help xmltodict is a Python module that makes working with XML feel like you are working with JSON. https://github.com/martinblech/xmltodict Josef Schlehofer config PACKAGE_python3-xmltodict-src tristate "python3-xmltodict-src.................. Work with XML like JSON (sources)" default y if DEFAULT_python3-xmltodict-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help xmltodict is a Python module that makes working with XML feel like you are working with JSON.. (Contains the Python3 sources for this package). https://github.com/martinblech/xmltodict Josef Schlehofer config PACKAGE_python3-yaml tristate "python3-yaml.......................... YAML parser and emitter for Python" default y if DEFAULT_python3-yaml default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libyaml depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PyYAML is a YAML parser and emitter for the Python programming language. . (Variant for Python3) https://github.com/yaml/pyyaml Josef Schlehofer config PACKAGE_python3-yaml-src tristate "python3-yaml-src............ YAML parser and emitter for Python (sources)" default y if DEFAULT_python3-yaml-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help PyYAML is a YAML parser and emitter for the Python programming language. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/yaml/pyyaml Josef Schlehofer config PACKAGE_python3-yarl tristate "python3-yarl..................................... Yet another URL library" default y if DEFAULT_python3-yarl default m if ALL select PACKAGE_python3-idna depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-multidict select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-urllib select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light help Yet another URL library https://github.com/aio-libs/yarl Josef Schlehofer config PACKAGE_python3-yarl-src tristate "python3-yarl-src....................... Yet another URL library (sources)" default y if DEFAULT_python3-yarl-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Yet another URL library. (Contains the Python3 sources for this package). https://github.com/aio-libs/yarl Josef Schlehofer config PACKAGE_python3-zeroconf tristate "python3-zeroconf................. Multicast DNS Service Discovery Library" default y if DEFAULT_python3-zeroconf default m if ALL select PACKAGE_python3-ifaddr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-logging select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC help Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible) https://github.com/jstasiak/python-zeroconf Josef Schlehofer config PACKAGE_python3-zeroconf-src tristate "python3-zeroconf-src... Multicast DNS Service Discovery Library (sources)" default y if DEFAULT_python3-zeroconf-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Pure Python Multicast DNS Service Discovery Library (Bonjour/Avahi compatible). (Contains the Python3 sources for this package). https://github.com/jstasiak/python-zeroconf Josef Schlehofer config PACKAGE_python3-zipp tristate "python3-zipp...................................... Zipfile object wrapper" default y if DEFAULT_python3-zipp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light select PACKAGE_python3-more-itertools depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Backport of pathlib-compatible object wrapper for zip files https://github.com/jaraco/zipp Paul Spooren , Jan Pavlinec config PACKAGE_python3-zipp-src tristate "python3-zipp-src........................ Zipfile object wrapper (sources)" default y if DEFAULT_python3-zipp-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Backport of pathlib-compatible object wrapper for zip files. (Contains the Python3 sources for this package). https://github.com/jaraco/zipp Paul Spooren , Jan Pavlinec config PACKAGE_python3-zope-interface tristate "python3-zope-interface............................. Interfaces for Python" default y if DEFAULT_python3-zope-interface default m if ALL select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3) https://github.com/zopefoundation/zope.interface Jeffery To config PACKAGE_python3-zope-interface-src tristate "python3-zope-interface-src............... Interfaces for Python (sources)" default y if DEFAULT_python3-zope-interface-src default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. So, this package can be considered as implementation of the Design By Contract methodology support in Python. . (Variant for Python3). (Contains the Python3 sources for this package). https://github.com/zopefoundation/zope.interface Jeffery To endmenu menu "Ruby" config PACKAGE_ruby tristate "ruby............................... Ruby scripting language (interpreter)" default y if DEFAULT_ruby default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in perl). It is simple, straight-forward, and extensible. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca comment "Standard Library" depends on PACKAGE_ruby config PACKAGE_ruby-stdlib depends on PACKAGE_ruby default m if ALL prompt "Select Ruby Complete Standard Library (ruby-stdlib)" config PACKAGE_ruby-bigdecimal tristate "ruby-bigdecimal.. Ruby Arbitrary-precision decimal floating-point library" default y if DEFAULT_ruby-bigdecimal default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the ruby Arbitrary-precision decimal floating-point library. Provides: - /usr/lib/ruby/2.6/*/bigdecimal.so - /usr/lib/ruby/2.6/*/bigdecimal/ - /usr/lib/ruby/2.6/bigdecimal/ - /usr/lib/ruby/2.6/bigdecimal.rb - /usr/lib/ruby/gems/2.6/specifications/default/bigdecimal-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-bundler tristate "ruby-bundler.................................... Ruby Manage dependencies" default y if DEFAULT_ruby-bundler default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the ruby Manage dependencies. Provides: - /usr/lib/ruby/2.6/bundler.rb - /usr/lib/ruby/2.6/bundler/ - /usr/lib/ruby/gems/2.6/gems/bundler-*/ - /usr/lib/ruby/gems/2.6/specifications/default/bundler-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-cgi tristate "ruby-cgi........................................ Ruby CGI support toolkit" default y if DEFAULT_ruby-cgi default m if ALL select PACKAGE_ruby-stringio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_ruby-filelib select PACKAGE_ruby-pstore help This package contains the ruby CGI support toolkit. Provides: - /usr/lib/ruby/2.6/cgi - /usr/lib/ruby/2.6/cgi.rb - /usr/lib/ruby/2.6/*/cgi/escape.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-cmath tristate "ruby-cmath" default y if DEFAULT_ruby-cmath default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Trigonometric and transcendental functions for complex numbers. Provides: - /usr/lib/ruby/2.6/cmath.rb - /usr/lib/ruby/gems/2.6/specifications/default/cmath-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-csv tristate "ruby-csv.................................... Ruby CSV Reading and Writing" default y if DEFAULT_ruby-csv default m if ALL select PACKAGE_ruby-forwardable select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_ruby-strscan select PACKAGE_ruby-misc select PACKAGE_ruby-stringio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-date select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby CSV Reading and Writing. Provides: - /usr/lib/ruby/2.6/csv.rb - /usr/lib/ruby/2.6/csv/ - /usr/lib/ruby/gems/2.6/specifications/default/csv-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-date tristate "ruby-date...................... Ruby Comparable module for handling dates" default y if DEFAULT_ruby-date default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby Comparable module for handling dates. Provides: - /usr/lib/ruby/2.6/date.rb - /usr/lib/ruby/2.6/*/date_core.so - /usr/lib/ruby/gems/2.6/specifications/default/date-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-dbm tristate "ruby-dbm........ Ruby Wrapper for the UNIX-style Database Manager Library" default y if DEFAULT_ruby-dbm default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libdb47 select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help The DBM class provides a wrapper to a Unix-style dbm or Database Manager library. This package provides dbm.so file. Provides: - /usr/lib/ruby/2.6/*/dbm.so - /usr/lib/ruby/gems/2.6/specifications/default/dbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-debuglib tristate "ruby-debuglib......................................... Ruby debug library" default y if DEFAULT_ruby-debuglib default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-misc select PACKAGE_ruby-tracer select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-prettyprint help This package contains the ruby debug library. Provides: - /usr/lib/ruby/2.6/profile.rb - /usr/lib/ruby/2.6/profiler.rb - /usr/lib/ruby/2.6/debug.rb - /usr/lib/ruby/2.6/benchmark.rb - /usr/lib/ruby/2.6/*/objspace.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-dev tristate "ruby-dev............................. Ruby scripting language (dev files)" default y if DEFAULT_ruby-dev default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libruby select PACKAGE_libssp if GCC_LIBSSP help Header files for compiling extension modules for the Ruby 2.6 http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-did-you-mean tristate "ruby-did-you-mean.......................... Ruby did you mean? experience" default y if DEFAULT_ruby-did-you-mean default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-misc help This package contains the ruby did you mean? experience. Provides: - /usr/lib/ruby/gems/2.6/specifications/did_you_mean-*.gemspec - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/ Except: - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/benchmark - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/doc - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/evaluation - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/test - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/*.md - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/*.txt - /usr/lib/ruby/gems/2.6/gems/did_you_mean-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-digest tristate "ruby-digest.......................................... Ruby Digest Library" default y if DEFAULT_ruby-digest default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl if RUBY_DIGEST_USE_OPENSSL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help Provides digest* files. Can be configured to use OpenSSL or bundled hash functions. Provides: - /usr/lib/ruby/2.6/digest - /usr/lib/ruby/2.6/digest.rb - /usr/lib/ruby/2.6/*/digest.so - /usr/lib/ruby/2.6/*/digest/* http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config RUBY_DIGEST_USE_OPENSSL bool "Use OpenSSL functions for ruby digest hash functions" depends on PACKAGE_ruby-digest help Ruby can use OpenSSL hash functions or compile alternative implementations. Using OpenSSL saves about 30KBytes (less when compressed) but requires OpenSSL (that is way bigger than that). However, if OpenSSL is already needed by another usage, as ruby-openssl or any other non ruby package, it is better to mark this option. default n config PACKAGE_ruby-drb tristate "ruby-drb.................................. Ruby distributed object system" default y if DEFAULT_ruby-drb default m if ALL select PACKAGE_ruby-filelib select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-ipaddr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-patterns help This package contains the ruby distributed object system. Provides: - /usr/lib/ruby/2.6/drb.rb - /usr/lib/ruby/2.6/drb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-e2mmap tristate "ruby-e2mmap................ Ruby custom exceptions with specific messages" default y if DEFAULT_ruby-e2mmap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the ruby custom exceptions with specific messages. Provides: - /usr/lib/ruby/2.6/e2mmap.rb - /usr/lib/ruby/2.6/e2mmap/ - /usr/lib/ruby/gems/2.6/specifications/default/e2mmap-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-enc tristate "ruby-enc......... Ruby character re-coding library charset (small subset)" default y if DEFAULT_ruby-enc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby character re-coding library charset (small subset). Provides: - /usr/lib/ruby/2.6/*/enc/encdb.so - /usr/lib/ruby/2.6/*/enc/iso_8859_1.so - /usr/lib/ruby/2.6/*/enc/utf_*.so - /usr/lib/ruby/2.6/*/enc/euc_jp.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-enc-extra tristate "ruby-enc-extra... Ruby character re-coding library charset (extra subset)" default y if DEFAULT_ruby-enc-extra default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-enc help This package contains the ruby character re-coding library charset (extra subset). Provides: - /usr/lib/ruby/2.6/*/enc Except: - /usr/lib/ruby/2.6/*/enc/encdb.so - /usr/lib/ruby/2.6/*/enc/iso_8859_1.so - /usr/lib/ruby/2.6/*/enc/utf_*.so - /usr/lib/ruby/2.6/*/enc/euc_jp.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-erb tristate "ruby-erb..................................... Ruby (embedded interpreter)" default y if DEFAULT_ruby-erb default m if ALL select PACKAGE_ruby-cgi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-strscan depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC help This package contains the ruby (embedded interpreter). Provides: - /usr/bin/erb - /usr/lib/ruby/2.6/erb.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-etc tristate "ruby-etc....................... Ruby Access info typically stored in /etc" default y if DEFAULT_ruby-etc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Access info typically stored in /etc. Provides: - /usr/lib/ruby/2.6/*/etc.so - /usr/lib/ruby/gems/2.6/specifications/default/etc-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-fcntl tristate "ruby-fcntl.. Ruby Loads constants defined in the OS fcntl.h C header file" default y if DEFAULT_ruby-fcntl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Loads constants defined in the OS fcntl.h C header file. Provides: - /usr/lib/ruby/2.6/*/fcntl.so - /usr/lib/ruby/gems/2.6/specifications/default/fcntl-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-fiddle tristate "ruby-fiddle................................. Ruby Libffi wrapper for Ruby" default y if DEFAULT_ruby-fiddle default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libffi select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Libffi wrapper for Ruby. Provides: - /usr/lib/ruby/2.6/fiddle.rb - /usr/lib/ruby/2.6/fiddle/ - /usr/lib/ruby/2.6/*/fiddle.so - /usr/lib/ruby/gems/2.6/specifications/default/fiddle-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-filelib tristate "ruby-filelib..................................... Ruby file utils library" default y if DEFAULT_ruby-filelib default m if ALL select PACKAGE_ruby-fileutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-misc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby file utils library. Provides: - /usr/lib/ruby/2.6/tmpdir.rb - /usr/lib/ruby/2.6/tempfile.rb - /usr/lib/ruby/2.6/pathname.rb - /usr/lib/ruby/2.6/*/pathname.so - /usr/lib/ruby/2.6/find.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-fileutils tristate "ruby-fileutils. Ruby File utility methods for copying moving removing etc" default y if DEFAULT_ruby-fileutils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-etc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_ruby-rbconfig select PACKAGE_ruby-enc select PACKAGE_librt if USE_GLIBC help This package contains the ruby File utility methods for copying moving removing etc. Provides: - /usr/lib/ruby/2.6/fileutils.rb - /usr/lib/ruby/2.6/fileutils/ - /usr/lib/ruby/gems/2.6/specifications/default/fileutils-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-forwardable tristate "ruby-forwardable.................. Ruby delegation of methods to a object" default y if DEFAULT_ruby-forwardable default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby delegation of methods to a object. Provides: - /usr/lib/ruby/2.6/forwardable.rb - /usr/lib/ruby/2.6/forwardable - /usr/lib/ruby/gems/2.6/specifications/default/forwardable-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-gdbm tristate "ruby-gdbm................................ Ruby Ruby extension for GNU dbm" default y if DEFAULT_ruby-gdbm default m if ALL select PACKAGE_libgdbm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Ruby extension for GNU dbm. Provides: - /usr/lib/ruby/2.6/*/gdbm.so - /usr/lib/ruby/gems/2.6/specifications/default/gdbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-gems tristate "ruby-gems.................................... Ruby gems packet management" default y if DEFAULT_ruby-gems default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby gems packet management. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-io-console tristate "ruby-io-console................................... Ruby Console interface" default y if DEFAULT_ruby-io-console default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Console interface. Provides: - /usr/lib/ruby/2.6/*/io/console.so - /usr/lib/ruby/2.6/io/console/ - /usr/lib/ruby/gems/2.6/specifications/default/io-console-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-ipaddr tristate "ruby-ipaddr.............. Ruby Set of methods to manipulate an IP address" default y if DEFAULT_ruby-ipaddr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-socket help This package contains the ruby Set of methods to manipulate an IP address. Provides: - /usr/lib/ruby/2.6/ipaddr.rb - /usr/lib/ruby/gems/2.6/specifications/default/ipaddr-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-irb tristate "ruby-irb........................................ Ruby (interactive shell)" default y if DEFAULT_ruby-irb default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby (interactive shell). http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-json tristate "ruby-json.............................. Ruby JSON Implementation for Ruby" default y if DEFAULT_ruby-json default m if ALL select PACKAGE_ruby-date select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-ostruct select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC help This package contains the ruby JSON Implementation for Ruby. Provides: - /usr/lib/ruby/2.6/json.rb - /usr/lib/ruby/2.6/json - /usr/lib/ruby/2.6/*/json - /usr/lib/ruby/gems/2.6/specifications/default/json-*.gemspec Except: - /usr/lib/ruby/2.6/psych - /usr/lib/ruby/2.6/psych.rb - /usr/lib/ruby/2.6/*/psych.so - /usr/lib/ruby/gems/2.6/specifications/default/psych-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-logger tristate "ruby-logger............................... Ruby logger and syslog library" default y if DEFAULT_ruby-logger default m if ALL select PACKAGE_ruby-multithread depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the ruby logger and syslog library. Provides: - /usr/lib/ruby/2.6/logger.rb - /usr/lib/ruby/2.6/syslog/logger.rb - /usr/lib/ruby/2.6/*/syslog.so - /usr/lib/ruby/gems/2.6/specifications/default/logger-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-matrix tristate "ruby-matrix............. Ruby implementation of Matrix and Vector classes" default y if DEFAULT_ruby-matrix default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-e2mmap depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby implementation of Matrix and Vector classes. Provides: - /usr/lib/ruby/2.6/matrix.rb - /usr/lib/ruby/2.6/matrix - /usr/lib/ruby/gems/2.6/specifications/default/matrix-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-minitest tristate "ruby-minitest.......................................... Ruby Gem minitest" default y if DEFAULT_ruby-minitest default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_ruby-mutex_m select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Gem minitest. Provides: - /usr/lib/ruby/gems/2.6/specifications/minitest-*.gemspec - /usr/lib/ruby/gems/2.6/gems/minitest-* Except: - /usr/lib/ruby/gems/2.6/gems/minitest-*/test - /usr/lib/ruby/gems/2.6/gems/minitest-*/*.rdoc - /usr/lib/ruby/gems/2.6/gems/minitest-*/*.txt http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-misc tristate "ruby-misc........... Ruby standard libraries subset (miscellaneous files)" default y if DEFAULT_ruby-misc default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby standard libraries subset (miscellaneous files). Provides: - /usr/lib/ruby/2.6/English.rb - /usr/lib/ruby/2.6/abbrev.rb - /usr/lib/ruby/2.6/base64.rb - /usr/lib/ruby/2.6/coverage.rb - /usr/lib/ruby/2.6/delegate.rb - /usr/lib/ruby/2.6/expect.rb - /usr/lib/ruby/2.6/getoptlong.rb - /usr/lib/ruby/2.6/open3.rb - /usr/lib/ruby/2.6/securerandom.rb - /usr/lib/ruby/2.6/set.rb - /usr/lib/ruby/2.6/shellwords.rb - /usr/lib/ruby/2.6/tsort.rb - /usr/lib/ruby/2.6/weakref.rb - /usr/lib/ruby/2.6/*/continuation.so - /usr/lib/ruby/2.6/*/coverage.so - /usr/lib/ruby/2.6/*/fiber.so - /usr/lib/ruby/2.6/*/pty.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-mkmf tristate "ruby-mkmf.......................................... Ruby makefile library" default y if DEFAULT_ruby-mkmf default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-filelib select PACKAGE_ruby-optparse depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby makefile library. Provides: - /usr/lib/ruby/2.6/mkmf.rb - /usr/lib/ruby/2.6/un.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-multithread tristate "ruby-multithread................................ Ruby multithread library" default y if DEFAULT_ruby-multithread default m if ALL select PACKAGE_ruby-misc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby multithread library. Provides: - /usr/lib/ruby/2.6/monitor.rb - /usr/lib/ruby/2.6/timeout.rb - /usr/lib/ruby/2.6/*/io/wait.so - /usr/lib/ruby/2.6/*/io/nonblock.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-mutex_m tristate "ruby-mutex_m.............. Ruby extend objects to be handled like a Mutex" default y if DEFAULT_ruby-mutex_m default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby extend objects to be handled like a Mutex. Provides: - /usr/lib/ruby/2.6/mutex_m.rb - /usr/lib/ruby/gems/2.6/specifications/default/mutex_m-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-net tristate "ruby-net.................................. Ruby Network Protocols Library" default y if DEFAULT_ruby-net default m if ALL select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_ruby-strscan select PACKAGE_ruby-filelib select PACKAGE_ruby-time select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-digest select PACKAGE_ruby-stringio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-uri select PACKAGE_ruby-socket help This package contains the ruby Network Protocols Library. Provides: - /usr/lib/ruby/2.6/open-uri.rb - /usr/lib/ruby/2.6/net/* http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-net-telnet tristate "ruby-net-telnet....................................... Ruby telnet client" default y if DEFAULT_ruby-net-telnet default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-net depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby telnet client. Provides: - /usr/lib/ruby/gems/2.6/specifications/net-telnet-*.gemspec - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/ Except: - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/*.md - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/*.txt - /usr/lib/ruby/gems/2.6/gems/net-telnet-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-nkf tristate "ruby-nkf....................................... Ruby Network Kanji Filter" default y if DEFAULT_ruby-nkf default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-enc help This package contains the ruby Network Kanji Filter. Provides: - /usr/lib/ruby/2.6/kconv.rb - /usr/lib/ruby/2.6/*/nkf.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-openssl tristate "ruby-openssl............... Ruby SSL TLS and general purpose cryptography" default y if DEFAULT_ruby-openssl default m if ALL select PACKAGE_ruby-enc depends on PACKAGE_ruby select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-ipaddr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-stringio help This package contains the ruby SSL TLS and general purpose cryptography. Provides: - /usr/lib/ruby/2.6/openssl - /usr/lib/ruby/2.6/openssl.rb - /usr/lib/ruby/2.6/*/openssl.so - /usr/lib/ruby/gems/2.6/specifications/default/openssl-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-optparse tristate "ruby-optparse.......................... Ruby command-line option analysis" default y if DEFAULT_ruby-optparse default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-misc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_ruby-time select PACKAGE_librt if USE_GLIBC help This package contains the ruby command-line option analysis. Provides: - /usr/lib/ruby/2.6/optparse.rb - /usr/lib/ruby/2.6/optionparser.rb - /usr/lib/ruby/2.6/optparse http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-ostruct tristate "ruby-ostruct........................... Ruby build custom data structures" default y if DEFAULT_ruby-ostruct default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the ruby build custom data structures. Provides: - /usr/lib/ruby/2.6/ostruct.rb - /usr/lib/ruby/gems/2.6/specifications/default/ostruct-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-patterns tristate "ruby-patterns........................ Ruby design patterns implementation" default y if DEFAULT_ruby-patterns default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby design patterns implementation. Provides: - /usr/lib/ruby/2.6/observer.rb - /usr/lib/ruby/2.6/singleton.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-powerassert tristate "ruby-powerassert................................... Ruby Gem power_assert" default y if DEFAULT_ruby-powerassert default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-ripper select PACKAGE_ruby-prettyprint depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Gem power_assert. Provides: - /usr/lib/ruby/gems/2.6/specifications/power_assert-*.gemspec - /usr/lib/ruby/gems/2.6/gems/power_assert-* Except: - /usr/lib/ruby/gems/2.6/gems/power_assert-*/*.rdoc - /usr/lib/ruby/gems/2.6/gems/power_assert-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-prettyprint tristate "ruby-prettyprint................................ Ruby PrettyPrint library" default y if DEFAULT_ruby-prettyprint default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-etc depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby PrettyPrint library. Provides: - /usr/lib/ruby/2.6/pp.rb - /usr/lib/ruby/2.6/prettyprint.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-prime tristate "ruby-prime.................. Ruby Prime numbers and factorization library" default y if DEFAULT_ruby-prime default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-patterns depends on PACKAGE_ruby select PACKAGE_ruby-forwardable select PACKAGE_librt if USE_GLIBC help This package contains the ruby Prime numbers and factorization library. Provides: - /usr/lib/ruby/2.6/prime.rb - /usr/lib/ruby/gems/2.6/specifications/default/prime-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-pstore tristate "ruby-pstore.................................. Ruby file based persistence" default y if DEFAULT_ruby-pstore default m if ALL select PACKAGE_ruby-digest select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-enc help This package contains the ruby file based persistence. Provides: - /usr/lib/ruby/2.6/pstore.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-psych tristate "ruby-psych.................................. Ruby YAML parser and emitter" default y if DEFAULT_ruby-psych default m if ALL select PACKAGE_ruby-date select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-stringio select PACKAGE_ruby-bigdecimal select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-enc select PACKAGE_libc select PACKAGE_libyaml depends on PACKAGE_ruby select PACKAGE_ruby-strscan select PACKAGE_librt if USE_GLIBC help This package contains the ruby YAML parser and emitter. Provides: - /usr/lib/ruby/2.6/psych - /usr/lib/ruby/2.6/psych.rb - /usr/lib/ruby/2.6/*/psych.so - /usr/lib/ruby/gems/2.6/specifications/default/psych-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-racc tristate "ruby-racc..................................... Ruby LALR parser generator" default y if DEFAULT_ruby-racc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the ruby LALR parser generator. Provides: - /usr/lib/ruby/2.6/racc - /usr/lib/ruby/2.6/*/racc/*.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rake tristate "ruby-rake................................... Ruby Rake (make replacement)" default y if DEFAULT_ruby-rake default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-patterns select PACKAGE_ruby-fileutils select PACKAGE_ruby-ostruct select PACKAGE_ruby-multithread select PACKAGE_ruby-optparse depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Rake (make replacement). http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rbconfig tristate "ruby-rbconfig.............................................. Ruby RbConfig" default y if DEFAULT_ruby-rbconfig default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby RbConfig. Provides: - /usr/lib/ruby/2.6/*/rbconfig.rb - /usr/lib/ruby/2.6/*/rbconfig/*.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rdoc tristate "ruby-rdoc" default y if DEFAULT_ruby-rdoc default m if ALL select PACKAGE_ruby-yaml select PACKAGE_ruby-erb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-zlib select PACKAGE_ruby-rake select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-ripper select PACKAGE_ruby-debuglib select PACKAGE_ruby-racc select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_ruby-did-you-mean select PACKAGE_ruby-json select PACKAGE_librt if USE_GLIBC help This package contains the ruby RDoc produces HTML and command-line documentation for Ruby projects. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-readline tristate "ruby-readline.................................. Ruby support for readline" default y if DEFAULT_ruby-readline default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the ruby support for readline. Provides: - /usr/lib/ruby/2.6/*/readline.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rexml tristate "ruby-rexml.............................................. Ruby XML toolkit" default y if DEFAULT_ruby-rexml default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-stringio select PACKAGE_ruby-misc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-forwardable select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-enc select PACKAGE_ruby-strscan depends on PACKAGE_ruby help This package contains the ruby XML toolkit. Provides: - /usr/lib/ruby/2.6/rexml - /usr/lib/ruby/gems/2.6/specifications/default/rexml-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rinda tristate "ruby-rinda............................ Ruby Linda paradigm implementation" default y if DEFAULT_ruby-rinda default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-forwardable select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-drb depends on PACKAGE_ruby help This package contains the ruby Linda paradigm implementation. Provides: - /usr/lib/ruby/2.6/rinda http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-ripper tristate "ruby-ripper........................................... Ruby script parser" default y if DEFAULT_ruby-ripper default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby script parser. Provides: - /usr/lib/ruby/2.6/ripper.rb - /usr/lib/ruby/2.6/ripper - /usr/lib/ruby/2.6/*/ripper.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-rss tristate "ruby-rss................................................ Ruby RSS toolkit" default y if DEFAULT_ruby-rss default m if ALL select PACKAGE_ruby-net select PACKAGE_ruby-rexml select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-nkf help This package contains the ruby RSS toolkit. Provides: - /usr/lib/ruby/2.6/rss - /usr/lib/ruby/2.6/rss.rb - /usr/lib/ruby/gems/2.6/specifications/default/rss-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-scanf tristate "ruby-scanf................ Ruby Implementation of the C function scanf(3)" default y if DEFAULT_ruby-scanf default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby Implementation of the C function scanf(3). Provides: - /usr/lib/ruby/2.6/scanf.rb - /usr/lib/ruby/gems/2.6/specifications/default/scanf-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-sdbm tristate "ruby-sdbm............ Ruby simple file-based key-value dbm implementation" default y if DEFAULT_ruby-sdbm default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby simple file-based key-value dbm implementation. Provides: - /usr/lib/ruby/2.6/*/sdbm.so - /usr/lib/ruby/gems/2.6/specifications/default/sdbm-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-shell tristate "ruby-shell................................. Ruby idiomatic Ruby interface" default y if DEFAULT_ruby-shell default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-e2mmap select PACKAGE_ruby-sync depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-forwardable help This package contains the ruby idiomatic Ruby interface. Provides: - /usr/lib/ruby/2.6/shell.rb - /usr/lib/ruby/2.6/shell - /usr/lib/ruby/gems/2.6/specifications/default/shell-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-socket tristate "ruby-socket.......................................... Ruby socket support" default y if DEFAULT_ruby-socket default m if ALL select PACKAGE_ruby-misc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-multithread help This package contains the ruby socket support. Provides: - /usr/lib/ruby/2.6/resolv-replace.rb - /usr/lib/ruby/2.6/resolv.rb - /usr/lib/ruby/2.6/socket.rb - /usr/lib/ruby/2.6/*/socket.so http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-stdlib tristate default y if DEFAULT_ruby-stdlib select PACKAGE_ruby-sdbm select PACKAGE_ruby-socket select PACKAGE_ruby-rbconfig select PACKAGE_ruby-mutex_m select PACKAGE_ruby-cmath select PACKAGE_ruby-zlib select PACKAGE_ruby-readline select PACKAGE_ruby-erb select PACKAGE_ruby-time select PACKAGE_ruby-json select PACKAGE_ruby-did-you-mean select PACKAGE_ruby-nkf select PACKAGE_ruby-pstore select PACKAGE_ruby-filelib select PACKAGE_libc select PACKAGE_ruby-xmlrpc select PACKAGE_ruby-bundler select PACKAGE_ruby-webrick select PACKAGE_ruby-fileutils select PACKAGE_ruby-ripper select PACKAGE_ruby-rexml select PACKAGE_ruby-scanf select PACKAGE_ruby-csv select PACKAGE_ruby-drb select PACKAGE_ruby-gems select PACKAGE_ruby-multithread select PACKAGE_ruby-optparse select PACKAGE_ruby-gdbm select PACKAGE_ruby-testunit select PACKAGE_ruby-bigdecimal select PACKAGE_ruby-thwait select PACKAGE_ruby-digest select PACKAGE_ruby-ipaddr select PACKAGE_ruby-cgi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-strscan select PACKAGE_ruby-matrix select PACKAGE_ruby-openssl select PACKAGE_ruby-patterns select PACKAGE_ruby-racc select PACKAGE_ruby-net-telnet select PACKAGE_ruby-forwardable select PACKAGE_ruby-uri select PACKAGE_ruby-enc-extra select PACKAGE_ruby-fiddle select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-stringio select PACKAGE_ruby-ostruct select PACKAGE_ruby-date select PACKAGE_ruby-yaml select PACKAGE_ruby-minitest select PACKAGE_ruby-dbm select PACKAGE_ruby-debuglib select PACKAGE_ruby-prime select PACKAGE_ruby-etc select PACKAGE_ruby-psych select PACKAGE_ruby-powerassert select PACKAGE_ruby-shell select PACKAGE_ruby-net select PACKAGE_ruby-enc select PACKAGE_ruby-irb select PACKAGE_ruby-rake select PACKAGE_ruby-rdoc select PACKAGE_ruby-fcntl select PACKAGE_ruby-sync select PACKAGE_ruby-tracer select PACKAGE_ruby-rinda select PACKAGE_ruby-mkmf depends on PACKAGE_ruby select PACKAGE_ruby-e2mmap select PACKAGE_ruby-misc select PACKAGE_ruby-logger select PACKAGE_ruby-io-console select PACKAGE_ruby-rss select PACKAGE_ruby-unicodenormalize select PACKAGE_ruby-prettyprint help This metapackage currently install all ruby-* packages, providing a complete Ruby Standard Library. http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-stringio tristate "ruby-stringio.................... Ruby Pseudo `IO` class from/to `String`" default y if DEFAULT_ruby-stringio default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Pseudo `IO` class from/to `String`. Provides: - /usr/lib/ruby/2.6/*/stringio.so - /usr/lib/ruby/gems/2.6/specifications/default/stringio-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-strscan tristate "ruby-strscan................ Ruby Lexical scanning operations on a String" default y if DEFAULT_ruby-strscan default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the ruby Lexical scanning operations on a String. Provides: - /usr/lib/ruby/2.6/*/strscan.so - /usr/lib/ruby/gems/2.6/specifications/default/strscan-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-sync tristate "ruby-sync............................. Ruby two-phase lock with a counter" default y if DEFAULT_ruby-sync default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby two-phase lock with a counter. Provides: - /usr/lib/ruby/2.6/sync.rb - /usr/lib/ruby/gems/2.6/specifications/default/sync-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-testunit tristate "ruby-testunit......................................... Ruby Gem test-unit" default y if DEFAULT_ruby-testunit default m if ALL depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-rexml select PACKAGE_libc select PACKAGE_ruby-optparse select PACKAGE_ruby-powerassert select PACKAGE_ruby-csv select PACKAGE_ruby-erb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-yaml select PACKAGE_libpthread if USE_GLIBC help This package contains the ruby Gem test-unit. Provides: - /usr/lib/ruby/gems/2.6/specifications/test-unit-*.gemspec - /usr/lib/ruby/gems/2.6/gems/test-unit-* Except: - /usr/lib/ruby/gems/2.6/gems/test-unit-*/doc - /usr/lib/ruby/gems/2.6/gems/test-unit-*/test - /usr/lib/ruby/gems/2.6/gems/test-unit-*/sample - /usr/lib/ruby/gems/2.6/gems/test-unit-*/*.md http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-thwait tristate "ruby-thwait............. Ruby Watches for termination of multiple threads" default y if DEFAULT_ruby-thwait default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-e2mmap help This package contains the ruby Watches for termination of multiple threads. Provides: - /usr/lib/ruby/2.6/thwait.rb - /usr/lib/ruby/2.6/thwait/ - /usr/lib/ruby/gems/2.6/specifications/default/thwait-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-time tristate "ruby-time" default y if DEFAULT_ruby-time default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ruby select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ruby-date select PACKAGE_libssp if GCC_LIBSSP help This package contains the ruby Extends Time with additional methods for parsing and converting Times. Provides: - /usr/lib/ruby/2.6/time.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-tracer tristate "ruby-tracer" default y if DEFAULT_ruby-tracer default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby help This package contains the ruby Outputs a source level execution trace of a Ruby program. Provides: - /usr/lib/ruby/2.6/tracer.rb - /usr/lib/ruby/2.6/tracer/ - /usr/lib/ruby/gems/2.6/specifications/default/tracer-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-unicodenormalize tristate "ruby-unicodenormalize.... Ruby String additions for Unicode normalization" default y if DEFAULT_ruby-unicodenormalize default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-enc-extra select PACKAGE_ruby-enc depends on PACKAGE_ruby select PACKAGE_librt if USE_GLIBC help This package contains the ruby String additions for Unicode normalization. Provides: - /usr/lib/ruby/2.6/unicode_normalize http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-uri tristate "ruby-uri...................................... Ruby library to handle URI" default y if DEFAULT_ruby-uri default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-enc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby library to handle URI. Provides: - /usr/lib/ruby/2.6/uri.rb - /usr/lib/ruby/2.6/uri http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-webrick tristate "ruby-webrick.................................... Ruby HTTP server toolkit" default y if DEFAULT_ruby-webrick default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ruby-patterns select PACKAGE_ruby-erb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_ruby-net depends on PACKAGE_ruby help This package contains the ruby HTTP server toolkit. Provides: - /usr/lib/ruby/2.6/webrick - /usr/lib/ruby/2.6/webrick.rb - /usr/lib/ruby/gems/2.6/specifications/default/webrick-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-xmlrpc tristate "ruby-xmlrpc......................................... Ruby XML-RPC toolkit" default y if DEFAULT_ruby-xmlrpc default m if ALL select PACKAGE_ruby-rexml select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ruby select PACKAGE_ruby-webrick select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the ruby XML-RPC toolkit. Provides: - /usr/lib/ruby/gems/2.6/gems/xmlrpc-* - /usr/lib/ruby/gems/2.6/specifications/xmlrpc-*.gemspec Except: - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/*.md - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/*.txt - /usr/lib/ruby/gems/2.6/gems/xmlrpc-*/.travis.yml http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-yaml tristate "ruby-yaml.............................................. Ruby YAML toolkit" default y if DEFAULT_ruby-yaml default m if ALL select PACKAGE_ruby-pstore depends on PACKAGE_ruby select PACKAGE_ruby-psych select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ruby-dbm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help This package contains the ruby YAML toolkit. Provides: - /usr/lib/ruby/2.6/yaml - /usr/lib/ruby/2.6/yaml.rb http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_ruby-zlib tristate "ruby-zlib............... Ruby compression/decompression library interface" default y if DEFAULT_ruby-zlib default m if ALL depends on PACKAGE_ruby select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ruby compression/decompression library interface. Provides: - /usr/lib/ruby/2.6/*/zlib.so - /usr/lib/ruby/gems/2.6/specifications/default/zlib-*.gemspec http://www.ruby-lang.org/ Luiz Angelo Daros de Luca endmenu menu "Tcl" config PACKAGE_tcl tristate "tcl..................................................... The Tcl language" default y if DEFAULT_tcl default m if ALL select PACKAGE_zlib select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Tcl, or Tool Command Language, is a an elegant, versatile, feature-rich, simple-to-learn yet very powerful industrial-strength open-source programming language and development platform. It is renowned for its stability and utility, and its emphasis on providing a cross-platform programming API makes it an ideal choice for an enormous variety of programming jobs. https://www.tcl.tk/ Joe Mistachkin endmenu config PACKAGE_chicken-scheme-interpreter tristate "chicken-scheme-interpreter................................ Chicken Scheme" default y if DEFAULT_chicken-scheme-interpreter default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Chicken is an implementation of the Scheme language. It is portable, efficient, and supports the R5RS and R7RS (work in progress) standards, and many extensions. Chicken can be used as a scripting language to automate tasks. This package contains the interpreter, 'csi', only -- the compiler and the package installer are not included because they depend on a C compiler. For more information, please refer to the Chicken Scheme website at https://call-cc.org. https://call-cc.org Jeronimo Pellegrini config PACKAGE_slsh tristate "slsh........................................................ S-Lang shell" default y if DEFAULT_slsh default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libslang2 select PACKAGE_libslang2-modules select PACKAGE_libssp if GCC_LIBSSP help This is a shell which is mostly just a wrapper around the S-Lang Interpreter, which is part of the S-Lang Library. https://www.jedsoft.org/slang/slsh.html Jeffery To config PACKAGE_vala tristate "vala........................ C-sharp like language for the GObject system" default y if DEFAULT_vala default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Vala is a C-sharp like language for the GObject system. This package contains the Vala-to-C compiler. https://wiki.gnome.org/Projects/Vala Gergely Kiss endmenu menu "Libraries" menu "Compression" config PACKAGE_libbz2 tristate "libbz2.................................................... bzip2 library." default y if DEFAULT_libbz2 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help bzip2 is a freely available, patent free, high-quality data compressor. This packages provides libbz2 library. https://sourceware.org/bzip2/ Steven Barth menuconfig PACKAGE_liblz4 tristate "liblz4........................................ Extremely fast compression" default y if DEFAULT_liblz4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LZ4 is a compression codec that features a very fast encoder and an even faster decoder. This package provides the liblz4 shared library. https://www.lz4.org/ Darik Horn source "feeds/packages/libs/liblz4/Config.in" config PACKAGE_liblzma tristate "liblzma.................................... liblzma library from XZ Utils" default y if DEFAULT_liblzma default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help liblzma library from XZ Utils https://tukaani.org/xz config PACKAGE_libunrar tristate "libunrar................................................. UnRAR (library)" default y if DEFAULT_libunrar default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UnRAR library is a shared library that provides file extraction from RAR archives https://www.rarlab.com/ Álvaro Fernández Rojas , Ted Hess config PACKAGE_libzip-gnutls tristate "libzip-gnutls............................................ libzip (GnuTLS)" default y if DEFAULT_libzip-gnutls default m if ALL select PACKAGE_libgnutls select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libzip (GnuTLS) https://libzip.org/ Michael Heimpold config PACKAGE_libzip-mbedtls tristate "libzip-mbedtls.......................................... libzip (mbedTLS)" default y if DEFAULT_libzip-mbedtls default m if ALL select PACKAGE_libmbedtls select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help libzip (mbedTLS) https://libzip.org/ Michael Heimpold config PACKAGE_libzip-nossl tristate "libzip-nossl............................. libzip (w/o encryption support)" default y if DEFAULT_libzip-nossl default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help libzip (w/o encryption support) https://libzip.org/ Michael Heimpold config PACKAGE_libzip-openssl tristate "libzip-openssl.......................................... libzip (OpenSSL)" default y if DEFAULT_libzip-openssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib help libzip (OpenSSL) https://libzip.org/ Michael Heimpold menuconfig PACKAGE_libzstd tristate "libzstd.................................................... zstd library." default y if DEFAULT_libzstd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Zstandard - Fast real-time compression algorithm. This package provides libzstd library. https://github.com/facebook/zstd config ZSTD_OPTIMIZE_O3 bool "Use all optimizations (-O3)" depends on PACKAGE_libzstd default y help This enables additional optmizations using the -O3 compilation flag. endmenu menu "Filesystem" config PACKAGE_libacl tristate "libacl.................... Access control list (ACL) manipulation library" default y if DEFAULT_libacl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libattr select PACKAGE_libssp if GCC_LIBSSP help Access control list support This package provides libacl https://savannah.nongnu.org/projects/acl Maxim Storchak config PACKAGE_libattr tristate "libattr................. Extended attributes (xattr) manipulation library" default y if DEFAULT_libattr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Extended attributes support This package provides libattr http://savannah.nongnu.org/projects/attr Maxim Storchak config PACKAGE_libfuse tristate "libfuse................................................... FUSE (library)" default y if DEFAULT_libfuse default m if ALL select PACKAGE_kmod-fuse select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help FUSE (Filesystem in UserSpacE) This package contains the FUSE shared libraries, needed by other programs. - libfuse - libulockmgr http://fuse.sourceforge.net/ config PACKAGE_libow tristate "libow....................................... OWFS - common shared library" default y if DEFAULT_libow default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libusb-compat if LIBOW_MASTER_USB select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_kmod-w1 if LIBOW_MASTER_W1 select PACKAGE_libpthread if USE_GLIBC help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS library. https://github.com/owfs/owfs Jo-Philipp Wich source "feeds/packages/utils/owfs/Config.in" config PACKAGE_libow-capi tristate "libow-capi.......................................... OWFS - C-API library" default y if DEFAULT_libow-capi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libow select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS C-API library. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_libsysfs tristate "libsysfs................................................... Sysfs library" default y if DEFAULT_libsysfs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The library's purpose is to provide a consistant and stable interface for querying system device information exposed through sysfs. http://linux-diag.sourceforge.net/Sysfsutils.html Jo-Philipp Wich endmenu menu "Firewall" config PACKAGE_libfko tristate "libfko................................... FireWall KNock OPerator Library" default y if DEFAULT_libfko default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the libfko shared library. https://www.cipherdyne.org/fwknop/ Jonathan Bennett config PACKAGE_libip4tc tristate "libip4tc.......................... IPv4 firewall - shared libiptc library" default y if DEFAULT_libip4tc default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libxtables select PACKAGE_libssp if GCC_LIBSSP help IPv4 firewall - shared libiptc library https://netfilter.org/ config PACKAGE_libip6tc tristate "libip6tc.......................... IPv6 firewall - shared libiptc library" default y if DEFAULT_libip6tc default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxtables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help IPv6 firewall - shared libiptc library https://netfilter.org/ config PACKAGE_libiptc tristate "libiptc" default y if DEFAULT_libiptc default m if ALL||ALL_NONSHARED select PACKAGE_libip6tc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libxtables select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libip4tc help IPv4/IPv6 firewall - shared libiptc library (nf compatibility stub) https://netfilter.org/ config PACKAGE_libxtables tristate "libxtables................... IPv4/IPv6 firewall - shared xtables library" default y if DEFAULT_libxtables default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnftnl if IPTABLES_NFTABLES select PACKAGE_libnetfilter-conntrack if IPTABLES_CONNLABEL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help IPv4/IPv6 firewall - shared xtables library https://netfilter.org/ config PACKAGE_libxtables-nft tristate "libxtables-nft........... IPv4/IPv6 firewall - shared xtables nft library" default y if DEFAULT_libxtables-nft default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libxtables help IPv4/IPv6 firewall - shared xtables nft library https://netfilter.org/ endmenu menu "Instant Messaging" config PACKAGE_quasselc tristate "quasselc.......................... API to access a Quassel Core in pure C" default y if DEFAULT_quasselc default m if ALL select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help An implementation of the Quassel protocol in pure C. https://github.com/phhusson/QuasselC Ben Rosser endmenu menu "IoT" config PACKAGE_libmraa tristate "libmraa.............................. Intel IoT lowlevel IO C/C++ library" default y if DEFAULT_libmraa default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libjson-c depends on !powerpc select PACKAGE_librt if USE_GLIBC help Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the C/C++ libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA config PACKAGE_libmraa-node tristate "libmraa-node....................... Intel IoT lowlevel IO Node.js library" default y if DEFAULT_libmraa-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_node depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Node.js libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA config PACKAGE_libmraa-python tristate "libmraa-python...................... Intel IoT lowlevel IO Python library" default y if DEFAULT_libmraa-python default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_librt if USE_GLIBC help Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Python libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA config PACKAGE_libmraa-python3 tristate "libmraa-python3.................... Intel IoT lowlevel IO Python3 library" default y if DEFAULT_libmraa-python3 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured and sane API where port names/numbering matches the board that you are on. Use of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms. This package contains the Python3 libraries. https://github.com/intel-iot-devkit/mraa John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm tristate "libupm................................... Intel IoT sensor library - Full" default y if DEFAULT_libupm default m if ALL select PACKAGE_libupm-rgbringcoder-python3 select PACKAGE_libupm-max31723-node select PACKAGE_libupm-lsm303agr-python3 select PACKAGE_libupm-mpl3115a2-node select PACKAGE_libupm-urm37-node select PACKAGE_libupm-mq303a-python3 select PACKAGE_libupm-at42qt1070-node select PACKAGE_libupm-grovecollision-python select PACKAGE_libupm-kxcjk1013 select PACKAGE_libupm-hmtrp-node select PACKAGE_libupm-adis16448-python3 select PACKAGE_libupm-ultrasonic-node select PACKAGE_librt select PACKAGE_libupm-linefinder select PACKAGE_libupm-temperature-python3 select PACKAGE_libupm-veml6070 select PACKAGE_libupm-ds18b20-node select PACKAGE_libupm-guvas12d select PACKAGE_libupm-h3lis331dl-python3 select PACKAGE_libupm-groveeldriver-python3 select PACKAGE_libupm-rsc-python select PACKAGE_libupm-grovespeaker select PACKAGE_libupm-ms5803-node select PACKAGE_libupm-sht1x select PACKAGE_libupm-mq303a-python select PACKAGE_libupm-sm130-python select PACKAGE_libupm-flex-python select PACKAGE_libupm-kxcjk1013-node select PACKAGE_libupm-dfrorp-python select PACKAGE_libupm-grovegprs-node select PACKAGE_libupm-ds1307-python select PACKAGE_libupm-grovevdiv-node select PACKAGE_libupm-m24lr64e-node select PACKAGE_libupm-buzzer-python3 select PACKAGE_libupm-h3lis331dl-python select PACKAGE_libupm-vdiv-python3 select PACKAGE_libupm-md-node select PACKAGE_libupm-max44009-python select PACKAGE_libupm-ttp223-python select PACKAGE_libupm-rn2903-node select PACKAGE_libupm-veml6070-node select PACKAGE_libupm-tca9548a-node select PACKAGE_libupm-ms5803-python select PACKAGE_libupm-mcp9808 select PACKAGE_libupm-urm37-python select PACKAGE_libupm-l3gd20 select PACKAGE_libupm-ssd1351-python select PACKAGE_libupm-mmc35240-python3 select PACKAGE_libupm-ecezo-python3 select PACKAGE_libupm-gp2y0a-python3 select PACKAGE_libupm-ds2413-python3 select PACKAGE_libupm-nrf24l01-python3 select PACKAGE_libupm-groveelectromagnet select PACKAGE_libupm-bmpx8x-python select PACKAGE_libupm-grovewater select PACKAGE_libupm-ht9170 select PACKAGE_libupm-nmea_gps select PACKAGE_libupm-gprs select PACKAGE_libupm-mma7455 select PACKAGE_libupm-bma220-python3 select PACKAGE_libupm-bma220 select PACKAGE_libupm-rhusb-python select PACKAGE_libupm-electromagnet-python3 select PACKAGE_libupm-ili9341 select PACKAGE_libupm-ehr select PACKAGE_libupm-h3lis331dl select PACKAGE_libupm-max30100-python3 select PACKAGE_libupm-tmp006-python3 select PACKAGE_libupm-max44000 select PACKAGE_libupm-enc03r-python select PACKAGE_libupm-rotaryencoder-node select PACKAGE_libupm-tsl2561-python3 select PACKAGE_libupm-rf22 select PACKAGE_libupm-adafruitss-python select PACKAGE_libupm-lcd-node select PACKAGE_libupm-lcdks-python3 select PACKAGE_libupm-yg1006-python3 select PACKAGE_libupm-sx1276-python select PACKAGE_libupm-tex00 select PACKAGE_libupm-t3311-node select PACKAGE_libupm-gp2y0a select PACKAGE_libupm-mpr121-node select PACKAGE_libupm-ms5611 select PACKAGE_libupm-apds9002-python select PACKAGE_libupm-my9221-node select PACKAGE_libupm-mag3110 select PACKAGE_libupm-kxcjk1013-python select PACKAGE_libupm-enc03r select PACKAGE_libupm-lsm9ds0-python select PACKAGE_libupm-bma220-python select PACKAGE_libupm-mma7660-node select PACKAGE_libupm-utilities-python select PACKAGE_libupm-servo-python3 select PACKAGE_libupm-uln200xa select PACKAGE_libupm-bmx055-python3 select PACKAGE_libupm-hm11-python3 select PACKAGE_libupm-lsm303d-python select PACKAGE_libupm-lsm6ds3h-python3 select PACKAGE_libupm-scam-node select PACKAGE_libupm-t6713-python3 select PACKAGE_libupm-max44000-python select PACKAGE_libupm-htu21d select PACKAGE_libupm-ims-python select PACKAGE_libupm-dfrph-node select PACKAGE_libupm-pulsensor-python select PACKAGE_libupm-mpl3115a2-python select PACKAGE_libupm-nmea_gps-node select PACKAGE_libupm-adxrs610-node select PACKAGE_libupm-sensortemplate-node select PACKAGE_libupm-emg select PACKAGE_libupm-bh1750 select PACKAGE_libupm-am2315-python3 select PACKAGE_libupm-ultrasonic-python select PACKAGE_libupm-tex00-python3 select PACKAGE_libupm-o2-node select PACKAGE_libupm-rotary select PACKAGE_libupm-grovewater-node select PACKAGE_libupm-lp8860-node select PACKAGE_libupm-relay-node select PACKAGE_libupm-dfrec-node select PACKAGE_libupm-led-node select PACKAGE_libupm-dfrorp-python3 select PACKAGE_libupm-hmtrp-python3 select PACKAGE_libupm-bh1792 select PACKAGE_libupm-max31723 select PACKAGE_libupm-uartat-python3 select PACKAGE_libupm-bmm150-python3 select PACKAGE_libupm-ssd1351 select PACKAGE_libupm-light-python3 select PACKAGE_libupm-gsr-node select PACKAGE_libupm-ecs1030-node select PACKAGE_libupm-collision select PACKAGE_libupm-kxtj3 select PACKAGE_libupm-si1132-python select PACKAGE_libupm-lcm1602-python3 select PACKAGE_libupm-ecezo-python select PACKAGE_libupm-grove-node select PACKAGE_libupm-ads1x15-node select PACKAGE_libupm-wfs select PACKAGE_libupm-rotary-python select PACKAGE_libupm-cjq4435-python3 select PACKAGE_libupm-ehr-python3 select PACKAGE_libupm-led-python select PACKAGE_libupm-jhd1313m1-python3 select PACKAGE_libupm-cwlsxxa-node select PACKAGE_libupm-lidarlitev3 select PACKAGE_libupm-rfr359f-python select PACKAGE_libupm-interfaces select PACKAGE_libupm-rf22-node select PACKAGE_libupm-mag3110-python select PACKAGE_libupm-rsc select PACKAGE_libupm-max30100-node select PACKAGE_libupm-loudness select PACKAGE_libupm-lol-python select PACKAGE_libupm-ta12200-node select PACKAGE_libupm-itg3200-python select PACKAGE_libupm-l3gd20-node select PACKAGE_libupm-si7005-python3 select PACKAGE_libupm-mma8x5x-python select PACKAGE_libupm-utilities-python3 select PACKAGE_libupm-ds18b20-python3 select PACKAGE_libupm-maxds3231m-python select PACKAGE_libupm-hwxpxx-python3 select PACKAGE_libupm-mic-python select PACKAGE_libupm-interfaces-python select PACKAGE_libupm-cwlsxxa-python select PACKAGE_libupm-sensortemplate-python3 select PACKAGE_libupm-grovespeaker-python3 select PACKAGE_libupm-scam select PACKAGE_libupm-mcp2515-node select PACKAGE_libupm-adafruitss-python3 select PACKAGE_libupm-sensortemplate-python select PACKAGE_libupm-wheelencoder-python3 select PACKAGE_libupm-grovespeaker-node select PACKAGE_libupm-grovegsr-python select PACKAGE_libupm-lsm303dlh-python3 select PACKAGE_libupm-linefinder-python3 select PACKAGE_libc select PACKAGE_libupm-otp538u-python select PACKAGE_libupm-gp2y0a-node select PACKAGE_libupm-lis3dh-python select PACKAGE_libupm-mic-node select PACKAGE_libupm-gprs-node select PACKAGE_libupm-ppd42ns-node select PACKAGE_libupm-tcs3414cs select PACKAGE_libupm-otp538u-python3 select PACKAGE_libupm-mic-python3 select PACKAGE_libupm-p9813-python3 select PACKAGE_libupm-mag3110-python3 select PACKAGE_libupm-ads1x15-python3 select PACKAGE_libupm-gas select PACKAGE_libupm-lcdks-python select PACKAGE_libupm-zfm20-python3 select PACKAGE_libupm-h803x-python select PACKAGE_libupm-nrf8001-node select PACKAGE_libupm-yg1006 select PACKAGE_libupm-htu21d-node select PACKAGE_libupm-bma250e select PACKAGE_libupm-loudness-python select PACKAGE_libupm-hcsr04-python3 select PACKAGE_libupm-lsm6dsl-python select PACKAGE_libupm-ads1x15-python select PACKAGE_libupm-kxcjk1013-python3 select PACKAGE_libupm-lsm6dsl-node select PACKAGE_libupm-slide select PACKAGE_libupm-ecs1030 select PACKAGE_libupm-tm1637-node select PACKAGE_libupm-mag3110-node select PACKAGE_libupm-bmx055 select PACKAGE_libupm-groveemg-node select PACKAGE_libupm-nlgpio16-python3 select PACKAGE_libupm-hmc5883l select PACKAGE_libupm-adxl345 select PACKAGE_libupm-mma7660-python3 select PACKAGE_libupm-pn532-python3 select PACKAGE_libupm-lidarlitev3-node select PACKAGE_libupm-maxds3231m-node select PACKAGE_libupm-bh1749-node select PACKAGE_libupm-max31855-python3 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-guvas12d-node select PACKAGE_libupm-bma220-node select PACKAGE_libupm-adis16448-node select PACKAGE_libupm-teams-python select PACKAGE_libupm-dfrph-python select PACKAGE_libupm-bno055 select PACKAGE_libupm-adxl335-python select PACKAGE_libupm-ppd42ns select PACKAGE_libupm-yg1006-python select PACKAGE_libupm-collision-python3 select PACKAGE_libupm-m24lr64e-python select PACKAGE_libupm-urm37 select PACKAGE_libupm-lsm303d-python3 select PACKAGE_libupm-cwlsxxa-python3 select PACKAGE_libupm-hmc5883l-python3 select PACKAGE_libupm-ht9170-python3 select PACKAGE_libupm-mg811 select PACKAGE_libupm-sx6119-python select PACKAGE_libupm-ds2413-python select PACKAGE_libupm-grovegprs-python select PACKAGE_libupm-tca9548a-python3 select PACKAGE_libupm-emg-python select PACKAGE_libupm-buzzer-node select PACKAGE_libupm-adafruitms1438-python select PACKAGE_libupm-buzzer select PACKAGE_libupm-lis3dh-python3 select PACKAGE_libupm-m24lr64e-python3 select PACKAGE_libupm-lol-node select PACKAGE_libupm-p9813-python select PACKAGE_libupm-ozw-python3 select PACKAGE_libupm-uln200xa-python select PACKAGE_libupm-hdc1000-node select PACKAGE_libupm-grovespeaker-python select PACKAGE_libupm-bmm150-node select PACKAGE_libupm-ozw select PACKAGE_libupm-bmp280-python select PACKAGE_libupm-rf22-python3 select PACKAGE_libupm-lsm303agr select PACKAGE_libupm-grovemoisture-python3 select PACKAGE_libupm-groveo2-python3 select PACKAGE_libupm-kxtj3-python3 select PACKAGE_libupm-lsm9ds0-node select PACKAGE_libupm-grovescam-node select PACKAGE_libupm-guvas12d-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-cjq4435 select PACKAGE_libupm-rpr220-python select PACKAGE_libupm-grove select PACKAGE_libupm-grovescam select PACKAGE_libupm-flex-node select PACKAGE_libupm-bmpx8x-python3 select PACKAGE_libupm-groveehr select PACKAGE_libupm-abp select PACKAGE_libupm-h803x-python3 select PACKAGE_libupm-st7735 select PACKAGE_libupm-kx122-python3 select PACKAGE_libupm-si114x select PACKAGE_libupm-lp8860 select PACKAGE_libupm-tcs3414cs-node select PACKAGE_libupm-bmpx8x select PACKAGE_libupm-hp20x select PACKAGE_libupm-st7735-python3 select PACKAGE_libupm-nunchuck-python3 select PACKAGE_libupm-md-python3 select PACKAGE_libupm-groveultrasonic-python3 select PACKAGE_libupm-scam-python3 select PACKAGE_libupm-hdc1000-python3 select PACKAGE_libupm-ta12200-python select PACKAGE_libupm-rpr220 select PACKAGE_libupm-groveeldriver-node select PACKAGE_libupm-smartdrive-node select PACKAGE_libupm-utilities select PACKAGE_libupm-bmp280-node select PACKAGE_libupm-dfrorp select PACKAGE_libupm-apds9930-node select PACKAGE_libupm-tex00-node select PACKAGE_libupm-apds9930-python3 select PACKAGE_libupm-apds9002 select PACKAGE_libupm-tcs3414cs-python3 select PACKAGE_libupm-grovevdiv select PACKAGE_libupm-groveemg-python select PACKAGE_libupm-ldt0028 select PACKAGE_libupm-light-node select PACKAGE_libupm-bh1749-python3 select PACKAGE_libupm-scam-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-tmp006-python select PACKAGE_libupm-mcp9808-python3 select PACKAGE_libupm-mhz16 select PACKAGE_libupm-mma7455-node select PACKAGE_libupm-ultrasonic-python3 select PACKAGE_libupm-nrf24l01 select PACKAGE_libupm-hm11 select PACKAGE_libupm-nrf8001-python3 select PACKAGE_libupm-tcs37727-python select PACKAGE_libupm-lsm6ds3h-python select PACKAGE_libupm-maxsonarez-python3 select PACKAGE_libupm-collision-node select PACKAGE_libupm-si1132-python3 select PACKAGE_libupm-ecezo-node select PACKAGE_libupm-mg811-python3 select PACKAGE_libupm-groveeldriver-python select PACKAGE_libupm-lm35-python3 select PACKAGE_libupm-hx711-node select PACKAGE_libupm-kxtj3-python select PACKAGE_libupm-bh1792-python3 select PACKAGE_libupm-grovemd select PACKAGE_libupm-groveelectromagnet-node select PACKAGE_libupm-mpu9150-python select PACKAGE_libupm-relay-python select PACKAGE_libupm-hdxxvxta-node select PACKAGE_libupm-ad8232-python select PACKAGE_libupm-micsv89-node select PACKAGE_libupm-adxl335-node select PACKAGE_libupm-dfrph select PACKAGE_libupm-otp538u select PACKAGE_libupm-grovelinefinder-python3 select PACKAGE_libupm-ta12200-python3 select PACKAGE_libupm-lidarlitev3-python3 select PACKAGE_libupm-rf22-python select PACKAGE_libupm-wt5001-node select PACKAGE_libupm-uln200xa-python3 select PACKAGE_libupm-lp8860-python3 select PACKAGE_libupm-lcm1602-python select PACKAGE_libupm-temperature select PACKAGE_libupm-tsl2561-python select PACKAGE_libupm-maxds3231m-python3 select PACKAGE_libupm-isd1820-python3 select PACKAGE_libupm-ds18b20-python select PACKAGE_libupm-gprs-python select PACKAGE_libupm-rn2903-python3 select PACKAGE_libupm-jhd1313m1-python select PACKAGE_libupm-ims-node select PACKAGE_libupm-temperature-node select PACKAGE_libupm-tca9548a select PACKAGE_libupm-nmea_gps-python3 select PACKAGE_libupm-t3311 select PACKAGE_libupm-apds9002-node select PACKAGE_libupm-mmc35240 select PACKAGE_libupm-lcd-python select PACKAGE_libupm-pca9685 select PACKAGE_libupm-rhusb-python3 select PACKAGE_libupm-adis16448 select PACKAGE_libupm-ozw-python select PACKAGE_libupm-rfr359f select PACKAGE_libupm-zfm20-python select PACKAGE_libupm-nlgpio16 select PACKAGE_libupm-adafruitms1438 select PACKAGE_libupm-guvas12d-python select PACKAGE_libupm-hwxpxx-node select PACKAGE_libupm-ms5803-python3 select PACKAGE_libupm-a110x-python depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-hdxxvxta-python select PACKAGE_libupm-grovemoisture select PACKAGE_libupm-ds1307-node select PACKAGE_libupm-mma7660-python select PACKAGE_libupm-bh1749-python select PACKAGE_libupm-sm130-python3 select PACKAGE_libupm-grovewfs select PACKAGE_libupm-groveeldriver select PACKAGE_libupm-grovewfs-python3 select PACKAGE_libupm-micsv89-python select PACKAGE_libupm-rpr220-node select PACKAGE_libupm-hmc5883l-python select PACKAGE_libupm-lidarlitev3-python select PACKAGE_libupm-mpu9150-python3 select PACKAGE_libupm-max5487-node select PACKAGE_libupm-eldriver-python3 select PACKAGE_libupm-si114x-python select PACKAGE_libupm-groveo2-python select PACKAGE_libupm-hm11-node select PACKAGE_libupm-rfr359f-node select PACKAGE_libupm-rotaryencoder-python select PACKAGE_libupm-isd1820-python select PACKAGE_libupm-tcs37727 select PACKAGE_libupm-uartat-node select PACKAGE_libupm-si1132-node select PACKAGE_libupm-yg1006-node select PACKAGE_libupm-ttp223 select PACKAGE_libupm-lsm6dsl-python3 select PACKAGE_libupm-lsm303agr-node select PACKAGE_libupm-lol-python3 select PACKAGE_libupm-rn2903 select PACKAGE_libupm-abp-python3 select PACKAGE_libupm-ms5803 select PACKAGE_libupm-grove-python select PACKAGE_libupm-button-node select PACKAGE_libupm-joystick12-node select PACKAGE_libupm-pca9685-node select PACKAGE_libupm-grovevdiv-python select PACKAGE_libupm-flex select PACKAGE_libupm-rgbringcoder select PACKAGE_libupm-ppd42ns-python select PACKAGE_libupm-sx6119-node select PACKAGE_libupm-groveemg select PACKAGE_libupm-grovewater-python select PACKAGE_libupm-gprs-python3 select PACKAGE_libupm-grovemoisture-node select PACKAGE_libupm-ms5611-python3 select PACKAGE_libupm-lm35-python select PACKAGE_libupm-mb704x-python3 select PACKAGE_libupm-bmp280-python3 select PACKAGE_libupm-mb704x-python select PACKAGE_libupm-ds1808lc select PACKAGE_libupm-eldriver-python select PACKAGE_libupm-veml6070-python3 select PACKAGE_libupm-grove-python3 select PACKAGE_libupm-groveehr-node select PACKAGE_libupm-hka5-python select PACKAGE_libupm-groveelectromagnet-python3 select PACKAGE_libupm-grovecollision-python3 select PACKAGE_libupm-t3311-python3 select PACKAGE_libupm-rhusb select PACKAGE_libupm-nrf8001-python select PACKAGE_libupm-htu21d-python select PACKAGE_libupm-hlg150h-python3 depends on !powerpc select PACKAGE_libupm-hm11-python select PACKAGE_libupm-bma250e-node select PACKAGE_libupm-cjq4435-node select PACKAGE_libupm-mq303a select PACKAGE_libupm-adc121c021-python select PACKAGE_libupm-maxsonarez select PACKAGE_libupm-hdc1000-python select PACKAGE_libupm-hx711 select PACKAGE_libupm-bmm150 select PACKAGE_libupm-sm130-node select PACKAGE_libupm-water-python select PACKAGE_libupm-a110x-python3 select PACKAGE_libupm-pn532 select PACKAGE_libupm-wheelencoder-node select PACKAGE_libupm-servo-python select PACKAGE_libupm-mpu9150 select PACKAGE_libupm-ds1808lc-python3 select PACKAGE_libupm-moisture select PACKAGE_libupm-lsm303agr-python select PACKAGE_libupm-gsr-python select PACKAGE_libupm-zfm20-node select PACKAGE_libupm-am2315 select PACKAGE_libupm-lis3dh select PACKAGE_libupm-speaker-python3 select PACKAGE_libupm-hdxxvxta select PACKAGE_libupm-electromagnet select PACKAGE_libupm-pn532-python select PACKAGE_libupm-grovewfs-node select PACKAGE_libupm-ad8232-node select PACKAGE_libupm-m24lr64e select PACKAGE_libupm-si7005-node select PACKAGE_libupm-loudness-python3 select PACKAGE_libupm-md-python select PACKAGE_libupm-kx122-python select PACKAGE_libupm-nunchuck select PACKAGE_libupm-button-python select PACKAGE_libupm-pulsensor-node select PACKAGE_libupm-mb704x-node select PACKAGE_libmodbus select PACKAGE_libupm-electromagnet-python select PACKAGE_libupm-curieimu select PACKAGE_libupm-abp-node select PACKAGE_libupm-itg3200-python3 select PACKAGE_libupm-waterlevel-python3 select PACKAGE_libupm-am2315-node select PACKAGE_libupm-mcp9808-python depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-grovecollision select PACKAGE_libupm-p9813 select PACKAGE_libupm-bmx055-python select PACKAGE_libupm-sht1x-python select PACKAGE_libupm-at42qt1070-python3 select PACKAGE_libupm-lcdks-node select PACKAGE_libupm-groveehr-python3 select PACKAGE_libupm-button-python3 select PACKAGE_libupm-apa102-python select PACKAGE_libupm-ht9170-node select PACKAGE_libupm-interfaces-node select PACKAGE_libupm-max31855-node select PACKAGE_libupm-grovescam-python3 select PACKAGE_libupm-bma250e-python select PACKAGE_libupm-bmg160-node select PACKAGE_libupm-water-python3 select PACKAGE_libupm-at42qt1070-python select PACKAGE_libupm-si114x-python3 select PACKAGE_libupm-mlx90614-python select PACKAGE_libupm-rgbringcoder-python select PACKAGE_libupm-joystick12 select PACKAGE_libupm-lis2ds12-node select PACKAGE_libupm-grovelinefinder select PACKAGE_libupm-grovelinefinder-python select PACKAGE_libupm-lol select PACKAGE_libupm-tmp006 select PACKAGE_libupm-cwlsxxa select PACKAGE_libupm-moisture-python select PACKAGE_libupm-lcdks select PACKAGE_libupm-waterlevel select PACKAGE_libupm-ads1x15 select PACKAGE_libupm-a110x-node select PACKAGE_libupm-t6713-python select PACKAGE_libupm-tcs37727-node select PACKAGE_libupm-buzzer-python select PACKAGE_libupm-eldriver-node select PACKAGE_libupm-mcp2515-python select PACKAGE_libupm-tsl2561-node select PACKAGE_libupm-adafruitms1438-node select PACKAGE_libupm-tca9548a-python select PACKAGE_libmraa select PACKAGE_libupm-ds1307 select PACKAGE_libupm-ozw-node select PACKAGE_libupm-loudness-node select PACKAGE_libupm-hmtrp-python select PACKAGE_libupm-ds1307-python3 select PACKAGE_libupm-o2 select PACKAGE_libupm-relay select PACKAGE_libupm-grovecollision-node select PACKAGE_libupm-sx6119 select PACKAGE_libupm-vcap select PACKAGE_libupm-lis3dh-node select PACKAGE_libupm-grovewater-python3 select PACKAGE_libupm-grovegprs-python3 select PACKAGE_libupm-hcsr04-python select PACKAGE_libupm-lm35 select PACKAGE_libupm-rgbringcoder-node select PACKAGE_libupm-maxsonarez-python select PACKAGE_libupm-sx6119-python3 select PACKAGE_libupm-smartdrive-python3 select PACKAGE_libupm-max31855 select PACKAGE_libupm-maxds3231m select PACKAGE_libupm-hka5 select PACKAGE_libupm-bh1749 select PACKAGE_libupm-teams-node select PACKAGE_libupm-ims-python3 select PACKAGE_libupm-ili9341-node select PACKAGE_libupm-si7005 select PACKAGE_libupm-l3gd20-python3 select PACKAGE_libupm-mcp2515-python3 select PACKAGE_libupm-hka5-python3 select PACKAGE_libupm-lis2ds12-python select PACKAGE_libupm-dfrorp-node select PACKAGE_libupm-mhz16-python select PACKAGE_libupm-joystick12-python3 select PACKAGE_libupm-bh1792-python select PACKAGE_libupm-bh1750-python3 select PACKAGE_libupm-groveemg-python3 select PACKAGE_libupm-hp20x-node select PACKAGE_libupm-ili9341-python3 select PACKAGE_libupm-l3gd20-python select PACKAGE_libupm-groveultrasonic-python select PACKAGE_libupm-curieimu-node select PACKAGE_libupm-bma250e-python3 select PACKAGE_libupm-water-node select PACKAGE_libupm-bmp280 select PACKAGE_libupm-o2-python select PACKAGE_libupm-linefinder-python select PACKAGE_libupm-at42qt1070 select PACKAGE_libupm-grovewfs-python select PACKAGE_libupm-ms5611-python depends on !armeb select PACKAGE_libupm-mpr121-python3 select PACKAGE_libupm-nunchuck-node select PACKAGE_libupm-mma7361-python3 select PACKAGE_libupm-bh1750-python select PACKAGE_libupm-max5487 select PACKAGE_libupm-adis16448-python select PACKAGE_libupm-apa102 select PACKAGE_libupm-max44009-node select PACKAGE_libupm-max30100 select PACKAGE_libupm-grovevdiv-python3 select PACKAGE_libupm-max31723-python select PACKAGE_libupm-mcp9808-node select PACKAGE_libupm-ds1808lc-python select PACKAGE_libupm-tsl2561 select PACKAGE_libupm-hlg150h select PACKAGE_libupm-dfrph-python3 select PACKAGE_libupm-xbee-python3 select PACKAGE_libupm-biss0001 select PACKAGE_libupm-bh1792-node select PACKAGE_libupm-pulsensor select PACKAGE_libupm-itg3200-node select PACKAGE_libupm-ina132-python3 select PACKAGE_libupm-lsm303d select PACKAGE_libupm-hcsr04 select PACKAGE_libupm-bmx055-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-h803x select PACKAGE_libupm-xbee-python select PACKAGE_libupm-speaker select PACKAGE_libupm-ppd42ns-python3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-mma7361-node select PACKAGE_libupm-gp2y0a-python select PACKAGE_libupm-grovemd-python select PACKAGE_libupm-ldt0028-python3 select PACKAGE_libupm-otp538u-node select PACKAGE_libupm-groveehr-python select PACKAGE_libupm-vcap-node select PACKAGE_libupm-groveultrasonic-node select PACKAGE_libupm-dfrec select PACKAGE_libupm-isd1820 select PACKAGE_libupm-zfm20 select PACKAGE_libupm-lm35-node select PACKAGE_libupm-md select PACKAGE_libupm-curieimu-python select PACKAGE_libupm-grovemd-node select PACKAGE_libupm-wheelencoder select PACKAGE_libupm-si1132 select PACKAGE_libupm-hka5-node select PACKAGE_libupm-ecs1030-python3 select PACKAGE_libupm-lsm6ds3h-node select PACKAGE_libupm-wt5001-python select PACKAGE_libupm-biss0001-node select PACKAGE_libupm-teams select PACKAGE_libupm-nlgpio16-node select PACKAGE_libupm-speaker-node select PACKAGE_libupm-mg811-node select PACKAGE_libupm-am2315-python select PACKAGE_libupm-mma7361 select PACKAGE_libupm-waterlevel-node select PACKAGE_libupm-hmc5883l-node select PACKAGE_libupm-ds1808lc-node select PACKAGE_libupm-slide-python3 select PACKAGE_libupm-micsv89 select PACKAGE_libupm-sx1276-python3 select PACKAGE_libupm-tm1637-python select PACKAGE_libupm-mma8x5x-node select PACKAGE_libupm-lcm1602-node select PACKAGE_libupm-vcap-python3 select PACKAGE_libupm-sht1x-python3 select PACKAGE_libupm-stepmotor-python select PACKAGE_libupm-utilities-node select PACKAGE_libupm-mpr121 select PACKAGE_libupm-isd1820-node select PACKAGE_libupm-l298-python3 select PACKAGE_libupm-enc03r-node select PACKAGE_libupm-sx1276-node select PACKAGE_libupm-nunchuck-python select PACKAGE_libupm-ims select PACKAGE_libupm-p9813-node select PACKAGE_libupm-kx122 select PACKAGE_libupm-pulsensor-python3 select PACKAGE_libupm-lsm303d-node select PACKAGE_libupm-lsm9ds0-python3 select PACKAGE_libupm-max30100-python select PACKAGE_libupm-max44009-python3 select PACKAGE_libupm-eldriver select PACKAGE_libupm-my9221-python select PACKAGE_libupm-lcd select PACKAGE_libupm-hcsr04-node select PACKAGE_libupm-servo-node select PACKAGE_libupm-ina132-python select PACKAGE_libupm-grovegsr select PACKAGE_libupm-rsc-python3 select PACKAGE_libupm-ili9341-python select PACKAGE_libupm-ina132 select PACKAGE_libupm-apds9002-python3 select PACKAGE_libupm-collision-python select PACKAGE_libupm-biss0001-python3 select PACKAGE_libupm-teams-python3 select PACKAGE_libupm-th02 select PACKAGE_libupm-button select PACKAGE_libupm-max44000-python3 select PACKAGE_libupm-gsr-python3 select PACKAGE_libupm-lsm6dsl select PACKAGE_libupm-vdiv select PACKAGE_libupm-a110x select PACKAGE_libupm-relay-python3 select PACKAGE_libupm-ssd1351-python3 select PACKAGE_libupm-hlg150h-node select PACKAGE_libupm-gas-python3 select PACKAGE_libupm-rotary-node select PACKAGE_libupm-ldt0028-node select PACKAGE_libupm-mg811-python select PACKAGE_libupm-mhz16-node select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-wt5001 select PACKAGE_libupm-t3311-python select PACKAGE_libupm-light select PACKAGE_libupm-t6713 select PACKAGE_libupm-waterlevel-python select PACKAGE_libupm-stepmotor-python3 select PACKAGE_libupm-hdc1000 select PACKAGE_libupm-groveultrasonic select PACKAGE_libupm-nmea_gps-python select PACKAGE_libupm-bmi160-python select PACKAGE_libupm-nrf24l01-python select PACKAGE_libupm-hx711-python3 select PACKAGE_libupm-rfr359f-python3 select PACKAGE_libupm-htu21d-python3 select PACKAGE_libupm-ehr-node select PACKAGE_libupm-ms5611-node select PACKAGE_libupm-itg3200 select PACKAGE_libjpeg select PACKAGE_libupm-mmc35240-node select PACKAGE_libupm-lsm6ds3h select PACKAGE_libupm-mma7361-python select PACKAGE_libupm-bno055-node select PACKAGE_libupm-apa102-python3 select PACKAGE_libupm-smartdrive select PACKAGE_libupm-uartat-python select PACKAGE_libupm-si7005-python select PACKAGE_libupm-ds2413-node select PACKAGE_libupm-max31855-python select PACKAGE_libupm-h3lis331dl-node select PACKAGE_libupm-bmi160 select PACKAGE_libupm-light-python select PACKAGE_libupm-gas-python select PACKAGE_libupm-grovescam-python select PACKAGE_libupm-grovelinefinder-node select PACKAGE_libupm-ad8232-python3 select PACKAGE_libupm-jhd1313m1-node select PACKAGE_libupm-biss0001-python select PACKAGE_libupm-linefinder-node select PACKAGE_libupm-wfs-python select PACKAGE_libupm-wheelencoder-python select PACKAGE_libupm-lsm9ds0 select PACKAGE_libupm-dfrec-python3 select PACKAGE_libupm-emg-python3 select PACKAGE_libupm-nlgpio16-python select PACKAGE_libupm-hp20x-python select PACKAGE_libupm-enc03r-python3 select PACKAGE_libupm-rotaryencoder select PACKAGE_libupm-xbee select PACKAGE_libupm-hx711-python select PACKAGE_libupm-grovemd-python3 select PACKAGE_libupm-electromagnet-node select PACKAGE_libupm-mma8x5x-python3 select PACKAGE_libupm-max44000-node select PACKAGE_libupm-th02-python select PACKAGE_libupm-mma7455-python3 select PACKAGE_libupm-mhz16-python3 select PACKAGE_libupm-l298-node select PACKAGE_libupm-wt5001-python3 select PACKAGE_libupm-mpl3115a2 select PACKAGE_libupm-interfaces-python3 select PACKAGE_libupm-grovegsr-node select PACKAGE_libupm-smartdrive-python select PACKAGE_libupm-nrf24l01-node select PACKAGE_libupm-adxl345-node select PACKAGE_libupm-ds18b20 select PACKAGE_libupm-si114x-node select PACKAGE_libupm-hmtrp select PACKAGE_libupm-ecs1030-python select PACKAGE_libupm-bno055-python3 select PACKAGE_libupm-bmi160-node select PACKAGE_libupm-lpd8806 select PACKAGE_libupm-max44009 select PACKAGE_libupm-sht1x-node select PACKAGE_libupm-th02-python3 select PACKAGE_libupm-pca9685-python select PACKAGE_libupm-wfs-python3 select PACKAGE_libupm-lpd8806-python select PACKAGE_libupm-lcd-python3 select PACKAGE_libupm-adc121c021 select PACKAGE_libupm-rotaryencoder-python3 select PACKAGE_libupm-mlx90614-python3 select PACKAGE_libupm-temperature-python select PACKAGE_libupm-jhd1313m1 select PACKAGE_libupm-mq303a-node select PACKAGE_libupm-slide-python select PACKAGE_libupm-stepmotor select PACKAGE_libupm-bh1750-node select PACKAGE_libupm-bmg160 select PACKAGE_libupm-mic select PACKAGE_libupm-uln200xa-node select PACKAGE_libupm-sm130 select PACKAGE_libupm-urm37-python3 select PACKAGE_libupm-ldt0028-python select PACKAGE_libupm-ad8232 select PACKAGE_libupm-grovegprs select PACKAGE_libupm-gas-node select PACKAGE_libupm-cjq4435-python select PACKAGE_libupm-mpr121-python select PACKAGE_libupm-apds9930-python select PACKAGE_libupm-mmc35240-python depends on !arc select PACKAGE_libupm-vdiv-python select PACKAGE_libupm-grovemoisture-python select PACKAGE_libupm-groveo2-node select PACKAGE_libupm-joystick12-python select PACKAGE_libupm-apa102-node select PACKAGE_libupm-ht9170-python select PACKAGE_libupm-led-python3 select PACKAGE_libupm-adc121c021-python3 select PACKAGE_libupm-mb704x select PACKAGE_libupm-lpd8806-node select PACKAGE_libupm-adc121c021-node select PACKAGE_libupm-l298-python select PACKAGE_libupm-rsc-node select PACKAGE_libupm-hdxxvxta-python3 select PACKAGE_libupm-curieimu-python3 select PACKAGE_libupm-moisture-python3 select PACKAGE_libupm-micsv89-python3 select PACKAGE_libupm-ecezo select PACKAGE_libupm-lsm303dlh-node select PACKAGE_libupm-groveelectromagnet-python select PACKAGE_libupm-tm1637-python3 select PACKAGE_libupm-mpu9150-node select PACKAGE_libupm-mpl3115a2-python3 select PACKAGE_libupm-max31723-python3 select PACKAGE_libupm-pca9685-python3 select PACKAGE_libupm-ehr-python select PACKAGE_libupm-water select PACKAGE_libupm-grovegsr-python3 select PACKAGE_libupm-bmi160-python3 select PACKAGE_libupm-maxsonarez-node select PACKAGE_libupm-o2-python3 select PACKAGE_libupm-hp20x-python3 select PACKAGE_libupm-adxl335-python3 select PACKAGE_libupm-th02-node select PACKAGE_libupm-ttp223-node select PACKAGE_libupm-servo select PACKAGE_libupm-ssd1351-node select PACKAGE_libupm-slide-node select PACKAGE_libupm-vdiv-node select PACKAGE_libupm-ta12200 select PACKAGE_libupm-abp-python select PACKAGE_libupm-adxl335 select PACKAGE_libupm-bmg160-python3 select PACKAGE_libupm-lsm303dlh select PACKAGE_libupm-xbee-node select PACKAGE_libupm-mlx90614 select PACKAGE_libupm-bmm150-python select PACKAGE_libupm-tcs3414cs-python select PACKAGE_libupm-lpd8806-python3 select PACKAGE_libupm-apds9930 select PACKAGE_libupm-bmg160-python select PACKAGE_libupm-adxrs610 select PACKAGE_libupm-hwxpxx-python select PACKAGE_libupm-bmpx8x-node select PACKAGE_libupm-lp8860-python select PACKAGE_libupm-sensortemplate select PACKAGE_libupm-lis2ds12-python3 select PACKAGE_libupm-st7735-node select PACKAGE_libupm-flex-python3 select PACKAGE_libupm-adafruitss-node select PACKAGE_libupm-ds2413 select PACKAGE_libupm-gsr select PACKAGE_libupm-l298 select PACKAGE_libupm-lis2ds12 select PACKAGE_libupm-lsm303dlh-python select PACKAGE_libupm-bno055-python select PACKAGE_libupm-my9221 select PACKAGE_libupm-h803x-node select PACKAGE_libupm-rhusb-node select PACKAGE_libupm-wfs-node select PACKAGE_libupm-ttp223-python3 select PACKAGE_libupm-tex00-python select PACKAGE_libupm-t6713-node select PACKAGE_libupm-mlx90614-node select PACKAGE_libupm-max5487-python select PACKAGE_libupm-dfrec-python select PACKAGE_libupm-adafruitss select PACKAGE_libupm-adxrs610-python select PACKAGE_libupm-nrf8001 select PACKAGE_libupm-ina132-node select PACKAGE_libupm-sx1276 select PACKAGE_libupm-speaker-python select PACKAGE_libupm-rn2903-python select PACKAGE_libupm-my9221-python3 select PACKAGE_libupm-moisture-node select PACKAGE_libupm-rotary-python3 select PACKAGE_libupm-vcap-python select PACKAGE_libupm-groveo2 select PACKAGE_libupm-hwxpxx select PACKAGE_libupm-kx122-node select PACKAGE_libupm-kxtj3-node select PACKAGE_libupm-tmp006-node select PACKAGE_libupm-adafruitms1438-python3 select PACKAGE_libupm-stepmotor-node select PACKAGE_libupm-mma7660 select PACKAGE_libupm-mcp2515 select PACKAGE_libupm-max5487-python3 select PACKAGE_libupm-adxl345-python select PACKAGE_libupm-veml6070-python select PACKAGE_libupm-hlg150h-python select PACKAGE_libupm-emg-node select PACKAGE_libupm-mma8x5x select PACKAGE_libupm-tm1637 select PACKAGE_libupm-rpr220-python3 select PACKAGE_libupm-uartat select PACKAGE_libupm-adxrs610-python3 select PACKAGE_libupm-pn532-node select PACKAGE_libupm-st7735-python select PACKAGE_libupm-ultrasonic depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-adxl345-python3 select PACKAGE_openzwave select PACKAGE_libupm-mma7455-python select PACKAGE_libupm-led select PACKAGE_libupm-tcs37727-python3 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensor libraries https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-a110x tristate "libupm-a110x......................................... a110x C/C++ library" default y if DEFAULT_libupm-a110x default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-a110x-node tristate "libupm-a110x-node.................................. a110x Node.js library" default y if DEFAULT_libupm-a110x-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_libupm-a110x select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-a110x-python tristate "libupm-a110x-python................................. a110x Python library" default y if DEFAULT_libupm-a110x-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-a110x select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-a110x-python3 tristate "libupm-a110x-python3............................... a110x Python3 library" default y if DEFAULT_libupm-a110x-python3 default m if ALL select PACKAGE_librt select PACKAGE_libupm-a110x select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains a110x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-abp tristate "libupm-abp............................................. abp C/C++ library" default y if DEFAULT_libupm-abp default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-abp-node tristate "libupm-abp-node...................................... abp Node.js library" default y if DEFAULT_libupm-abp-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libupm-abp select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-abp-python tristate "libupm-abp-python..................................... abp Python library" default y if DEFAULT_libupm-abp-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc select PACKAGE_libupm-abp depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-abp-python3 tristate "libupm-abp-python3................................... abp Python3 library" default y if DEFAULT_libupm-abp-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-abp depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains abp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ad8232 tristate "libupm-ad8232....................................... ad8232 C/C++ library" default y if DEFAULT_libupm-ad8232 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ad8232-node tristate "libupm-ad8232-node................................ ad8232 Node.js library" default y if DEFAULT_libupm-ad8232-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-ad8232 select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ad8232-python tristate "libupm-ad8232-python............................... ad8232 Python library" default y if DEFAULT_libupm-ad8232-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ad8232 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ad8232-python3 tristate "libupm-ad8232-python3............................. ad8232 Python3 library" default y if DEFAULT_libupm-ad8232-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ad8232 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ad8232 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitms1438 tristate "libupm-adafruitms1438....................... adafruitms1438 C/C++ library" default y if DEFAULT_libupm-adafruitms1438 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libupm-pca9685 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitms1438-node tristate "libupm-adafruitms1438-node................ adafruitms1438 Node.js library" default y if DEFAULT_libupm-adafruitms1438-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb select PACKAGE_libupm-adafruitms1438 depends on !arc select PACKAGE_libupm-pca9685 select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitms1438-python tristate "libupm-adafruitms1438-python............... adafruitms1438 Python library" default y if DEFAULT_libupm-adafruitms1438-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb select PACKAGE_libupm-adafruitms1438 depends on !arc select PACKAGE_libupm-pca9685 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitms1438-python3 tristate "libupm-adafruitms1438-python3............. adafruitms1438 Python3 library" default y if DEFAULT_libupm-adafruitms1438-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-pca9685 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libupm-adafruitms1438 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitms1438 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitss tristate "libupm-adafruitss............................... adafruitss C/C++ library" default y if DEFAULT_libupm-adafruitss default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitss-node tristate "libupm-adafruitss-node........................ adafruitss Node.js library" default y if DEFAULT_libupm-adafruitss-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-adafruitss select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitss-python tristate "libupm-adafruitss-python....................... adafruitss Python library" default y if DEFAULT_libupm-adafruitss-python default m if ALL select PACKAGE_libupm-adafruitss select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adafruitss-python3 tristate "libupm-adafruitss-python3..................... adafruitss Python3 library" default y if DEFAULT_libupm-adafruitss-python3 default m if ALL select PACKAGE_libupm-adafruitss select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adafruitss sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adc121c021 tristate "libupm-adc121c021............................... adc121c021 C/C++ library" default y if DEFAULT_libupm-adc121c021 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adc121c021-node tristate "libupm-adc121c021-node........................ adc121c021 Node.js library" default y if DEFAULT_libupm-adc121c021-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-adc121c021 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adc121c021-python tristate "libupm-adc121c021-python....................... adc121c021 Python library" default y if DEFAULT_libupm-adc121c021-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-adc121c021 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adc121c021-python3 tristate "libupm-adc121c021-python3..................... adc121c021 Python3 library" default y if DEFAULT_libupm-adc121c021-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-adc121c021 select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adc121c021 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adis16448 tristate "libupm-adis16448................................. adis16448 C/C++ library" default y if DEFAULT_libupm-adis16448 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adis16448-node tristate "libupm-adis16448-node.......................... adis16448 Node.js library" default y if DEFAULT_libupm-adis16448-node default m if ALL select PACKAGE_libupm-adis16448 select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adis16448-python tristate "libupm-adis16448-python......................... adis16448 Python library" default y if DEFAULT_libupm-adis16448-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-adis16448 select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adis16448-python3 tristate "libupm-adis16448-python3....................... adis16448 Python3 library" default y if DEFAULT_libupm-adis16448-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-adis16448 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adis16448 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ads1x15 tristate "libupm-ads1x15..................................... ads1x15 C/C++ library" default y if DEFAULT_libupm-ads1x15 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ads1x15-node tristate "libupm-ads1x15-node.............................. ads1x15 Node.js library" default y if DEFAULT_libupm-ads1x15-node default m if ALL depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ads1x15 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ads1x15-python tristate "libupm-ads1x15-python............................. ads1x15 Python library" default y if DEFAULT_libupm-ads1x15-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ads1x15 select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ads1x15-python3 tristate "libupm-ads1x15-python3........................... ads1x15 Python3 library" default y if DEFAULT_libupm-ads1x15-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ads1x15 depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ads1x15 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl335 tristate "libupm-adxl335..................................... adxl335 C/C++ library" default y if DEFAULT_libupm-adxl335 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl335-node tristate "libupm-adxl335-node.............................. adxl335 Node.js library" default y if DEFAULT_libupm-adxl335-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-adxl335 select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl335-python tristate "libupm-adxl335-python............................. adxl335 Python library" default y if DEFAULT_libupm-adxl335-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-adxl335 depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl335-python3 tristate "libupm-adxl335-python3........................... adxl335 Python3 library" default y if DEFAULT_libupm-adxl335-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libupm-adxl335 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl335 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl345 tristate "libupm-adxl345..................................... adxl345 C/C++ library" default y if DEFAULT_libupm-adxl345 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl345-node tristate "libupm-adxl345-node.............................. adxl345 Node.js library" default y if DEFAULT_libupm-adxl345-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-adxl345 select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl345-python tristate "libupm-adxl345-python............................. adxl345 Python library" default y if DEFAULT_libupm-adxl345-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-adxl345 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxl345-python3 tristate "libupm-adxl345-python3........................... adxl345 Python3 library" default y if DEFAULT_libupm-adxl345-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-adxl345 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxl345 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxrs610 tristate "libupm-adxrs610................................... adxrs610 C/C++ library" default y if DEFAULT_libupm-adxrs610 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxrs610-node tristate "libupm-adxrs610-node............................ adxrs610 Node.js library" default y if DEFAULT_libupm-adxrs610-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-adxrs610 select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxrs610-python tristate "libupm-adxrs610-python........................... adxrs610 Python library" default y if DEFAULT_libupm-adxrs610-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libupm-adxrs610 depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-adxrs610-python3 tristate "libupm-adxrs610-python3......................... adxrs610 Python3 library" default y if DEFAULT_libupm-adxrs610-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-adxrs610 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains adxrs610 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-am2315 tristate "libupm-am2315....................................... am2315 C/C++ library" default y if DEFAULT_libupm-am2315 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-am2315-node tristate "libupm-am2315-node................................ am2315 Node.js library" default y if DEFAULT_libupm-am2315-node default m if ALL depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-am2315 depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-am2315-python tristate "libupm-am2315-python............................... am2315 Python library" default y if DEFAULT_libupm-am2315-python default m if ALL depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-am2315 select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-am2315-python3 tristate "libupm-am2315-python3............................. am2315 Python3 library" default y if DEFAULT_libupm-am2315-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-am2315 select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains am2315 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apa102 tristate "libupm-apa102....................................... apa102 C/C++ library" default y if DEFAULT_libupm-apa102 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apa102-node tristate "libupm-apa102-node................................ apa102 Node.js library" default y if DEFAULT_libupm-apa102-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-apa102 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apa102-python tristate "libupm-apa102-python............................... apa102 Python library" default y if DEFAULT_libupm-apa102-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-apa102 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apa102-python3 tristate "libupm-apa102-python3............................. apa102 Python3 library" default y if DEFAULT_libupm-apa102-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-apa102 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apa102 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9002 tristate "libupm-apds9002................................... apds9002 C/C++ library" default y if DEFAULT_libupm-apds9002 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9002-node tristate "libupm-apds9002-node............................ apds9002 Node.js library" default y if DEFAULT_libupm-apds9002-node default m if ALL select PACKAGE_libupm-apds9002 depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9002-python tristate "libupm-apds9002-python........................... apds9002 Python library" default y if DEFAULT_libupm-apds9002-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libupm-apds9002 select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9002-python3 tristate "libupm-apds9002-python3......................... apds9002 Python3 library" default y if DEFAULT_libupm-apds9002-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-apds9002 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9002 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9930 tristate "libupm-apds9930................................... apds9930 C/C++ library" default y if DEFAULT_libupm-apds9930 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9930-node tristate "libupm-apds9930-node............................ apds9930 Node.js library" default y if DEFAULT_libupm-apds9930-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-apds9930 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9930-python tristate "libupm-apds9930-python........................... apds9930 Python library" default y if DEFAULT_libupm-apds9930-python default m if ALL depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-apds9930 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-apds9930-python3 tristate "libupm-apds9930-python3......................... apds9930 Python3 library" default y if DEFAULT_libupm-apds9930-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-apds9930 select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains apds9930 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-at42qt1070 tristate "libupm-at42qt1070............................... at42qt1070 C/C++ library" default y if DEFAULT_libupm-at42qt1070 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-at42qt1070-node tristate "libupm-at42qt1070-node........................ at42qt1070 Node.js library" default y if DEFAULT_libupm-at42qt1070-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb select PACKAGE_libupm-at42qt1070 depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-at42qt1070-python tristate "libupm-at42qt1070-python....................... at42qt1070 Python library" default y if DEFAULT_libupm-at42qt1070-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc select PACKAGE_libupm-at42qt1070 depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-at42qt1070-python3 tristate "libupm-at42qt1070-python3..................... at42qt1070 Python3 library" default y if DEFAULT_libupm-at42qt1070-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libupm-at42qt1070 depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains at42qt1070 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1749 tristate "libupm-bh1749....................................... bh1749 C/C++ library" default y if DEFAULT_libupm-bh1749 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1749-node tristate "libupm-bh1749-node................................ bh1749 Node.js library" default y if DEFAULT_libupm-bh1749-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-bh1749 select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1749-python tristate "libupm-bh1749-python............................... bh1749 Python library" default y if DEFAULT_libupm-bh1749-python default m if ALL select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-bh1749 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1749-python3 tristate "libupm-bh1749-python3............................. bh1749 Python3 library" default y if DEFAULT_libupm-bh1749-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-bh1749 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1749 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1750 tristate "libupm-bh1750....................................... bh1750 C/C++ library" default y if DEFAULT_libupm-bh1750 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1750-node tristate "libupm-bh1750-node................................ bh1750 Node.js library" default y if DEFAULT_libupm-bh1750-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb select PACKAGE_libupm-bh1750 depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1750-python tristate "libupm-bh1750-python............................... bh1750 Python library" default y if DEFAULT_libupm-bh1750-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libupm-bh1750 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1750-python3 tristate "libupm-bh1750-python3............................. bh1750 Python3 library" default y if DEFAULT_libupm-bh1750-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc select PACKAGE_libupm-bh1750 depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1750 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1792 tristate "libupm-bh1792....................................... bh1792 C/C++ library" default y if DEFAULT_libupm-bh1792 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1792-node tristate "libupm-bh1792-node................................ bh1792 Node.js library" default y if DEFAULT_libupm-bh1792-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-bh1792 select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1792-python tristate "libupm-bh1792-python............................... bh1792 Python library" default y if DEFAULT_libupm-bh1792-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-bh1792 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bh1792-python3 tristate "libupm-bh1792-python3............................. bh1792 Python3 library" default y if DEFAULT_libupm-bh1792-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bh1792 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bh1792 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-biss0001 tristate "libupm-biss0001................................... biss0001 C/C++ library" default y if DEFAULT_libupm-biss0001 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-biss0001-node tristate "libupm-biss0001-node............................ biss0001 Node.js library" default y if DEFAULT_libupm-biss0001-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-biss0001 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-biss0001-python tristate "libupm-biss0001-python........................... biss0001 Python library" default y if DEFAULT_libupm-biss0001-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-biss0001 select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-biss0001-python3 tristate "libupm-biss0001-python3......................... biss0001 Python3 library" default y if DEFAULT_libupm-biss0001-python3 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-biss0001 select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains biss0001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma220 tristate "libupm-bma220....................................... bma220 C/C++ library" default y if DEFAULT_libupm-bma220 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma220-node tristate "libupm-bma220-node................................ bma220 Node.js library" default y if DEFAULT_libupm-bma220-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-bma220 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma220-python tristate "libupm-bma220-python............................... bma220 Python library" default y if DEFAULT_libupm-bma220-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-bma220 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma220-python3 tristate "libupm-bma220-python3............................. bma220 Python3 library" default y if DEFAULT_libupm-bma220-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-bma220 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma220 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma250e tristate "libupm-bma250e..................................... bma250e C/C++ library" default y if DEFAULT_libupm-bma250e default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma250e-node tristate "libupm-bma250e-node.............................. bma250e Node.js library" default y if DEFAULT_libupm-bma250e-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-bma250e select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma250e-python tristate "libupm-bma250e-python............................. bma250e Python library" default y if DEFAULT_libupm-bma250e-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libupm-bma250e depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bma250e-python3 tristate "libupm-bma250e-python3........................... bma250e Python3 library" default y if DEFAULT_libupm-bma250e-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-bma250e select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bma250e sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmg160 tristate "libupm-bmg160....................................... bmg160 C/C++ library" default y if DEFAULT_libupm-bmg160 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmg160-node tristate "libupm-bmg160-node................................ bmg160 Node.js library" default y if DEFAULT_libupm-bmg160-node default m if ALL select PACKAGE_libupm-bmg160 select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmg160-python tristate "libupm-bmg160-python............................... bmg160 Python library" default y if DEFAULT_libupm-bmg160-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-bmg160 depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmg160-python3 tristate "libupm-bmg160-python3............................. bmg160 Python3 library" default y if DEFAULT_libupm-bmg160-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libupm-bmg160 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmg160 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmi160 tristate "libupm-bmi160....................................... bmi160 C/C++ library" default y if DEFAULT_libupm-bmi160 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmi160-node tristate "libupm-bmi160-node................................ bmi160 Node.js library" default y if DEFAULT_libupm-bmi160-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-bmi160 depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmi160-python tristate "libupm-bmi160-python............................... bmi160 Python library" default y if DEFAULT_libupm-bmi160-python default m if ALL select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc select PACKAGE_libupm-bmi160 depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmi160-python3 tristate "libupm-bmi160-python3............................. bmi160 Python3 library" default y if DEFAULT_libupm-bmi160-python3 default m if ALL depends on !arc select PACKAGE_libupm-bmi160 depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmi160 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmm150 tristate "libupm-bmm150....................................... bmm150 C/C++ library" default y if DEFAULT_libupm-bmm150 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmm150-node tristate "libupm-bmm150-node................................ bmm150 Node.js library" default y if DEFAULT_libupm-bmm150-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-bmm150 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmm150-python tristate "libupm-bmm150-python............................... bmm150 Python library" default y if DEFAULT_libupm-bmm150-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-bmm150 select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmm150-python3 tristate "libupm-bmm150-python3............................. bmm150 Python3 library" default y if DEFAULT_libupm-bmm150-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-bmm150 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmm150 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmp280 tristate "libupm-bmp280....................................... bmp280 C/C++ library" default y if DEFAULT_libupm-bmp280 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmp280-node tristate "libupm-bmp280-node................................ bmp280 Node.js library" default y if DEFAULT_libupm-bmp280-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libupm-bmp280 select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmp280-python tristate "libupm-bmp280-python............................... bmp280 Python library" default y if DEFAULT_libupm-bmp280-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libupm-bmp280 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmp280-python3 tristate "libupm-bmp280-python3............................. bmp280 Python3 library" default y if DEFAULT_libupm-bmp280-python3 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libupm-bmp280 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmp280 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmpx8x tristate "libupm-bmpx8x....................................... bmpx8x C/C++ library" default y if DEFAULT_libupm-bmpx8x default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmpx8x-node tristate "libupm-bmpx8x-node................................ bmpx8x Node.js library" default y if DEFAULT_libupm-bmpx8x-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-bmpx8x depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmpx8x-python tristate "libupm-bmpx8x-python............................... bmpx8x Python library" default y if DEFAULT_libupm-bmpx8x-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-bmpx8x select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libupm-interfaces select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmpx8x-python3 tristate "libupm-bmpx8x-python3............................. bmpx8x Python3 library" default y if DEFAULT_libupm-bmpx8x-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-bmpx8x select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmpx8x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmx055 tristate "libupm-bmx055....................................... bmx055 C/C++ library" default y if DEFAULT_libupm-bmx055 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libupm-bmg160 select PACKAGE_librt select PACKAGE_libupm-bma250e select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-bmm150 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmx055-node tristate "libupm-bmx055-node................................ bmx055 Node.js library" default y if DEFAULT_libupm-bmx055-node default m if ALL select PACKAGE_libmraa depends on !powerpc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-bmm150 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-bma250e select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libupm-bmx055 select PACKAGE_libc select PACKAGE_libupm-bmg160 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmx055-python tristate "libupm-bmx055-python............................... bmx055 Python library" default y if DEFAULT_libupm-bmx055-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-bmm150 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-bma250e select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-bmx055 select PACKAGE_python-light select PACKAGE_libupm-bmg160 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bmx055-python3 tristate "libupm-bmx055-python3............................. bmx055 Python3 library" default y if DEFAULT_libupm-bmx055-python3 default m if ALL select PACKAGE_librt select PACKAGE_libupm-bma250e select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libupm-bmx055 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libupm-bmg160 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-bmm150 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bmx055 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bno055 tristate "libupm-bno055....................................... bno055 C/C++ library" default y if DEFAULT_libupm-bno055 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bno055-node tristate "libupm-bno055-node................................ bno055 Node.js library" default y if DEFAULT_libupm-bno055-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_libupm-bno055 depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bno055-python tristate "libupm-bno055-python............................... bno055 Python library" default y if DEFAULT_libupm-bno055-python default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libupm-bno055 select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-bno055-python3 tristate "libupm-bno055-python3............................. bno055 Python3 library" default y if DEFAULT_libupm-bno055-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libupm-bno055 select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains bno055 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-button tristate "libupm-button....................................... button C/C++ library" default y if DEFAULT_libupm-button default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-button-node tristate "libupm-button-node................................ button Node.js library" default y if DEFAULT_libupm-button-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa select PACKAGE_libupm-button depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-button-python tristate "libupm-button-python............................... button Python library" default y if DEFAULT_libupm-button-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libupm-button select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-button-python3 tristate "libupm-button-python3............................. button Python3 library" default y if DEFAULT_libupm-button-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-button depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains button sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-buzzer tristate "libupm-buzzer....................................... buzzer C/C++ library" default y if DEFAULT_libupm-buzzer default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-buzzer-node tristate "libupm-buzzer-node................................ buzzer Node.js library" default y if DEFAULT_libupm-buzzer-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-buzzer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-buzzer-python tristate "libupm-buzzer-python............................... buzzer Python library" default y if DEFAULT_libupm-buzzer-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-buzzer help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-buzzer-python3 tristate "libupm-buzzer-python3............................. buzzer Python3 library" default y if DEFAULT_libupm-buzzer-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-buzzer depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains buzzer sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cjq4435 tristate "libupm-cjq4435..................................... cjq4435 C/C++ library" default y if DEFAULT_libupm-cjq4435 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cjq4435-node tristate "libupm-cjq4435-node.............................. cjq4435 Node.js library" default y if DEFAULT_libupm-cjq4435-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc select PACKAGE_libupm-cjq4435 depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cjq4435-python tristate "libupm-cjq4435-python............................. cjq4435 Python library" default y if DEFAULT_libupm-cjq4435-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-cjq4435 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cjq4435-python3 tristate "libupm-cjq4435-python3........................... cjq4435 Python3 library" default y if DEFAULT_libupm-cjq4435-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-cjq4435 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cjq4435 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-collision tristate "libupm-collision................................. collision C/C++ library" default y if DEFAULT_libupm-collision default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-collision-node tristate "libupm-collision-node.......................... collision Node.js library" default y if DEFAULT_libupm-collision-node default m if ALL depends on !armeb select PACKAGE_libupm-collision depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-collision-python tristate "libupm-collision-python......................... collision Python library" default y if DEFAULT_libupm-collision-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb select PACKAGE_libupm-collision depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-collision-python3 tristate "libupm-collision-python3....................... collision Python3 library" default y if DEFAULT_libupm-collision-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc select PACKAGE_libupm-collision depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains collision sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-curieimu tristate "libupm-curieimu................................... curieimu C/C++ library" default y if DEFAULT_libupm-curieimu default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-curieimu-node tristate "libupm-curieimu-node............................ curieimu Node.js library" default y if DEFAULT_libupm-curieimu-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-curieimu select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-curieimu-python tristate "libupm-curieimu-python........................... curieimu Python library" default y if DEFAULT_libupm-curieimu-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-curieimu select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-curieimu-python3 tristate "libupm-curieimu-python3......................... curieimu Python3 library" default y if DEFAULT_libupm-curieimu-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-curieimu select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains curieimu sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cwlsxxa tristate "libupm-cwlsxxa..................................... cwlsxxa C/C++ library" default y if DEFAULT_libupm-cwlsxxa default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cwlsxxa-node tristate "libupm-cwlsxxa-node.............................. cwlsxxa Node.js library" default y if DEFAULT_libupm-cwlsxxa-node default m if ALL depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-cwlsxxa select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cwlsxxa-python tristate "libupm-cwlsxxa-python............................. cwlsxxa Python library" default y if DEFAULT_libupm-cwlsxxa-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-cwlsxxa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-cwlsxxa-python3 tristate "libupm-cwlsxxa-python3........................... cwlsxxa Python3 library" default y if DEFAULT_libupm-cwlsxxa-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-cwlsxxa select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains cwlsxxa sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrec tristate "libupm-dfrec......................................... dfrec C/C++ library" default y if DEFAULT_libupm-dfrec default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-ds18b20 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrec-node tristate "libupm-dfrec-node.................................. dfrec Node.js library" default y if DEFAULT_libupm-dfrec-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-dfrec depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ds18b20 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrec-python tristate "libupm-dfrec-python................................. dfrec Python library" default y if DEFAULT_libupm-dfrec-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-dfrec select PACKAGE_libupm-ds18b20 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrec-python3 tristate "libupm-dfrec-python3............................... dfrec Python3 library" default y if DEFAULT_libupm-dfrec-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-ds18b20 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-dfrec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrec sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrorp tristate "libupm-dfrorp....................................... dfrorp C/C++ library" default y if DEFAULT_libupm-dfrorp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrorp-node tristate "libupm-dfrorp-node................................ dfrorp Node.js library" default y if DEFAULT_libupm-dfrorp-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-dfrorp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrorp-python tristate "libupm-dfrorp-python............................... dfrorp Python library" default y if DEFAULT_libupm-dfrorp-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-dfrorp help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrorp-python3 tristate "libupm-dfrorp-python3............................. dfrorp Python3 library" default y if DEFAULT_libupm-dfrorp-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-dfrorp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrorp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrph tristate "libupm-dfrph......................................... dfrph C/C++ library" default y if DEFAULT_libupm-dfrph default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrph-node tristate "libupm-dfrph-node.................................. dfrph Node.js library" default y if DEFAULT_libupm-dfrph-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-dfrph select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrph-python tristate "libupm-dfrph-python................................. dfrph Python library" default y if DEFAULT_libupm-dfrph-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-dfrph depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-dfrph-python3 tristate "libupm-dfrph-python3............................... dfrph Python3 library" default y if DEFAULT_libupm-dfrph-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-dfrph depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains dfrph sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1307 tristate "libupm-ds1307....................................... ds1307 C/C++ library" default y if DEFAULT_libupm-ds1307 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1307-node tristate "libupm-ds1307-node................................ ds1307 Node.js library" default y if DEFAULT_libupm-ds1307-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libupm-ds1307 select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1307-python tristate "libupm-ds1307-python............................... ds1307 Python library" default y if DEFAULT_libupm-ds1307-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-ds1307 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1307-python3 tristate "libupm-ds1307-python3............................. ds1307 Python3 library" default y if DEFAULT_libupm-ds1307-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-ds1307 select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1307 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1808lc tristate "libupm-ds1808lc................................... ds1808lc C/C++ library" default y if DEFAULT_libupm-ds1808lc default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1808lc-node tristate "libupm-ds1808lc-node............................ ds1808lc Node.js library" default y if DEFAULT_libupm-ds1808lc-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_libupm-ds1808lc select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1808lc-python tristate "libupm-ds1808lc-python........................... ds1808lc Python library" default y if DEFAULT_libupm-ds1808lc-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces select PACKAGE_librt select PACKAGE_libupm-ds1808lc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds1808lc-python3 tristate "libupm-ds1808lc-python3......................... ds1808lc Python3 library" default y if DEFAULT_libupm-ds1808lc-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ds1808lc depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds1808lc sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds18b20 tristate "libupm-ds18b20..................................... ds18b20 C/C++ library" default y if DEFAULT_libupm-ds18b20 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds18b20-node tristate "libupm-ds18b20-node.............................. ds18b20 Node.js library" default y if DEFAULT_libupm-ds18b20-node default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ds18b20 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds18b20-python tristate "libupm-ds18b20-python............................. ds18b20 Python library" default y if DEFAULT_libupm-ds18b20-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ds18b20 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds18b20-python3 tristate "libupm-ds18b20-python3........................... ds18b20 Python3 library" default y if DEFAULT_libupm-ds18b20-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-ds18b20 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds18b20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds2413 tristate "libupm-ds2413....................................... ds2413 C/C++ library" default y if DEFAULT_libupm-ds2413 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds2413-node tristate "libupm-ds2413-node................................ ds2413 Node.js library" default y if DEFAULT_libupm-ds2413-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ds2413 select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds2413-python tristate "libupm-ds2413-python............................... ds2413 Python library" default y if DEFAULT_libupm-ds2413-python default m if ALL depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_libupm-ds2413 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ds2413-python3 tristate "libupm-ds2413-python3............................. ds2413 Python3 library" default y if DEFAULT_libupm-ds2413-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ds2413 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ds2413 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecezo tristate "libupm-ecezo......................................... ecezo C/C++ library" default y if DEFAULT_libupm-ecezo default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecezo-node tristate "libupm-ecezo-node.................................. ecezo Node.js library" default y if DEFAULT_libupm-ecezo-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ecezo depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecezo-python tristate "libupm-ecezo-python................................. ecezo Python library" default y if DEFAULT_libupm-ecezo-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_libupm-ecezo depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecezo-python3 tristate "libupm-ecezo-python3............................... ecezo Python3 library" default y if DEFAULT_libupm-ecezo-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-ecezo help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecezo sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecs1030 tristate "libupm-ecs1030..................................... ecs1030 C/C++ library" default y if DEFAULT_libupm-ecs1030 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecs1030-node tristate "libupm-ecs1030-node.............................. ecs1030 Node.js library" default y if DEFAULT_libupm-ecs1030-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libupm-ecs1030 select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecs1030-python tristate "libupm-ecs1030-python............................. ecs1030 Python library" default y if DEFAULT_libupm-ecs1030-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa select PACKAGE_libupm-ecs1030 depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ecs1030-python3 tristate "libupm-ecs1030-python3........................... ecs1030 Python3 library" default y if DEFAULT_libupm-ecs1030-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libmraa select PACKAGE_libupm-ecs1030 select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ecs1030 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ehr tristate "libupm-ehr............................................. ehr C/C++ library" default y if DEFAULT_libupm-ehr default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ehr-node tristate "libupm-ehr-node...................................... ehr Node.js library" default y if DEFAULT_libupm-ehr-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ehr select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ehr-python tristate "libupm-ehr-python..................................... ehr Python library" default y if DEFAULT_libupm-ehr-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-ehr select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ehr-python3 tristate "libupm-ehr-python3................................... ehr Python3 library" default y if DEFAULT_libupm-ehr-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-ehr help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ehr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-eldriver tristate "libupm-eldriver................................... eldriver C/C++ library" default y if DEFAULT_libupm-eldriver default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-eldriver-node tristate "libupm-eldriver-node............................ eldriver Node.js library" default y if DEFAULT_libupm-eldriver-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-eldriver select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-eldriver-python tristate "libupm-eldriver-python........................... eldriver Python library" default y if DEFAULT_libupm-eldriver-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-eldriver select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-eldriver-python3 tristate "libupm-eldriver-python3......................... eldriver Python3 library" default y if DEFAULT_libupm-eldriver-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-eldriver select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains eldriver sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-electromagnet tristate "libupm-electromagnet......................... electromagnet C/C++ library" default y if DEFAULT_libupm-electromagnet default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-electromagnet-node tristate "libupm-electromagnet-node.................. electromagnet Node.js library" default y if DEFAULT_libupm-electromagnet-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-electromagnet help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-electromagnet-python tristate "libupm-electromagnet-python................. electromagnet Python library" default y if DEFAULT_libupm-electromagnet-python default m if ALL select PACKAGE_libupm-electromagnet select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-electromagnet-python3 tristate "libupm-electromagnet-python3............... electromagnet Python3 library" default y if DEFAULT_libupm-electromagnet-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-electromagnet select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains electromagnet sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-emg tristate "libupm-emg............................................. emg C/C++ library" default y if DEFAULT_libupm-emg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-emg-node tristate "libupm-emg-node...................................... emg Node.js library" default y if DEFAULT_libupm-emg-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc select PACKAGE_libupm-emg depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-emg-python tristate "libupm-emg-python..................................... emg Python library" default y if DEFAULT_libupm-emg-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libupm-emg depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-emg-python3 tristate "libupm-emg-python3................................... emg Python3 library" default y if DEFAULT_libupm-emg-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa depends on !arc select PACKAGE_libupm-emg depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains emg sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-enc03r tristate "libupm-enc03r....................................... enc03r C/C++ library" default y if DEFAULT_libupm-enc03r default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-enc03r-node tristate "libupm-enc03r-node................................ enc03r Node.js library" default y if DEFAULT_libupm-enc03r-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-enc03r select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-enc03r-python tristate "libupm-enc03r-python............................... enc03r Python library" default y if DEFAULT_libupm-enc03r-python default m if ALL select PACKAGE_libupm-enc03r select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-enc03r-python3 tristate "libupm-enc03r-python3............................. enc03r Python3 library" default y if DEFAULT_libupm-enc03r-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-enc03r depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains enc03r sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-flex tristate "libupm-flex........................................... flex C/C++ library" default y if DEFAULT_libupm-flex default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-flex-node tristate "libupm-flex-node.................................... flex Node.js library" default y if DEFAULT_libupm-flex-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-flex depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-flex-python tristate "libupm-flex-python................................... flex Python library" default y if DEFAULT_libupm-flex-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-flex depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-flex-python3 tristate "libupm-flex-python3................................. flex Python3 library" default y if DEFAULT_libupm-flex-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb select PACKAGE_libupm-flex depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains flex sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gas tristate "libupm-gas............................................. gas C/C++ library" default y if DEFAULT_libupm-gas default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gas-node tristate "libupm-gas-node...................................... gas Node.js library" default y if DEFAULT_libupm-gas-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-gas select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gas-python tristate "libupm-gas-python..................................... gas Python library" default y if DEFAULT_libupm-gas-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-gas depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gas-python3 tristate "libupm-gas-python3................................... gas Python3 library" default y if DEFAULT_libupm-gas-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-gas select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gas sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gp2y0a tristate "libupm-gp2y0a....................................... gp2y0a C/C++ library" default y if DEFAULT_libupm-gp2y0a default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gp2y0a-node tristate "libupm-gp2y0a-node................................ gp2y0a Node.js library" default y if DEFAULT_libupm-gp2y0a-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb select PACKAGE_libupm-gp2y0a depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gp2y0a-python tristate "libupm-gp2y0a-python............................... gp2y0a Python library" default y if DEFAULT_libupm-gp2y0a-python default m if ALL depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc select PACKAGE_libupm-gp2y0a depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gp2y0a-python3 tristate "libupm-gp2y0a-python3............................. gp2y0a Python3 library" default y if DEFAULT_libupm-gp2y0a-python3 default m if ALL depends on !armeb select PACKAGE_libupm-gp2y0a depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gp2y0a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gprs tristate "libupm-gprs........................................... gprs C/C++ library" default y if DEFAULT_libupm-gprs default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gprs-node tristate "libupm-gprs-node.................................... gprs Node.js library" default y if DEFAULT_libupm-gprs-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-gprs select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gprs-python tristate "libupm-gprs-python................................... gprs Python library" default y if DEFAULT_libupm-gprs-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-gprs select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gprs-python3 tristate "libupm-gprs-python3................................. gprs Python3 library" default y if DEFAULT_libupm-gprs-python3 default m if ALL select PACKAGE_libupm-gprs select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gprs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grove tristate "libupm-grove......................................... grove C/C++ library" default y if DEFAULT_libupm-grove default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grove-node tristate "libupm-grove-node.................................. grove Node.js library" default y if DEFAULT_libupm-grove-node default m if ALL depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libupm-grove help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grove-python tristate "libupm-grove-python................................. grove Python library" default y if DEFAULT_libupm-grove-python default m if ALL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-grove depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grove-python3 tristate "libupm-grove-python3............................... grove Python3 library" default y if DEFAULT_libupm-grove-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-grove depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grove sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovecollision tristate "libupm-grovecollision....................... grovecollision C/C++ library" default y if DEFAULT_libupm-grovecollision default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovecollision-node tristate "libupm-grovecollision-node................ grovecollision Node.js library" default y if DEFAULT_libupm-grovecollision-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-grovecollision select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovecollision-python tristate "libupm-grovecollision-python............... grovecollision Python library" default y if DEFAULT_libupm-grovecollision-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-grovecollision select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovecollision-python3 tristate "libupm-grovecollision-python3............. grovecollision Python3 library" default y if DEFAULT_libupm-grovecollision-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-grovecollision help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovecollision sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveehr tristate "libupm-groveehr................................... groveehr C/C++ library" default y if DEFAULT_libupm-groveehr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveehr-node tristate "libupm-groveehr-node............................ groveehr Node.js library" default y if DEFAULT_libupm-groveehr-node default m if ALL select PACKAGE_libc depends on !armeb select PACKAGE_libupm-groveehr depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveehr-python tristate "libupm-groveehr-python........................... groveehr Python library" default y if DEFAULT_libupm-groveehr-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb select PACKAGE_libupm-groveehr depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveehr-python3 tristate "libupm-groveehr-python3......................... groveehr Python3 library" default y if DEFAULT_libupm-groveehr-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-groveehr depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveehr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveeldriver tristate "libupm-groveeldriver......................... groveeldriver C/C++ library" default y if DEFAULT_libupm-groveeldriver default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveeldriver-node tristate "libupm-groveeldriver-node.................. groveeldriver Node.js library" default y if DEFAULT_libupm-groveeldriver-node default m if ALL select PACKAGE_libupm-groveeldriver depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveeldriver-python tristate "libupm-groveeldriver-python................. groveeldriver Python library" default y if DEFAULT_libupm-groveeldriver-python default m if ALL depends on !powerpc select PACKAGE_libupm-groveeldriver select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveeldriver-python3 tristate "libupm-groveeldriver-python3............... groveeldriver Python3 library" default y if DEFAULT_libupm-groveeldriver-python3 default m if ALL select PACKAGE_libupm-groveeldriver depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveeldriver sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveelectromagnet tristate "libupm-groveelectromagnet............... groveelectromagnet C/C++ library" default y if DEFAULT_libupm-groveelectromagnet default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveelectromagnet-node tristate "libupm-groveelectromagnet-node........ groveelectromagnet Node.js library" default y if DEFAULT_libupm-groveelectromagnet-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-groveelectromagnet select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveelectromagnet-python tristate "libupm-groveelectromagnet-python....... groveelectromagnet Python library" default y if DEFAULT_libupm-groveelectromagnet-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-groveelectromagnet help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveelectromagnet-python3 tristate "libupm-groveelectromagnet-python3..... groveelectromagnet Python3 library" default y if DEFAULT_libupm-groveelectromagnet-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-groveelectromagnet select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveelectromagnet sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveemg tristate "libupm-groveemg................................... groveemg C/C++ library" default y if DEFAULT_libupm-groveemg default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveemg-node tristate "libupm-groveemg-node............................ groveemg Node.js library" default y if DEFAULT_libupm-groveemg-node default m if ALL select PACKAGE_libmraa depends on !powerpc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-groveemg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveemg-python tristate "libupm-groveemg-python........................... groveemg Python library" default y if DEFAULT_libupm-groveemg-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-groveemg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveemg-python3 tristate "libupm-groveemg-python3......................... groveemg Python3 library" default y if DEFAULT_libupm-groveemg-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-groveemg help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveemg sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegprs tristate "libupm-grovegprs................................. grovegprs C/C++ library" default y if DEFAULT_libupm-grovegprs default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegprs-node tristate "libupm-grovegprs-node.......................... grovegprs Node.js library" default y if DEFAULT_libupm-grovegprs-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-grovegprs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegprs-python tristate "libupm-grovegprs-python......................... grovegprs Python library" default y if DEFAULT_libupm-grovegprs-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-grovegprs select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegprs-python3 tristate "libupm-grovegprs-python3....................... grovegprs Python3 library" default y if DEFAULT_libupm-grovegprs-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-grovegprs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegprs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegsr tristate "libupm-grovegsr................................... grovegsr C/C++ library" default y if DEFAULT_libupm-grovegsr default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegsr-node tristate "libupm-grovegsr-node............................ grovegsr Node.js library" default y if DEFAULT_libupm-grovegsr-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-grovegsr select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegsr-python tristate "libupm-grovegsr-python........................... grovegsr Python library" default y if DEFAULT_libupm-grovegsr-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-grovegsr help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovegsr-python3 tristate "libupm-grovegsr-python3......................... grovegsr Python3 library" default y if DEFAULT_libupm-grovegsr-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-grovegsr select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovegsr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovelinefinder tristate "libupm-grovelinefinder..................... grovelinefinder C/C++ library" default y if DEFAULT_libupm-grovelinefinder default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovelinefinder-node tristate "libupm-grovelinefinder-node.............. grovelinefinder Node.js library" default y if DEFAULT_libupm-grovelinefinder-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-grovelinefinder depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovelinefinder-python tristate "libupm-grovelinefinder-python............. grovelinefinder Python library" default y if DEFAULT_libupm-grovelinefinder-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-grovelinefinder select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovelinefinder-python3 tristate "libupm-grovelinefinder-python3........... grovelinefinder Python3 library" default y if DEFAULT_libupm-grovelinefinder-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-grovelinefinder select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovelinefinder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemd tristate "libupm-grovemd..................................... grovemd C/C++ library" default y if DEFAULT_libupm-grovemd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemd-node tristate "libupm-grovemd-node.............................. grovemd Node.js library" default y if DEFAULT_libupm-grovemd-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-grovemd depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemd-python tristate "libupm-grovemd-python............................. grovemd Python library" default y if DEFAULT_libupm-grovemd-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-grovemd help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemd-python3 tristate "libupm-grovemd-python3........................... grovemd Python3 library" default y if DEFAULT_libupm-grovemd-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libupm-grovemd select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemd sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemoisture tristate "libupm-grovemoisture......................... grovemoisture C/C++ library" default y if DEFAULT_libupm-grovemoisture default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemoisture-node tristate "libupm-grovemoisture-node.................. grovemoisture Node.js library" default y if DEFAULT_libupm-grovemoisture-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-grovemoisture depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemoisture-python tristate "libupm-grovemoisture-python................. grovemoisture Python library" default y if DEFAULT_libupm-grovemoisture-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-grovemoisture depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovemoisture-python3 tristate "libupm-grovemoisture-python3............... grovemoisture Python3 library" default y if DEFAULT_libupm-grovemoisture-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-grovemoisture select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovemoisture sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveo2 tristate "libupm-groveo2..................................... groveo2 C/C++ library" default y if DEFAULT_libupm-groveo2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveo2-node tristate "libupm-groveo2-node.............................. groveo2 Node.js library" default y if DEFAULT_libupm-groveo2-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-groveo2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveo2-python tristate "libupm-groveo2-python............................. groveo2 Python library" default y if DEFAULT_libupm-groveo2-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-groveo2 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveo2-python3 tristate "libupm-groveo2-python3........................... groveo2 Python3 library" default y if DEFAULT_libupm-groveo2-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-groveo2 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveo2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovescam tristate "libupm-grovescam................................. grovescam C/C++ library" default y if DEFAULT_libupm-grovescam default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovescam-node tristate "libupm-grovescam-node.......................... grovescam Node.js library" default y if DEFAULT_libupm-grovescam-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-grovescam select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovescam-python tristate "libupm-grovescam-python......................... grovescam Python library" default y if DEFAULT_libupm-grovescam-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc select PACKAGE_libupm-grovescam depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovescam-python3 tristate "libupm-grovescam-python3....................... grovescam Python3 library" default y if DEFAULT_libupm-grovescam-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libupm-grovescam depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovescam sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovespeaker tristate "libupm-grovespeaker........................... grovespeaker C/C++ library" default y if DEFAULT_libupm-grovespeaker default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovespeaker-node tristate "libupm-grovespeaker-node.................... grovespeaker Node.js library" default y if DEFAULT_libupm-grovespeaker-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-grovespeaker depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovespeaker-python tristate "libupm-grovespeaker-python................... grovespeaker Python library" default y if DEFAULT_libupm-grovespeaker-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-grovespeaker select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovespeaker-python3 tristate "libupm-grovespeaker-python3................. grovespeaker Python3 library" default y if DEFAULT_libupm-grovespeaker-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-grovespeaker select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovespeaker sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveultrasonic tristate "libupm-groveultrasonic..................... groveultrasonic C/C++ library" default y if DEFAULT_libupm-groveultrasonic default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveultrasonic-node tristate "libupm-groveultrasonic-node.............. groveultrasonic Node.js library" default y if DEFAULT_libupm-groveultrasonic-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libupm-groveultrasonic select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveultrasonic-python tristate "libupm-groveultrasonic-python............. groveultrasonic Python library" default y if DEFAULT_libupm-groveultrasonic-python default m if ALL depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libupm-groveultrasonic select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-groveultrasonic-python3 tristate "libupm-groveultrasonic-python3........... groveultrasonic Python3 library" default y if DEFAULT_libupm-groveultrasonic-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-groveultrasonic select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains groveultrasonic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovevdiv tristate "libupm-grovevdiv................................. grovevdiv C/C++ library" default y if DEFAULT_libupm-grovevdiv default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovevdiv-node tristate "libupm-grovevdiv-node.......................... grovevdiv Node.js library" default y if DEFAULT_libupm-grovevdiv-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc select PACKAGE_libupm-grovevdiv depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovevdiv-python tristate "libupm-grovevdiv-python......................... grovevdiv Python library" default y if DEFAULT_libupm-grovevdiv-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-grovevdiv select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovevdiv-python3 tristate "libupm-grovevdiv-python3....................... grovevdiv Python3 library" default y if DEFAULT_libupm-grovevdiv-python3 default m if ALL select PACKAGE_libc select PACKAGE_libupm-grovevdiv select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovevdiv sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewater tristate "libupm-grovewater............................... grovewater C/C++ library" default y if DEFAULT_libupm-grovewater default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewater-node tristate "libupm-grovewater-node........................ grovewater Node.js library" default y if DEFAULT_libupm-grovewater-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libupm-grovewater select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewater-python tristate "libupm-grovewater-python....................... grovewater Python library" default y if DEFAULT_libupm-grovewater-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-grovewater select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewater-python3 tristate "libupm-grovewater-python3..................... grovewater Python3 library" default y if DEFAULT_libupm-grovewater-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-grovewater depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewater sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewfs tristate "libupm-grovewfs................................... grovewfs C/C++ library" default y if DEFAULT_libupm-grovewfs default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewfs-node tristate "libupm-grovewfs-node............................ grovewfs Node.js library" default y if DEFAULT_libupm-grovewfs-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-grovewfs select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewfs-python tristate "libupm-grovewfs-python........................... grovewfs Python library" default y if DEFAULT_libupm-grovewfs-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa select PACKAGE_libupm-grovewfs depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-grovewfs-python3 tristate "libupm-grovewfs-python3......................... grovewfs Python3 library" default y if DEFAULT_libupm-grovewfs-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libupm-grovewfs select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains grovewfs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gsr tristate "libupm-gsr............................................. gsr C/C++ library" default y if DEFAULT_libupm-gsr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gsr-node tristate "libupm-gsr-node...................................... gsr Node.js library" default y if DEFAULT_libupm-gsr-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-gsr select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gsr-python tristate "libupm-gsr-python..................................... gsr Python library" default y if DEFAULT_libupm-gsr-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-gsr help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-gsr-python3 tristate "libupm-gsr-python3................................... gsr Python3 library" default y if DEFAULT_libupm-gsr-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-gsr select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains gsr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-guvas12d tristate "libupm-guvas12d................................... guvas12d C/C++ library" default y if DEFAULT_libupm-guvas12d default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-guvas12d-node tristate "libupm-guvas12d-node............................ guvas12d Node.js library" default y if DEFAULT_libupm-guvas12d-node default m if ALL select PACKAGE_libc select PACKAGE_libupm-guvas12d depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-guvas12d-python tristate "libupm-guvas12d-python........................... guvas12d Python library" default y if DEFAULT_libupm-guvas12d-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libupm-guvas12d select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-guvas12d-python3 tristate "libupm-guvas12d-python3......................... guvas12d Python3 library" default y if DEFAULT_libupm-guvas12d-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libupm-guvas12d depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains guvas12d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h3lis331dl tristate "libupm-h3lis331dl............................... h3lis331dl C/C++ library" default y if DEFAULT_libupm-h3lis331dl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h3lis331dl-node tristate "libupm-h3lis331dl-node........................ h3lis331dl Node.js library" default y if DEFAULT_libupm-h3lis331dl-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-h3lis331dl help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h3lis331dl-python tristate "libupm-h3lis331dl-python....................... h3lis331dl Python library" default y if DEFAULT_libupm-h3lis331dl-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-h3lis331dl depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h3lis331dl-python3 tristate "libupm-h3lis331dl-python3..................... h3lis331dl Python3 library" default y if DEFAULT_libupm-h3lis331dl-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-h3lis331dl select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h3lis331dl sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h803x tristate "libupm-h803x......................................... h803x C/C++ library" default y if DEFAULT_libupm-h803x default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libmodbus select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h803x-node tristate "libupm-h803x-node.................................. h803x Node.js library" default y if DEFAULT_libupm-h803x-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmodbus select PACKAGE_libmraa-node select PACKAGE_libupm-h803x depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h803x-python tristate "libupm-h803x-python................................. h803x Python library" default y if DEFAULT_libupm-h803x-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmodbus select PACKAGE_libupm-h803x select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-h803x-python3 tristate "libupm-h803x-python3............................... h803x Python3 library" default y if DEFAULT_libupm-h803x-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-h803x select PACKAGE_libmodbus select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains h803x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hcsr04 tristate "libupm-hcsr04....................................... hcsr04 C/C++ library" default y if DEFAULT_libupm-hcsr04 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hcsr04-node tristate "libupm-hcsr04-node................................ hcsr04 Node.js library" default y if DEFAULT_libupm-hcsr04-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb select PACKAGE_libupm-hcsr04 depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hcsr04-python tristate "libupm-hcsr04-python............................... hcsr04 Python library" default y if DEFAULT_libupm-hcsr04-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libupm-hcsr04 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hcsr04-python3 tristate "libupm-hcsr04-python3............................. hcsr04 Python3 library" default y if DEFAULT_libupm-hcsr04-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libupm-hcsr04 select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hcsr04 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdc1000 tristate "libupm-hdc1000..................................... hdc1000 C/C++ library" default y if DEFAULT_libupm-hdc1000 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdc1000-node tristate "libupm-hdc1000-node.............................. hdc1000 Node.js library" default y if DEFAULT_libupm-hdc1000-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-hdc1000 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdc1000-python tristate "libupm-hdc1000-python............................. hdc1000 Python library" default y if DEFAULT_libupm-hdc1000-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-hdc1000 select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdc1000-python3 tristate "libupm-hdc1000-python3........................... hdc1000 Python3 library" default y if DEFAULT_libupm-hdc1000-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libupm-hdc1000 depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdc1000 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdxxvxta tristate "libupm-hdxxvxta................................... hdxxvxta C/C++ library" default y if DEFAULT_libupm-hdxxvxta default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdxxvxta-node tristate "libupm-hdxxvxta-node............................ hdxxvxta Node.js library" default y if DEFAULT_libupm-hdxxvxta-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libupm-hdxxvxta select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdxxvxta-python tristate "libupm-hdxxvxta-python........................... hdxxvxta Python library" default y if DEFAULT_libupm-hdxxvxta-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-hdxxvxta select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hdxxvxta-python3 tristate "libupm-hdxxvxta-python3......................... hdxxvxta Python3 library" default y if DEFAULT_libupm-hdxxvxta-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-hdxxvxta select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hdxxvxta sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hka5 tristate "libupm-hka5........................................... hka5 C/C++ library" default y if DEFAULT_libupm-hka5 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hka5-node tristate "libupm-hka5-node.................................... hka5 Node.js library" default y if DEFAULT_libupm-hka5-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-hka5 select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hka5-python tristate "libupm-hka5-python................................... hka5 Python library" default y if DEFAULT_libupm-hka5-python default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-hka5 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hka5-python3 tristate "libupm-hka5-python3................................. hka5 Python3 library" default y if DEFAULT_libupm-hka5-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-hka5 select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hka5 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hlg150h tristate "libupm-hlg150h..................................... hlg150h C/C++ library" default y if DEFAULT_libupm-hlg150h default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hlg150h-node tristate "libupm-hlg150h-node.............................. hlg150h Node.js library" default y if DEFAULT_libupm-hlg150h-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-hlg150h select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hlg150h-python tristate "libupm-hlg150h-python............................. hlg150h Python library" default y if DEFAULT_libupm-hlg150h-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces select PACKAGE_libupm-hlg150h select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hlg150h-python3 tristate "libupm-hlg150h-python3........................... hlg150h Python3 library" default y if DEFAULT_libupm-hlg150h-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-hlg150h select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hlg150h sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hm11 tristate "libupm-hm11........................................... hm11 C/C++ library" default y if DEFAULT_libupm-hm11 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hm11-node tristate "libupm-hm11-node.................................... hm11 Node.js library" default y if DEFAULT_libupm-hm11-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libupm-hm11 select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hm11-python tristate "libupm-hm11-python................................... hm11 Python library" default y if DEFAULT_libupm-hm11-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-hm11 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hm11-python3 tristate "libupm-hm11-python3................................. hm11 Python3 library" default y if DEFAULT_libupm-hm11-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-hm11 select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hm11 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmc5883l tristate "libupm-hmc5883l................................... hmc5883l C/C++ library" default y if DEFAULT_libupm-hmc5883l default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmc5883l-node tristate "libupm-hmc5883l-node............................ hmc5883l Node.js library" default y if DEFAULT_libupm-hmc5883l-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb select PACKAGE_libupm-hmc5883l depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmc5883l-python tristate "libupm-hmc5883l-python........................... hmc5883l Python library" default y if DEFAULT_libupm-hmc5883l-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-hmc5883l depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmc5883l-python3 tristate "libupm-hmc5883l-python3......................... hmc5883l Python3 library" default y if DEFAULT_libupm-hmc5883l-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-hmc5883l depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmc5883l sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmtrp tristate "libupm-hmtrp......................................... hmtrp C/C++ library" default y if DEFAULT_libupm-hmtrp default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmtrp-node tristate "libupm-hmtrp-node.................................. hmtrp Node.js library" default y if DEFAULT_libupm-hmtrp-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-hmtrp depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmtrp-python tristate "libupm-hmtrp-python................................. hmtrp Python library" default y if DEFAULT_libupm-hmtrp-python default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-hmtrp help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hmtrp-python3 tristate "libupm-hmtrp-python3............................... hmtrp Python3 library" default y if DEFAULT_libupm-hmtrp-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libupm-hmtrp select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hmtrp sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hp20x tristate "libupm-hp20x......................................... hp20x C/C++ library" default y if DEFAULT_libupm-hp20x default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hp20x-node tristate "libupm-hp20x-node.................................. hp20x Node.js library" default y if DEFAULT_libupm-hp20x-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-hp20x select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hp20x-python tristate "libupm-hp20x-python................................. hp20x Python library" default y if DEFAULT_libupm-hp20x-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-hp20x select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hp20x-python3 tristate "libupm-hp20x-python3............................... hp20x Python3 library" default y if DEFAULT_libupm-hp20x-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-hp20x depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hp20x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ht9170 tristate "libupm-ht9170....................................... ht9170 C/C++ library" default y if DEFAULT_libupm-ht9170 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ht9170-node tristate "libupm-ht9170-node................................ ht9170 Node.js library" default y if DEFAULT_libupm-ht9170-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_libupm-ht9170 select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ht9170-python tristate "libupm-ht9170-python............................... ht9170 Python library" default y if DEFAULT_libupm-ht9170-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ht9170 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ht9170-python3 tristate "libupm-ht9170-python3............................. ht9170 Python3 library" default y if DEFAULT_libupm-ht9170-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ht9170 select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ht9170 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-htu21d tristate "libupm-htu21d....................................... htu21d C/C++ library" default y if DEFAULT_libupm-htu21d default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-htu21d-node tristate "libupm-htu21d-node................................ htu21d Node.js library" default y if DEFAULT_libupm-htu21d-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-htu21d select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-htu21d-python tristate "libupm-htu21d-python............................... htu21d Python library" default y if DEFAULT_libupm-htu21d-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-htu21d depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-htu21d-python3 tristate "libupm-htu21d-python3............................. htu21d Python3 library" default y if DEFAULT_libupm-htu21d-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-htu21d select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains htu21d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hwxpxx tristate "libupm-hwxpxx....................................... hwxpxx C/C++ library" default y if DEFAULT_libupm-hwxpxx default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libmodbus select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hwxpxx-node tristate "libupm-hwxpxx-node................................ hwxpxx Node.js library" default y if DEFAULT_libupm-hwxpxx-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmodbus select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-hwxpxx help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hwxpxx-python tristate "libupm-hwxpxx-python............................... hwxpxx Python library" default y if DEFAULT_libupm-hwxpxx-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-hwxpxx select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmodbus select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hwxpxx-python3 tristate "libupm-hwxpxx-python3............................. hwxpxx Python3 library" default y if DEFAULT_libupm-hwxpxx-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-hwxpxx select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmodbus depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hwxpxx sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hx711 tristate "libupm-hx711......................................... hx711 C/C++ library" default y if DEFAULT_libupm-hx711 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hx711-node tristate "libupm-hx711-node.................................. hx711 Node.js library" default y if DEFAULT_libupm-hx711-node default m if ALL select PACKAGE_libupm-hx711 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hx711-python tristate "libupm-hx711-python................................. hx711 Python library" default y if DEFAULT_libupm-hx711-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-hx711 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-hx711-python3 tristate "libupm-hx711-python3............................... hx711 Python3 library" default y if DEFAULT_libupm-hx711-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-hx711 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains hx711 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ili9341 tristate "libupm-ili9341..................................... ili9341 C/C++ library" default y if DEFAULT_libupm-ili9341 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ili9341-node tristate "libupm-ili9341-node.............................. ili9341 Node.js library" default y if DEFAULT_libupm-ili9341-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-ili9341 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ili9341-python tristate "libupm-ili9341-python............................. ili9341 Python library" default y if DEFAULT_libupm-ili9341-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libupm-ili9341 depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ili9341-python3 tristate "libupm-ili9341-python3........................... ili9341 Python3 library" default y if DEFAULT_libupm-ili9341-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ili9341 depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ili9341 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ims tristate "libupm-ims............................................. ims C/C++ library" default y if DEFAULT_libupm-ims default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ims-node tristate "libupm-ims-node...................................... ims Node.js library" default y if DEFAULT_libupm-ims-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-ims depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ims-python tristate "libupm-ims-python..................................... ims Python library" default y if DEFAULT_libupm-ims-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-ims depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ims-python3 tristate "libupm-ims-python3................................... ims Python3 library" default y if DEFAULT_libupm-ims-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc select PACKAGE_libupm-ims depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ims sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ina132 tristate "libupm-ina132....................................... ina132 C/C++ library" default y if DEFAULT_libupm-ina132 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ina132-node tristate "libupm-ina132-node................................ ina132 Node.js library" default y if DEFAULT_libupm-ina132-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_libupm-ina132 select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ina132-python tristate "libupm-ina132-python............................... ina132 Python library" default y if DEFAULT_libupm-ina132-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ina132 select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ina132-python3 tristate "libupm-ina132-python3............................. ina132 Python3 library" default y if DEFAULT_libupm-ina132-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-ina132 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ina132 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-interfaces tristate "libupm-interfaces............................... interfaces C/C++ library" default y if DEFAULT_libupm-interfaces default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-interfaces-node tristate "libupm-interfaces-node........................ interfaces Node.js library" default y if DEFAULT_libupm-interfaces-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-interfaces-python tristate "libupm-interfaces-python....................... interfaces Python library" default y if DEFAULT_libupm-interfaces-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-interfaces-python3 tristate "libupm-interfaces-python3..................... interfaces Python3 library" default y if DEFAULT_libupm-interfaces-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains interfaces sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-isd1820 tristate "libupm-isd1820..................................... isd1820 C/C++ library" default y if DEFAULT_libupm-isd1820 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-isd1820-node tristate "libupm-isd1820-node.............................. isd1820 Node.js library" default y if DEFAULT_libupm-isd1820-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-isd1820 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-isd1820-python tristate "libupm-isd1820-python............................. isd1820 Python library" default y if DEFAULT_libupm-isd1820-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-isd1820 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-isd1820-python3 tristate "libupm-isd1820-python3........................... isd1820 Python3 library" default y if DEFAULT_libupm-isd1820-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-isd1820 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains isd1820 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-itg3200 tristate "libupm-itg3200..................................... itg3200 C/C++ library" default y if DEFAULT_libupm-itg3200 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-itg3200-node tristate "libupm-itg3200-node.............................. itg3200 Node.js library" default y if DEFAULT_libupm-itg3200-node default m if ALL select PACKAGE_libmraa select PACKAGE_libupm-itg3200 depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-itg3200-python tristate "libupm-itg3200-python............................. itg3200 Python library" default y if DEFAULT_libupm-itg3200-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-itg3200 select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-itg3200-python3 tristate "libupm-itg3200-python3........................... itg3200 Python3 library" default y if DEFAULT_libupm-itg3200-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libupm-itg3200 depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains itg3200 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-jhd1313m1 tristate "libupm-jhd1313m1................................. jhd1313m1 C/C++ library" default y if DEFAULT_libupm-jhd1313m1 default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-jhd1313m1-node tristate "libupm-jhd1313m1-node.......................... jhd1313m1 Node.js library" default y if DEFAULT_libupm-jhd1313m1-node default m if ALL select PACKAGE_libupm-jhd1313m1 depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-lcm1602 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-jhd1313m1-python tristate "libupm-jhd1313m1-python......................... jhd1313m1 Python library" default y if DEFAULT_libupm-jhd1313m1-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-lcm1602 depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-jhd1313m1 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-jhd1313m1-python3 tristate "libupm-jhd1313m1-python3....................... jhd1313m1 Python3 library" default y if DEFAULT_libupm-jhd1313m1-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-lcm1602 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-jhd1313m1 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains jhd1313m1 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-joystick12 tristate "libupm-joystick12............................... joystick12 C/C++ library" default y if DEFAULT_libupm-joystick12 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-joystick12-node tristate "libupm-joystick12-node........................ joystick12 Node.js library" default y if DEFAULT_libupm-joystick12-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-joystick12 select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-joystick12-python tristate "libupm-joystick12-python....................... joystick12 Python library" default y if DEFAULT_libupm-joystick12-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-joystick12 depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-joystick12-python3 tristate "libupm-joystick12-python3..................... joystick12 Python3 library" default y if DEFAULT_libupm-joystick12-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-joystick12 depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains joystick12 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kx122 tristate "libupm-kx122......................................... kx122 C/C++ library" default y if DEFAULT_libupm-kx122 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kx122-node tristate "libupm-kx122-node.................................. kx122 Node.js library" default y if DEFAULT_libupm-kx122-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-kx122 select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kx122-python tristate "libupm-kx122-python................................. kx122 Python library" default y if DEFAULT_libupm-kx122-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-kx122 depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kx122-python3 tristate "libupm-kx122-python3............................... kx122 Python3 library" default y if DEFAULT_libupm-kx122-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-kx122 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kx122 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxcjk1013 tristate "libupm-kxcjk1013................................. kxcjk1013 C/C++ library" default y if DEFAULT_libupm-kxcjk1013 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxcjk1013-node tristate "libupm-kxcjk1013-node.......................... kxcjk1013 Node.js library" default y if DEFAULT_libupm-kxcjk1013-node default m if ALL select PACKAGE_libc depends on !armeb select PACKAGE_libupm-kxcjk1013 depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxcjk1013-python tristate "libupm-kxcjk1013-python......................... kxcjk1013 Python library" default y if DEFAULT_libupm-kxcjk1013-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libupm-kxcjk1013 depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxcjk1013-python3 tristate "libupm-kxcjk1013-python3....................... kxcjk1013 Python3 library" default y if DEFAULT_libupm-kxcjk1013-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb select PACKAGE_libupm-kxcjk1013 depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxcjk1013 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxtj3 tristate "libupm-kxtj3......................................... kxtj3 C/C++ library" default y if DEFAULT_libupm-kxtj3 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxtj3-node tristate "libupm-kxtj3-node.................................. kxtj3 Node.js library" default y if DEFAULT_libupm-kxtj3-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc select PACKAGE_libupm-kxtj3 depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxtj3-python tristate "libupm-kxtj3-python................................. kxtj3 Python library" default y if DEFAULT_libupm-kxtj3-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-kxtj3 depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-kxtj3-python3 tristate "libupm-kxtj3-python3............................... kxtj3 Python3 library" default y if DEFAULT_libupm-kxtj3-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libupm-kxtj3 select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains kxtj3 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l298 tristate "libupm-l298........................................... l298 C/C++ library" default y if DEFAULT_libupm-l298 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l298-node tristate "libupm-l298-node.................................... l298 Node.js library" default y if DEFAULT_libupm-l298-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-l298 select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l298-python tristate "libupm-l298-python................................... l298 Python library" default y if DEFAULT_libupm-l298-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-l298 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l298-python3 tristate "libupm-l298-python3................................. l298 Python3 library" default y if DEFAULT_libupm-l298-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-l298 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l298 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l3gd20 tristate "libupm-l3gd20....................................... l3gd20 C/C++ library" default y if DEFAULT_libupm-l3gd20 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l3gd20-node tristate "libupm-l3gd20-node................................ l3gd20 Node.js library" default y if DEFAULT_libupm-l3gd20-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-l3gd20 select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l3gd20-python tristate "libupm-l3gd20-python............................... l3gd20 Python library" default y if DEFAULT_libupm-l3gd20-python default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-l3gd20 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-l3gd20-python3 tristate "libupm-l3gd20-python3............................. l3gd20 Python3 library" default y if DEFAULT_libupm-l3gd20-python3 default m if ALL select PACKAGE_libupm-l3gd20 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains l3gd20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcd tristate "libupm-lcd............................................. lcd C/C++ library" default y if DEFAULT_libupm-lcd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcd-node tristate "libupm-lcd-node...................................... lcd Node.js library" default y if DEFAULT_libupm-lcd-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_libupm-lcd depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcd-python tristate "libupm-lcd-python..................................... lcd Python library" default y if DEFAULT_libupm-lcd-python default m if ALL select PACKAGE_libupm-lcd select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcd-python3 tristate "libupm-lcd-python3................................... lcd Python3 library" default y if DEFAULT_libupm-lcd-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_python3-light select PACKAGE_libupm-lcd select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcd sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcdks tristate "libupm-lcdks......................................... lcdks C/C++ library" default y if DEFAULT_libupm-lcdks default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-lcm1602 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcdks-node tristate "libupm-lcdks-node.................................. lcdks Node.js library" default y if DEFAULT_libupm-lcdks-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-lcdks help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcdks-python tristate "libupm-lcdks-python................................. lcdks Python library" default y if DEFAULT_libupm-lcdks-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-lcdks select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-lcm1602 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcdks-python3 tristate "libupm-lcdks-python3............................... lcdks Python3 library" default y if DEFAULT_libupm-lcdks-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lcdks select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-lcm1602 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcdks sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcm1602 tristate "libupm-lcm1602..................................... lcm1602 C/C++ library" default y if DEFAULT_libupm-lcm1602 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcm1602-node tristate "libupm-lcm1602-node.............................. lcm1602 Node.js library" default y if DEFAULT_libupm-lcm1602-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-lcm1602 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcm1602-python tristate "libupm-lcm1602-python............................. lcm1602 Python library" default y if DEFAULT_libupm-lcm1602-python default m if ALL select PACKAGE_libupm-lcm1602 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lcm1602-python3 tristate "libupm-lcm1602-python3........................... lcm1602 Python3 library" default y if DEFAULT_libupm-lcm1602-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lcm1602 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ldt0028 tristate "libupm-ldt0028..................................... ldt0028 C/C++ library" default y if DEFAULT_libupm-ldt0028 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ldt0028-node tristate "libupm-ldt0028-node.............................. ldt0028 Node.js library" default y if DEFAULT_libupm-ldt0028-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-ldt0028 select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ldt0028-python tristate "libupm-ldt0028-python............................. ldt0028 Python library" default y if DEFAULT_libupm-ldt0028-python default m if ALL select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ldt0028 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ldt0028-python3 tristate "libupm-ldt0028-python3........................... ldt0028 Python3 library" default y if DEFAULT_libupm-ldt0028-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ldt0028 select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ldt0028 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-led tristate "libupm-led............................................. led C/C++ library" default y if DEFAULT_libupm-led default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-led-node tristate "libupm-led-node...................................... led Node.js library" default y if DEFAULT_libupm-led-node default m if ALL select PACKAGE_libupm-led select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-led-python tristate "libupm-led-python..................................... led Python library" default y if DEFAULT_libupm-led-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-led select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-led-python3 tristate "libupm-led-python3................................... led Python3 library" default y if DEFAULT_libupm-led-python3 default m if ALL select PACKAGE_librt select PACKAGE_libupm-led select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains led sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lidarlitev3 tristate "libupm-lidarlitev3............................. lidarlitev3 C/C++ library" default y if DEFAULT_libupm-lidarlitev3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lidarlitev3-node tristate "libupm-lidarlitev3-node...................... lidarlitev3 Node.js library" default y if DEFAULT_libupm-lidarlitev3-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_libupm-lidarlitev3 select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lidarlitev3-python tristate "libupm-lidarlitev3-python..................... lidarlitev3 Python library" default y if DEFAULT_libupm-lidarlitev3-python default m if ALL select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-lidarlitev3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lidarlitev3-python3 tristate "libupm-lidarlitev3-python3................... lidarlitev3 Python3 library" default y if DEFAULT_libupm-lidarlitev3-python3 default m if ALL select PACKAGE_libupm-lidarlitev3 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lidarlitev3 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-light tristate "libupm-light......................................... light C/C++ library" default y if DEFAULT_libupm-light default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-light-node tristate "libupm-light-node.................................. light Node.js library" default y if DEFAULT_libupm-light-node default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-light-python tristate "libupm-light-python................................. light Python library" default y if DEFAULT_libupm-light-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-light select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-light-python3 tristate "libupm-light-python3............................... light Python3 library" default y if DEFAULT_libupm-light-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains light sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-linefinder tristate "libupm-linefinder............................... linefinder C/C++ library" default y if DEFAULT_libupm-linefinder default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-linefinder-node tristate "libupm-linefinder-node........................ linefinder Node.js library" default y if DEFAULT_libupm-linefinder-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-linefinder select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-linefinder-python tristate "libupm-linefinder-python....................... linefinder Python library" default y if DEFAULT_libupm-linefinder-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-linefinder select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-linefinder-python3 tristate "libupm-linefinder-python3..................... linefinder Python3 library" default y if DEFAULT_libupm-linefinder-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-linefinder select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains linefinder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis2ds12 tristate "libupm-lis2ds12................................... lis2ds12 C/C++ library" default y if DEFAULT_libupm-lis2ds12 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis2ds12-node tristate "libupm-lis2ds12-node............................ lis2ds12 Node.js library" default y if DEFAULT_libupm-lis2ds12-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lis2ds12 select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis2ds12-python tristate "libupm-lis2ds12-python........................... lis2ds12 Python library" default y if DEFAULT_libupm-lis2ds12-python default m if ALL select PACKAGE_librt select PACKAGE_libupm-lis2ds12 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis2ds12-python3 tristate "libupm-lis2ds12-python3......................... lis2ds12 Python3 library" default y if DEFAULT_libupm-lis2ds12-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lis2ds12 select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis2ds12 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis3dh tristate "libupm-lis3dh....................................... lis3dh C/C++ library" default y if DEFAULT_libupm-lis3dh default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis3dh-node tristate "libupm-lis3dh-node................................ lis3dh Node.js library" default y if DEFAULT_libupm-lis3dh-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-lis3dh select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis3dh-python tristate "libupm-lis3dh-python............................... lis3dh Python library" default y if DEFAULT_libupm-lis3dh-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lis3dh select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lis3dh-python3 tristate "libupm-lis3dh-python3............................. lis3dh Python3 library" default y if DEFAULT_libupm-lis3dh-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lis3dh select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lis3dh sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lm35 tristate "libupm-lm35........................................... lm35 C/C++ library" default y if DEFAULT_libupm-lm35 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lm35-node tristate "libupm-lm35-node.................................... lm35 Node.js library" default y if DEFAULT_libupm-lm35-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-lm35 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lm35-python tristate "libupm-lm35-python................................... lm35 Python library" default y if DEFAULT_libupm-lm35-python default m if ALL select PACKAGE_libmraa select PACKAGE_libupm-lm35 depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lm35-python3 tristate "libupm-lm35-python3................................. lm35 Python3 library" default y if DEFAULT_libupm-lm35-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-lm35 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lm35 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lol tristate "libupm-lol............................................. lol C/C++ library" default y if DEFAULT_libupm-lol default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lol-node tristate "libupm-lol-node...................................... lol Node.js library" default y if DEFAULT_libupm-lol-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-lol select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lol-python tristate "libupm-lol-python..................................... lol Python library" default y if DEFAULT_libupm-lol-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libupm-lol select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lol-python3 tristate "libupm-lol-python3................................... lol Python3 library" default y if DEFAULT_libupm-lol-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-lol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lol sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-loudness tristate "libupm-loudness................................... loudness C/C++ library" default y if DEFAULT_libupm-loudness default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-loudness-node tristate "libupm-loudness-node............................ loudness Node.js library" default y if DEFAULT_libupm-loudness-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-loudness select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-loudness-python tristate "libupm-loudness-python........................... loudness Python library" default y if DEFAULT_libupm-loudness-python default m if ALL select PACKAGE_libupm-loudness select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-loudness-python3 tristate "libupm-loudness-python3......................... loudness Python3 library" default y if DEFAULT_libupm-loudness-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-loudness select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains loudness sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lp8860 tristate "libupm-lp8860....................................... lp8860 C/C++ library" default y if DEFAULT_libupm-lp8860 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lp8860-node tristate "libupm-lp8860-node................................ lp8860 Node.js library" default y if DEFAULT_libupm-lp8860-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-lp8860 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lp8860-python tristate "libupm-lp8860-python............................... lp8860 Python library" default y if DEFAULT_libupm-lp8860-python default m if ALL select PACKAGE_libupm-lp8860 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lp8860-python3 tristate "libupm-lp8860-python3............................. lp8860 Python3 library" default y if DEFAULT_libupm-lp8860-python3 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-lp8860 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lp8860 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lpd8806 tristate "libupm-lpd8806..................................... lpd8806 C/C++ library" default y if DEFAULT_libupm-lpd8806 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lpd8806-node tristate "libupm-lpd8806-node.............................. lpd8806 Node.js library" default y if DEFAULT_libupm-lpd8806-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-lpd8806 depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lpd8806-python tristate "libupm-lpd8806-python............................. lpd8806 Python library" default y if DEFAULT_libupm-lpd8806-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc select PACKAGE_libupm-lpd8806 depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lpd8806-python3 tristate "libupm-lpd8806-python3........................... lpd8806 Python3 library" default y if DEFAULT_libupm-lpd8806-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libupm-lpd8806 depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lpd8806 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303agr tristate "libupm-lsm303agr................................. lsm303agr C/C++ library" default y if DEFAULT_libupm-lsm303agr default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303agr-node tristate "libupm-lsm303agr-node.......................... lsm303agr Node.js library" default y if DEFAULT_libupm-lsm303agr-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-lsm303agr select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303agr-python tristate "libupm-lsm303agr-python......................... lsm303agr Python library" default y if DEFAULT_libupm-lsm303agr-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-lsm303agr select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303agr-python3 tristate "libupm-lsm303agr-python3....................... lsm303agr Python3 library" default y if DEFAULT_libupm-lsm303agr-python3 default m if ALL select PACKAGE_libupm-lsm303agr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303agr sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303d tristate "libupm-lsm303d..................................... lsm303d C/C++ library" default y if DEFAULT_libupm-lsm303d default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303d-node tristate "libupm-lsm303d-node.............................. lsm303d Node.js library" default y if DEFAULT_libupm-lsm303d-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc depends on !arc select PACKAGE_libupm-lsm303d depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303d-python tristate "libupm-lsm303d-python............................. lsm303d Python library" default y if DEFAULT_libupm-lsm303d-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libupm-lsm303d depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303d-python3 tristate "libupm-lsm303d-python3........................... lsm303d Python3 library" default y if DEFAULT_libupm-lsm303d-python3 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc select PACKAGE_libupm-lsm303d depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303d sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303dlh tristate "libupm-lsm303dlh................................. lsm303dlh C/C++ library" default y if DEFAULT_libupm-lsm303dlh default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303dlh-node tristate "libupm-lsm303dlh-node.......................... lsm303dlh Node.js library" default y if DEFAULT_libupm-lsm303dlh-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_libupm-lsm303dlh select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303dlh-python tristate "libupm-lsm303dlh-python......................... lsm303dlh Python library" default y if DEFAULT_libupm-lsm303dlh-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-lsm303dlh select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm303dlh-python3 tristate "libupm-lsm303dlh-python3....................... lsm303dlh Python3 library" default y if DEFAULT_libupm-lsm303dlh-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm303dlh select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm303dlh sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6ds3h tristate "libupm-lsm6ds3h................................... lsm6ds3h C/C++ library" default y if DEFAULT_libupm-lsm6ds3h default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6ds3h-node tristate "libupm-lsm6ds3h-node............................ lsm6ds3h Node.js library" default y if DEFAULT_libupm-lsm6ds3h-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_libupm-lsm6ds3h select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6ds3h-python tristate "libupm-lsm6ds3h-python........................... lsm6ds3h Python library" default y if DEFAULT_libupm-lsm6ds3h-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-lsm6ds3h select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6ds3h-python3 tristate "libupm-lsm6ds3h-python3......................... lsm6ds3h Python3 library" default y if DEFAULT_libupm-lsm6ds3h-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-lsm6ds3h select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6ds3h sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6dsl tristate "libupm-lsm6dsl..................................... lsm6dsl C/C++ library" default y if DEFAULT_libupm-lsm6dsl default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6dsl-node tristate "libupm-lsm6dsl-node.............................. lsm6dsl Node.js library" default y if DEFAULT_libupm-lsm6dsl-node default m if ALL depends on !armeb select PACKAGE_libupm-lsm6dsl depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6dsl-python tristate "libupm-lsm6dsl-python............................. lsm6dsl Python library" default y if DEFAULT_libupm-lsm6dsl-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-lsm6dsl depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm6dsl-python3 tristate "libupm-lsm6dsl-python3........................... lsm6dsl Python3 library" default y if DEFAULT_libupm-lsm6dsl-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libupm-lsm6dsl depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm6dsl sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm9ds0 tristate "libupm-lsm9ds0..................................... lsm9ds0 C/C++ library" default y if DEFAULT_libupm-lsm9ds0 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm9ds0-node tristate "libupm-lsm9ds0-node.............................. lsm9ds0 Node.js library" default y if DEFAULT_libupm-lsm9ds0-node default m if ALL select PACKAGE_libmraa select PACKAGE_libupm-lsm9ds0 depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm9ds0-python tristate "libupm-lsm9ds0-python............................. lsm9ds0 Python library" default y if DEFAULT_libupm-lsm9ds0-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-lsm9ds0 select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-lsm9ds0-python3 tristate "libupm-lsm9ds0-python3........................... lsm9ds0 Python3 library" default y if DEFAULT_libupm-lsm9ds0-python3 default m if ALL depends on !powerpc select PACKAGE_libupm-lsm9ds0 select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains lsm9ds0 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-m24lr64e tristate "libupm-m24lr64e................................... m24lr64e C/C++ library" default y if DEFAULT_libupm-m24lr64e default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-m24lr64e-node tristate "libupm-m24lr64e-node............................ m24lr64e Node.js library" default y if DEFAULT_libupm-m24lr64e-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-m24lr64e help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-m24lr64e-python tristate "libupm-m24lr64e-python........................... m24lr64e Python library" default y if DEFAULT_libupm-m24lr64e-python default m if ALL depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-m24lr64e depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-m24lr64e-python3 tristate "libupm-m24lr64e-python3......................... m24lr64e Python3 library" default y if DEFAULT_libupm-m24lr64e-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-m24lr64e select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains m24lr64e sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mag3110 tristate "libupm-mag3110..................................... mag3110 C/C++ library" default y if DEFAULT_libupm-mag3110 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mag3110-node tristate "libupm-mag3110-node.............................. mag3110 Node.js library" default y if DEFAULT_libupm-mag3110-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mag3110 select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mag3110-python tristate "libupm-mag3110-python............................. mag3110 Python library" default y if DEFAULT_libupm-mag3110-python default m if ALL select PACKAGE_librt select PACKAGE_libupm-mag3110 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mag3110-python3 tristate "libupm-mag3110-python3........................... mag3110 Python3 library" default y if DEFAULT_libupm-mag3110-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-mag3110 select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mag3110 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max30100 tristate "libupm-max30100................................... max30100 C/C++ library" default y if DEFAULT_libupm-max30100 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max30100-node tristate "libupm-max30100-node............................ max30100 Node.js library" default y if DEFAULT_libupm-max30100-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-max30100 select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max30100-python tristate "libupm-max30100-python........................... max30100 Python library" default y if DEFAULT_libupm-max30100-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-max30100 select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max30100-python3 tristate "libupm-max30100-python3......................... max30100 Python3 library" default y if DEFAULT_libupm-max30100-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-max30100 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max30100 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31723 tristate "libupm-max31723................................... max31723 C/C++ library" default y if DEFAULT_libupm-max31723 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31723-node tristate "libupm-max31723-node............................ max31723 Node.js library" default y if DEFAULT_libupm-max31723-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-max31723 select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31723-python tristate "libupm-max31723-python........................... max31723 Python library" default y if DEFAULT_libupm-max31723-python default m if ALL select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-max31723 select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31723-python3 tristate "libupm-max31723-python3......................... max31723 Python3 library" default y if DEFAULT_libupm-max31723-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-max31723 select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31723 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31855 tristate "libupm-max31855................................... max31855 C/C++ library" default y if DEFAULT_libupm-max31855 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31855-node tristate "libupm-max31855-node............................ max31855 Node.js library" default y if DEFAULT_libupm-max31855-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb select PACKAGE_libupm-max31855 depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31855-python tristate "libupm-max31855-python........................... max31855 Python library" default y if DEFAULT_libupm-max31855-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb select PACKAGE_libupm-max31855 depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max31855-python3 tristate "libupm-max31855-python3......................... max31855 Python3 library" default y if DEFAULT_libupm-max31855-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_libupm-max31855 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max31855 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44000 tristate "libupm-max44000................................... max44000 C/C++ library" default y if DEFAULT_libupm-max44000 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44000-node tristate "libupm-max44000-node............................ max44000 Node.js library" default y if DEFAULT_libupm-max44000-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libupm-max44000 select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44000-python tristate "libupm-max44000-python........................... max44000 Python library" default y if DEFAULT_libupm-max44000-python default m if ALL depends on !powerpc select PACKAGE_libupm-max44000 select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44000-python3 tristate "libupm-max44000-python3......................... max44000 Python3 library" default y if DEFAULT_libupm-max44000-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libupm-max44000 select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44000 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44009 tristate "libupm-max44009................................... max44009 C/C++ library" default y if DEFAULT_libupm-max44009 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-interfaces depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44009-node tristate "libupm-max44009-node............................ max44009 Node.js library" default y if DEFAULT_libupm-max44009-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-max44009 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44009-python tristate "libupm-max44009-python........................... max44009 Python library" default y if DEFAULT_libupm-max44009-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-max44009 select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-interfaces select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max44009-python3 tristate "libupm-max44009-python3......................... max44009 Python3 library" default y if DEFAULT_libupm-max44009-python3 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_libupm-max44009 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max44009 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max5487 tristate "libupm-max5487..................................... max5487 C/C++ library" default y if DEFAULT_libupm-max5487 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max5487-node tristate "libupm-max5487-node.............................. max5487 Node.js library" default y if DEFAULT_libupm-max5487-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-max5487 select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max5487-python tristate "libupm-max5487-python............................. max5487 Python library" default y if DEFAULT_libupm-max5487-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libupm-max5487 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-max5487-python3 tristate "libupm-max5487-python3........................... max5487 Python3 library" default y if DEFAULT_libupm-max5487-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-max5487 select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains max5487 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxds3231m tristate "libupm-maxds3231m............................... maxds3231m C/C++ library" default y if DEFAULT_libupm-maxds3231m default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxds3231m-node tristate "libupm-maxds3231m-node........................ maxds3231m Node.js library" default y if DEFAULT_libupm-maxds3231m-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_libupm-maxds3231m select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxds3231m-python tristate "libupm-maxds3231m-python....................... maxds3231m Python library" default y if DEFAULT_libupm-maxds3231m-python default m if ALL select PACKAGE_libupm-maxds3231m select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxds3231m-python3 tristate "libupm-maxds3231m-python3..................... maxds3231m Python3 library" default y if DEFAULT_libupm-maxds3231m-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-maxds3231m depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxds3231m sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxsonarez tristate "libupm-maxsonarez............................... maxsonarez C/C++ library" default y if DEFAULT_libupm-maxsonarez default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxsonarez-node tristate "libupm-maxsonarez-node........................ maxsonarez Node.js library" default y if DEFAULT_libupm-maxsonarez-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-maxsonarez select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxsonarez-python tristate "libupm-maxsonarez-python....................... maxsonarez Python library" default y if DEFAULT_libupm-maxsonarez-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-maxsonarez select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-maxsonarez-python3 tristate "libupm-maxsonarez-python3..................... maxsonarez Python3 library" default y if DEFAULT_libupm-maxsonarez-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-maxsonarez select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains maxsonarez sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mb704x tristate "libupm-mb704x....................................... mb704x C/C++ library" default y if DEFAULT_libupm-mb704x default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mb704x-node tristate "libupm-mb704x-node................................ mb704x Node.js library" default y if DEFAULT_libupm-mb704x-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-mb704x depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mb704x-python tristate "libupm-mb704x-python............................... mb704x Python library" default y if DEFAULT_libupm-mb704x-python default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-mb704x depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mb704x-python3 tristate "libupm-mb704x-python3............................. mb704x Python3 library" default y if DEFAULT_libupm-mb704x-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-mb704x depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mb704x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp2515 tristate "libupm-mcp2515..................................... mcp2515 C/C++ library" default y if DEFAULT_libupm-mcp2515 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp2515-node tristate "libupm-mcp2515-node.............................. mcp2515 Node.js library" default y if DEFAULT_libupm-mcp2515-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mcp2515 depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp2515-python tristate "libupm-mcp2515-python............................. mcp2515 Python library" default y if DEFAULT_libupm-mcp2515-python default m if ALL select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libupm-mcp2515 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp2515-python3 tristate "libupm-mcp2515-python3........................... mcp2515 Python3 library" default y if DEFAULT_libupm-mcp2515-python3 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_libupm-mcp2515 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp2515 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp9808 tristate "libupm-mcp9808..................................... mcp9808 C/C++ library" default y if DEFAULT_libupm-mcp9808 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp9808-node tristate "libupm-mcp9808-node.............................. mcp9808 Node.js library" default y if DEFAULT_libupm-mcp9808-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-mcp9808 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp9808-python tristate "libupm-mcp9808-python............................. mcp9808 Python library" default y if DEFAULT_libupm-mcp9808-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-mcp9808 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mcp9808-python3 tristate "libupm-mcp9808-python3........................... mcp9808 Python3 library" default y if DEFAULT_libupm-mcp9808-python3 default m if ALL select PACKAGE_libupm-mcp9808 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mcp9808 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-md tristate "libupm-md............................................... md C/C++ library" default y if DEFAULT_libupm-md default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-md-node tristate "libupm-md-node........................................ md Node.js library" default y if DEFAULT_libupm-md-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-md select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-md-python tristate "libupm-md-python....................................... md Python library" default y if DEFAULT_libupm-md-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-md select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-md-python3 tristate "libupm-md-python3..................................... md Python3 library" default y if DEFAULT_libupm-md-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libupm-md select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains md sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mg811 tristate "libupm-mg811......................................... mg811 C/C++ library" default y if DEFAULT_libupm-mg811 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mg811-node tristate "libupm-mg811-node.................................. mg811 Node.js library" default y if DEFAULT_libupm-mg811-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_libupm-mg811 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mg811-python tristate "libupm-mg811-python................................. mg811 Python library" default y if DEFAULT_libupm-mg811-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-mg811 select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mg811-python3 tristate "libupm-mg811-python3............................... mg811 Python3 library" default y if DEFAULT_libupm-mg811-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mg811 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mg811 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mhz16 tristate "libupm-mhz16......................................... mhz16 C/C++ library" default y if DEFAULT_libupm-mhz16 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mhz16-node tristate "libupm-mhz16-node.................................. mhz16 Node.js library" default y if DEFAULT_libupm-mhz16-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libupm-mhz16 select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mhz16-python tristate "libupm-mhz16-python................................. mhz16 Python library" default y if DEFAULT_libupm-mhz16-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libupm-mhz16 select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mhz16-python3 tristate "libupm-mhz16-python3............................... mhz16 Python3 library" default y if DEFAULT_libupm-mhz16-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-mhz16 select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mhz16 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mic tristate "libupm-mic............................................. mic C/C++ library" default y if DEFAULT_libupm-mic default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mic-node tristate "libupm-mic-node...................................... mic Node.js library" default y if DEFAULT_libupm-mic-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libupm-mic select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mic-python tristate "libupm-mic-python..................................... mic Python library" default y if DEFAULT_libupm-mic-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libupm-mic select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mic-python3 tristate "libupm-mic-python3................................... mic Python3 library" default y if DEFAULT_libupm-mic-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libupm-mic select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-micsv89 tristate "libupm-micsv89..................................... micsv89 C/C++ library" default y if DEFAULT_libupm-micsv89 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-micsv89-node tristate "libupm-micsv89-node.............................. micsv89 Node.js library" default y if DEFAULT_libupm-micsv89-node default m if ALL select PACKAGE_libupm-micsv89 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-micsv89-python tristate "libupm-micsv89-python............................. micsv89 Python library" default y if DEFAULT_libupm-micsv89-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-micsv89 depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-micsv89-python3 tristate "libupm-micsv89-python3........................... micsv89 Python3 library" default y if DEFAULT_libupm-micsv89-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-micsv89 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains micsv89 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mlx90614 tristate "libupm-mlx90614................................... mlx90614 C/C++ library" default y if DEFAULT_libupm-mlx90614 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mlx90614-node tristate "libupm-mlx90614-node............................ mlx90614 Node.js library" default y if DEFAULT_libupm-mlx90614-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-mlx90614 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mlx90614-python tristate "libupm-mlx90614-python........................... mlx90614 Python library" default y if DEFAULT_libupm-mlx90614-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-mlx90614 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mlx90614-python3 tristate "libupm-mlx90614-python3......................... mlx90614 Python3 library" default y if DEFAULT_libupm-mlx90614-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-mlx90614 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mlx90614 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7361 tristate "libupm-mma7361..................................... mma7361 C/C++ library" default y if DEFAULT_libupm-mma7361 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7361-node tristate "libupm-mma7361-node.............................. mma7361 Node.js library" default y if DEFAULT_libupm-mma7361-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-mma7361 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7361-python tristate "libupm-mma7361-python............................. mma7361 Python library" default y if DEFAULT_libupm-mma7361-python default m if ALL select PACKAGE_libupm-mma7361 select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7361-python3 tristate "libupm-mma7361-python3........................... mma7361 Python3 library" default y if DEFAULT_libupm-mma7361-python3 default m if ALL select PACKAGE_libupm-mma7361 select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7361 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7455 tristate "libupm-mma7455..................................... mma7455 C/C++ library" default y if DEFAULT_libupm-mma7455 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7455-node tristate "libupm-mma7455-node.............................. mma7455 Node.js library" default y if DEFAULT_libupm-mma7455-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-mma7455 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7455-python tristate "libupm-mma7455-python............................. mma7455 Python library" default y if DEFAULT_libupm-mma7455-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-mma7455 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7455-python3 tristate "libupm-mma7455-python3........................... mma7455 Python3 library" default y if DEFAULT_libupm-mma7455-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-mma7455 select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7455 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7660 tristate "libupm-mma7660..................................... mma7660 C/C++ library" default y if DEFAULT_libupm-mma7660 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7660-node tristate "libupm-mma7660-node.............................. mma7660 Node.js library" default y if DEFAULT_libupm-mma7660-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libupm-mma7660 select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7660-python tristate "libupm-mma7660-python............................. mma7660 Python library" default y if DEFAULT_libupm-mma7660-python default m if ALL select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-mma7660 select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma7660-python3 tristate "libupm-mma7660-python3........................... mma7660 Python3 library" default y if DEFAULT_libupm-mma7660-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libupm-mma7660 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma7660 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma8x5x tristate "libupm-mma8x5x..................................... mma8x5x C/C++ library" default y if DEFAULT_libupm-mma8x5x default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma8x5x-node tristate "libupm-mma8x5x-node.............................. mma8x5x Node.js library" default y if DEFAULT_libupm-mma8x5x-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libupm-mma8x5x select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma8x5x-python tristate "libupm-mma8x5x-python............................. mma8x5x Python library" default y if DEFAULT_libupm-mma8x5x-python default m if ALL depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libupm-mma8x5x select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mma8x5x-python3 tristate "libupm-mma8x5x-python3........................... mma8x5x Python3 library" default y if DEFAULT_libupm-mma8x5x-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-mma8x5x select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mma8x5x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mmc35240 tristate "libupm-mmc35240................................... mmc35240 C/C++ library" default y if DEFAULT_libupm-mmc35240 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mmc35240-node tristate "libupm-mmc35240-node............................ mmc35240 Node.js library" default y if DEFAULT_libupm-mmc35240-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mmc35240 depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mmc35240-python tristate "libupm-mmc35240-python........................... mmc35240 Python library" default y if DEFAULT_libupm-mmc35240-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mmc35240 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mmc35240-python3 tristate "libupm-mmc35240-python3......................... mmc35240 Python3 library" default y if DEFAULT_libupm-mmc35240-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mmc35240 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mmc35240 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-moisture tristate "libupm-moisture................................... moisture C/C++ library" default y if DEFAULT_libupm-moisture default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-moisture-node tristate "libupm-moisture-node............................ moisture Node.js library" default y if DEFAULT_libupm-moisture-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-moisture select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-moisture-python tristate "libupm-moisture-python........................... moisture Python library" default y if DEFAULT_libupm-moisture-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libupm-moisture select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-moisture-python3 tristate "libupm-moisture-python3......................... moisture Python3 library" default y if DEFAULT_libupm-moisture-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libupm-moisture select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains moisture sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpl3115a2 tristate "libupm-mpl3115a2................................. mpl3115a2 C/C++ library" default y if DEFAULT_libupm-mpl3115a2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpl3115a2-node tristate "libupm-mpl3115a2-node.......................... mpl3115a2 Node.js library" default y if DEFAULT_libupm-mpl3115a2-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libupm-mpl3115a2 select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpl3115a2-python tristate "libupm-mpl3115a2-python......................... mpl3115a2 Python library" default y if DEFAULT_libupm-mpl3115a2-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libupm-mpl3115a2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpl3115a2-python3 tristate "libupm-mpl3115a2-python3....................... mpl3115a2 Python3 library" default y if DEFAULT_libupm-mpl3115a2-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-mpl3115a2 select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpl3115a2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpr121 tristate "libupm-mpr121....................................... mpr121 C/C++ library" default y if DEFAULT_libupm-mpr121 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpr121-node tristate "libupm-mpr121-node................................ mpr121 Node.js library" default y if DEFAULT_libupm-mpr121-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-mpr121 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpr121-python tristate "libupm-mpr121-python............................... mpr121 Python library" default y if DEFAULT_libupm-mpr121-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-mpr121 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpr121-python3 tristate "libupm-mpr121-python3............................. mpr121 Python3 library" default y if DEFAULT_libupm-mpr121-python3 default m if ALL select PACKAGE_libupm-mpr121 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpr121 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpu9150 tristate "libupm-mpu9150..................................... mpu9150 C/C++ library" default y if DEFAULT_libupm-mpu9150 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpu9150-node tristate "libupm-mpu9150-node.............................. mpu9150 Node.js library" default y if DEFAULT_libupm-mpu9150-node default m if ALL select PACKAGE_libupm-mpu9150 select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpu9150-python tristate "libupm-mpu9150-python............................. mpu9150 Python library" default y if DEFAULT_libupm-mpu9150-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-mpu9150 depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mpu9150-python3 tristate "libupm-mpu9150-python3........................... mpu9150 Python3 library" default y if DEFAULT_libupm-mpu9150-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libupm-mpu9150 select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mpu9150 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mq303a tristate "libupm-mq303a....................................... mq303a C/C++ library" default y if DEFAULT_libupm-mq303a default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mq303a-node tristate "libupm-mq303a-node................................ mq303a Node.js library" default y if DEFAULT_libupm-mq303a-node default m if ALL select PACKAGE_libc select PACKAGE_libupm-mq303a depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mq303a-python tristate "libupm-mq303a-python............................... mq303a Python library" default y if DEFAULT_libupm-mq303a-python default m if ALL depends on !arc select PACKAGE_libupm-mq303a depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-mq303a-python3 tristate "libupm-mq303a-python3............................. mq303a Python3 library" default y if DEFAULT_libupm-mq303a-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-mq303a depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains mq303a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5611 tristate "libupm-ms5611....................................... ms5611 C/C++ library" default y if DEFAULT_libupm-ms5611 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5611-node tristate "libupm-ms5611-node................................ ms5611 Node.js library" default y if DEFAULT_libupm-ms5611-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ms5611 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5611-python tristate "libupm-ms5611-python............................... ms5611 Python library" default y if DEFAULT_libupm-ms5611-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-interfaces depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_libupm-ms5611 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5611-python3 tristate "libupm-ms5611-python3............................. ms5611 Python3 library" default y if DEFAULT_libupm-ms5611-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-ms5611 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5611 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5803 tristate "libupm-ms5803....................................... ms5803 C/C++ library" default y if DEFAULT_libupm-ms5803 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5803-node tristate "libupm-ms5803-node................................ ms5803 Node.js library" default y if DEFAULT_libupm-ms5803-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-ms5803 select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5803-python tristate "libupm-ms5803-python............................... ms5803 Python library" default y if DEFAULT_libupm-ms5803-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-ms5803 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ms5803-python3 tristate "libupm-ms5803-python3............................. ms5803 Python3 library" default y if DEFAULT_libupm-ms5803-python3 default m if ALL select PACKAGE_libupm-ms5803 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ms5803 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-my9221 tristate "libupm-my9221....................................... my9221 C/C++ library" default y if DEFAULT_libupm-my9221 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libupm-utilities select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-my9221-node tristate "libupm-my9221-node................................ my9221 Node.js library" default y if DEFAULT_libupm-my9221-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-my9221 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-my9221-python tristate "libupm-my9221-python............................... my9221 Python library" default y if DEFAULT_libupm-my9221-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-my9221 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-my9221-python3 tristate "libupm-my9221-python3............................. my9221 Python3 library" default y if DEFAULT_libupm-my9221-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-my9221 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains my9221 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nlgpio16 tristate "libupm-nlgpio16................................... nlgpio16 C/C++ library" default y if DEFAULT_libupm-nlgpio16 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nlgpio16-node tristate "libupm-nlgpio16-node............................ nlgpio16 Node.js library" default y if DEFAULT_libupm-nlgpio16-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-nlgpio16 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nlgpio16-python tristate "libupm-nlgpio16-python........................... nlgpio16 Python library" default y if DEFAULT_libupm-nlgpio16-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-nlgpio16 depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nlgpio16-python3 tristate "libupm-nlgpio16-python3......................... nlgpio16 Python3 library" default y if DEFAULT_libupm-nlgpio16-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-nlgpio16 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nlgpio16 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nmea_gps tristate "libupm-nmea_gps................................... nmea_gps C/C++ library" default y if DEFAULT_libupm-nmea_gps default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libatomic depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nmea_gps-node tristate "libupm-nmea_gps-node............................ nmea_gps Node.js library" default y if DEFAULT_libupm-nmea_gps-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libatomic select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libupm-nmea_gps select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nmea_gps-python tristate "libupm-nmea_gps-python........................... nmea_gps Python library" default y if DEFAULT_libupm-nmea_gps-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libatomic depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libupm-nmea_gps select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nmea_gps-python3 tristate "libupm-nmea_gps-python3......................... nmea_gps Python3 library" default y if DEFAULT_libupm-nmea_gps-python3 default m if ALL select PACKAGE_libupm-nmea_gps select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nmea_gps sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf24l01 tristate "libupm-nrf24l01................................... nrf24l01 C/C++ library" default y if DEFAULT_libupm-nrf24l01 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf24l01-node tristate "libupm-nrf24l01-node............................ nrf24l01 Node.js library" default y if DEFAULT_libupm-nrf24l01-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libupm-nrf24l01 select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf24l01-python tristate "libupm-nrf24l01-python........................... nrf24l01 Python library" default y if DEFAULT_libupm-nrf24l01-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libupm-nrf24l01 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf24l01-python3 tristate "libupm-nrf24l01-python3......................... nrf24l01 Python3 library" default y if DEFAULT_libupm-nrf24l01-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-nrf24l01 select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf24l01 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf8001 tristate "libupm-nrf8001..................................... nrf8001 C/C++ library" default y if DEFAULT_libupm-nrf8001 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf8001-node tristate "libupm-nrf8001-node.............................. nrf8001 Node.js library" default y if DEFAULT_libupm-nrf8001-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libupm-nrf8001 select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf8001-python tristate "libupm-nrf8001-python............................. nrf8001 Python library" default y if DEFAULT_libupm-nrf8001-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libupm-nrf8001 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nrf8001-python3 tristate "libupm-nrf8001-python3........................... nrf8001 Python3 library" default y if DEFAULT_libupm-nrf8001-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-nrf8001 select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nrf8001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nunchuck tristate "libupm-nunchuck................................... nunchuck C/C++ library" default y if DEFAULT_libupm-nunchuck default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nunchuck-node tristate "libupm-nunchuck-node............................ nunchuck Node.js library" default y if DEFAULT_libupm-nunchuck-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-nunchuck depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nunchuck-python tristate "libupm-nunchuck-python........................... nunchuck Python library" default y if DEFAULT_libupm-nunchuck-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-nunchuck depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-nunchuck-python3 tristate "libupm-nunchuck-python3......................... nunchuck Python3 library" default y if DEFAULT_libupm-nunchuck-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libupm-nunchuck depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains nunchuck sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-o2 tristate "libupm-o2............................................... o2 C/C++ library" default y if DEFAULT_libupm-o2 default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-o2-node tristate "libupm-o2-node........................................ o2 Node.js library" default y if DEFAULT_libupm-o2-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_libupm-o2 select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-o2-python tristate "libupm-o2-python....................................... o2 Python library" default y if DEFAULT_libupm-o2-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_libupm-o2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-o2-python3 tristate "libupm-o2-python3..................................... o2 Python3 library" default y if DEFAULT_libupm-o2-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-o2 depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains o2 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-otp538u tristate "libupm-otp538u..................................... otp538u C/C++ library" default y if DEFAULT_libupm-otp538u default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-otp538u-node tristate "libupm-otp538u-node.............................. otp538u Node.js library" default y if DEFAULT_libupm-otp538u-node default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-otp538u select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-otp538u-python tristate "libupm-otp538u-python............................. otp538u Python library" default y if DEFAULT_libupm-otp538u-python default m if ALL select PACKAGE_libupm-otp538u select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-otp538u-python3 tristate "libupm-otp538u-python3........................... otp538u Python3 library" default y if DEFAULT_libupm-otp538u-python3 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-otp538u select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains otp538u sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ozw tristate "libupm-ozw............................................. ozw C/C++ library" default y if DEFAULT_libupm-ozw default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_openzwave depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ozw-node tristate "libupm-ozw-node...................................... ozw Node.js library" default y if DEFAULT_libupm-ozw-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-ozw select PACKAGE_libmraa-node select PACKAGE_openzwave select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ozw-python tristate "libupm-ozw-python..................................... ozw Python library" default y if DEFAULT_libupm-ozw-python default m if ALL select PACKAGE_libupm-ozw select PACKAGE_openzwave select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ozw-python3 tristate "libupm-ozw-python3................................... ozw Python3 library" default y if DEFAULT_libupm-ozw-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ozw select PACKAGE_librt if USE_GLIBC select PACKAGE_openzwave help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ozw sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-p9813 tristate "libupm-p9813......................................... p9813 C/C++ library" default y if DEFAULT_libupm-p9813 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-p9813-node tristate "libupm-p9813-node.................................. p9813 Node.js library" default y if DEFAULT_libupm-p9813-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa depends on !arc select PACKAGE_libupm-p9813 depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-p9813-python tristate "libupm-p9813-python................................. p9813 Python library" default y if DEFAULT_libupm-p9813-python default m if ALL select PACKAGE_libupm-p9813 depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-p9813-python3 tristate "libupm-p9813-python3............................... p9813 Python3 library" default y if DEFAULT_libupm-p9813-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc select PACKAGE_libupm-p9813 depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains p9813 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pca9685 tristate "libupm-pca9685..................................... pca9685 C/C++ library" default y if DEFAULT_libupm-pca9685 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pca9685-node tristate "libupm-pca9685-node.............................. pca9685 Node.js library" default y if DEFAULT_libupm-pca9685-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-pca9685 select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pca9685-python tristate "libupm-pca9685-python............................. pca9685 Python library" default y if DEFAULT_libupm-pca9685-python default m if ALL select PACKAGE_libupm-pca9685 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pca9685-python3 tristate "libupm-pca9685-python3........................... pca9685 Python3 library" default y if DEFAULT_libupm-pca9685-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-pca9685 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pca9685 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pn532 tristate "libupm-pn532......................................... pn532 C/C++ library" default y if DEFAULT_libupm-pn532 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pn532-node tristate "libupm-pn532-node.................................. pn532 Node.js library" default y if DEFAULT_libupm-pn532-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-pn532 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pn532-python tristate "libupm-pn532-python................................. pn532 Python library" default y if DEFAULT_libupm-pn532-python default m if ALL depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-pn532 select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pn532-python3 tristate "libupm-pn532-python3............................... pn532 Python3 library" default y if DEFAULT_libupm-pn532-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-pn532 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pn532 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ppd42ns tristate "libupm-ppd42ns..................................... ppd42ns C/C++ library" default y if DEFAULT_libupm-ppd42ns default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ppd42ns-node tristate "libupm-ppd42ns-node.............................. ppd42ns Node.js library" default y if DEFAULT_libupm-ppd42ns-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-ppd42ns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ppd42ns-python tristate "libupm-ppd42ns-python............................. ppd42ns Python library" default y if DEFAULT_libupm-ppd42ns-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libupm-ppd42ns select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ppd42ns-python3 tristate "libupm-ppd42ns-python3........................... ppd42ns Python3 library" default y if DEFAULT_libupm-ppd42ns-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libupm-ppd42ns select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ppd42ns sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pulsensor tristate "libupm-pulsensor................................. pulsensor C/C++ library" default y if DEFAULT_libupm-pulsensor default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pulsensor-node tristate "libupm-pulsensor-node.......................... pulsensor Node.js library" default y if DEFAULT_libupm-pulsensor-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libupm-pulsensor depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pulsensor-python tristate "libupm-pulsensor-python......................... pulsensor Python library" default y if DEFAULT_libupm-pulsensor-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-pulsensor select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-pulsensor-python3 tristate "libupm-pulsensor-python3....................... pulsensor Python3 library" default y if DEFAULT_libupm-pulsensor-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libupm-pulsensor select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains pulsensor sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-relay tristate "libupm-relay......................................... relay C/C++ library" default y if DEFAULT_libupm-relay default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-relay-node tristate "libupm-relay-node.................................. relay Node.js library" default y if DEFAULT_libupm-relay-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-relay select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-relay-python tristate "libupm-relay-python................................. relay Python library" default y if DEFAULT_libupm-relay-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-relay select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-relay-python3 tristate "libupm-relay-python3............................... relay Python3 library" default y if DEFAULT_libupm-relay-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-relay select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains relay sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rf22 tristate "libupm-rf22........................................... rf22 C/C++ library" default y if DEFAULT_libupm-rf22 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rf22-node tristate "libupm-rf22-node.................................... rf22 Node.js library" default y if DEFAULT_libupm-rf22-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-rf22 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rf22-python tristate "libupm-rf22-python................................... rf22 Python library" default y if DEFAULT_libupm-rf22-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-rf22 select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rf22-python3 tristate "libupm-rf22-python3................................. rf22 Python3 library" default y if DEFAULT_libupm-rf22-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-rf22 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rf22 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rfr359f tristate "libupm-rfr359f..................................... rfr359f C/C++ library" default y if DEFAULT_libupm-rfr359f default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rfr359f-node tristate "libupm-rfr359f-node.............................. rfr359f Node.js library" default y if DEFAULT_libupm-rfr359f-node default m if ALL select PACKAGE_libupm-rfr359f select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rfr359f-python tristate "libupm-rfr359f-python............................. rfr359f Python library" default y if DEFAULT_libupm-rfr359f-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-rfr359f help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rfr359f-python3 tristate "libupm-rfr359f-python3........................... rfr359f Python3 library" default y if DEFAULT_libupm-rfr359f-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-rfr359f select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rfr359f sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rgbringcoder tristate "libupm-rgbringcoder........................... rgbringcoder C/C++ library" default y if DEFAULT_libupm-rgbringcoder default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rgbringcoder-node tristate "libupm-rgbringcoder-node.................... rgbringcoder Node.js library" default y if DEFAULT_libupm-rgbringcoder-node default m if ALL select PACKAGE_libupm-rgbringcoder select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rgbringcoder-python tristate "libupm-rgbringcoder-python................... rgbringcoder Python library" default y if DEFAULT_libupm-rgbringcoder-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libupm-rgbringcoder select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rgbringcoder-python3 tristate "libupm-rgbringcoder-python3................. rgbringcoder Python3 library" default y if DEFAULT_libupm-rgbringcoder-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-rgbringcoder help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rgbringcoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rhusb tristate "libupm-rhusb......................................... rhusb C/C++ library" default y if DEFAULT_libupm-rhusb default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rhusb-node tristate "libupm-rhusb-node.................................. rhusb Node.js library" default y if DEFAULT_libupm-rhusb-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-rhusb depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rhusb-python tristate "libupm-rhusb-python................................. rhusb Python library" default y if DEFAULT_libupm-rhusb-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-rhusb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rhusb-python3 tristate "libupm-rhusb-python3............................... rhusb Python3 library" default y if DEFAULT_libupm-rhusb-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-rhusb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rhusb sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rn2903 tristate "libupm-rn2903....................................... rn2903 C/C++ library" default y if DEFAULT_libupm-rn2903 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rn2903-node tristate "libupm-rn2903-node................................ rn2903 Node.js library" default y if DEFAULT_libupm-rn2903-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-rn2903 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rn2903-python tristate "libupm-rn2903-python............................... rn2903 Python library" default y if DEFAULT_libupm-rn2903-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libupm-rn2903 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rn2903-python3 tristate "libupm-rn2903-python3............................. rn2903 Python3 library" default y if DEFAULT_libupm-rn2903-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-rn2903 select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rn2903 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotary tristate "libupm-rotary....................................... rotary C/C++ library" default y if DEFAULT_libupm-rotary default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotary-node tristate "libupm-rotary-node................................ rotary Node.js library" default y if DEFAULT_libupm-rotary-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-rotary select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotary-python tristate "libupm-rotary-python............................... rotary Python library" default y if DEFAULT_libupm-rotary-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libupm-rotary select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotary-python3 tristate "libupm-rotary-python3............................. rotary Python3 library" default y if DEFAULT_libupm-rotary-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-rotary select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotary sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotaryencoder tristate "libupm-rotaryencoder......................... rotaryencoder C/C++ library" default y if DEFAULT_libupm-rotaryencoder default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotaryencoder-node tristate "libupm-rotaryencoder-node.................. rotaryencoder Node.js library" default y if DEFAULT_libupm-rotaryencoder-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-rotaryencoder select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotaryencoder-python tristate "libupm-rotaryencoder-python................. rotaryencoder Python library" default y if DEFAULT_libupm-rotaryencoder-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-rotaryencoder select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rotaryencoder-python3 tristate "libupm-rotaryencoder-python3............... rotaryencoder Python3 library" default y if DEFAULT_libupm-rotaryencoder-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-rotaryencoder select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rotaryencoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rpr220 tristate "libupm-rpr220....................................... rpr220 C/C++ library" default y if DEFAULT_libupm-rpr220 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rpr220-node tristate "libupm-rpr220-node................................ rpr220 Node.js library" default y if DEFAULT_libupm-rpr220-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-rpr220 select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rpr220-python tristate "libupm-rpr220-python............................... rpr220 Python library" default y if DEFAULT_libupm-rpr220-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-rpr220 select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rpr220-python3 tristate "libupm-rpr220-python3............................. rpr220 Python3 library" default y if DEFAULT_libupm-rpr220-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libupm-rpr220 select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rpr220 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rsc tristate "libupm-rsc............................................. rsc C/C++ library" default y if DEFAULT_libupm-rsc default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rsc-node tristate "libupm-rsc-node...................................... rsc Node.js library" default y if DEFAULT_libupm-rsc-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-rsc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rsc-python tristate "libupm-rsc-python..................................... rsc Python library" default y if DEFAULT_libupm-rsc-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-rsc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-rsc-python3 tristate "libupm-rsc-python3................................... rsc Python3 library" default y if DEFAULT_libupm-rsc-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-rsc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains rsc sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-scam tristate "libupm-scam........................................... scam C/C++ library" default y if DEFAULT_libupm-scam default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-scam-node tristate "libupm-scam-node.................................... scam Node.js library" default y if DEFAULT_libupm-scam-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-scam select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-scam-python tristate "libupm-scam-python................................... scam Python library" default y if DEFAULT_libupm-scam-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-scam select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-scam-python3 tristate "libupm-scam-python3................................. scam Python3 library" default y if DEFAULT_libupm-scam-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-scam select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains scam sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sensortemplate tristate "libupm-sensortemplate....................... sensortemplate C/C++ library" default y if DEFAULT_libupm-sensortemplate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sensortemplate-node tristate "libupm-sensortemplate-node................ sensortemplate Node.js library" default y if DEFAULT_libupm-sensortemplate-node default m if ALL select PACKAGE_libc depends on !arc select PACKAGE_libupm-sensortemplate depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sensortemplate-python tristate "libupm-sensortemplate-python............... sensortemplate Python library" default y if DEFAULT_libupm-sensortemplate-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc select PACKAGE_libupm-sensortemplate depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sensortemplate-python3 tristate "libupm-sensortemplate-python3............. sensortemplate Python3 library" default y if DEFAULT_libupm-sensortemplate-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-sensortemplate select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sensortemplate sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-servo tristate "libupm-servo......................................... servo C/C++ library" default y if DEFAULT_libupm-servo default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-servo-node tristate "libupm-servo-node.................................. servo Node.js library" default y if DEFAULT_libupm-servo-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-servo help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-servo-python tristate "libupm-servo-python................................. servo Python library" default y if DEFAULT_libupm-servo-python default m if ALL select PACKAGE_libupm-servo select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-servo-python3 tristate "libupm-servo-python3............................... servo Python3 library" default y if DEFAULT_libupm-servo-python3 default m if ALL select PACKAGE_libupm-servo select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains servo sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sht1x tristate "libupm-sht1x......................................... sht1x C/C++ library" default y if DEFAULT_libupm-sht1x default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sht1x-node tristate "libupm-sht1x-node.................................. sht1x Node.js library" default y if DEFAULT_libupm-sht1x-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-sht1x help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sht1x-python tristate "libupm-sht1x-python................................. sht1x Python library" default y if DEFAULT_libupm-sht1x-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-sht1x depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sht1x-python3 tristate "libupm-sht1x-python3............................... sht1x Python3 library" default y if DEFAULT_libupm-sht1x-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libupm-sht1x depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sht1x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si1132 tristate "libupm-si1132....................................... si1132 C/C++ library" default y if DEFAULT_libupm-si1132 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si1132-node tristate "libupm-si1132-node................................ si1132 Node.js library" default y if DEFAULT_libupm-si1132-node default m if ALL select PACKAGE_libc select PACKAGE_libupm-si1132 depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si1132-python tristate "libupm-si1132-python............................... si1132 Python library" default y if DEFAULT_libupm-si1132-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libupm-si1132 depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-interfaces depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si1132-python3 tristate "libupm-si1132-python3............................. si1132 Python3 library" default y if DEFAULT_libupm-si1132-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libupm-si1132 depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si1132 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si114x tristate "libupm-si114x....................................... si114x C/C++ library" default y if DEFAULT_libupm-si114x default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si114x-node tristate "libupm-si114x-node................................ si114x Node.js library" default y if DEFAULT_libupm-si114x-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libupm-si114x select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si114x-python tristate "libupm-si114x-python............................... si114x Python library" default y if DEFAULT_libupm-si114x-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-si114x select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si114x-python3 tristate "libupm-si114x-python3............................. si114x Python3 library" default y if DEFAULT_libupm-si114x-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-si114x select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si114x sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si7005 tristate "libupm-si7005....................................... si7005 C/C++ library" default y if DEFAULT_libupm-si7005 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si7005-node tristate "libupm-si7005-node................................ si7005 Node.js library" default y if DEFAULT_libupm-si7005-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-si7005 select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si7005-python tristate "libupm-si7005-python............................... si7005 Python library" default y if DEFAULT_libupm-si7005-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-si7005 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-si7005-python3 tristate "libupm-si7005-python3............................. si7005 Python3 library" default y if DEFAULT_libupm-si7005-python3 default m if ALL select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-si7005 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains si7005 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-slide tristate "libupm-slide......................................... slide C/C++ library" default y if DEFAULT_libupm-slide default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-slide-node tristate "libupm-slide-node.................................. slide Node.js library" default y if DEFAULT_libupm-slide-node default m if ALL select PACKAGE_libupm-slide depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-slide-python tristate "libupm-slide-python................................. slide Python library" default y if DEFAULT_libupm-slide-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libupm-slide select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-slide-python3 tristate "libupm-slide-python3............................... slide Python3 library" default y if DEFAULT_libupm-slide-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libupm-slide depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains slide sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sm130 tristate "libupm-sm130......................................... sm130 C/C++ library" default y if DEFAULT_libupm-sm130 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sm130-node tristate "libupm-sm130-node.................................. sm130 Node.js library" default y if DEFAULT_libupm-sm130-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libupm-sm130 depends on !arc select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sm130-python tristate "libupm-sm130-python................................. sm130 Python library" default y if DEFAULT_libupm-sm130-python default m if ALL depends on !arc select PACKAGE_libupm-sm130 depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sm130-python3 tristate "libupm-sm130-python3............................... sm130 Python3 library" default y if DEFAULT_libupm-sm130-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libupm-sm130 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sm130 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-smartdrive tristate "libupm-smartdrive............................... smartdrive C/C++ library" default y if DEFAULT_libupm-smartdrive default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-smartdrive-node tristate "libupm-smartdrive-node........................ smartdrive Node.js library" default y if DEFAULT_libupm-smartdrive-node default m if ALL select PACKAGE_libupm-smartdrive depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-smartdrive-python tristate "libupm-smartdrive-python....................... smartdrive Python library" default y if DEFAULT_libupm-smartdrive-python default m if ALL select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-smartdrive select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-smartdrive-python3 tristate "libupm-smartdrive-python3..................... smartdrive Python3 library" default y if DEFAULT_libupm-smartdrive-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-smartdrive select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains smartdrive sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-speaker tristate "libupm-speaker..................................... speaker C/C++ library" default y if DEFAULT_libupm-speaker default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-speaker-node tristate "libupm-speaker-node.............................. speaker Node.js library" default y if DEFAULT_libupm-speaker-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-speaker select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-speaker-python tristate "libupm-speaker-python............................. speaker Python library" default y if DEFAULT_libupm-speaker-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-speaker select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-speaker-python3 tristate "libupm-speaker-python3........................... speaker Python3 library" default y if DEFAULT_libupm-speaker-python3 default m if ALL depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-speaker select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains speaker sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ssd1351 tristate "libupm-ssd1351..................................... ssd1351 C/C++ library" default y if DEFAULT_libupm-ssd1351 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ssd1351-node tristate "libupm-ssd1351-node.............................. ssd1351 Node.js library" default y if DEFAULT_libupm-ssd1351-node default m if ALL select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-ssd1351 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ssd1351-python tristate "libupm-ssd1351-python............................. ssd1351 Python library" default y if DEFAULT_libupm-ssd1351-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-ssd1351 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ssd1351-python3 tristate "libupm-ssd1351-python3........................... ssd1351 Python3 library" default y if DEFAULT_libupm-ssd1351-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libupm-ssd1351 select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ssd1351 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-st7735 tristate "libupm-st7735....................................... st7735 C/C++ library" default y if DEFAULT_libupm-st7735 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-st7735-node tristate "libupm-st7735-node................................ st7735 Node.js library" default y if DEFAULT_libupm-st7735-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-st7735 select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-st7735-python tristate "libupm-st7735-python............................... st7735 Python library" default y if DEFAULT_libupm-st7735-python default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-st7735 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-st7735-python3 tristate "libupm-st7735-python3............................. st7735 Python3 library" default y if DEFAULT_libupm-st7735-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-st7735 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains st7735 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-stepmotor tristate "libupm-stepmotor................................. stepmotor C/C++ library" default y if DEFAULT_libupm-stepmotor default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-stepmotor-node tristate "libupm-stepmotor-node.......................... stepmotor Node.js library" default y if DEFAULT_libupm-stepmotor-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-stepmotor help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-stepmotor-python tristate "libupm-stepmotor-python......................... stepmotor Python library" default y if DEFAULT_libupm-stepmotor-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-stepmotor select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-stepmotor-python3 tristate "libupm-stepmotor-python3....................... stepmotor Python3 library" default y if DEFAULT_libupm-stepmotor-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-stepmotor select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains stepmotor sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx1276 tristate "libupm-sx1276....................................... sx1276 C/C++ library" default y if DEFAULT_libupm-sx1276 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx1276-node tristate "libupm-sx1276-node................................ sx1276 Node.js library" default y if DEFAULT_libupm-sx1276-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-sx1276 select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx1276-python tristate "libupm-sx1276-python............................... sx1276 Python library" default y if DEFAULT_libupm-sx1276-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-sx1276 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx1276-python3 tristate "libupm-sx1276-python3............................. sx1276 Python3 library" default y if DEFAULT_libupm-sx1276-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-sx1276 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx1276 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx6119 tristate "libupm-sx6119....................................... sx6119 C/C++ library" default y if DEFAULT_libupm-sx6119 default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx6119-node tristate "libupm-sx6119-node................................ sx6119 Node.js library" default y if DEFAULT_libupm-sx6119-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-sx6119 select PACKAGE_librt select PACKAGE_node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx6119-python tristate "libupm-sx6119-python............................... sx6119 Python library" default y if DEFAULT_libupm-sx6119-python default m if ALL select PACKAGE_librt select PACKAGE_libupm-sx6119 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-sx6119-python3 tristate "libupm-sx6119-python3............................. sx6119 Python3 library" default y if DEFAULT_libupm-sx6119-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sx6119 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains sx6119 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t3311 tristate "libupm-t3311......................................... t3311 C/C++ library" default y if DEFAULT_libupm-t3311 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libmodbus select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t3311-node tristate "libupm-t3311-node.................................. t3311 Node.js library" default y if DEFAULT_libupm-t3311-node default m if ALL select PACKAGE_libc select PACKAGE_libupm-t3311 depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libmodbus select PACKAGE_librt select PACKAGE_node select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t3311-python tristate "libupm-t3311-python................................. t3311 Python library" default y if DEFAULT_libupm-t3311-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmodbus select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libupm-t3311 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t3311-python3 tristate "libupm-t3311-python3............................... t3311 Python3 library" default y if DEFAULT_libupm-t3311-python3 default m if ALL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_libupm-t3311 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmodbus select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t3311 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t6713 tristate "libupm-t6713......................................... t6713 C/C++ library" default y if DEFAULT_libupm-t6713 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-interfaces depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t6713-node tristate "libupm-t6713-node.................................. t6713 Node.js library" default y if DEFAULT_libupm-t6713-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-interfaces select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-t6713 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t6713-python tristate "libupm-t6713-python................................. t6713 Python library" default y if DEFAULT_libupm-t6713-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-t6713 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-interfaces depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-t6713-python3 tristate "libupm-t6713-python3............................... t6713 Python3 library" default y if DEFAULT_libupm-t6713-python3 default m if ALL select PACKAGE_libupm-t6713 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-interfaces select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains t6713 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ta12200 tristate "libupm-ta12200..................................... ta12200 C/C++ library" default y if DEFAULT_libupm-ta12200 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ta12200-node tristate "libupm-ta12200-node.............................. ta12200 Node.js library" default y if DEFAULT_libupm-ta12200-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libupm-ta12200 select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ta12200-python tristate "libupm-ta12200-python............................. ta12200 Python library" default y if DEFAULT_libupm-ta12200-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb select PACKAGE_libupm-ta12200 depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ta12200-python3 tristate "libupm-ta12200-python3........................... ta12200 Python3 library" default y if DEFAULT_libupm-ta12200-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_libupm-ta12200 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ta12200 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tca9548a tristate "libupm-tca9548a................................... tca9548a C/C++ library" default y if DEFAULT_libupm-tca9548a default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tca9548a-node tristate "libupm-tca9548a-node............................ tca9548a Node.js library" default y if DEFAULT_libupm-tca9548a-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-tca9548a select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tca9548a-python tristate "libupm-tca9548a-python........................... tca9548a Python library" default y if DEFAULT_libupm-tca9548a-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-tca9548a depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tca9548a-python3 tristate "libupm-tca9548a-python3......................... tca9548a Python3 library" default y if DEFAULT_libupm-tca9548a-python3 default m if ALL select PACKAGE_libupm-tca9548a depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tca9548a sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs3414cs tristate "libupm-tcs3414cs................................. tcs3414cs C/C++ library" default y if DEFAULT_libupm-tcs3414cs default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs3414cs-node tristate "libupm-tcs3414cs-node.......................... tcs3414cs Node.js library" default y if DEFAULT_libupm-tcs3414cs-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-tcs3414cs depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs3414cs-python tristate "libupm-tcs3414cs-python......................... tcs3414cs Python library" default y if DEFAULT_libupm-tcs3414cs-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-tcs3414cs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs3414cs-python3 tristate "libupm-tcs3414cs-python3....................... tcs3414cs Python3 library" default y if DEFAULT_libupm-tcs3414cs-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-tcs3414cs select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs3414cs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs37727 tristate "libupm-tcs37727................................... tcs37727 C/C++ library" default y if DEFAULT_libupm-tcs37727 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs37727-node tristate "libupm-tcs37727-node............................ tcs37727 Node.js library" default y if DEFAULT_libupm-tcs37727-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb select PACKAGE_libupm-tcs37727 depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs37727-python tristate "libupm-tcs37727-python........................... tcs37727 Python library" default y if DEFAULT_libupm-tcs37727-python default m if ALL depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc select PACKAGE_libupm-tcs37727 depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tcs37727-python3 tristate "libupm-tcs37727-python3......................... tcs37727 Python3 library" default y if DEFAULT_libupm-tcs37727-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb select PACKAGE_libupm-tcs37727 depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tcs37727 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-teams tristate "libupm-teams......................................... teams C/C++ library" default y if DEFAULT_libupm-teams default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-teams-node tristate "libupm-teams-node.................................. teams Node.js library" default y if DEFAULT_libupm-teams-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-teams select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-teams-python tristate "libupm-teams-python................................. teams Python library" default y if DEFAULT_libupm-teams-python default m if ALL depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-teams select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-teams-python3 tristate "libupm-teams-python3............................... teams Python3 library" default y if DEFAULT_libupm-teams-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-teams select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains teams sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-temperature tristate "libupm-temperature............................. temperature C/C++ library" default y if DEFAULT_libupm-temperature default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-temperature-node tristate "libupm-temperature-node...................... temperature Node.js library" default y if DEFAULT_libupm-temperature-node default m if ALL depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_libupm-temperature select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-temperature-python tristate "libupm-temperature-python..................... temperature Python library" default y if DEFAULT_libupm-temperature-python default m if ALL select PACKAGE_python-light select PACKAGE_libupm-temperature select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-temperature-python3 tristate "libupm-temperature-python3................... temperature Python3 library" default y if DEFAULT_libupm-temperature-python3 default m if ALL select PACKAGE_libmraa-python3 select PACKAGE_libupm-temperature select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains temperature sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tex00 tristate "libupm-tex00......................................... tex00 C/C++ library" default y if DEFAULT_libupm-tex00 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tex00-node tristate "libupm-tex00-node.................................. tex00 Node.js library" default y if DEFAULT_libupm-tex00-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-tex00 select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tex00-python tristate "libupm-tex00-python................................. tex00 Python library" default y if DEFAULT_libupm-tex00-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-tex00 select PACKAGE_libc select PACKAGE_python-light select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tex00-python3 tristate "libupm-tex00-python3............................... tex00 Python3 library" default y if DEFAULT_libupm-tex00-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-tex00 select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tex00 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-th02 tristate "libupm-th02........................................... th02 C/C++ library" default y if DEFAULT_libupm-th02 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-th02-node tristate "libupm-th02-node.................................... th02 Node.js library" default y if DEFAULT_libupm-th02-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-th02 depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-th02-python tristate "libupm-th02-python................................... th02 Python library" default y if DEFAULT_libupm-th02-python default m if ALL select PACKAGE_libupm-th02 depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-th02-python3 tristate "libupm-th02-python3................................. th02 Python3 library" default y if DEFAULT_libupm-th02-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-th02 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains th02 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tm1637 tristate "libupm-tm1637....................................... tm1637 C/C++ library" default y if DEFAULT_libupm-tm1637 default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tm1637-node tristate "libupm-tm1637-node................................ tm1637 Node.js library" default y if DEFAULT_libupm-tm1637-node default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-tm1637 select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tm1637-python tristate "libupm-tm1637-python............................... tm1637 Python library" default y if DEFAULT_libupm-tm1637-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-tm1637 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tm1637-python3 tristate "libupm-tm1637-python3............................. tm1637 Python3 library" default y if DEFAULT_libupm-tm1637-python3 default m if ALL depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-tm1637 select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tm1637 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tmp006 tristate "libupm-tmp006....................................... tmp006 C/C++ library" default y if DEFAULT_libupm-tmp006 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tmp006-node tristate "libupm-tmp006-node................................ tmp006 Node.js library" default y if DEFAULT_libupm-tmp006-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-tmp006 depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tmp006-python tristate "libupm-tmp006-python............................... tmp006 Python library" default y if DEFAULT_libupm-tmp006-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-tmp006 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tmp006-python3 tristate "libupm-tmp006-python3............................. tmp006 Python3 library" default y if DEFAULT_libupm-tmp006-python3 default m if ALL select PACKAGE_libupm-tmp006 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tmp006 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tsl2561 tristate "libupm-tsl2561..................................... tsl2561 C/C++ library" default y if DEFAULT_libupm-tsl2561 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tsl2561-node tristate "libupm-tsl2561-node.............................. tsl2561 Node.js library" default y if DEFAULT_libupm-tsl2561-node default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-tsl2561 select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tsl2561-python tristate "libupm-tsl2561-python............................. tsl2561 Python library" default y if DEFAULT_libupm-tsl2561-python default m if ALL select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-tsl2561 select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-tsl2561-python3 tristate "libupm-tsl2561-python3........................... tsl2561 Python3 library" default y if DEFAULT_libupm-tsl2561-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-tsl2561 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains tsl2561 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ttp223 tristate "libupm-ttp223....................................... ttp223 C/C++ library" default y if DEFAULT_libupm-ttp223 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ttp223-node tristate "libupm-ttp223-node................................ ttp223 Node.js library" default y if DEFAULT_libupm-ttp223-node default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ttp223 select PACKAGE_libmraa-node select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ttp223-python tristate "libupm-ttp223-python............................... ttp223 Python library" default y if DEFAULT_libupm-ttp223-python default m if ALL select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ttp223 select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ttp223-python3 tristate "libupm-ttp223-python3............................. ttp223 Python3 library" default y if DEFAULT_libupm-ttp223-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-ttp223 depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ttp223 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uartat tristate "libupm-uartat....................................... uartat C/C++ library" default y if DEFAULT_libupm-uartat default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libupm-utilities select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uartat-node tristate "libupm-uartat-node................................ uartat Node.js library" default y if DEFAULT_libupm-uartat-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-uartat select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uartat-python tristate "libupm-uartat-python............................... uartat Python library" default y if DEFAULT_libupm-uartat-python default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-uartat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uartat-python3 tristate "libupm-uartat-python3............................. uartat Python3 library" default y if DEFAULT_libupm-uartat-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-uartat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uartat sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uln200xa tristate "libupm-uln200xa................................... uln200xa C/C++ library" default y if DEFAULT_libupm-uln200xa default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uln200xa-node tristate "libupm-uln200xa-node............................ uln200xa Node.js library" default y if DEFAULT_libupm-uln200xa-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-uln200xa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uln200xa-python tristate "libupm-uln200xa-python........................... uln200xa Python library" default y if DEFAULT_libupm-uln200xa-python default m if ALL select PACKAGE_libupm-uln200xa depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-uln200xa-python3 tristate "libupm-uln200xa-python3......................... uln200xa Python3 library" default y if DEFAULT_libupm-uln200xa-python3 default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-uln200xa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains uln200xa sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ultrasonic tristate "libupm-ultrasonic............................... ultrasonic C/C++ library" default y if DEFAULT_libupm-ultrasonic default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ultrasonic-node tristate "libupm-ultrasonic-node........................ ultrasonic Node.js library" default y if DEFAULT_libupm-ultrasonic-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc select PACKAGE_libupm-ultrasonic depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ultrasonic-python tristate "libupm-ultrasonic-python....................... ultrasonic Python library" default y if DEFAULT_libupm-ultrasonic-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-ultrasonic depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-ultrasonic-python3 tristate "libupm-ultrasonic-python3..................... ultrasonic Python3 library" default y if DEFAULT_libupm-ultrasonic-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-ultrasonic select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains ultrasonic sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-urm37 tristate "libupm-urm37......................................... urm37 C/C++ library" default y if DEFAULT_libupm-urm37 default m if ALL select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-urm37-node tristate "libupm-urm37-node.................................. urm37 Node.js library" default y if DEFAULT_libupm-urm37-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_node select PACKAGE_librt select PACKAGE_libc depends on !arc select PACKAGE_libupm-urm37 depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-urm37-python tristate "libupm-urm37-python................................. urm37 Python library" default y if DEFAULT_libupm-urm37-python default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libupm-urm37 depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-urm37-python3 tristate "libupm-urm37-python3............................... urm37 Python3 library" default y if DEFAULT_libupm-urm37-python3 default m if ALL select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_libupm-urm37 help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains urm37 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-utilities tristate "libupm-utilities................................. utilities C/C++ library" default y if DEFAULT_libupm-utilities default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-utilities-node tristate "libupm-utilities-node.......................... utilities Node.js library" default y if DEFAULT_libupm-utilities-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-utilities-python tristate "libupm-utilities-python......................... utilities Python library" default y if DEFAULT_libupm-utilities-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-utilities-python3 tristate "libupm-utilities-python3....................... utilities Python3 library" default y if DEFAULT_libupm-utilities-python3 default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_librt select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains utilities sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vcap tristate "libupm-vcap........................................... vcap C/C++ library" default y if DEFAULT_libupm-vcap default m if ALL depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vcap-node tristate "libupm-vcap-node.................................... vcap Node.js library" default y if DEFAULT_libupm-vcap-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-vcap select PACKAGE_libjpeg select PACKAGE_libc depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vcap-python tristate "libupm-vcap-python................................... vcap Python library" default y if DEFAULT_libupm-vcap-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light select PACKAGE_libjpeg depends on !armeb depends on !arc select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-vcap select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vcap-python3 tristate "libupm-vcap-python3................................. vcap Python3 library" default y if DEFAULT_libupm-vcap-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-vcap select PACKAGE_libmraa-python3 select PACKAGE_libjpeg select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_python3-light select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vcap sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vdiv tristate "libupm-vdiv........................................... vdiv C/C++ library" default y if DEFAULT_libupm-vdiv default m if ALL select PACKAGE_librt if USE_GLIBC depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vdiv-node tristate "libupm-vdiv-node.................................... vdiv Node.js library" default y if DEFAULT_libupm-vdiv-node default m if ALL depends on !armeb select PACKAGE_libupm-vdiv depends on !arc select PACKAGE_libc select PACKAGE_node select PACKAGE_librt select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vdiv-python tristate "libupm-vdiv-python................................... vdiv Python library" default y if DEFAULT_libupm-vdiv-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb select PACKAGE_libupm-vdiv depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-vdiv-python3 tristate "libupm-vdiv-python3................................. vdiv Python3 library" default y if DEFAULT_libupm-vdiv-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc select PACKAGE_libupm-vdiv depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains vdiv sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-veml6070 tristate "libupm-veml6070................................... veml6070 C/C++ library" default y if DEFAULT_libupm-veml6070 default m if ALL depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-veml6070-node tristate "libupm-veml6070-node............................ veml6070 Node.js library" default y if DEFAULT_libupm-veml6070-node default m if ALL select PACKAGE_librt select PACKAGE_node select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc depends on !powerpc select PACKAGE_libmraa select PACKAGE_libupm-veml6070 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-veml6070-python tristate "libupm-veml6070-python........................... veml6070 Python library" default y if DEFAULT_libupm-veml6070-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-veml6070 depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-veml6070-python3 tristate "libupm-veml6070-python3......................... veml6070 Python3 library" default y if DEFAULT_libupm-veml6070-python3 default m if ALL select PACKAGE_libupm-veml6070 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains veml6070 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-water tristate "libupm-water......................................... water C/C++ library" default y if DEFAULT_libupm-water default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !armeb select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-water-node tristate "libupm-water-node.................................. water Node.js library" default y if DEFAULT_libupm-water-node default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libmraa depends on !powerpc select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-water select PACKAGE_node select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-water-python tristate "libupm-water-python................................. water Python library" default y if DEFAULT_libupm-water-python default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_libupm-water select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-water-python3 tristate "libupm-water-python3............................... water Python3 library" default y if DEFAULT_libupm-water-python3 default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-water select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa select PACKAGE_python3-light depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains water sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-waterlevel tristate "libupm-waterlevel............................... waterlevel C/C++ library" default y if DEFAULT_libupm-waterlevel default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-waterlevel-node tristate "libupm-waterlevel-node........................ waterlevel Node.js library" default y if DEFAULT_libupm-waterlevel-node default m if ALL select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_node select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-waterlevel select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-waterlevel-python tristate "libupm-waterlevel-python....................... waterlevel Python library" default y if DEFAULT_libupm-waterlevel-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-waterlevel select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !arc depends on !armeb select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-waterlevel-python3 tristate "libupm-waterlevel-python3..................... waterlevel Python3 library" default y if DEFAULT_libupm-waterlevel-python3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-waterlevel select PACKAGE_libssp if GCC_LIBSSP depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains waterlevel sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wfs tristate "libupm-wfs............................................. wfs C/C++ library" default y if DEFAULT_libupm-wfs default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wfs-node tristate "libupm-wfs-node...................................... wfs Node.js library" default y if DEFAULT_libupm-wfs-node default m if ALL depends on !powerpc select PACKAGE_libmraa depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities select PACKAGE_libupm-wfs select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wfs-python tristate "libupm-wfs-python..................................... wfs Python library" default y if DEFAULT_libupm-wfs-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light depends on !armeb depends on !arc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-wfs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wfs-python3 tristate "libupm-wfs-python3................................... wfs Python3 library" default y if DEFAULT_libupm-wfs-python3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-wfs select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc depends on !armeb depends on !arc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wfs sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wheelencoder tristate "libupm-wheelencoder........................... wheelencoder C/C++ library" default y if DEFAULT_libupm-wheelencoder default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wheelencoder-node tristate "libupm-wheelencoder-node.................... wheelencoder Node.js library" default y if DEFAULT_libupm-wheelencoder-node default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libc select PACKAGE_libupm-wheelencoder depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wheelencoder-python tristate "libupm-wheelencoder-python................... wheelencoder Python library" default y if DEFAULT_libupm-wheelencoder-python default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc select PACKAGE_libupm-wheelencoder depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python select PACKAGE_librt help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wheelencoder-python3 tristate "libupm-wheelencoder-python3................. wheelencoder Python3 library" default y if DEFAULT_libupm-wheelencoder-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-wheelencoder depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wheelencoder sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wt5001 tristate "libupm-wt5001....................................... wt5001 C/C++ library" default y if DEFAULT_libupm-wt5001 default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wt5001-node tristate "libupm-wt5001-node................................ wt5001 Node.js library" default y if DEFAULT_libupm-wt5001-node default m if ALL depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_librt select PACKAGE_node select PACKAGE_libmraa-node select PACKAGE_librt if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-wt5001 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wt5001-python tristate "libupm-wt5001-python............................... wt5001 Python library" default y if DEFAULT_libupm-wt5001-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-wt5001 select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_python-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-wt5001-python3 tristate "libupm-wt5001-python3............................. wt5001 Python3 library" default y if DEFAULT_libupm-wt5001-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-wt5001 depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains wt5001 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-xbee tristate "libupm-xbee........................................... xbee C/C++ library" default y if DEFAULT_libupm-xbee default m if ALL depends on !powerpc select PACKAGE_librt select PACKAGE_libmraa select PACKAGE_librt if USE_GLIBC depends on !arc select PACKAGE_libssp if GCC_LIBSSP depends on !armeb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-xbee-node tristate "libupm-xbee-node.................................... xbee Node.js library" default y if DEFAULT_libupm-xbee-node default m if ALL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-xbee select PACKAGE_node select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node depends on !arc depends on !armeb select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-xbee-python tristate "libupm-xbee-python................................... xbee Python library" default y if DEFAULT_libupm-xbee-python default m if ALL select PACKAGE_librt select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !arc depends on !armeb select PACKAGE_python-light select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !powerpc select PACKAGE_libmraa select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-xbee help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-xbee-python3 tristate "libupm-xbee-python3................................. xbee Python3 library" default y if DEFAULT_libupm-xbee-python3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !arc depends on !armeb depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light select PACKAGE_libupm-xbee select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains xbee sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-yg1006 tristate "libupm-yg1006....................................... yg1006 C/C++ library" default y if DEFAULT_libupm-yg1006 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-yg1006-node tristate "libupm-yg1006-node................................ yg1006 Node.js library" default y if DEFAULT_libupm-yg1006-node default m if ALL select PACKAGE_libc depends on !armeb depends on !arc select PACKAGE_libmraa-node select PACKAGE_libupm-yg1006 select PACKAGE_librt if USE_GLIBC select PACKAGE_node select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmraa depends on !powerpc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-yg1006-python tristate "libupm-yg1006-python............................... yg1006 Python library" default y if DEFAULT_libupm-yg1006-python default m if ALL select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libupm-yg1006 select PACKAGE_libmraa-python select PACKAGE_librt if USE_GLIBC depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-yg1006-python3 tristate "libupm-yg1006-python3............................. yg1006 Python3 library" default y if DEFAULT_libupm-yg1006-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libmraa depends on !powerpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-yg1006 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libmraa-python3 select PACKAGE_libc depends on !armeb depends on !arc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains yg1006 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-zfm20 tristate "libupm-zfm20......................................... zfm20 C/C++ library" default y if DEFAULT_libupm-zfm20 default m if ALL select PACKAGE_libmraa select PACKAGE_librt depends on !powerpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !armeb depends on !arc select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor C/C++ library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-zfm20-node tristate "libupm-zfm20-node.................................. zfm20 Node.js library" default y if DEFAULT_libupm-zfm20-node default m if ALL select PACKAGE_libc depends on !arc depends on !armeb select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-node select PACKAGE_librt select PACKAGE_node select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-zfm20 select PACKAGE_libssp if GCC_LIBSSP depends on (HAS_FPU||KERNEL_MIPS_FPU_EMULATOR) depends on !powerpc select PACKAGE_libmraa help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Node.js library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-zfm20-python tristate "libupm-zfm20-python................................. zfm20 Python library" default y if DEFAULT_libupm-zfm20-python default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libmraa-python depends on !armeb depends on !arc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-light select PACKAGE_libc select PACKAGE_libmraa depends on !powerpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupm-zfm20 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libupm-utilities select PACKAGE_libpthread if USE_GLIBC help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Python library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA config PACKAGE_libupm-zfm20-python3 tristate "libupm-zfm20-python3............................... zfm20 Python3 library" default y if DEFAULT_libupm-zfm20-python3 default m if ALL depends on !arc depends on !armeb select PACKAGE_libc select PACKAGE_libmraa-python3 depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libupm-zfm20 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libupm-utilities depends on !powerpc select PACKAGE_libmraa select PACKAGE_python3-light help UPM is a high level repository that provides software drivers for a wide variety of commonly used sensors and actuators. These software drivers interact with the underlying hardware platform through calls to MRAA APIs. MRAA that allows you to use various sensors on platforms such as the Intel Galileo, Intel Edison, Minnowboard MAX and others. This package contains zfm20 sensor Python3 library https://github.com/intel-iot-devkit/upm John Crispin , Hirokazu MORIKAWA endmenu menu "Languages" config PACKAGE_libyaml tristate "libyaml......................... Fast YAML 1.1 parser and emitter library" default y if DEFAULT_libyaml default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Fast YAML 1.1 parser and emitter library https://pyyaml.org/wiki/LibYAML endmenu menu "Networking" config PACKAGE_libdcwproto tristate "libdcwproto.......................... Dual-Channel WiFi messaging library" default y if DEFAULT_libdcwproto default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-macremapper help Platform-independent C library for marshaling and serializing DCW messages https://www.edgewaterwireless.com Carey Sonsino config PACKAGE_libdcwsocket tristate "libdcwsocket................................. Dual-Channel socket library" default y if DEFAULT_libdcwsocket default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help User-land C library for sending and receiving DCW "EtherType"d messages https://www.edgewaterwireless.com Carey Sonsino config PACKAGE_libsctp tristate "libsctp........................................... SCTP user-land library" default y if DEFAULT_libsctp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-sctp help SCTP user-land library http://lksctp.sourceforge.net Nicolas Thill config PACKAGE_libuhttpd-mbedtls tristate "libuhttpd-mbedtls.................................... libuhttpd (mbedtls)" default y if DEFAULT_libuhttpd-mbedtls default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_libustream-mbedtls select PACKAGE_librt if USE_GLIBC help libuhttpd (mbedtls) Jianhui Zhao config PACKAGE_libuhttpd-nossl tristate "libuhttpd-nossl....................................... libuhttpd (NO SSL)" default y if DEFAULT_libuhttpd-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_libuhttpd-openssl != y) depends on m || (PACKAGE_libuhttpd-wolfssl != y) depends on m || (PACKAGE_libuhttpd-mbedtls != y) help libuhttpd (NO SSL) Jianhui Zhao config PACKAGE_libuhttpd-openssl tristate "libuhttpd-openssl.................................... libuhttpd (openssl)" default y if DEFAULT_libuhttpd-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libustream-openssl depends on m || (PACKAGE_libuhttpd-wolfssl != y) depends on m || (PACKAGE_libuhttpd-mbedtls != y) help libuhttpd (openssl) Jianhui Zhao config PACKAGE_libuhttpd-wolfssl tristate "libuhttpd-wolfssl.................................... libuhttpd (wolfssl)" default y if DEFAULT_libuhttpd-wolfssl default m if ALL select PACKAGE_libustream-wolfssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_libuhttpd-mbedtls != y) help libuhttpd (wolfssl) Jianhui Zhao config PACKAGE_libunbound-heavy tristate "libunbound-heavy........... Recursive DNS Server (library, heavy traffic)" default y if DEFAULT_libunbound-heavy default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select OPENSSL_WITH_EC select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the Unbound shared library including 'libevent' and 'libpthread' to better handle large networks with heavy query loads. https://nlnetlabs.nl/documentation/unbound/howto-optimise Eric Luehrsen config PACKAGE_libunbound-light tristate "libunbound-light........... Recursive DNS Server (library, light traffic)" default y if DEFAULT_libunbound-light default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select OPENSSL_WITH_EC help This package contains the Unbound shared library with basic includes necessary to meet the needs of UCI/LuCI configuration optoins. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen config PACKAGE_libuwsc-mbedtls tristate "libuwsc-mbedtls.... A lightweight WebSocket client library based on libev" default y if DEFAULT_libuwsc-mbedtls default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libev select PACKAGE_libmbedtls select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao menu "Configuration" depends on PACKAGE_libuwsc-mbedtls config LIBUWSC_mbedtls_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu config PACKAGE_libuwsc-nossl tristate "libuwsc-nossl...... A lightweight WebSocket client library based on libev" default y if DEFAULT_libuwsc-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libev select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao menu "Configuration" depends on PACKAGE_libuwsc-nossl config LIBUWSC_nossl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu config PACKAGE_libuwsc-openssl tristate "libuwsc-openssl.... A lightweight WebSocket client library based on libev" default y if DEFAULT_libuwsc-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao menu "Configuration" depends on PACKAGE_libuwsc-openssl config LIBUWSC_openssl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu config PACKAGE_libuwsc-wolfssl tristate "libuwsc-wolfssl.... A lightweight WebSocket client library based on libev" default y if DEFAULT_libuwsc-wolfssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libev select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP help A lightweight WebSocket client library based on libev https://github.com/zhaojh329/libuwsc Jianhui Zhao menu "Configuration" depends on PACKAGE_libuwsc-wolfssl config LIBUWSC_wolfssl_LUA_BINDING bool default n prompt "Lua binding for libuwsc" endmenu endmenu menu "SSL" config PACKAGE_libbotan tristate "libbotan.............................. Crypto and TLS for C++11 (library)" default y if DEFAULT_libbotan default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Botan (Japanese for peony) is a cryptography library written in C++11 and released under the permissive Simplified BSD license. This package contains the botan library. https://botan.randombit.net BangLang Huang config PACKAGE_libgnutls tristate "libgnutls.............................................. GNU TLS (library)" default y if DEFAULT_libgnutls default m if ALL select PACKAGE_libtasn1 if GNUTLS_EXT_LIBTASN1 select PACKAGE_p11-kit if GNUTLS_PKCS11 select PACKAGE_kmod-cryptodev if GNUTLS_CRYPTODEV select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libatomic select PACKAGE_libnettle select PACKAGE_librt if USE_GLIBC select PACKAGE_libgmp if !LIBNETTLE_MINI help GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS shared library, needed by other programs. http://www.gnutls.org/ Nikos Mavrogiannopoulos source "feeds/packages/libs/gnutls/Config.in" config PACKAGE_libmbedtls tristate "libmbedtls........................................ Embedded SSL (library)" default y if DEFAULT_libmbedtls default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The aim of the mbedtls project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. This package contains the mbedtls library. https://tls.mbed.org config LIBMBEDTLS_DEBUG_C depends on PACKAGE_libmbedtls bool "Enable debug functions" default n help This option enables mbedtls library's debug functions. It increases the uncompressed libmbedtls binary size by around 60 KiB (for an ARMv5 platform). Usually, you don't need this, so don't select this if you're unsure. config PACKAGE_libnss tristate "libnss.............................. Mozilla's SSL and TLS implementation" default y if DEFAULT_libnss default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_nspr select PACKAGE_libsqlite3 help Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS 5, PKCS 7, PKCS 11, PKCS 12, S/MIME, X.509 v3 certificates, and other security standards. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS Lucian Cristian menuconfig PACKAGE_libopenssl tristate "libopenssl........................... Open source SSL toolkit (libraries)" default y if DEFAULT_libopenssl default m if ALL select PACKAGE_kmod-cryptodev if OPENSSL_ENGINE_BUILTIN_DEVCRYPTO select PACKAGE_zlib if OPENSSL_WITH_COMPRESSION select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-crypto-user if OPENSSL_ENGINE_BUILTIN_AFALG select PACKAGE_kmod-crypto-hw-padlock if OPENSSL_ENGINE_BUILTIN_PADLOCK select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package contains the OpenSSL shared libraries, needed by other programs. http://www.openssl.org/ Eneas U de Queiroz source "package/libs/openssl/Config.in" config PACKAGE_libopenssl-afalg tristate "libopenssl-afalg...................... AFALG hardware acceleration engine" default y if DEFAULT_libopenssl-afalg default m if ALL select PACKAGE_libopenssl-conf depends on !OPENSSL_ENGINE_BUILTIN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-crypto-user select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopenssl depends on OPENSSL_ENGINE depends on KERNEL_AIO help This package adds an engine that enables hardware acceleration through the AF_ALG kernel interface. To use it, you need to configure the engine in /etc/ssl/openssl.cnf See https://www.openssl.org/docs/man1.1.1/man5/config.html#Engine-Configuration-Module and https://openwrt.org/docs/techref/hardware/cryptographic.hardware.accelerators The engine_id is "afalg" http://www.openssl.org/ Eneas U de Queiroz config PACKAGE_libopenssl-afalg_sync tristate "libopenssl-afalg_sync................ AF_ALG engine using sync crypto API" default y if DEFAULT_libopenssl-afalg_sync default m if ALL depends on PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on OPENSSL_ENGINE depends on !OPENSSL_ENGINE_BUILTIN_AFALG select PACKAGE_libopenssl-conf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-crypto-user select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopenssl depends on m || (PACKAGE_libopenssl-afalg != y) help This is an alternate AF_ALG engine for openssl, based on the devcrypto engine, but using the AF_ALG interface instead of /dev/crypto It is different than the AF_ALG engine that ships with OpenSSL: - it uses sync calls, instead of async - it suports more algorithms https://github.com/cotequeiroz/afalg_engine Eneas U de Queiroz config AFALG_ZERO_COPY depends on PACKAGE_libopenssl-afalg_sync bool "Use Zero-Copy Mode" help Uses a Zero-Copy interface. Even though it is supposed to improve performance, actual measurements indicate otherwise. config PACKAGE_libopenssl-conf tristate "libopenssl-conf......................... /etc/ssl/openssl.cnf config file" default y if DEFAULT_libopenssl-conf default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package installs the OpenSSL configuration file /etc/ssl/openssl.cnf. http://www.openssl.org/ Eneas U de Queiroz config PACKAGE_libopenssl-devcrypto tristate "libopenssl-devcrypto............ /dev/crypto hardware acceleration engine" default y if DEFAULT_libopenssl-devcrypto default m if ALL depends on OPENSSL_ENGINE depends on PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-cryptodev select PACKAGE_libopenssl-conf depends on !OPENSSL_ENGINE_BUILTIN select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help This package adds an engine that enables hardware acceleration through the /dev/crypto kernel interface. To use it, you need to configure the engine in /etc/ssl/openssl.cnf See https://www.openssl.org/docs/man1.1.1/man5/config.html#Engine-Configuration-Module and https://openwrt.org/docs/techref/hardware/cryptographic.hardware.accelerators The engine_id is "devcrypto" http://www.openssl.org/ Eneas U de Queiroz config PACKAGE_libopenssl-padlock tristate "libopenssl-padlock.............. VIA Padlock hardware acceleration engine" default y if DEFAULT_libopenssl-padlock default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl-conf depends on !OPENSSL_ENGINE_BUILTIN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on OPENSSL_ENGINE select PACKAGE_kmod-crypto-hw-padlock depends on TARGET_x86 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopenssl help This package adds an engine that enables VIA Padlock hardware acceleration. To use it, you need to configure it in /etc/ssl/openssl.cnf. See https://www.openssl.org/docs/man1.1.1/man5/config.html#Engine-Configuration-Module and https://openwrt.org/docs/techref/hardware/cryptographic.hardware.accelerators The engine_id is "padlock" http://www.openssl.org/ Eneas U de Queiroz menuconfig PACKAGE_libwolfssl tristate "libwolfssl............................................... wolfSSL library" default y if DEFAULT_libwolfssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-crypto-user if WOLFSSL_HAS_AFALG select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-cryptodev if WOLFSSL_HAS_DEVCRYPTO help wolfSSL (formerly CyaSSL) is an SSL library optimized for small footprint, both on disk and for memory use. http://www.wolfssl.com/ Eneas U de Queiroz source "package/libs/wolfssl/Config.in" endmenu menu "Sound" config PACKAGE_liblo tristate "liblo....................... Lightweight Open Sound Control (OSC) library" default y if DEFAULT_liblo default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Lightweight Open Sound Control (OSC) library http://liblo.sourceforge.net/ endmenu menu "Telephony" config PACKAGE_bcg729 tristate "bcg729........... Software G729A encoder and decoder library written in C" default y if DEFAULT_bcg729 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Bcg729 is a software G729A encoder and decoder library written in C, developed by Belledonne Communications, the company supporting the Linphone project. It was written from scratch and is NOT a derivative work of ITU reference source code in any kind. http://www.linphone.org/technical-corner/bcg729.html Alex Samorukov config PACKAGE_dahdi-tools-libtonezone tristate "dahdi-tools-libtonezone........................... DAHDI tonezone library" default y if DEFAULT_dahdi-tools-libtonezone default m if ALL select PACKAGE_kmod-dahdi select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on USB_SUPPORT help DAHDI tonezone library Vittorio Gambaletta config PACKAGE_gsmlib tristate "gsmlib....................................... GSM mobile phone access lib" default y if DEFAULT_gsmlib default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A library to access GSM mobile phones via GSM modems. https://github.com/vbouchaud/gsmlib Sebastian Kemper config PACKAGE_libctb tristate "libctb...................................... Communications toolbox - ctb" default y if DEFAULT_libctb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC help Multiplatform library for different interfaces. https://iftools.com/opensource/ctb.en.php Sebastian Kemper menuconfig PACKAGE_libfreetdm-stable tristate "libfreetdm-stable............................ TDM signaling and media API" default y if DEFAULT_libfreetdm-stable default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Provides a unified interface to hardware TDM cards and SS7 stacks. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-analog tristate "libfreetdm-stable-ftmod-analog..................... Analog FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-analog default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libfreetdm-stable select PACKAGE_libssp if GCC_LIBSSP help Offers generic FXO/FXS support for any type of card supported by FreeTDM. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-analog-em tristate "libfreetdm-stable-ftmod-analog-em............... Analog EM FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-analog-em default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libfreetdm-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Offers generic E&M signaling for any type of card supported by FreeTDM. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-libpri tristate "libfreetdm-stable-ftmod-libpri..................... LibPRI FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-libpri default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpri depends on !aarch64 select PACKAGE_librt if USE_GLIBC depends on USB_SUPPORT depends on PACKAGE_libfreetdm-stable help Offers support for PRI lines using the open source libpri stack for any type of card supported by FreeTDM. Supports both PRI and BRI signalling. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-pritap tristate "libfreetdm-stable-ftmod-pritap................ PRI tapping FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-pritap default m if ALL depends on !aarch64 select PACKAGE_librt if USE_GLIBC select PACKAGE_libfreetdm-stable-ftmod-libpri depends on PACKAGE_libfreetdm-stable depends on USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This module is used to tap PRI lines. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-skel tristate "libfreetdm-stable-ftmod-skel..................... Skeleton FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-skel default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libfreetdm-stable select PACKAGE_libssp if GCC_LIBSSP help ftmod_skel is an example module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libfreetdm-stable-ftmod-zt tristate "libfreetdm-stable-ftmod-zt...................... DAHDI I/O FreeTDM module" default y if DEFAULT_libfreetdm-stable-ftmod-zt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libfreetdm-stable help This module supports the DAHDI interface. The DAHDI interface is used by several hardware vendors. https://www.freeswitch.org Sebastian Kemper config PACKAGE_libiksemel tristate "libiksemel........................................ Iksemel Jabber Library" default y if DEFAULT_libiksemel default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Iksemel is an XML parser library mainly designed for Jabber applications. It provides SAX, DOM, and special Jabber stream APIs. Library is coded in ANSI C except the network code (which is POSIX compatible), thus highly portable. https://github.com/meduketto/iksemel Jiri Slachta config PACKAGE_libks tristate "libks..................... Foundational support for SignalWire C products" default y if DEFAULT_libks default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libatomic select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libuuid help Foundational support for SignalWire C products https://github.com/signalwire/libks Sebastian Kemper config PACKAGE_libosip2 tristate "libosip2................................................ GNU oSIP library" default y if DEFAULT_libosip2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help GNU oSIP library, a Session Initiation Protocol (SIP) implementation. http://www.gnu.org/software/osip/ config PACKAGE_libpj tristate "libpj...................................................... libpj library" default y if DEFAULT_libpj default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt select PACKAGE_uclibcxx if USE_UCLIBCXX help libpj library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjlib-util tristate "libpjlib-util...................................... libpjlib-util library" default y if DEFAULT_libpjlib-util default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuuid select PACKAGE_libpthread select PACKAGE_libpj select PACKAGE_libc select PACKAGE_librt select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help libpjlib-util library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjmedia tristate "libpjmedia............................................ libpjmedia library" default y if DEFAULT_libpjmedia default m if ALL select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpj select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpjnath select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsrtp2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpjlib-util help libpjmedia library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjnath tristate "libpjnath.............................................. libpjnath library" default y if DEFAULT_libpjnath default m if ALL select PACKAGE_libpthread select PACKAGE_libpj select PACKAGE_libc select PACKAGE_librt select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpjlib-util select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuuid help libpjnath library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjsip tristate "libpjsip................................................ libpjsip library" default y if DEFAULT_libpjsip default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libpj select PACKAGE_libuuid select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpjlib-util select PACKAGE_libsrtp2 select PACKAGE_libssp if GCC_LIBSSP help libpjsip library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjsip-simple tristate "libpjsip-simple.................................. libpjsip-simple library" default y if DEFAULT_libpjsip-simple default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuuid select PACKAGE_libpjsip select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpjlib-util select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpj select PACKAGE_libpthread select PACKAGE_libc help libpjsip-simple library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjsip-ua tristate "libpjsip-ua.......................................... libpjsip-ua library" default y if DEFAULT_libpjsip-ua default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt select PACKAGE_libpjmedia select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libpj select PACKAGE_libpjsip select PACKAGE_libuuid select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpjsip-simple select PACKAGE_libpjlib-util select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libpjsip-ua library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjsua tristate "libpjsua................................................ libpjsua library" default y if DEFAULT_libpjsua default m if ALL select PACKAGE_libpj select PACKAGE_libpjsip-ua select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt select PACKAGE_libpjmedia select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpjlib-util select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpjsip-simple select PACKAGE_libpjnath select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuuid select PACKAGE_libpjsip help libpjsua library http://www.pjsip.org Jiri Slachta config PACKAGE_libpjsua2 tristate "libpjsua2.............................................. libpjsua2 library" default y if DEFAULT_libpjsua2 default m if ALL select PACKAGE_libpjmedia select PACKAGE_librt select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpjsua select PACKAGE_libpj select PACKAGE_libpjsip-ua select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpjsip-simple select PACKAGE_libpjnath select PACKAGE_libpjsip select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpjlib-util help libpjsua2 library http://www.pjsip.org Jiri Slachta config PACKAGE_libre tristate "libre. Generic library for real-time communications with async IO support" default y if DEFAULT_libre default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Generic library for real-time communications with async IO support http://www.creytiv.com Jiri Slachta config PACKAGE_librem tristate "librem.......................... Audio and video processing media library" default y if DEFAULT_librem default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libre select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Audio and video processing media library http://www.creytiv.com Jiri Slachta config PACKAGE_libspandsp tristate "libspandsp............................................... spandsp library" default y if DEFAULT_libspandsp default m if ALL select PACKAGE_libtiff select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help spandsp library Jiri Slachta config PACKAGE_libspandsp3 tristate "libspandsp3............................................. spandsp3 library" default y if DEFAULT_libspandsp3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtiff select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help spandsp3 library https://github.com/freeswitch/spandsp Jiri Slachta Sebastian Kemper config PACKAGE_libsrtp tristate "libsrtp............... Secure Real-time Transport Protocol (SRTP) library" default y if DEFAULT_libsrtp default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license. http://sourceforge.net/projects/srtp Jiri Slachta config PACKAGE_libsrtp2 tristate "libsrtp2............................... Secure RTP (SRTP) library, v2.2.0" default y if DEFAULT_libsrtp2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Open-source implementation of the Secure Real-time Transport Protocol (SRTP) originally authored by Cisco Systems, Inc. It is available under a BSD-style license. http://sourceforge.net/projects/srtp Jiri Slachta config PACKAGE_signalwire-client-c tristate "signalwire-client-c.......................... SignalWire C client library" default y if DEFAULT_signalwire-client-c default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libks select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help SignalWire C client library https://github.com/signalwire/signalwire-c Sebastian Kemper config PACKAGE_sofia-sip tristate "sofia-sip................... Sofia-SIP open-source SIP User-Agent library" default y if DEFAULT_sofia-sip default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification (see the feature table). It can be used as a building block for SIP client software for uses such as VoIP, IM, and many other real-time and person-to-person communication services. The primary target platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL. http://sofia-sip.sourceforge.net/index.html Sebastian Kemper endmenu menu "database" config PACKAGE_libpq tristate "libpq.......................................... PostgreSQL client library" default y if DEFAULT_libpq default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PostgreSQL client library. http://www.postgresql.org/ Daniel Golle config PACKAGE_libsqlite3 tristate "libsqlite3....................... SQLite (v3.x) database engine (library)" default y if DEFAULT_libsqlite3 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains the SQLite (v3.x) shared library, used by other programs. http://www.sqlite.org/ Sebastian Kemper source "feeds/packages/libs/sqlite3/Config-lib.in" config PACKAGE_pgsqlodbc tristate "pgsqlodbc..................................... Postgresql driver for ODBC" default y if DEFAULT_pgsqlodbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_unixodbc select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Postgresql driver for ODBC. http://www.unixodbc.org Thomas Heil config PACKAGE_psqlodbca tristate "psqlodbca...................... psqlODBC - PostgreSQL ODBC driver (ASCII)" default y if DEFAULT_psqlodbca default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_unixodbc select PACKAGE_libssp if GCC_LIBSSP help psqlODBC is the official PostgreSQL ODBC Driver. It is released under the Library General Public Licence, or LGPL. https://odbc.postgresql.org/ config PACKAGE_psqlodbcw tristate "psqlodbcw...................... psqlODBC - PostgreSQL ODBC driver (UTF-8)" default y if DEFAULT_psqlodbcw default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_unixodbc help psqlODBC is the official PostgreSQL ODBC Driver. It is released under the Library General Public Licence, or LGPL. (UTF-8 version) https://odbc.postgresql.org/ config PACKAGE_tdb tristate "tdb..................................................... Trivial Database" default y if DEFAULT_tdb default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small. http://sourceforge.net/projects/tdb/ Dmitry V. Zimin config PACKAGE_unixodbc tristate "unixodbc............................................ unixODBC (libraries)" default y if DEFAULT_unixodbc default m if ALL select PACKAGE_libltdl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. http://www.unixodbc.org Thomas Heil endmenu menu "libelektra" config PACKAGE_libelektra-boost tristate "libelektra-boost...................... Elektra plugins depending on boost" default y if DEFAULT_libelektra-boost default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libelektra-core help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins written in C++ with an dependency on boost. Currently this is a plugin for a tcl like format. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-core tristate "libelektra-core..................................... Elektra core library" default y if DEFAULT_libelektra-core default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains the core libraries, that all other parts of elektra and all programs using elektra depend on, and an almost minimal set of plugins to be actually useful. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-cpp tristate "libelektra-cpp.................... Elektra plugins depending on libstdcpp" default y if DEFAULT_libelektra-cpp default m if ALL select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins written in C++. Currently these are: dump regexstore struct type http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-crypto tristate "libelektra-crypto.................................. Elektra crypto plugin" default y if DEFAULT_libelektra-crypto default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libelektra-core help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for encrypting values before storage. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-curlget tristate "libelektra-curlget................................ Elektra curlget plugin" default y if DEFAULT_libelektra-curlget default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This plugin can get configuration data from remote URLs before access. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-dbus tristate "libelektra-dbus...................................... Elektra dbus plugin" default y if DEFAULT_libelektra-dbus default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libdbus select PACKAGE_libelektra-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for dbus notification on configuration changes. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-extra tristate "libelektra-extra.............................. Additional elektra plugins" default y if DEFAULT_libelektra-extra default m if ALL select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains extra plugins that are only useful for debugging or as an example of what can be done. Also most experimental plugins are included in this package. Currently this includes: blockresolver c constants counter desktop dini dpkg error fcrypt fstab logchange mozprefs passwd rename required simplespeclang timeofday tracer http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-lua tristate "libelektra-lua........................................ Elektra lua plugin" default y if DEFAULT_libelektra-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds lua support to elektra. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-plugins tristate "libelektra-plugins................................ Useful elektra plugins" default y if DEFAULT_libelektra-plugins default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libelektra-core select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains plugins for various common configuration file format and optional features without heavy dependencies. Currently these plugins are included: base64 boolean cachefilter camel ccode conditionals csvstorage date directoryvalue enum file filecheck glob hexcode hidden hosts iconv ipaddr keytometa line lineendings list mathcheck mini network null path profile range shell syslog uname validation http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-python2 tristate "libelektra-python2................................ Elektra python2 plugin" default y if DEFAULT_libelektra-python2 default m if ALL select PACKAGE_libstdcpp depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds python2 support to elektra. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-python3 tristate "libelektra-python3................................ Elektra python3 plugin" default y if DEFAULT_libelektra-python3 default m if ALL select PACKAGE_python3-light select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package adds python3 support to elektra. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-resolvers tristate "libelektra-resolvers........................ Elektra additional resolvers" default y if DEFAULT_libelektra-resolvers default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelektra-core select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains additional resolvers not included in the libelektra-core package. Usually there is no reason to install this. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-xerces tristate "libelektra-xerces........................ Elektra xerces based xml plugin" default y if DEFAULT_libelektra-xerces default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libxerces-c select PACKAGE_libelektra-core help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. The xerces plugin supplants the xmltool plugin and allows us to use XML files not following a specific schemata. Attributes are mapped to Elektra's metadata, multiple keys with the same names are mapped to arrays. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-xml tristate "libelektra-xml.................................... Elektra xmltool plugin" default y if DEFAULT_libelektra-xml default m if ALL select PACKAGE_libelektra-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains a plugin for storing data with xml syntax. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-yajl tristate "libelektra-yajl............................... Elektra yajl (json) plugin" default y if DEFAULT_libelektra-yajl default m if ALL select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC select PACKAGE_yajl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for storing the key database as json files. http://www.libelektra.org/ Harald Geyer config PACKAGE_libelektra-yamlcpp tristate "libelektra-yamlcpp................................... Elektra yaml plugin" default y if DEFAULT_libelektra-yamlcpp default m if ALL select PACKAGE_libelektra-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libyaml-cpp select PACKAGE_libssp if GCC_LIBSSP help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for storing the key database as yaml files. http://www.libelektra.org/ Harald Geyer endmenu menu "libimobiledevice" config PACKAGE_libimobiledevice tristate "libimobiledevice.................. A library that talks to Apple devices." default y if DEFAULT_libimobiledevice default m if ALL select PACKAGE_libplist select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libusbmuxd help libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_libirecovery tristate "libirecovery.................... A library that talks to Apple iBoot/iBSS" default y if DEFAULT_libirecovery default m if ALL select PACKAGE_libreadline select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. https://github.com/libimobiledevice/libirecovery Rosen Penev config PACKAGE_libplist tristate "libplist..................................... Apple property list library" default y if DEFAULT_libplist default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 help A library to handle Apple Property List format whereas it's binary or XML https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_libplistcxx tristate "libplistcxx.............................. Apple property list C++ library" default y if DEFAULT_libplistcxx default m if ALL select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libplist select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist C++ shared library. https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_libusbmuxd tristate "libusbmuxd............................... USB multiplexing daemon library" default y if DEFAULT_libusbmuxd default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libpthread select PACKAGE_libplist select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd shared library. https://www.libimobiledevice.org/ Rosen Penev endmenu config PACKAGE_alsa-lib tristate "alsa-lib................ ALSA (Advanced Linux Sound Architecture) library" default y if DEFAULT_alsa-lib default m if ALL select PACKAGE_librt select PACKAGE_kmod-sound-core depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This is the library package for alsa, needed by some userspace programs. You must have enabled the ALSA support in the kernel. http://www.alsa-project.org/ Ted Hess , Peter Wagner config PACKAGE_argp-standalone tristate "argp-standalone....... Hierarchial argument parsing broken out from glibc" default y if DEFAULT_argp-standalone default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNU libc hierarchial argument parsing library broken out from glibc. http://www.lysator.liu.se/~nisse/misc/ Ted Hess config PACKAGE_avro-c tristate "avro-c............................................. Apache Avro C Library" default y if DEFAULT_avro-c default m if ALL select PACKAGE_jansson select PACKAGE_liblzma select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help This package contains the Apache Avro C library. https://avro.apache.org John Clark config PACKAGE_bind-libs tristate "bind-libs.......................................... bind shared libraries" default y if DEFAULT_bind-libs default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjson-c if BIND_LIBJSON select PACKAGE_libatomic select PACKAGE_zlib select PACKAGE_libxml2 if BIND_LIBXML2 select PACKAGE_libuv select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help bind shared libraries https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bluez-libs tristate "bluez-libs............................................. Bluetooth library" default y if DEFAULT_bluez-libs default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_kmod-bluetooth if USB_SUPPORT help Bluetooth library http://www.bluez.org/ config PACKAGE_boost tristate "boost.................................. Boost C++ source library packages" default y if DEFAULT_boost default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp help This package provides the Boost v1.71.0 libraries. Boost is a set of free, peer-reviewed, portable C++ source libraries. This package provides the following run-time libraries: - atomic - chrono - container - context - contract - coroutine and coroutine2 (Coroutine is deprecated - use Coroutine2) - date_time - exception - filesystem - fiber - graph - - graph-parallel - iostreams - locale (Requires kernel being compiled with full language support) - log - math - program_options - python - python3 - random - regex - serialization and wserialization - stackstrace - system - thread - timer - type_erasure - wave There are many more header-only libraries supported by Boost. See more at http://www.boost.org/doc/libs/1_71_0/ https://www.boost.org Carlos M. Ferreira # Invisible config dependency config boost-context-exclude bool default y if (TARGET_arc770 || TARGET_archs38 || TARGET_octeon || TARGET_octeontx) default n config boost-coroutine-exclude bool default y if boost-context-exclude default n config boost-fiber-exclude bool default y if boost-coroutine-exclude default n menu "Select Boost Options" depends on PACKAGE_boost comment "Boost compilation options." choice prompt "Compile Visibility." default boost-compile-visibility-hidden help Choose Boost symbols compilation visibility. -> Global: - a.k.a. "default" in gcc documentation. Global symbols are considered public, they are exported from shared libraries and can be redefined by another shared library or executable. -> Protected: - a.k.a. "symbolic". Protected symbols are exported from shared libraries but cannot be redefined by another shared library or executable. This mode is not supported on some platforms, for example OS X. -> Hidden: - Hidden symbols are not exported from shared libraries and cannot be redefined by a different shared library or executable loaded in a process. In this mode, public symbols have to be explicitly marked in the source code to be exported from shared libraries. This is the recommended mode. config boost-compile-visibility-global bool "Global" config boost-compile-visibility-protected bool "Protected" config boost-compile-visibility-hidden bool "Hidden" endchoice choice prompt "Compile Boost libraries." default boost-static-and-shared-libs help Choose which version to compile. -> Shared: - Only Shared libs will be compiled. -> Static: - Only Static libs will be compiled. -> Both: - Both Static and Shared libs will be compiled. config boost-shared-libs bool "Shared" config boost-static-libs bool "Static" config boost-static-and-shared-libs bool "Both" endchoice choice prompt "Selects Boost Runtime linkage." default boost-runtime-shared help Choose which C and C++ runtimes to use: -> Use Shared runtimes. -> Use Static runtimes. - Not available if Shared libs are to be built. -> Use both runtimes. - Not available if Shared libs are to be built. - Two separate versions of Boost are built, linking each to a different runtime. - This option requires "Use tagged names" option to be active. config boost-runtime-shared bool "Shared" config boost-runtime-static depends on (!boost-shared-libs && !boost-static-and-shared-libs) bool "Static" config boost-runtime-static-and-shared depends on (boost-use-name-tags && !boost-shared-libs && !boost-static-and-shared-libs) bool "Both" endchoice choice prompt "Select a Variant." default boost-variant-release help Chooses which boost variant should be selected: -> Release: Optimizes Boost for release. - Optimization: Speed; Debug Symbols: Off; Inlining: Full; Runtime Debugging: Off. -> Debug: - Optimization: Off; Debug Symbols: On; Inlining: Off; Runtime Debugging: On. -> Profile: - Profiling: On; Debug Symbols: On. config boost-variant-release bool "Release" config boost-variant-debug bool "Debug" config boost-variant-profile bool "Profile" endchoice config boost-use-name-tags bool "Use tagged names." help Add name tags the lib files, to diferentiate each library version: "-mt" for multi-threading. "-d" for debugging. "-s" for runtime static link". Might break compatibility with libraries that expect boost libs with default names. default n config boost-single-thread depends on boost-use-name-tags bool "Single thread Support." help Compile Boost libraries in single-thread mode. default n config boost-build-type-complete depends on boost-use-name-tags bool "Complete Boost Build." help Builds both release and debug libs. It will take much longer to compile. default n endmenu menu "Select Boost libraries" depends on PACKAGE_boost comment "Libraries" config boost-libs-all bool "Include all Boost libraries." default m if ALL select PACKAGE_boost-libs select boost-test-pkg select boost-graph-parallel config boost-test-pkg bool "Boost test package." default m if ALL select PACKAGE_boost-test config boost-graph-parallel bool "Boost parallel graph support." select PACKAGE_boost-graph default m if ALL config PACKAGE_boost-atomic prompt "Boost atomic library." default m if ALL config PACKAGE_boost-chrono prompt "Boost chrono library." default m if ALL config PACKAGE_boost-container prompt "Boost container library." default m if ALL config PACKAGE_boost-context prompt "Boost context library." default m if ALL depends on !boost-context-exclude config PACKAGE_boost-contract prompt "Boost contract library." default m if ALL config PACKAGE_boost-coroutine prompt "Boost coroutine library." default m if ALL depends on !boost-coroutine-exclude config PACKAGE_boost-date_time prompt "Boost date_time library." default m if ALL config PACKAGE_boost-fiber prompt "Boost fiber library." default m if ALL depends on !boost-fiber-exclude config PACKAGE_boost-filesystem prompt "Boost filesystem library." default m if ALL config PACKAGE_boost-graph prompt "Boost graph library." default m if ALL config PACKAGE_boost-iostreams prompt "Boost iostreams library." default m if ALL config PACKAGE_boost-locale prompt "Boost locale library." default m if ALL depends on BUILD_NLS config PACKAGE_boost-log prompt "Boost log library." default m if ALL config PACKAGE_boost-math prompt "Boost math library." default m if ALL config PACKAGE_boost-program_options prompt "Boost program_options library." default m if ALL config PACKAGE_boost-python prompt "Boost python (v2.7) library." default m if ALL depends on PACKAGE_python config PACKAGE_boost-python3 prompt "Boost python3 (v3.7) library." default m if ALL depends on PACKAGE_python3 config PACKAGE_boost-random prompt "Boost random library." default m if ALL config PACKAGE_boost-regex prompt "Boost regex library." default m if ALL config PACKAGE_boost-serialization prompt "Boost serialization library." default m if ALL config PACKAGE_boost-wserialization prompt "Boost wserialization library." default m if ALL config PACKAGE_boost-stacktrace prompt "Boost stacktrace library." default m if ALL config PACKAGE_boost-system prompt "Boost system library." default m if ALL config PACKAGE_boost-thread prompt "Boost thread library." default m if ALL config PACKAGE_boost-timer prompt "Boost timer library." default m if ALL config PACKAGE_boost-type_erasure prompt "Boost type_erasure library." default m if ALL config PACKAGE_boost-wave prompt "Boost wave library." default m if ALL endmenu config PACKAGE_boost-atomic tristate default y if DEFAULT_boost-atomic select PACKAGE_libstdcpp select PACKAGE_boost-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help This package contains the Boost atomic library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-chrono tristate default y if DEFAULT_boost-chrono select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_boost-system select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the Boost chrono library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-container tristate default y if DEFAULT_boost-container select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help This package contains the Boost container library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-context tristate default y if DEFAULT_boost-context select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_boost-chrono select PACKAGE_librt if USE_GLIBC depends on !boost-context-exclude select PACKAGE_boost-system select PACKAGE_librt help This package contains the Boost context library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-contract tristate default y if DEFAULT_boost-contract select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_boost-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the Boost contract library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-coroutine tristate default y if DEFAULT_boost-coroutine depends on !boost-context-exclude depends on !boost-coroutine-exclude select PACKAGE_boost-system select PACKAGE_boost-context select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-chrono select PACKAGE_boost-thread select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libpthread help This package contains the Boost coroutine library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-date_time tristate default y if DEFAULT_boost-date_time select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help This package contains the Boost date_time library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-fiber tristate default y if DEFAULT_boost-fiber select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_boost-filesystem depends on !boost-fiber-exclude select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !boost-context-exclude depends on !boost-coroutine-exclude select PACKAGE_boost-coroutine help This package contains the Boost fiber library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-filesystem tristate default y if DEFAULT_boost-filesystem select PACKAGE_boost-system select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help This package contains the Boost filesystem library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-graph tristate default y if DEFAULT_boost-graph select PACKAGE_librt select PACKAGE_boost-regex select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the Boost graph library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-iostreams tristate default y if DEFAULT_boost-iostreams select PACKAGE_liblzma select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_zstd select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libbz2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the Boost iostreams library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-libs tristate default y if DEFAULT_boost-libs depends on !(!boost-coroutine-exclude) || !boost-context-exclude select PACKAGE_boost-python if PACKAGE_python select PACKAGE_boost-filesystem select PACKAGE_librt select PACKAGE_boost-fiber if !boost-fiber-exclude select PACKAGE_libc select PACKAGE_boost-math select PACKAGE_libstdcpp select PACKAGE_boost-locale if BUILD_NLS select PACKAGE_boost-timer select PACKAGE_boost-wave select PACKAGE_boost-log select PACKAGE_boost-wserialization select PACKAGE_boost-system select PACKAGE_boost-contract select PACKAGE_boost-graph select PACKAGE_boost-program_options select PACKAGE_libpthread if USE_GLIBC depends on !(!boost-fiber-exclude) || !boost-context-exclude select PACKAGE_boost-stacktrace select PACKAGE_boost-context if !boost-context-exclude select PACKAGE_librt if USE_GLIBC depends on !(!boost-fiber-exclude) || !boost-coroutine-exclude select PACKAGE_boost-serialization select PACKAGE_boost-regex select PACKAGE_boost-coroutine if !boost-coroutine-exclude select PACKAGE_boost-python3 if PACKAGE_python3 select PACKAGE_boost-type_erasure select PACKAGE_boost-random select PACKAGE_libpthread select PACKAGE_boost-atomic select PACKAGE_boost-iostreams select PACKAGE_boost-container select PACKAGE_boost-date_time select PACKAGE_boost-thread select PACKAGE_boost-chrono select PACKAGE_libssp if GCC_LIBSSP help This meta package contains only dependencies to the other libraries from the boost libraries collection. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-locale tristate default y if DEFAULT_boost-locale select PACKAGE_librt select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on BUILD_NLS select PACKAGE_boost-system select PACKAGE_libstdcpp help This package contains the Boost locale library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-log tristate default y if DEFAULT_boost-log select PACKAGE_boost-date_time select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-thread select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_boost-filesystem select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_boost-regex help This package contains the Boost log library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-math tristate default y if DEFAULT_boost-math select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp help This package contains the Boost math library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-program_options tristate default y if DEFAULT_boost-program_options select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help This package contains the Boost program_options library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-python tristate default y if DEFAULT_boost-python select PACKAGE_librt if USE_GLIBC select PACKAGE_librt depends on PACKAGE_python select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help This package contains the Boost python library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-python3 tristate default y if DEFAULT_boost-python3 select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_python3 select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help This package contains the Boost python3 library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-random tristate default y if DEFAULT_boost-random select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_boost-system select PACKAGE_libstdcpp help This package contains the Boost random library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-regex tristate default y if DEFAULT_boost-regex select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the Boost regex library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-serialization tristate default y if DEFAULT_boost-serialization select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help This package contains the Boost serialization library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-stacktrace tristate default y if DEFAULT_boost-stacktrace select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help This package contains the Boost stacktrace library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-system tristate default y if DEFAULT_boost-system select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help This package contains the Boost system library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-test tristate default y if DEFAULT_boost-test select PACKAGE_librt select PACKAGE_boost-timer select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_boost-system select PACKAGE_libstdcpp help Boost C++ source library (test) https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-thread tristate default y if DEFAULT_boost-thread select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_boost-atomic select PACKAGE_libpthread select PACKAGE_boost-chrono select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-system select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help This package contains the Boost thread library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-timer tristate default y if DEFAULT_boost-timer select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-chrono select PACKAGE_libpthread help This package contains the Boost timer library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-type_erasure tristate default y if DEFAULT_boost-type_erasure select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-thread select PACKAGE_libpthread select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help This package contains the Boost type_erasure library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-wave tristate default y if DEFAULT_boost-wave select PACKAGE_librt select PACKAGE_boost-filesystem select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_boost-thread select PACKAGE_libstdcpp select PACKAGE_boost-date_time select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help This package contains the Boost wave library. https://www.boost.org Carlos M. Ferreira config PACKAGE_boost-wserialization tristate default y if DEFAULT_boost-wserialization select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_boost-serialization select PACKAGE_librt help This package contains the Boost wserialization library. https://www.boost.org Carlos M. Ferreira config PACKAGE_ccid tristate "ccid........................... Generic USB CCID smart card reader driver" default y if DEFAULT_ccid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libpcsclite select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). https://ccid.apdu.fr/ Daniel Golle config PACKAGE_check tristate "check....................................... Unit testing framework for C" default y if DEFAULT_check default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Check features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. https://libcheck.github.io/check/ Eduardo Abinader config PACKAGE_classpath tristate "classpath.................................................. GNU Classpath" default y if DEFAULT_classpath default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libgmp depends on AUDIO_SUPPORT select PACKAGE_libmagic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib select PACKAGE_libssp if GCC_LIBSSP help GNU Classpath https://www.gnu.org/software/classpath/ Dana H. Myers config PACKAGE_classpath-tools tristate "classpath-tools...................................... GNU Classpath tools" default y if DEFAULT_classpath-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNU Classpath tools https://www.gnu.org/software/classpath/ Dana H. Myers config PACKAGE_confuse tristate "confuse................ libConfuse is a configuration file parser library" default y if DEFAULT_confuse default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libConfuse is a configuration file parser library, licensed under the terms of the ISC license, and written in C. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as some other features (such as single/double-quoted strings, environment variable expansion, functions and nested include statements). It makes it very easy to add configuration file capability to a program using a simple API. The goal of libConfuse is not to be the configuration file parser library with a gazillion of features. Instead, it aims to be easy to use and quick to integrate with your code. libConfuse was called libcfg before, but was changed to not confuse with other similar libraries. https://github.com/martinh/libconfuse config PACKAGE_czmq tristate "czmq................................ CZMQ High-level C binding for ZeroMQ" default y if DEFAULT_czmq default m if ALL select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl config PACKAGE_dtndht tristate "dtndht.................................. Library for DHT lookups for DTNs" default y if DEFAULT_dtndht default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A library with DHT functions for DTN name lookups. Johannes Morgenroth config PACKAGE_fbthrift tristate "fbthrift. Facebook's branch of Apache Thrift, including a new C++ server." default y if DEFAULT_fbthrift default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libfmt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librsocket-cpp select PACKAGE_libwangle depends on !boost-context-exclude select PACKAGE_librt if USE_GLIBC depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) help Facebook's branch of Apache Thrift, including a new C++ server. https://github.com/facebook/fbthrift Amol Bhave config PACKAGE_fbzmq tristate "fbzmq.......................................... Facebook ZeroMQ wrappers." default y if DEFAULT_fbzmq default m if ALL select PACKAGE_fbthrift select PACKAGE_libzmq-nc if PACKAGE_libzmq-curve menuconfig PACKAGE_fcgi tristate "fcgi........................................... Shared library of FastCGI" default y if DEFAULT_fcgi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help FastCGI is a language independent, scalable, open extension to CGI that provides high performance without the limitations of server specific APIs. https://fastcgi-archives.github.io/ Jacob Siverskog config PACKAGE_fcgixx tristate "fcgixx....................................... Shared library of FastCGI++" default y if DEFAULT_fcgixx default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX depends on PACKAGE_fcgi select PACKAGE_uclibcxx if USE_UCLIBCXX help Shared library of FastCGI++ https://fastcgi-archives.github.io/ Jacob Siverskog config PACKAGE_fftw3 tristate "fftw3..................................... Fast Fourier transform library" default y if DEFAULT_fftw3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. http://www.fftw.org/ Vladimir Ulrich config PACKAGE_fftw3f tristate "fftw3f................. Fast Fourier transform library (single precision)" default y if DEFAULT_fftw3f default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. This package contains the single precision library. http://www.fftw.org/ Vladimir Ulrich config PACKAGE_fftw3l tristate "fftw3l............ Fast Fourier transform library (long-double precision)" default y if DEFAULT_fftw3l default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help FFTW is a collection of fast C routines for computing the Discrete Fourier Transform in one or more dimensions. It includes complex, real, and parallel transforms, and can handle arbitrary array sizes efficiently. This package contains the long-double precision library. http://www.fftw.org/ Vladimir Ulrich menuconfig PACKAGE_getdns tristate "getdns.................................................. getdns (library)" default y if DEFAULT_getdns default m if ALL select PACKAGE_libunbound-light if !GETDNS_ENABLE_STUB_ONLY && PACKAGE_libunbound-heavy source "feeds/packages/libs/getdns/Config.in" config PACKAGE_gflags tristate "gflags.......... C++ library that implements commandline flags processing" default y if DEFAULT_gflags default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp help The gflags package contains a C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. https://github.com/gflags/gflags Amol Bhave config PACKAGE_giflib tristate "giflib..................................................... GIF libraries" default y if DEFAULT_giflib default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help giflib is a library for reading and writing gif images. It is API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. http://sourceforge.net/projects/giflib Ted Hess config PACKAGE_glib2 tristate "glib2........................................................... glib 2.0" default y if DEFAULT_glib2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libffi select PACKAGE_zlib select PACKAGE_libattr help The GLib library of C routines http://www.gtk.org/ Peter Wagner config PACKAGE_glog tristate "glog..................... C++ implementation of the Google logging module" default y if DEFAULT_glog default m if ALL select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_gflags select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help This repository contains a C++ implementation of the Google logging module. Documentation for the implementation is in doc/. https://github.com/google/glog Amir Sabbaghi config PACKAGE_glpsol tristate "glpsol........................... The GNU Linear Programming Kit (glpsol)" default y if DEFAULT_glpsol default m if ALL depends on PACKAGE_libglpk select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The GNU Linear Programming Kit (glpsol) https://www.gnu.org/software/glpk/ Daniel Golle config PACKAGE_google-authenticator-libpam tristate "google-authenticator-libpam.............. Google Authenticator PAM module" default y if DEFAULT_google-authenticator-libpam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libqrencode select PACKAGE_libpam select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Google Authenticator PAM module https://github.com/google/google-authenticator-libpam Lucian Cristian config PACKAGE_hidapi tristate "hidapi.................................... Library to talk to HID devices" default y if DEFAULT_hidapi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libusb-1.0 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS help HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and Mac OS X. HIDAPI can be either built as a shared library (.so or .dll) or can be embedded directly into a target application by adding a single source file (per platform) and a single header. http://www.signal11.us/oss/hidapi/ Paul Fertser config PACKAGE_ibrcommon tristate "ibrcommon......................................... IBR Common C++ Library" default y if DEFAULT_ibrcommon default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help A library with common functions for C++. Johannes Morgenroth config PACKAGE_ibrdtn tristate "ibrdtn................................................... IBR-DTN Library" default y if DEFAULT_ibrdtn default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ibrcommon select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help Base library for IBR-DTN daemon and tools. Johannes Morgenroth config PACKAGE_icu tristate "icu................................. International Components for Unicode" default y if DEFAULT_icu default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software. This package supports C/C++. http://icu-project.org Hirokazu MORIKAWA config PACKAGE_icu-data-tools tristate "icu-data-tools............................... ICU Data manipulation tools" default y if DEFAULT_icu-data-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_icu select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package provides tools for manipulating ICU data. http://icu-project.org Hirokazu MORIKAWA config PACKAGE_icu-full-data tristate "icu-full-data.............................................. Full ICU Data" default y if DEFAULT_icu-full-data default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_icu select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help ICU makes use of a wide variety of data tables to provide many of its services. Examples include converter mapping tables, collation rules, transliteration rules, break iterator rules and dictionaries, and other locale data. This package contains the complete data library provided by ICU. A custom data library can be generated at http://apps.icu-project.org/datacustom/ http://icu-project.org Hirokazu MORIKAWA config PACKAGE_jansson tristate "jansson.................................................. Jansson library" default y if DEFAULT_jansson default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Jansson is a C library for encoding, decoding and manipulating JSON data http://www.digip.org/jansson/ Gergely Kiss config PACKAGE_jsoncpp tristate "jsoncpp.......................................................... jsoncpp" default y if DEFAULT_jsoncpp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP help JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files. https://github.com/open-source-parsers/jsoncpp config PACKAGE_knot-libs tristate "knot-libs....................... Knot DNS common DNS and DNSSEC libraries" default y if DEFAULT_knot-libs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_lmdb depends on !arc select PACKAGE_libgnutls select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Knot DNS common DNS and DNSSEC libraries. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-libzscanner tristate "knot-libzscanner............................ Knot DNS zone parser library" default y if DEFAULT_knot-libzscanner default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread depends on !arc help Knot DNS zone parser library. https://www.knot-dns.cz Daniel Salzman config PACKAGE_libaio tristate "libaio......................... Linux kernel AIO interface access library" default y if DEFAULT_libaio default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Linux kernel AIO interface access library http://lse.sourceforge.net/io/aio.html Rosen Penev config PACKAGE_libantlr3c tristate "libantlr3c.................................................... libantlr3c" default y if DEFAULT_libantlr3c default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. https://www.antlr3.org/ Espen Jürgensen config PACKAGE_libao tristate "libao..................................... A cross platform audio library" default y if DEFAULT_libao default m if ALL select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT help Libao is a cross-platform audio library that allows programs to output audio using a simple API on a wide variety of platforms. http://www.xiph.org/ao/ Ted Hess config PACKAGE_libapr tristate "libapr................................... Apache Portable Runtime Library" default y if DEFAULT_libapr default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Apache Portable Runtime Library https://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil tristate "libaprutil....................... Apache Portable Runtime Utility Library" default y if DEFAULT_libaprutil default m if ALL select PACKAGE_libuuid select PACKAGE_libapr select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Apache Portable Runtime Utility Library http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-crypto-openssl tristate "libaprutil-crypto-openssl.................... libaprutil - OpenSSL driver" default y if DEFAULT_libaprutil-crypto-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help libaprutil - OpenSSL driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-dbd-mysql tristate "libaprutil-dbd-mysql........................... libaprutil - MySQL driver" default y if DEFAULT_libaprutil-dbd-mysql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libaprutil - MySQL driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-dbd-odbc tristate "libaprutil-dbd-odbc............................. libaprutil - ODBC driver" default y if DEFAULT_libaprutil-dbd-odbc default m if ALL depends on PACKAGE_libaprutil select PACKAGE_unixodbc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libaprutil - ODBC driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-dbd-pgsql tristate "libaprutil-dbd-pgsql...................... libaprutil - PostgreSQL driver" default y if DEFAULT_libaprutil-dbd-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libaprutil - PostgreSQL driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-dbd-sqlite3 tristate "libaprutil-dbd-sqlite3....................... libaprutil - SQLite3 driver" default y if DEFAULT_libaprutil-dbd-sqlite3 default m if ALL depends on PACKAGE_libaprutil select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help libaprutil - SQLite3 driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-dbm-gdbm tristate "libaprutil-dbm-gdbm......................... libaprutil - GDBM dbm driver" default y if DEFAULT_libaprutil-dbm-gdbm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgdbm select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil help libaprutil - GDBM dbm driver http://apr.apache.org/ Thomas Heil config PACKAGE_libaprutil-ldap tristate "libaprutil-ldap................................. libaprutil - LDAP driver" default y if DEFAULT_libaprutil-ldap default m if ALL select PACKAGE_libopenldap select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libaprutil help libaprutil - LDAP driver http://apr.apache.org/ Thomas Heil config PACKAGE_libarchive tristate "libarchive.................. Multi-format archive and compression library" default y if DEFAULT_libarchive default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_liblzma select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libexpat select PACKAGE_libbz2 select PACKAGE_libssp if GCC_LIBSSP help Multi-format archive and compression library https://www.libarchive.org/ Johannes Morgenroth config PACKAGE_libarchive-noopenssl tristate "libarchive-noopenssl" default y if DEFAULT_libarchive-noopenssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select PACKAGE_libbz2 select PACKAGE_liblzma select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib help Multi-format archive and compression library (without OpenSSL dependency) https://www.libarchive.org/ Johannes Morgenroth config PACKAGE_libartnet tristate "libartnet......... Libartnet is an implementation of the ArtNet protocol." default y if DEFAULT_libartnet default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Libartnet is an implementation of the ArtNet protocol. ArtNet allows the transmission of DMX and related data over IP networks. https://www.openlighting.org/libartnet-main/ Martijn Zilverschoon config PACKAGE_libasm tristate "libasm............................... ELF manipulation libraries (libasm)" default y if DEFAULT_libasm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libdw select PACKAGE_librt if USE_GLIBC help ELF manipulation libraries (libasm) https://fedorahosted.org/elfutils/ Luiz Angelo Daros de Luca config PACKAGE_libaudiofile tristate "libaudiofile.......................................... Audio File library" default y if DEFAULT_libaudiofile default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libflac select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The audiofile library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS, FLAC, ALAC, and raw data). http://audiofile.68k.org/ Ted Hess config PACKAGE_libavahi-client tristate "libavahi-client.. An mDNS/DNS-SD implementation (libavahi-client library)" default y if DEFAULT_libavahi-client default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_avahi-dbus-daemon select PACKAGE_libssp if GCC_LIBSSP help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-client library. It also automatically adds the required libavahi-dbus-support and the avahi-dbus-daemon packages. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess config PACKAGE_libavahi-compat-libdnssd tristate "libavahi-compat-libdnssd........ An mDNS/DNS-SD implementation (libdnssd)" default y if DEFAULT_libavahi-compat-libdnssd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libavahi-client select PACKAGE_libssp if GCC_LIBSSP help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages adds the libavahi-compat-libdnssd library. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess config PACKAGE_libavahi-dbus-support tristate "libavahi-dbus-support...... An mDNS/DNS-SD implementation (D-Bus support)" default y if DEFAULT_libavahi-dbus-support default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_dbus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . The libavahi-dbus-support package enables D-Bus support in avahi, needed to support the libavahi-client library and avahi-utils. . Selecting this package modifies the build configuration so that avahi packages are built with support for D-BUS enabled; it does not generate a separate binary of its own. It also automatically adds the D-Bus package to the build. libavahi-dbus-support is selected automatically if you select libavahi-client or avahi-utils. http://www.avahi.org/ Ted Hess config PACKAGE_libavahi-nodbus-support tristate "libavahi-nodbus-support......... An mDNS/DNS-SD implementation (No D-Bus)" default y if DEFAULT_libavahi-nodbus-support default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . The libavahi package contains the mDNS/DNS-SD shared libraries, used by other programs. Specifically, it provides libavahi-core and libavahi-common libraries. . Selecting this package modifies the build configuration so that avahi packages are built without support for D-BUS enabled; it does not generate a separate binary of its own. http://www.avahi.org/ Ted Hess config PACKAGE_libavl tristate "libavl.................................. AVLTree (this is not GNU libavl)" default y if DEFAULT_libavl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help AVLTree is a small implementation of AVL trees for the C programming language. https://packages.debian.org/wheezy/libavl1 Espen Jürgensen config PACKAGE_libbfd tristate "libbfd............................................................ libbfd" default y if DEFAULT_libbfd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_zlib help libbfd Felix Fietkau config PACKAGE_libblkid tristate "libblkid......................................... block device id library" default y if DEFAULT_libblkid default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP help The libblkid library is used to identify block devices (disks) as to their content (e.g. filesystem type, partitions) as well as extracting additional information such as filesystem labels/volume names, partitions, unique identifiers/serial numbers... http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_libblobmsg-json tristate "libblobmsg-json...................... blobmsg <-> json conversion library" default y if DEFAULT_libblobmsg-json default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libjson-c select PACKAGE_libssp if GCC_LIBSSP help blobmsg <-> json conversion library Felix Fietkau config PACKAGE_libbsd tristate "libbsd................................................ common BSD library" default y if DEFAULT_libbsd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project. config PACKAGE_libcanfestival tristate "libcanfestival............................. Free software CANopen library" default y if DEFAULT_libcanfestival default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help CanFestival library http://canfestival.org Anton Glukhov config PACKAGE_libcap tristate "libcap........................................ Linux capabilities library" default y if DEFAULT_libcap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux capabilities library https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/ Paul Wassi if PACKAGE_libcap config PACKAGE_libcap-bin bool "install libcap executables" help Install capsh, getcap, getpcaps, setcap into the target image. default n config PACKAGE_libcap-bin-capsh-shell string "capsh shell" depends on PACKAGE_libcap-bin help Set the capsh shell. default "/bin/sh" endif config PACKAGE_libcares tristate "libcares.. Library for asyncronous DNS Requests (including name resolves)" default y if DEFAULT_libcares default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help c-ares is a C library for asynchronous DNS requests (including name resolves) C89 compatibility, MIT licensed, builds for and runs on POSIX, Windows, Netware, Android and many more operating systems. http://c-ares.haxx.se/ Karl Palsson config PACKAGE_libcgroup tristate "libcgroup................................. CGroup config and exec library" default y if DEFAULT_libcgroup default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select KERNEL_CGROUPS select PACKAGE_librt if USE_GLIBC select PACKAGE_musl-fts help Helpers utils for working with cgroups. Daniel Danzberger config PACKAGE_libcharset tristate "libcharset.............................. Character set conversion library" default y if DEFAULT_libcharset default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Character set conversion library http://www.gnu.org/software/libiconv/ Jo-Philipp Wich config PACKAGE_libcoap tristate "libcoap.......................................... CoAP (RFC 7252) library" default y if DEFAULT_libcoap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Constrained Application Protocol (RFC 7252) library https://libcoap.net/ Anton Glukhov config PACKAGE_libcomerr tristate "libcomerr............................... common error description library" default y if DEFAULT_libcomerr default m if ALL select PACKAGE_libuuid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains libcom_err, the common error description library bundled with e2fsprogs. http://e2fsprogs.sourceforge.net/ config PACKAGE_libconfig tristate "libconfig..................................... Configuration File Library" default y if DEFAULT_libconfig default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Libconfig is a simple library for manipulating structured configuration files. This file format is more compact and more readable than XML. And unlike XML, it is type-aware, so it is not necessary to do string parsing in application code. Libconfig is very compact -- just 38K for the stripped C shared library (less than one-fourth the size of the expat XML parser library) and 66K for the stripped C++ shared library. This makes it well-suited for memory-constrained systems like handheld devices. http://www.hyperrealm.com/libconfig/ Felix Fietkau config PACKAGE_libcups tristate "libcups....................... Common UNIX Printing System - Core library" default y if DEFAULT_libcups default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libusb-1.0 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpng help Common UNIX Printing System - Core library Luiz Angelo Daros de Luca menuconfig PACKAGE_libcurl tristate "libcurl............................... A client-side URL transfer library" default y if DEFAULT_libcurl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib if LIBCURL_ZLIB select PACKAGE_libssh2 if LIBCURL_SSH2 select PACKAGE_ca-bundle select PACKAGE_libnghttp2 if LIBCURL_NGHTTP2 select PACKAGE_libidn2 if LIBCURL_LIBIDN2 select PACKAGE_libwolfssl if LIBCURL_WOLFSSL select PACKAGE_libc select PACKAGE_libgnutls if LIBCURL_GNUTLS select PACKAGE_libopenssl if LIBCURL_OPENSSL select PACKAGE_libopenldap if LIBCURL_LDAP select PACKAGE_libmbedtls if LIBCURL_MBEDTLS select PACKAGE_libpthread if LIBCURL_THREADED_RESOLVER select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help A client-side URL transfer library http://curl.haxx.se/ Imre Kaloz source "package/network/utils/curl/Config.in" config PACKAGE_libdaemon tristate "libdaemon. A lightweight C library that eases the writing of UNIX daemons" default y if DEFAULT_libdaemon default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libdaemon is a lightweight C library that eases the writing of UNIX daemons. It consists of the following parts: - A wrapper around fork() which does the correct daemonization procedure of a process - A wrapper around syslog() for simpler and compatible log output to Syslog or STDERR - An API for writing PID files - An API for serializing UNIX signals into a pipe for usage with select() or poll() - An API for running subprocesses with STDOUT and STDERR redirected to syslog APIs like these are used in most daemon software available. It is not that simple to get it done right and code duplication is not a goal. http://0pointer.de/lennart/projects/libdaemon/ Ted Hess config PACKAGE_libdaq tristate "libdaq....................................................... DAQ library" default y if DEFAULT_libdaq default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libdnet help Data Acquisition library for packet I/O. https://www.snort.org/downloads/snortplus/ W. Michael Petullo config PACKAGE_libdaq3 tristate "libdaq3...................................................... DAQ library" default y if DEFAULT_libdaq3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libdnet select PACKAGE_librt if USE_GLIBC help Data Acquisition library for packet I/O. https://www.snort.org/downloads/snortplus/ W. Michael Petullo config PACKAGE_libdb47 tristate "libdb47........................................ Berkeley DB library (4.7)" default y if DEFAULT_libdb47 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP help Berkeley DB library (4.7). http://www.oracle.com/us/products/database/berkeley-db Marcel Denia config PACKAGE_libdb47xx tristate "libdb47xx.............................. Berkeley DB library (4.7) for C++" default y if DEFAULT_libdb47xx default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX help Berkeley DB library (4.7). C++ wrapper. http://www.oracle.com/us/products/database/berkeley-db Marcel Denia config PACKAGE_libdbi tristate "libdbi.................... Database Independent Abstraction Layer library" default y if DEFAULT_libdbi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package provides a database-independent abstraction layer library in C. http://libdbi.sourceforge.net/ Nicolas Thill config PACKAGE_libdbd-mysql tristate "libdbd-mysql..................... MySQL database server driver for libdbi" default y if DEFAULT_libdbd-mysql default m if ALL depends on PACKAGE_libdbi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help MySQL database server driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill config PACKAGE_libdbd-pgsql tristate "libdbd-pgsql................ PostgreSQL database server driver for libdbi" default y if DEFAULT_libdbd-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libdbi help PostgreSQL database server driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill config PACKAGE_libdbd-sqlite3 tristate "libdbd-sqlite3........................ SQLite3 database driver for libdbi" default y if DEFAULT_libdbd-sqlite3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libdbi help SQLite3 database driver for libdbi http://libdbi-drivers.sourceforge.net/ Nicolas Thill config PACKAGE_libdbus tristate "libdbus................... Simple interprocess messaging system (library)" default y if DEFAULT_libdbus default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Simple interprocess messaging system (library) http://dbus.freedesktop.org/ config PACKAGE_libdevmapper tristate "libdevmapper............ The Linux Kernel Device Mapper userspace library" default y if DEFAULT_libdevmapper default m if ALL select PACKAGE_librt select PACKAGE_libblkid select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_kmod-dm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The device-mapper is a component of the 2.6 linux kernel that supports logical volume management. It is required by LVM2 and EVMS. https://sourceware.org/dm/ Daniel Golle config PACKAGE_libdmapsharing tristate "libdmapsharing............................................ libdmapsharing" default y if DEFAULT_libdmapsharing default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_gstreamer1-plugins-base select PACKAGE_gstreamer1-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_mdnsresponder select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-mod-app select PACKAGE_libsoup depends on !(ALL) || AUDIO_SUPPORT help libdmapsharing https://www.flyn.org/projects/libdmapsharing/ W. Michael Petullo config PACKAGE_libdnet tristate "libdnet........................................ Low-level network library" default y if DEFAULT_libdnet default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help libdnet is a library of simplified, portable interface to several low-level networking routines. http://sourceforge.net/projects/libdnet/ Luka Perkov config PACKAGE_libdouble-conversion tristate "libdouble-conversion" default y if DEFAULT_libdouble-conversion default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp help double-conversion provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects. https://github.com/google/double-conversion config PACKAGE_libdrm tristate "libdrm............................................................ libdrm" default y if DEFAULT_libdrm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpciaccess help LIBDRM is the cross-driver middleware which allows user-space applications (such as Mesa and 2D drivers) to communicate with the Kernel by the means of the DRI protocol. https://dri.freedesktop.org/ Lucian Cristian config PACKAGE_libdw tristate "libdw................................. ELF manipulation libraries (libdw)" default y if DEFAULT_libdw default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbz2 select PACKAGE_libelf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ELF manipulation libraries (libdw) https://fedorahosted.org/elfutils/ Luiz Angelo Daros de Luca config PACKAGE_libecdsautil tristate "libecdsautil............................................... ECDSA library" default y if DEFAULT_libecdsautil default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuecc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Library to sign and verify checksums using ECDSA. https://github.com/tcatm/ecdsautils Matthias Schiffer config PACKAGE_libedit tristate "libedit................................. BSD editline and history library" default y if DEFAULT_libedit default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Generic line editing, history, and tokenization functions similar to GNU Readline. http://thrysoee.dk/editline/ Daniel Salzman config PACKAGE_libelf tristate "libelf............................... ELF manipulation libraries (libelf)" default y if DEFAULT_libelf default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help ELF manipulation libraries (libelf) https://fedorahosted.org/elfutils/ Luiz Angelo Daros de Luca config PACKAGE_libesmtp tristate "libesmtp........................... A Library for Posting Electronic Mail" default y if DEFAULT_libesmtp default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A Library for Posting Electronic Mail http://brianstafford.info/libesmtp/ Othmar Truniger config PACKAGE_libestr tristate "libestr.......................................... String handling library" default y if DEFAULT_libestr default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libestr - some essentials for string handling (and a bit more) http://libestr.adiscon.com/ Rosen Penev config PACKAGE_libev tristate "libev........................................ High-performance event loop" default y if DEFAULT_libev default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A full-featured and high-performance event loop that is loosely modelled after libevent, but without its limitations and bugs. http://software.schmorp.de/pkg/libev.html Karl Palsson config PACKAGE_libevdev tristate "libevdev............................. a wrapper library for evdev devices" default y if DEFAULT_libevdev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libevdev is a wrapper library for evdev devices. it moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary. https://www.freedesktop.org/wiki/Software/libevdev/ Daniel Golle config PACKAGE_libevent2 tristate "libevent2....................... Event notification library (version 2.1)" default y if DEFAULT_libevent2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. This package contains the libevent shared library historically containing both the core & extra libraries. http://libevent.org Jo-Philipp Wich config PACKAGE_libevent2-core tristate "libevent2-core............. Event notification core library (version 2.1)" default y if DEFAULT_libevent2-core default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. This package contains the libevent core shared library for the event, buffer & utility functions. http://libevent.org Jo-Philipp Wich config PACKAGE_libevent2-extra tristate "libevent2-extra........... Event notification extra library (version 2.1)" default y if DEFAULT_libevent2-extra default m if ALL select PACKAGE_libevent2-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. This package contains the libevent extra shared library for specific protocols including HTTP, DNS & RPC. http://libevent.org Jo-Philipp Wich config PACKAGE_libevent2-openssl tristate "libevent2-openssl....... Event notification OpenSSL library (version 2.1)" default y if DEFAULT_libevent2-openssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libevent2-core select PACKAGE_libssp if GCC_LIBSSP help The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. This package contains the libevent OpenSSL shared library for encrypted bufferevents. http://libevent.org Jo-Philipp Wich config PACKAGE_libevent2-pthreads tristate "libevent2-pthreads..... Event notification Pthreads library (version 2.1)" default y if DEFAULT_libevent2-pthreads default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libevent2-core help The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. This package contains the libevent Pthreads shared library for threading & locking. http://libevent.org Jo-Philipp Wich config PACKAGE_libevhtp tristate "libevhtp............ A more flexible replacement for libevent's httpd API" default y if DEFAULT_libevhtp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_oniguruma select PACKAGE_libevent2-openssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 help Libevhtp was created as a replacement API for Libevent's current HTTP API. The reality of libevent's http interface is that it was created as a JIT server, meaning the developer never thought of it being used for creating a full-fledged HTTP service. https://github.com/criticalstack/libevhtp Eneas U de Queiroz config PACKAGE_libexif tristate "libexif............................ library for jpeg files with exif tags" default y if DEFAULT_libexif default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs. https://libexif.github.io/ W. Michael Petullo config PACKAGE_libexpat tristate "libexpat.......................................... An XML parsing library" default y if DEFAULT_libexpat default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A fast, non-validating, stream-oriented XML parsing library. https://libexpat.github.io/ Ted Hess config PACKAGE_libexslt tristate "libexslt.................................... Gnome XSLT library Extension" default y if DEFAULT_libexslt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxslt select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help An extension for XSLT. http://xmlsoft.org/XSLT/EXSLT/ Jiri Slachta config PACKAGE_libext2fs tristate "libext2fs.................................... ext2/3/4 filesystem library" default y if DEFAULT_libext2fs default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libss select PACKAGE_libcomerr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libuuid help libext2fs is a library which can access ext2, ext3 and ext4 filesystems. http://e2fsprogs.sourceforge.net/ menuconfig PACKAGE_libextractor tristate "libextractor............................................ GNU Libextractor" default y if DEFAULT_libextractor default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libbz2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libltdl select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help GNU Libextractor is a library used to extract meta data from files. The goal is to provide developers of file-sharing networks, browsers or WWW-indexing bots with a universal library to obtain simple keywords and meta data to match against queries and to show to users instead of only relying on filenames. https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-archive tristate "libextractor-plugin-archive............ GNU Libextractor (archive plugin)" default y if DEFAULT_libextractor-plugin-archive default m if ALL depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libarchive-noopenssl help GNU Libextractor (archive plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-deb tristate "libextractor-plugin-deb.................... GNU Libextractor (deb plugin)" default y if DEFAULT_libextractor-plugin-deb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor help GNU Libextractor (deb plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-dvi tristate "libextractor-plugin-dvi.................... GNU Libextractor (dvi plugin)" default y if DEFAULT_libextractor-plugin-dvi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor help GNU Libextractor (dvi plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-flac tristate "libextractor-plugin-flac.................. GNU Libextractor (flac plugin)" default y if DEFAULT_libextractor-plugin-flac default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libextractor select PACKAGE_libflac select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNU Libextractor (flac plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-gif tristate "libextractor-plugin-gif.................... GNU Libextractor (gif plugin)" default y if DEFAULT_libextractor-plugin-gif default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libextractor select PACKAGE_librt if USE_GLIBC select PACKAGE_giflib help GNU Libextractor (gif plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-gstreamer tristate "libextractor-plugin-gstreamer........ GNU Libextractor (gstreamer plugin)" default y if DEFAULT_libextractor-plugin-gstreamer default m if ALL select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1app select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gstreamer1-plugins-base select PACKAGE_libgstreamer1 depends on PACKAGE_libextractor select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag depends on !(ALL) || AUDIO_SUPPORT help GNU Libextractor (gstreamer plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-it tristate "libextractor-plugin-it...................... GNU Libextractor (it plugin)" default y if DEFAULT_libextractor-plugin-it default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libextractor select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (it plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-jpeg tristate "libextractor-plugin-jpeg.................. GNU Libextractor (jpeg plugin)" default y if DEFAULT_libextractor-plugin-jpeg default m if ALL select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (jpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-man tristate "libextractor-plugin-man.................... GNU Libextractor (man plugin)" default y if DEFAULT_libextractor-plugin-man default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU Libextractor (man plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-mime tristate "libextractor-plugin-mime.................. GNU Libextractor (mime plugin)" default y if DEFAULT_libextractor-plugin-mime default m if ALL depends on PACKAGE_libextractor select PACKAGE_librt if USE_GLIBC select PACKAGE_libmagic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (mime plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-mpeg tristate "libextractor-plugin-mpeg.................. GNU Libextractor (mpeg plugin)" default y if DEFAULT_libextractor-plugin-mpeg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmpeg2 depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU Libextractor (mpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-nsf tristate "libextractor-plugin-nsf.................... GNU Libextractor (nsf plugin)" default y if DEFAULT_libextractor-plugin-nsf default m if ALL depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (nsf plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-nsfe tristate "libextractor-plugin-nsfe.................. GNU Libextractor (nsfe plugin)" default y if DEFAULT_libextractor-plugin-nsfe default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (nsfe plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-odf tristate "libextractor-plugin-odf.................... GNU Libextractor (odf plugin)" default y if DEFAULT_libextractor-plugin-odf default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (odf plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-ogg tristate "libextractor-plugin-ogg.................... GNU Libextractor (ogg plugin)" default y if DEFAULT_libextractor-plugin-ogg default m if ALL depends on PACKAGE_libextractor select PACKAGE_librt if USE_GLIBC select PACKAGE_libvorbis select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (ogg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-png tristate "libextractor-plugin-png.................... GNU Libextractor (png plugin)" default y if DEFAULT_libextractor-plugin-png default m if ALL depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (png plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-ps tristate "libextractor-plugin-ps...................... GNU Libextractor (ps plugin)" default y if DEFAULT_libextractor-plugin-ps default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor help GNU Libextractor (ps plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-riff tristate "libextractor-plugin-riff.................. GNU Libextractor (riff plugin)" default y if DEFAULT_libextractor-plugin-riff default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor help GNU Libextractor (riff plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-s3m tristate "libextractor-plugin-s3m.................... GNU Libextractor (s3m plugin)" default y if DEFAULT_libextractor-plugin-s3m default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (s3m plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-sid tristate "libextractor-plugin-sid.................... GNU Libextractor (sid plugin)" default y if DEFAULT_libextractor-plugin-sid default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU Libextractor (sid plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-thumbnailffmpeg tristate "libextractor-plugin-thumbnailffmpeg" default y if DEFAULT_libextractor-plugin-thumbnailffmpeg default m if ALL depends on PACKAGE_libextractor select PACKAGE_librt if USE_GLIBC select PACKAGE_libmagic select PACKAGE_libffmpeg-full depends on AUDIO_SUPPORT depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU Libextractor (thumbnailffmpeg plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-tiff tristate "libextractor-plugin-tiff.................. GNU Libextractor (tiff plugin)" default y if DEFAULT_libextractor-plugin-tiff default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libextractor select PACKAGE_libtiff help GNU Libextractor (tiff plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-wav tristate "libextractor-plugin-wav.................... GNU Libextractor (wav plugin)" default y if DEFAULT_libextractor-plugin-wav default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libextractor help GNU Libextractor (wav plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-xm tristate "libextractor-plugin-xm...................... GNU Libextractor (xm plugin)" default y if DEFAULT_libextractor-plugin-xm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libextractor help GNU Libextractor (xm plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libextractor-plugin-zip tristate "libextractor-plugin-zip.................... GNU Libextractor (zip plugin)" default y if DEFAULT_libextractor-plugin-zip default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libextractor select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU Libextractor (zip plugin) https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_libf2fs tristate "libf2fs.............. Library for Flash-Friendly File System (F2FS) tools" default y if DEFAULT_libf2fs default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP help Library for Flash-Friendly File System (F2FS) tools Felix Fietkau menuconfig PACKAGE_libfaad2 tristate "libfaad2......................... Freeware Advanced Audio Decoder library" default y if DEFAULT_libfaad2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains the library. http://www.audiocoding.com/faad2.html Ted Hess config PACKAGE_libfastjson tristate "libfastjson.................................... A fast JSON library for C" default y if DEFAULT_libfastjson default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help libfastjson - A fast JSON library for C https://github.com/rsyslog/libfastjson Dov Murik config PACKAGE_libfdisk tristate "libfdisk.................................. partition manipulating library" default y if DEFAULT_libfdisk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libblkid help The libfdisk library is used for manipulating with partition tables. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_libfdt tristate "libfdt.......... a utility library for reading and manipulating dtb files" default y if DEFAULT_libfdt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This is a library containing functions for manipulating Flat Device Trees. https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou config PACKAGE_libffi tristate "libffi.......................... Foreign Function Interface (FFI) library" default y if DEFAULT_libffi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. FFI stands for Foreign Function Interface. A foreign function interface is the popular name for the interface that allows code written in one language to call code written in another language. The libffi library really only provides the lowest, machine dependent layer of a fully featured foreign function interface. A layer must exist above libffi that handles type conversions for values passed between the two languages. http://sourceware.org/libffi/ Peter Wagner config PACKAGE_libffmpeg-audio-dec tristate "libffmpeg-audio-dec............................. FFmpeg libraries (audio)" default y if DEFAULT_libffmpeg-audio-dec default m if ALL select PACKAGE_libbz2 select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains FFmpeg shared libraries for audio decoding https://ffmpeg.org/ Ted Hess , Ian Leonard menuconfig PACKAGE_libffmpeg-custom tristate "libffmpeg-custom............................... FFmpeg libraries (custom)" default y if DEFAULT_libffmpeg-custom default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib depends on !(PACKAGE_libx264) || BUILD_PATENTED depends on !ALL select PACKAGE_shine if FFMPEG_CUSTOM_SELECT_libshine depends on !(PACKAGE_fdk-aac) || BUILD_PATENTED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libbz2 select PACKAGE_libopus if FFMPEG_CUSTOM_SELECT_libopus help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains customized FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard source "feeds/packages/multimedia/ffmpeg/Config.in" config PACKAGE_libffmpeg-full tristate "libffmpeg-full................................... FFmpeg libraries (full)" default y if DEFAULT_libffmpeg-full default m if ALL select PACKAGE_shine if SOFT_FLOAT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lame-lib if !SOFT_FLOAT select PACKAGE_libpthread if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libbz2 select PACKAGE_alsa-lib depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libc help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains full-featured FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_libffmpeg-mini tristate "libffmpeg-mini................................... FFmpeg libraries (mini)" default y if DEFAULT_libffmpeg-mini default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libbz2 select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains minimal-featured FFmpeg shared libraries. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_libfizz tristate "libfizz..................... C++14 implementation of the TLS-1.3 standard" default y if DEFAULT_libfizz default m if ALL select PACKAGE_libfolly select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !boost-context-exclude select PACKAGE_librt if USE_GLIBC depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) help C++14 implementation of the TLS-1.3 standard. Fizz currently supports TLS 1.3 drafts 28, 26 (both wire-compatible with the final specification), and 23. https://github.com/facebookincubator/fizz Amol Bhave config PACKAGE_libflac tristate "libflac................................ Free Lossless Audio Codec library" default y if DEFAULT_libflac default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Free Lossless Audio Codec library https://xiph.org/flac Ted Hess config PACKAGE_libfmt tristate "libfmt........................... Small, safe and fast formatting library" default y if DEFAULT_libfmt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp help fmt is an open-source formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams. https://github.com/fmtlib/fmt Othmar Truniger config PACKAGE_libfolly tristate "libfolly...... An open-source C++ library developed and used at Facebook." default y if DEFAULT_libfolly default m if ALL select PACKAGE_zlib select PACKAGE_boost-regex select PACKAGE_libevent2 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_boost-filesystem select PACKAGE_liblzma select PACKAGE_libbz2 select PACKAGE_libc select PACKAGE_boost select PACKAGE_libdouble-conversion select PACKAGE_boost-context select PACKAGE_liblz4 select PACKAGE_libsodium select PACKAGE_libzstd depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_boost-program_options depends on !boost-context-exclude select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_glog select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libaio select PACKAGE_libatomic help An open-source C++ library developed and used at Facebook. Folly (acronymed loosely after Facebook Open Source Library) is a library of C++14 components designed with practicality and efficiency in mind. Folly contains a variety of core library components used extensively at Facebook. This package includes the shared library. https://github.com/facebook/folly Amol Bhave config PACKAGE_libfreetype tristate "libfreetype................ A free, high-quality and portable font engine" default y if DEFAULT_libfreetype default m if ALL select PACKAGE_zlib select PACKAGE_libpng select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The FreeType project is a team of volunteers who develop free, portable and high-quality software solutions for digital typography. They specifically target embedded systems and focus on bringing small, efficient and ubiquitous products. http://www.freetype.org/ Val Kulkov config PACKAGE_libfstrm tristate "libfstrm... C implementation of the Frame Streams data transport protocol" default y if DEFAULT_libfstrm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help fstrm is an optimized C implementation of Frame Streams that includes a fast, lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. It was originally written to facilitate the addition of high speed binary logging to DNS servers written in C using the dnstap log format. https://github.com/farsightsec/fstrm James Taylor config PACKAGE_libftdi tristate "libftdi.................................... Library to talk to FTDI chips" default y if DEFAULT_libftdi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas config PACKAGE_libftdi1 tristate "libftdi1................................... Library to talk to FTDI chips" default y if DEFAULT_libftdi1 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP help libFTDI - FTDI USB driver with bitbang mode libFTDI is an open source library to talk to FTDI chips: FT232BM, FT245BM, FT2232C, FT2232H, FT4232H, FT2232D and FT245R, including the popular bitbang mode. The library is linked with your program in userspace, no kernel driver required. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas config PACKAGE_libgabe tristate "libgabe..................... Ciphertext-Policy Attribute-Based Encryption" default y if DEFAULT_libgabe default m if ALL select PACKAGE_libpbc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgmp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libgcrypt select PACKAGE_glib2 help This is a fork of the libbswabe library by John Bethencourt (http://hms.isi.jhu.edu/acsc/cpabe/) replacing openssl with libgcrypt and fixing some bugs. https://github.com/schanzen/libgabe Daniel Golle config PACKAGE_libgcrypt tristate "libgcrypt............................................. GNU crypto library" default y if DEFAULT_libgcrypt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgpg-error select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This is a general purpose cryptographic library based on the code from GnuPG. It provides functions for all cryptograhic building blocks: symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1, RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash algorithms), public key algorithms (RSA, DSA), large integer functions, random numbers and a lot of supporting functions. Some algorithms have been disabled to reduce size (Blowfish, Twofish, Serpent, RC2, SEED, Camellia, CRC, MD4, TIGER-192, Whirlpool, ElGamal, ECC). https://www.gnupg.org/related_software/libgcrypt/ W. Michael Petullo menuconfig PACKAGE_libgd tristate "libgd............................................ The GD graphics library" default y if DEFAULT_libgd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libtiff if LIBGD_TIFF select PACKAGE_libfreetype if LIBGD_FREETYPE select PACKAGE_libjpeg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpng select PACKAGE_libssp if GCC_LIBSSP help GD is an open source code library for the dynamic creation of images by programmers. GD creates PNG, JPEG and GIF images, among other formats. https://libgd.github.io/ Jo-Philipp Wich if PACKAGE_libgd config LIBGD_TIFF bool "TIFF image support" default n help Enable TIFF image support through libtiff endif if PACKAGE_libgd config LIBGD_FREETYPE bool "Freetype 2.x library support" default n help Enable Freetype 2.x font engine support through libfreetype endif config PACKAGE_libgdbm tristate "libgdbm............................................. GNU database manager" default y if DEFAULT_libgdbm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU database manager library GNU dbm is a set of database routines that use extendible hashing and works similar to the standard UNIX dbm routines. http://www.gnu.org/software/gdbm/ Marcel Denia config PACKAGE_libgee tristate "libgee............................................................ libgee" default y if DEFAULT_libgee default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help libgee https://wiki.gnome.org/Libgee W. Michael Petullo config PACKAGE_libglpk tristate "libglpk................................... The GNU Linear Programming Kit" default y if DEFAULT_libglpk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The GLPK (GNU Linear Programming Kit) package is intended for solving large-scale linear programming (LP), mixed integer programming (MIP), and other related problems. It is a set of routines written in ANSI C and organized in the form of a callable library. https://www.gnu.org/software/glpk/ Daniel Golle config PACKAGE_libgmp tristate "libgmp............................. GNU multiprecision arithmetic library" default y if DEFAULT_libgmp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. http://gmplib.org/ config PACKAGE_libgnurl tristate "libgnurl....................... A client-side HTTP/HTTPS transfer library" default y if DEFAULT_libgnurl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libidn2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgnutls select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC help A client-side HTTP/HTTPS transfer library https://gnunet.org/gnurl Daniel Golle config PACKAGE_libgpg-error tristate "libgpg-error......................... GnuPG error handling helper library" default y if DEFAULT_libgpg-error default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help An helper library for common error codes and descriptions. This is a library that defines common error values for all GnuPG components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, Libksba, DirMngr, Pinentry, SmartCard Daemon and possibly more in the future. https://www.gnupg.org/related_software/libgpg-error/ W. Michael Petullo menuconfig PACKAGE_libgphoto2 tristate "libgphoto2..... The basic library of the gphoto2 program, version 2.5.22." default y if DEFAULT_libgphoto2 default m if ALL select PACKAGE_libusb-compat select PACKAGE_libusb-1.0 select PACKAGE_librt if USE_GLIBC select PACKAGE_libltdl select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The basic library of the gphoto2 program, version 2.5.22. http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-adc65 tristate "libgphoto2-drivers-adc65............... Gphoto2 drivers for adc65 cameras" default y if DEFAULT_libgphoto2-drivers-adc65 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for adc65 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-agfa_cl20 tristate "libgphoto2-drivers-agfa_cl20....... Gphoto2 drivers for agfa_cl20 cameras" default y if DEFAULT_libgphoto2-drivers-agfa_cl20 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for agfa_cl20 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-aox tristate "libgphoto2-drivers-aox................... Gphoto2 drivers for aox cameras" default y if DEFAULT_libgphoto2-drivers-aox default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for aox cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-ax203 tristate "libgphoto2-drivers-ax203............... Gphoto2 drivers for ax203 cameras" default y if DEFAULT_libgphoto2-drivers-ax203 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 help Gphoto2 drivers for ax203 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-barbie tristate "libgphoto2-drivers-barbie............. Gphoto2 drivers for barbie cameras" default y if DEFAULT_libgphoto2-drivers-barbie default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for barbie cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-canon tristate "libgphoto2-drivers-canon............... Gphoto2 drivers for canon cameras" default y if DEFAULT_libgphoto2-drivers-canon default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for canon cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-casio_qv tristate "libgphoto2-drivers-casio_qv......... Gphoto2 drivers for casio_qv cameras" default y if DEFAULT_libgphoto2-drivers-casio_qv default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for casio_qv cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-clicksmart310 tristate "libgphoto2-drivers-clicksmart310" default y if DEFAULT_libgphoto2-drivers-clicksmart310 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for clicksmart310 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-digigr8 tristate "libgphoto2-drivers-digigr8........... Gphoto2 drivers for digigr8 cameras" default y if DEFAULT_libgphoto2-drivers-digigr8 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for digigr8 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-digita tristate "libgphoto2-drivers-digita............. Gphoto2 drivers for digita cameras" default y if DEFAULT_libgphoto2-drivers-digita default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for digita cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-dimagev tristate "libgphoto2-drivers-dimagev........... Gphoto2 drivers for dimagev cameras" default y if DEFAULT_libgphoto2-drivers-dimagev default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for dimagev cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-dimera3500 tristate "libgphoto2-drivers-dimera3500..... Gphoto2 drivers for dimera3500 cameras" default y if DEFAULT_libgphoto2-drivers-dimera3500 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for dimera3500 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-directory tristate "libgphoto2-drivers-directory....... Gphoto2 drivers for directory cameras" default y if DEFAULT_libgphoto2-drivers-directory default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for directory cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-enigma13 tristate "libgphoto2-drivers-enigma13......... Gphoto2 drivers for enigma13 cameras" default y if DEFAULT_libgphoto2-drivers-enigma13 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for enigma13 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-fuji tristate "libgphoto2-drivers-fuji................. Gphoto2 drivers for fuji cameras" default y if DEFAULT_libgphoto2-drivers-fuji default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for fuji cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-gsmart300 tristate "libgphoto2-drivers-gsmart300....... Gphoto2 drivers for gsmart300 cameras" default y if DEFAULT_libgphoto2-drivers-gsmart300 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for gsmart300 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-hp215 tristate "libgphoto2-drivers-hp215............... Gphoto2 drivers for hp215 cameras" default y if DEFAULT_libgphoto2-drivers-hp215 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for hp215 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-iclick tristate "libgphoto2-drivers-iclick............. Gphoto2 drivers for iclick cameras" default y if DEFAULT_libgphoto2-drivers-iclick default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for iclick cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-jamcam tristate "libgphoto2-drivers-jamcam............. Gphoto2 drivers for jamcam cameras" default y if DEFAULT_libgphoto2-drivers-jamcam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for jamcam cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-jd11 tristate "libgphoto2-drivers-jd11................. Gphoto2 drivers for jd11 cameras" default y if DEFAULT_libgphoto2-drivers-jd11 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for jd11 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-jl2005a tristate "libgphoto2-drivers-jl2005a........... Gphoto2 drivers for jl2005a cameras" default y if DEFAULT_libgphoto2-drivers-jl2005a default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for jl2005a cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-jl2005c tristate "libgphoto2-drivers-jl2005c........... Gphoto2 drivers for jl2005c cameras" default y if DEFAULT_libgphoto2-drivers-jl2005c default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for jl2005c cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-kodak_dc120 tristate "libgphoto2-drivers-kodak_dc120... Gphoto2 drivers for kodak_dc120 cameras" default y if DEFAULT_libgphoto2-drivers-kodak_dc120 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 help Gphoto2 drivers for kodak_dc120 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-kodak_dc210 tristate "libgphoto2-drivers-kodak_dc210... Gphoto2 drivers for kodak_dc210 cameras" default y if DEFAULT_libgphoto2-drivers-kodak_dc210 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for kodak_dc210 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-kodak_dc240 tristate "libgphoto2-drivers-kodak_dc240... Gphoto2 drivers for kodak_dc240 cameras" default y if DEFAULT_libgphoto2-drivers-kodak_dc240 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for kodak_dc240 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-kodak_dc3200 tristate "libgphoto2-drivers-kodak_dc3200. Gphoto2 drivers for kodak_dc3200 cameras" default y if DEFAULT_libgphoto2-drivers-kodak_dc3200 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for kodak_dc3200 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-kodak_ez200 tristate "libgphoto2-drivers-kodak_ez200... Gphoto2 drivers for kodak_ez200 cameras" default y if DEFAULT_libgphoto2-drivers-kodak_ez200 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for kodak_ez200 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-konica tristate "libgphoto2-drivers-konica............. Gphoto2 drivers for konica cameras" default y if DEFAULT_libgphoto2-drivers-konica default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for konica cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-konica_qm150 tristate "libgphoto2-drivers-konica_qm150. Gphoto2 drivers for konica_qm150 cameras" default y if DEFAULT_libgphoto2-drivers-konica_qm150 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for konica_qm150 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-largan tristate "libgphoto2-drivers-largan............. Gphoto2 drivers for largan cameras" default y if DEFAULT_libgphoto2-drivers-largan default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for largan cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-lg_gsm tristate "libgphoto2-drivers-lg_gsm............. Gphoto2 drivers for lg_gsm cameras" default y if DEFAULT_libgphoto2-drivers-lg_gsm default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for lg_gsm cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-mars tristate "libgphoto2-drivers-mars................. Gphoto2 drivers for mars cameras" default y if DEFAULT_libgphoto2-drivers-mars default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for mars cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-mustek tristate "libgphoto2-drivers-mustek............. Gphoto2 drivers for mustek cameras" default y if DEFAULT_libgphoto2-drivers-mustek default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for mustek cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-panasonic_coolshot tristate "libgphoto2-drivers-panasonic_coolshot" default y if DEFAULT_libgphoto2-drivers-panasonic_coolshot default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for panasonic_coolshot cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-panasonic_dc1000 tristate "libgphoto2-drivers-panasonic_dc1000" default y if DEFAULT_libgphoto2-drivers-panasonic_dc1000 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for panasonic_dc1000 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-panasonic_dc1580 tristate "libgphoto2-drivers-panasonic_dc1580" default y if DEFAULT_libgphoto2-drivers-panasonic_dc1580 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for panasonic_dc1580 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-panasonic_l859 tristate "libgphoto2-drivers-panasonic_l859" default y if DEFAULT_libgphoto2-drivers-panasonic_l859 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for panasonic_l859 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-pccam300 tristate "libgphoto2-drivers-pccam300......... Gphoto2 drivers for pccam300 cameras" default y if DEFAULT_libgphoto2-drivers-pccam300 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for pccam300 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-pccam600 tristate "libgphoto2-drivers-pccam600......... Gphoto2 drivers for pccam600 cameras" default y if DEFAULT_libgphoto2-drivers-pccam600 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for pccam600 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-pentax tristate "libgphoto2-drivers-pentax............. Gphoto2 drivers for pentax cameras" default y if DEFAULT_libgphoto2-drivers-pentax default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for pentax cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-polaroid_pdc320 tristate "libgphoto2-drivers-polaroid_pdc320" default y if DEFAULT_libgphoto2-drivers-polaroid_pdc320 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for polaroid_pdc320 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-polaroid_pdc640 tristate "libgphoto2-drivers-polaroid_pdc640" default y if DEFAULT_libgphoto2-drivers-polaroid_pdc640 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for polaroid_pdc640 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-polaroid_pdc700 tristate "libgphoto2-drivers-polaroid_pdc700" default y if DEFAULT_libgphoto2-drivers-polaroid_pdc700 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for polaroid_pdc700 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-ptp2 tristate "libgphoto2-drivers-ptp2................. Gphoto2 drivers for ptp2 cameras" default y if DEFAULT_libgphoto2-drivers-ptp2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for ptp2 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-ricoh tristate "libgphoto2-drivers-ricoh............... Gphoto2 drivers for ricoh cameras" default y if DEFAULT_libgphoto2-drivers-ricoh default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for ricoh cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-ricoh_g3 tristate "libgphoto2-drivers-ricoh_g3......... Gphoto2 drivers for ricoh_g3 cameras" default y if DEFAULT_libgphoto2-drivers-ricoh_g3 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for ricoh_g3 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-samsung tristate "libgphoto2-drivers-samsung........... Gphoto2 drivers for samsung cameras" default y if DEFAULT_libgphoto2-drivers-samsung default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for samsung cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sierra tristate "libgphoto2-drivers-sierra............. Gphoto2 drivers for sierra cameras" default y if DEFAULT_libgphoto2-drivers-sierra default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for sierra cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sipix_blink2 tristate "libgphoto2-drivers-sipix_blink2. Gphoto2 drivers for sipix_blink2 cameras" default y if DEFAULT_libgphoto2-drivers-sipix_blink2 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for sipix_blink2 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sipix_web2 tristate "libgphoto2-drivers-sipix_web2..... Gphoto2 drivers for sipix_web2 cameras" default y if DEFAULT_libgphoto2-drivers-sipix_web2 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for sipix_web2 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-smal tristate "libgphoto2-drivers-smal................. Gphoto2 drivers for smal cameras" default y if DEFAULT_libgphoto2-drivers-smal default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libgphoto2 help Gphoto2 drivers for smal cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sonix tristate "libgphoto2-drivers-sonix............... Gphoto2 drivers for sonix cameras" default y if DEFAULT_libgphoto2-drivers-sonix default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for sonix cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sony_dscf1 tristate "libgphoto2-drivers-sony_dscf1..... Gphoto2 drivers for sony_dscf1 cameras" default y if DEFAULT_libgphoto2-drivers-sony_dscf1 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for sony_dscf1 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sony_dscf55 tristate "libgphoto2-drivers-sony_dscf55... Gphoto2 drivers for sony_dscf55 cameras" default y if DEFAULT_libgphoto2-drivers-sony_dscf55 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for sony_dscf55 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-soundvision tristate "libgphoto2-drivers-soundvision... Gphoto2 drivers for soundvision cameras" default y if DEFAULT_libgphoto2-drivers-soundvision default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for soundvision cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-spca50x tristate "libgphoto2-drivers-spca50x........... Gphoto2 drivers for spca50x cameras" default y if DEFAULT_libgphoto2-drivers-spca50x default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Gphoto2 drivers for spca50x cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sq905 tristate "libgphoto2-drivers-sq905............... Gphoto2 drivers for sq905 cameras" default y if DEFAULT_libgphoto2-drivers-sq905 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for sq905 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-st2205 tristate "libgphoto2-drivers-st2205............. Gphoto2 drivers for st2205 cameras" default y if DEFAULT_libgphoto2-drivers-st2205 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for st2205 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-stv0674 tristate "libgphoto2-drivers-stv0674........... Gphoto2 drivers for stv0674 cameras" default y if DEFAULT_libgphoto2-drivers-stv0674 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libgphoto2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Gphoto2 drivers for stv0674 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-stv0680 tristate "libgphoto2-drivers-stv0680........... Gphoto2 drivers for stv0680 cameras" default y if DEFAULT_libgphoto2-drivers-stv0680 default m if ALL select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for stv0680 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-sx330z tristate "libgphoto2-drivers-sx330z............. Gphoto2 drivers for sx330z cameras" default y if DEFAULT_libgphoto2-drivers-sx330z default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for sx330z cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-topfield tristate "libgphoto2-drivers-topfield......... Gphoto2 drivers for topfield cameras" default y if DEFAULT_libgphoto2-drivers-topfield default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 select PACKAGE_libgphoto2-port select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for topfield cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-toshiba_pdrm11 tristate "libgphoto2-drivers-toshiba_pdrm11" default y if DEFAULT_libgphoto2-drivers-toshiba_pdrm11 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libgphoto2 help Gphoto2 drivers for toshiba_pdrm11 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-drivers-tp6801 tristate "libgphoto2-drivers-tp6801............. Gphoto2 drivers for tp6801 cameras" default y if DEFAULT_libgphoto2-drivers-tp6801 default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgphoto2-port help Gphoto2 drivers for tp6801 cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgphoto2-port tristate "libgphoto2-port...................... Gphoto2 drivers for connect cameras" default y if DEFAULT_libgphoto2-port default m if ALL depends on PACKAGE_libgphoto2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libusb-1.0 select PACKAGE_libusb-compat select PACKAGE_libssp if GCC_LIBSSP help Gphoto2 drivers for connect cameras http://www.gphoto.org/ Leonardo Medici config PACKAGE_libgpiod tristate "libgpiod...... Library for interacting with Linux's GPIO character device" default y if DEFAULT_libgpiod default m if ALL depends on (LINUX_4_9||LINUX_4_14) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on GPIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help C library for interacting with the linux GPIO character device (gpiod stands for GPIO device). https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git Michael Heimpold config PACKAGE_libgps tristate "libgps........... C service library for communicating with the GPS daemon" default y if DEFAULT_libgps default m if ALL select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the libgps library. http://catb.org/gpsd/ Pushpal Sidhu menuconfig PACKAGE_libhamlib tristate "libhamlib............................... Ham Radio Control shared library" default y if DEFAULT_libhamlib default m if ALL select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. This package contains the hamlib shared library. http://hamlib.sourceforge.net Vasilis Tsiligiannis config PACKAGE_libhavege tristate "libhavege............................................ Library for haveged" default y if DEFAULT_libhavege default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Library for haveged http://www.issihosts.com/haveged/ Hannu Nyman config PACKAGE_libhiredis tristate "libhiredis............................... Minimalistic C client for Redis" default y if DEFAULT_libhiredis default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Hiredis is a minimalistic C client library for the Redis database. https://github.com/redis/hiredis Daniel Golle config PACKAGE_libhttp-parser tristate "libhttp-parser.............. A library to parse http request and response" default y if DEFAULT_libhttp-parser default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A parser for HTTP messages written in C. It parses both requests and responses. The parser is designed to be used in performance HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection). https://github.com/nodejs/http-parser Ramanathan Sivagurunathan , Hirokazu MORIKAWA config PACKAGE_libhwloc tristate "libhwloc............................ Portable Hardware Locality libraries" default y if DEFAULT_libhwloc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpciaccess select PACKAGE_libssp if GCC_LIBSSP help The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. This package contains the hwloc libraries. https://www.open-mpi.org/projects/hwloc/ W. Michael Petullo config PACKAGE_libi2c tristate "libi2c......................................... I2C library for i2c-tools" default y if DEFAULT_libi2c default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains i2c functionality needed by i2c-tools. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle config PACKAGE_libical tristate "libical........ An implementation of iCalendar protocols and data formats" default y if DEFAULT_libical default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Libical is an Open Source implementation of the iCalendar protocols and protocol data units. The iCalendar specification describes how calendar clients can communicate with calendar servers so users can store their calendar data and arrange meetings with other users. Libical implements RFC2445, RFC2446 and some of RFC2447. http://libical.github.io/libical/ Jose Zapater config PACKAGE_libiconv tristate "libiconv" default y if DEFAULT_libiconv default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Tiny drop-in replacement for the GNU Character set conversion library Jo-Philipp Wich config PACKAGE_libiconv-full tristate "libiconv-full........................... Character set conversion library" default y if DEFAULT_libiconv-full default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Character set conversion library http://www.gnu.org/software/libiconv/ Jo-Philipp Wich config PACKAGE_libid3tag tristate "libid3tag................................ An ID3 tag manipulation library" default y if DEFAULT_libid3tag default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libid3tag is a library for reading and (eventually) writing ID3 tags, both ID3v1 and the various versions of ID3v2. http://mad.sourceforge.net/ Ted Hess config PACKAGE_libidn tristate "libidn...................... Stringprep, Punycode and IDNA implementation" default y if DEFAULT_libidn default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. Library only package http://www.gnu.org/software/libidn/ config PACKAGE_libidn2 tristate "libidn2.. International domain name library (IDNA2008, Punycode and TR46)" default y if DEFAULT_libidn2 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libunistring select PACKAGE_libintl-full if BUILD_NLS help Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. Library only package https://www.gnu.org/software/libidn/ menuconfig PACKAGE_libiio tristate "libiio.................... Library for interfacing with Linux IIO devices" default y if DEFAULT_libiio default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libxml2 if LIBIIO_XML_BACKEND select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libusb-1.0 if LIBIIO_USB_BACKEND select PACKAGE_libavahi-client if LIBIIO_NETWORK_BACKEND select PACKAGE_libssp if GCC_LIBSSP help libiio is used to interface to the Linux Industrial Input/Output (IIO) Subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters (ADCs, DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers (VGA, PGA), and RF transceivers. You can use libiio natively on an embedded Linux target (local mode), or use libiio to communicate remotely to that same target from a host Linux, Windows or MAC over USB or Ethernet or Serial. https://github.com/analogdevicesinc/libiio Michael Heimpold config LIBIIO_LOCAL_BACKEND bool "Enable local backend" depends on PACKAGE_libiio default y config LIBIIO_NETWORK_BACKEND bool "Enable network backend" depends on PACKAGE_libiio select LIBIIO_XML_BACKEND default n config LIBIIO_USB_BACKEND bool "Enable USB backend" depends on PACKAGE_libiio select LIBIIO_XML_BACKEND default n config LIBIIO_XML_BACKEND bool "Enable XML backend" depends on PACKAGE_libiio default n config PACKAGE_libinotifytools tristate "libinotifytools.......................................... libinotifytools" default y if DEFAULT_libinotifytools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the libinotifytools shared library. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle config PACKAGE_libinput tristate "libinput............................... a library to handle input devices" default y if DEFAULT_libinput default m if ALL select PACKAGE_libudev-fbsd select PACKAGE_libevdev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_mtdev help libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver. It provides device detection, device handling, input device event processing and abstraction so minimize the amount of custom input code compositors need to provide the common set of functionality that users expect. http://freedesktop.org/wiki/Software/libinput/ Daniel Golle config PACKAGE_libintl tristate "libintl............. Stub header for the GNU Internationalization library" default y if DEFAULT_libintl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Stub header for the GNU Internationalization library Jo-Philipp Wich config PACKAGE_libintl-full tristate "libintl-full............................ GNU Internationalization library" default y if DEFAULT_libintl-full default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU Internationalization library http://www.gnu.org/software/gettext/ Jo-Philipp Wich config PACKAGE_libiw tristate "libiw................. Library for manipulating Linux Wireless Extensions" default y if DEFAULT_libiw default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains a library for manipulating "Linux Wireless Extensions". http://hplabs.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html Felix Fietkau config PACKAGE_libiwinfo tristate "libiwinfo.............. Generalized Wireless Information Library (iwinfo)" default y if DEFAULT_libiwinfo default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus help Wireless information library with consistent interface for proprietary Broadcom, nl80211 and wext driver interfaces. Jo-Philipp Wich config PACKAGE_libjpeg tristate "libjpeg................ The Independent JPEG Group's JPEG runtime library" default y if DEFAULT_libjpeg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The Independent JPEG Group's JPEG runtime library http://www.ijg.org/ Jo-Philipp Wich config PACKAGE_libjson-c tristate "libjson-c..................................... javascript object notation" default y if DEFAULT_libjson-c default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains a library for javascript object notation backends. https://json-c.github.io/json-c/ Felix Fietkau config PACKAGE_libkeyutils tristate "libkeyutils........................................ Key utilities library" default y if DEFAULT_libkeyutils default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Key utilities library https://people.redhat.com/dhowells/keyutils/ config PACKAGE_libkmod tristate "libkmod........................... Linux kernel module handling (library)" default y if DEFAULT_libkmod default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help Linux kernel module handling (library) https://www.kernel.org/pub/linux/utils/kernel/kmod/ Jeff Waugh config PACKAGE_libldns tristate "libldns............................ A library to simplify DNS programming" default y if DEFAULT_libldns default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. http://www.nlnetlabs.nl/projects/ldns/ config PACKAGE_libloragw tristate "libloragw.......................... Driver/HAL library for Semtech SX1301" default y if DEFAULT_libloragw default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-spi-dev depends on (!PACKAGE_lora-picogw-hal) select PACKAGE_librt if USE_GLIBC help Driver/HAL library for Semtech SX1301 multi-channel modem and SX1257/SX1255 RF transceivers. https://www.semtech.com/products/wireless-rf/lora-gateways/sx1301 Xue Liu source "feeds/packages/net/lora-gateway-hal/Config.in" config PACKAGE_libltdl tristate "libltdl......................... A generic dynamic object loading library" default y if DEFAULT_libltdl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A generic dynamic object loading library http://www.gnu.org/software/libtool/ config PACKAGE_liblua tristate "liblua.............................. Lua programming language (libraries)" default y if DEFAULT_liblua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Lua is a powerful light-weight programming language designed for extending applications. Lua is also frequently used as a general-purpose, stand-alone language. Lua is free software. This package contains the Lua shared libraries, needed by other programs. http://www.lua.org/ Jo-Philipp Wich config PACKAGE_liblucihttp tristate "liblucihttp.................................... LuCI HTTP utility library" default y if DEFAULT_liblucihttp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LuCI HTTP utility library Jo-Philipp Wich config PACKAGE_liblucihttp-lua tristate "liblucihttp-lua............ Lua binding for the LuCI HTTP utility library" default y if DEFAULT_liblucihttp-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblucihttp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC help Lua binding for the LuCI HTTP utility library Jo-Philipp Wich config PACKAGE_liblxc tristate "liblxc............................................. LXC userspace library" default y if DEFAULT_liblxc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libseccomp if LXC_SECCOMP select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_librt if USE_GLIBC help LXC userspace library http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_liblzo tristate "liblzo.............................. A real-time data compression library" default y if DEFAULT_liblzo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help LZO is a data compression library which is suitable for data de-/compression in real-time. This means it favours speed over compression ratio. http://www.oberhumer.com/opensource/lzo/ config PACKAGE_libmad tristate "libmad....................... An high-quality MPEG audio decoding library" default y if DEFAULT_libmad default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1 and the MPEG-2 extension to lower sampling frequencies, as well as the de facto MPEG 2.5 format. All three audio layers - Layer I, Layer II, and Layer III (i.e. MP3) - are fully implemented. http://www.underbit.com/products/mad/ Ted Hess config PACKAGE_libmagic tristate "libmagic................................. File type determination library" default y if DEFAULT_libmagic default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help File type determination library https://darwinsys.com/file/ Marko Ratkaj menuconfig PACKAGE_libmariadb tristate "libmariadb............................... MariaDB database client library" default y if DEFAULT_libmariadb default m if ALL select PACKAGE_mariadb-common select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS help MariaDB is a very fast and robust SQL database server. This package includes the client library. https://mariadb.org/ Michal Hrusecky config PACKAGE_libmariadb-plugin-auth-gssapi-client tristate "libmariadb-plugin-auth-gssapi-client................... libmariadb plugin" default y if DEFAULT_libmariadb-plugin-auth-gssapi-client default m if ALL depends on PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_krb5-libs help MariaDB is a very fast and robust SQL database server. This package provides the auth_gssapi_client plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_libmaxminddb tristate "libmaxminddb................. A library for working with MaxMind DB files" default y if DEFAULT_libmaxminddb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The libmaxminddb library provides functions for working MaxMind DB files. https://maxmind.github.io/libmaxminddb/ Jan Pavlinec config PACKAGE_libmbim tristate "libmbim.......... Helper library and utils to talk to MBIM enabled modems" default y if DEFAULT_libmbim default m if ALL select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Helper library to talk to MBIM enabled modems. Add mbim-utils for extra utilities. https://www.freedesktop.org/wiki/Software/libmbim Nicholas Smith config PACKAGE_libmcrypt tristate "libmcrypt.......................................... Cryptographic library" default y if DEFAULT_libmcrypt default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libmcrypt is a cryptographic library that conveniently brings together a variety of ciphers for convenient use. http://mcrypt.sourceforge.net/ W. Michael Petullo config PACKAGE_libmicrohttpd-no-ssl tristate "libmicrohttpd-no-ssl" default y if DEFAULT_libmicrohttpd-no-ssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNU libmicrohttpd is a library that runs an HTTP server. http://www.gnu.org/software/libmicrohttpd/ Alexander Couzens config PACKAGE_libmicrohttpd-ssl tristate "libmicrohttpd-ssl" default y if DEFAULT_libmicrohttpd-ssl default m if ALL select PACKAGE_libgpg-error select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls select PACKAGE_libgcrypt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNU libmicrohttpd is a library that runs an HTTP server. with SSL support http://www.gnu.org/software/libmicrohttpd/ Alexander Couzens config PACKAGE_libmilter-sendmail tristate "libmilter-sendmail......... The sendmail Mail Filter API (Milter) library" default y if DEFAULT_libmilter-sendmail default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The sendmail Mail Filter API (Milter) is designed to allow third-party programs access to mail messages as they are being processed in order to filter meta-information and content. http://sendmail.org/ Val Kulkov config PACKAGE_libminiupnpc tristate "libminiupnpc.................................... Lightweight UPnP library" default y if DEFAULT_libminiupnpc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Lightweight UPnP library https://miniupnp.tuxfamily.org Steven Barth config PACKAGE_libmms tristate "libmms....................................... MMS stream protocol library" default y if DEFAULT_libmms default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all. http://libmms.sourceforge.net Ted Hess config PACKAGE_libmnl tristate "libmnl....................... Minimalistic user-space library for Netlink" default y if DEFAULT_libmnl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help libmnl is a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. The main features of this library are: . * Small: the shared library requires around 30KB for an x86-based computer. . * Simple: this library avoids complexity and elaborated abstractions that tend to hide Netlink details. . * Easy to use: the library simplifies the work for Netlink-wise developers. It provides functions to make socket handling, message building, validating, parsing and sequence tracking, easier. . * Easy to re-use: you can use the library to build your own abstraction layer on top of this library. . * Decoupling: the interdependency of the main bricks that compose the library is reduced, i.e. the library provides many helpers, but the programmer is not forced to use them. http://www.netfilter.org/projects/libmnl/ Jo-Philipp Wich config PACKAGE_libmodbus tristate "libmodbus...................................................... libmodbus" default y if DEFAULT_libmodbus default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A Modbus library for Linux, Mac OS X, FreeBSD, QNX and Win32. http://www.libmodbus.org Michael Heimpold config PACKAGE_libmosquitto-nossl tristate "libmosquitto-nossl...... mosquitto - client library (Without SSL Support)" default y if DEFAULT_libmosquitto-nossl default m if ALL select PACKAGE_libcares select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server. Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built without SSL support http://www.mosquitto.org/ Karl Palsson config PACKAGE_libmosquitto-ssl tristate "libmosquitto-ssl........... mosquitto - client library (With SSL Support)" default y if DEFAULT_libmosquitto-ssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcares select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help Library required for mosquitto's command line client tools, also for use by any third party software that wants to communicate with a mosquitto server. Should be useable for communicating with any MQTT v3.1/3.1.1 compatible server, such as IBM's RSMB, in addition to Mosquitto This package is built with SSL support http://www.mosquitto.org/ Karl Palsson config PACKAGE_libmosquittopp tristate "libmosquittopp............................ mosquitto - client c++ library" default y if DEFAULT_libmosquittopp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_libmosquitto-ssl||PACKAGE_libmosquitto-nossl select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC help C++ Library wrapper for libmosquitto. config PACKAGE_libmount tristate "libmount................................................... mount library" default y if DEFAULT_libmount default m if ALL select PACKAGE_libblkid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The libmount library is used to parse /etc/fstab, /etc/mtab and /proc/self/mountinfo files, manage the mtab file, evaluate mount options... http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_libmpdclient tristate "libmpdclient................................................ libmpdclient" default y if DEFAULT_libmpdclient default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages. https://musicpd.org/libs/libmpdclient/ Ted Hess config PACKAGE_libmpeg2 tristate "libmpeg2.................................... MPEG-1 & -2 decoding library" default y if DEFAULT_libmpeg2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help MPEG-1 & -2 decoding library http://libmpeg2.sourceforge.net/ W. Michael Petullo config PACKAGE_libmpg123 tristate "libmpg123........................ fast console mpeg audio decoder library" default y if DEFAULT_libmpg123 default m if ALL select PACKAGE_libltdl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help fast console mpeg audio decoder library http://www.mpg123.de Zoltan HERPAI config PACKAGE_libmstch tristate "libmstch" default y if DEFAULT_libmstch default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_boost select PACKAGE_boost-container select PACKAGE_librt if USE_GLIBC help mstch is a complete implementation of {{mustache}} templates using modern C++ https://github.com/no1msd/mstch Amol Bhave config PACKAGE_libnatpmp tristate "libnatpmp.................... NAT Port Mapping Protocol (NAT-PMP) library" default y if DEFAULT_libnatpmp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the shared library. http://miniupnp.free.fr/libnatpmp.html Hauke Mehrtens config PACKAGE_libncurses tristate "libncurses........................... Terminal handling library (Unicode)" default y if DEFAULT_libncurses default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_terminfo select PACKAGE_libssp if GCC_LIBSSP help Terminal handling library (Unicode) http://www.gnu.org/software/ncurses/ config PACKAGE_libndpi tristate "libndpi............................... Library for deep-packet inspection" default y if DEFAULT_libndpi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC help nDPI is an open source LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. https://github.com/ntop/nDPI Banglang Huang config PACKAGE_libneon tristate "libneon................................... HTTP and WebDAV client library" default y if DEFAULT_libneon default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libexpat select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help neon is an HTTP and WebDAV client library, with a C interface. Features: - High-level wrappers for common HTTP and WebDAV operations (GET, MOVE, DELETE, etc) - Low-level interface to the HTTP request/response engine, allowing the use of arbitrary HTTP methods, headers, etc. - Authentication support including Basic and Digest support, along with GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32 - SSL/TLS support using OpenSSL or GnuTLS; exposing an abstraction layer for verifying server certificates, handling client certificates, and examining certificate properties. Smartcard-based client certificates are also supported via a PKCS11 wrapper interface. - Abstract interface to parsing XML using libxml2 or expat, and wrappers for simplifying handling XML HTTP response bodies - WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify property manipulation. http://www.webdav.org/neon/ Federico Di Marco config PACKAGE_libnet-1.2.x tristate "libnet-1.2.x........................... Low-level packet creation library" default y if DEFAULT_libnet-1.2.x default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Low-level packet creation library Mislav Novakovic config PACKAGE_libnetconf2 tristate "libnetconf2.............................................. NETCONF library" default y if DEFAULT_libnetconf2 default m if ALL select PACKAGE_libpthread select PACKAGE_libyang select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssh select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help libnetconf2 is the NETCONF library in C intended for building NETCONF clients and servers. libnetconf2 provides basic functions to connect NETCONF client and server to each other via SSH, to send and receive NETCONF messages. NETCONF datastore implementation is not included. https://codeload.github.com/CESNET/libnetconf2/tar.gz/v0.12-r1? Mislav Novakovic config PACKAGE_libnetfilter-acct tristate "libnetfilter-acct.............. API to extended accounting infrastructure" default y if DEFAULT_libnetfilter-acct default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl help libnetfilter_acct is a userspace library providing a programming interface (API) to the extended accounting infrastructure. http://www.netfilter.org/projects/libnetfilter_acct/ Nicolas Thill config PACKAGE_libnetfilter-conntrack tristate "libnetfilter-conntrack" default y if DEFAULT_libnetfilter-conntrack default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnfnetlink select PACKAGE_kmod-nf-conntrack-netlink select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl help libnetfilter_conntrack is a userspace library providing a programming interface (API) to the in-kernel connection tracking state table. The library libnetfilter_conntrack has been previously known as libnfnetlink_conntrack and libctnetlink. This library is currently used by conntrack-tools among many other applications. http://www.netfilter.org/projects/libnetfilter_conntrack/ Jo-Philipp Wich config PACKAGE_libnetfilter-cthelper tristate "libnetfilter-cthelper" default y if DEFAULT_libnetfilter-cthelper default m if ALL select PACKAGE_libmnl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libnetfilter_cthelper is a userspace library providing a programming interface (API) to the in-kernel connection tracking helpers. This library is currently used by conntrack-tools. http://www.netfilter.org/projects/libnetfilter_cthelper/ config PACKAGE_libnetfilter-cttimeout tristate "libnetfilter-cttimeout" default y if DEFAULT_libnetfilter-cttimeout default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl select PACKAGE_libssp if GCC_LIBSSP help libnetfilter_cttimeout is a userspace library providing a programming interface (API) to the in-kernel connection tracking timeout handling. This library is currently used by conntrack-tools. http://www.netfilter.org/projects/libnetfilter_cttimeout/ config PACKAGE_libnetfilter-log tristate "libnetfilter-log" default y if DEFAULT_libnetfilter-log default m if ALL select PACKAGE_libnfnetlink select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-nfnetlink-log select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl help libnetfilter_log is a userspace library providing interface to packets that have been logged by the kernel packet filter. It is is part of a system that deprecates the old syslog/dmesg based packet logging. This library has been previously known as libnfnetlink_log. http://www.netfilter.org/projects/libnetfilter_log/ Yousong Zhou config PACKAGE_libnetfilter-queue tristate "libnetfilter-queue" default y if DEFAULT_libnetfilter-queue default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl select PACKAGE_libnfnetlink select PACKAGE_libssp if GCC_LIBSSP help libnetfilter_queue is a userspace library providing a programming interface (API) to packets that have been queued by the kernel packet filter. http://www.netfilter.org/projects/libnetfilter_queue/ config PACKAGE_libnetsnmp tristate "libnetsnmp................... Open source SNMP implementation (libraries)" default y if DEFAULT_libnetsnmp default m if ALL select PACKAGE_libnl-tiny select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpci select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains shared libraries, needed by other programs. http://www.net-snmp.org/ Stijn Tintel config PACKAGE_libnettle tristate "libnettle............................................. GNU crypto library" default y if DEFAULT_libnettle default m if ALL select PACKAGE_libgmp if !LIBNETTLE_MINI select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU crypto library http://www.lysator.liu.se/~nisse/nettle/ source "package/libs/nettle/Config.in" config PACKAGE_libnewt tristate "libnewt..................................................... Newt library" default y if DEFAULT_libnewt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libslang2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help Newt is a programming library for color text mode, widget based user interfaces. Newt can be used to add stacked windows, entry widgets, checkboxes, radio buttons, labels, plain text fields, scrollbars, etc., to text mode user interfaces. Newt is based on the slang library. https://pagure.io/newt Jeffery To config PACKAGE_libnfnetlink tristate "libnfnetlink" default y if DEFAULT_libnfnetlink default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libnfnetlink is is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. http://netfilter.org/projects/libnfnetlink/ Jo-Philipp Wich config PACKAGE_libnftnl tristate "libnftnl........... Low-level netlink library for the nf_tables subsystem" default y if DEFAULT_libnftnl default m if ALL select PACKAGE_libmnl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem. http://www.netfilter.org/projects/libnftnl Steven Barth config PACKAGE_libnghttp2 tristate "libnghttp2.............. Library implementing the framing layer of HTTP/2" default y if DEFAULT_libnghttp2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help C library implementing the framing layer of the HTTP/2 protocol. It can be used to build a HTTP/2-capable HTTP client or server Hans Dedecker config PACKAGE_libnl tristate "libnl............................................... Full Netlink Library" default y if DEFAULT_libnl default m if ALL select PACKAGE_libnl-route select PACKAGE_libnl-nf select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-genl select PACKAGE_librt if USE_GLIBC help Socket handling, connection management, sending and receiving of data, message construction and parsing, object caching system, etc. http://www.infradead.org/~tgr/libnl/ config PACKAGE_libnl-core tristate "libnl-core.......................................... Core Netlink Library" default y if DEFAULT_libnl-core default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Common code for all netlink libraries http://www.infradead.org/~tgr/libnl/ config PACKAGE_libnl-genl tristate "libnl-genl....................................... Generic Netlink Library" default y if DEFAULT_libnl-genl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnl-core select PACKAGE_libssp if GCC_LIBSSP help Generic Netlink Library Functions http://www.infradead.org/~tgr/libnl/ config PACKAGE_libnl-nf tristate "libnl-nf....................................... Netfilter Netlink Library" default y if DEFAULT_libnl-nf default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-route select PACKAGE_libssp if GCC_LIBSSP help Netfilter Netlink Library Functions http://www.infradead.org/~tgr/libnl/ config PACKAGE_libnl-route tristate "libnl-route...................................... Routing Netlink Library" default y if DEFAULT_libnl-route default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Routing Netlink Library Functions http://www.infradead.org/~tgr/libnl/ config PACKAGE_libnl-tiny tristate "libnl-tiny........................................ netlink socket library" default y if DEFAULT_libnl-tiny default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains a stripped down version of libnl Felix Fietkau config PACKAGE_libnopoll tristate "libnopoll..................................... noPoll C WebSocket Library" default y if DEFAULT_libnopoll default m if ALL select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the noPoll C WebSocket library. https://www.aspl.es/nopoll John Clark config PACKAGE_libogg tristate "libogg............................................................ libogg" default y if DEFAULT_libogg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Ogg project codecs use the Ogg bitstream format to arrange the raw, compressed bitstream into a more robust, useful form. For example, the Ogg bitstream makes seeking, time stamping and error recovery possible, as well as mixing several sepearate, concurrent media streams into a single physical bitstream. http://xiph.org/ogg/ Ted Hess config PACKAGE_liboil tristate "liboil....................... simple functions optimized for various CPUs" default y if DEFAULT_liboil default m if ALL select PACKAGE_librt select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Liboil is a library of simple functions that are optimized for various CPUs. These functions are generally loops implementing simple algorithms, such as converting an array of N integers to floating-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.). http://liboil.freedesktop.org/wiki/ W. Michael Petullo config PACKAGE_libopcodes tristate "libopcodes........................................................ libbfd" default y if DEFAULT_libopcodes default m if ALL select PACKAGE_libbfd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libbfd Felix Fietkau config PACKAGE_libopendkim tristate "libopendkim............ Library for signing and verifying DKIM signatures" default y if DEFAULT_libopendkim default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libmilter-sendmail help Library for signing and verifying DomainKeys Identified Mail (DKIM) signatures. http://opendkim.org/ Val Kulkov config PACKAGE_libopenobex tristate "libopenobex... Open Source impl of the OBject EXchange protocol (library)" default y if DEFAULT_libopenobex default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Open Source impl of the OBject EXchange protocol (library) https://www.gitorious.org/openobex Rosen Penev menuconfig PACKAGE_libopensc tristate "libopensc............................... OpenSC libraries for smart cards" default y if DEFAULT_libopensc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help OpenSC provides a set of libraries and utilities to work with smart cards. Its main focus is on cards that support cryptographic operations, and facilitate their use in security applications such as authentication, mail encryption and digital signatures. https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-pkcs11 tristate "libopensc-pkcs11................................ OpenSC - PKCS11 provider" default y if DEFAULT_libopensc-pkcs11 default m if ALL depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OpenSC PKCS#11 provider https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-asepcos tristate "libopensc-profile-asepcos................ asepcos card profile for opensc" default y if DEFAULT_libopensc-profile-asepcos default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help asepcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-authentic tristate "libopensc-profile-authentic............ authentic card profile for opensc" default y if DEFAULT_libopensc-profile-authentic default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help authentic card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-cardos tristate "libopensc-profile-cardos.................. cardos card profile for opensc" default y if DEFAULT_libopensc-profile-cardos default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help cardos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-cyberflex tristate "libopensc-profile-cyberflex............ cyberflex card profile for opensc" default y if DEFAULT_libopensc-profile-cyberflex default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help cyberflex card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-entersafe tristate "libopensc-profile-entersafe............ entersafe card profile for opensc" default y if DEFAULT_libopensc-profile-entersafe default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help entersafe card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-epass2003 tristate "libopensc-profile-epass2003............ epass2003 card profile for opensc" default y if DEFAULT_libopensc-profile-epass2003 default m if ALL depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help epass2003 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-flex tristate "libopensc-profile-flex...................... flex card profile for opensc" default y if DEFAULT_libopensc-profile-flex default m if ALL depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help flex card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-gpk tristate "libopensc-profile-gpk........................ gpk card profile for opensc" default y if DEFAULT_libopensc-profile-gpk default m if ALL depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help gpk card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-ias-adele-admin1 tristate "libopensc-profile-ias-adele-admin1" default y if DEFAULT_libopensc-profile-ias-adele-admin1 default m if ALL select PACKAGE_libc depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ias_adele_admin1 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-ias-adele-admin2 tristate "libopensc-profile-ias-adele-admin2" default y if DEFAULT_libopensc-profile-ias-adele-admin2 default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ias_adele_admin2 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-ias-adele-common tristate "libopensc-profile-ias-adele-common" default y if DEFAULT_libopensc-profile-ias-adele-common default m if ALL depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ias_adele_common card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-iasecc tristate "libopensc-profile-iasecc.................. iasecc card profile for opensc" default y if DEFAULT_libopensc-profile-iasecc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help iasecc card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-iasecc-admin-eid tristate "libopensc-profile-iasecc-admin-eid" default y if DEFAULT_libopensc-profile-iasecc-admin-eid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help iasecc_admin_eid card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-iasecc-generic-oberthur tristate "libopensc-profile-iasecc-generic-oberthur" default y if DEFAULT_libopensc-profile-iasecc-generic-oberthur default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help iasecc_generic_oberthur card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-iasecc-generic-pki tristate "libopensc-profile-iasecc-generic-pki" default y if DEFAULT_libopensc-profile-iasecc-generic-pki default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help iasecc_generic_pki card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-incrypto34 tristate "libopensc-profile-incrypto34.......... incrypto34 card profile for opensc" default y if DEFAULT_libopensc-profile-incrypto34 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help incrypto34 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-jcop tristate "libopensc-profile-jcop...................... jcop card profile for opensc" default y if DEFAULT_libopensc-profile-jcop default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help jcop card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-miocos tristate "libopensc-profile-miocos.................. miocos card profile for opensc" default y if DEFAULT_libopensc-profile-miocos default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help miocos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-muscle tristate "libopensc-profile-muscle.................. muscle card profile for opensc" default y if DEFAULT_libopensc-profile-muscle default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help muscle card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-myeid tristate "libopensc-profile-myeid.................... myeid card profile for opensc" default y if DEFAULT_libopensc-profile-myeid default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help myeid card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-oberthur tristate "libopensc-profile-oberthur.............. oberthur card profile for opensc" default y if DEFAULT_libopensc-profile-oberthur default m if ALL depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help oberthur card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-openpgp tristate "libopensc-profile-openpgp................ openpgp card profile for opensc" default y if DEFAULT_libopensc-profile-openpgp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help openpgp card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-pkcs15 tristate "libopensc-profile-pkcs15.................. pkcs15 card profile for opensc" default y if DEFAULT_libopensc-profile-pkcs15 default m if ALL depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help pkcs15 card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-rutoken tristate "libopensc-profile-rutoken................ rutoken card profile for opensc" default y if DEFAULT_libopensc-profile-rutoken default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help rutoken card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-rutoken-ecp tristate "libopensc-profile-rutoken-ecp........ rutoken_ecp card profile for opensc" default y if DEFAULT_libopensc-profile-rutoken-ecp default m if ALL depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help rutoken_ecp card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-sc-hsm tristate "libopensc-profile-sc-hsm.................. sc-hsm card profile for opensc" default y if DEFAULT_libopensc-profile-sc-hsm default m if ALL depends on PACKAGE_libopensc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help sc-hsm card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-setcos tristate "libopensc-profile-setcos.................. setcos card profile for opensc" default y if DEFAULT_libopensc-profile-setcos default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help setcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-starcos tristate "libopensc-profile-starcos................ starcos card profile for opensc" default y if DEFAULT_libopensc-profile-starcos default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help starcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopensc-profile-westcos tristate "libopensc-profile-westcos................ westcos card profile for opensc" default y if DEFAULT_libopensc-profile-westcos default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help westcos card profile for opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libopenzwave tristate "libopenzwave.......................................... Open-ZWave Library" default y if DEFAULT_libopenzwave default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Open-ZWave Library http://openzwave.com Stijn Tintel config PACKAGE_liboping tristate "liboping....................... C library to generate ICMP echo requests." default y if DEFAULT_liboping default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help C library to generate ICMP echo requests. https://noping.cc Jo-Philipp Wich config PACKAGE_libopus tristate "libopus................................................. OPUS Audio Codec" default y if DEFAULT_libopus default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications. https://opus-codec.org Ted Hess , Ian Leonard config PACKAGE_libopusenc tristate "libopusenc....................................... OPUS Audio stream files" default y if DEFAULT_libopusenc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help OPUS Audio stream files https://opus-codec.org Eduardo Abinader config PACKAGE_libopusfile tristate "libopusfile............................................ OPUS file library" default y if DEFAULT_libopusfile default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libogg select PACKAGE_libopus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The opusfile library provides seeking, decode, and playback of Opus streams in the Ogg container (.opus files) http://opus-codec.org/ Eduardo Abinader config PACKAGE_libout123 tristate "libout123" default y if DEFAULT_libout123 default m if ALL select PACKAGE_libltdl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Library for continuous playback of audio streams via various platform-specific output methods http://www.mpg123.de Zoltan HERPAI config PACKAGE_libowfat tristate "libowfat.................................. reimplemented libdjb under GPL" default y if DEFAULT_libowfat default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help reimplemented libdjb under GPL https://www.fefe.de/libowfat/ Daniel Golle config PACKAGE_libp11 tristate "libp11.............................................................. PKCS" default y if DEFAULT_libp11 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select OPENSSL_ENGINE select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier. https://www.opensc-project.org/opensc/wiki/libp11 Daniel Golle config PACKAGE_libpagekite tristate "libpagekite........... Make localhost servers publicly visible. (library)" default y if DEFAULT_libpagekite default m if ALL select PACKAGE_libev select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. This package contains the core library https://pagekite.net/wiki/Floss/LibPageKite/ Karl Palsson config PACKAGE_libpam tristate "libpam.............................. the Linux-PAM libraries and modules." default y if DEFAULT_libpam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The Linux-PAM Pluggable Authentication Modules. http://www.kernel.org/pub/linux/libs/pam Nikos Mavrogiannopoulos config PACKAGE_libpbc tristate "libpbc............................ The Pairing-Based Cryptography Library" default y if DEFAULT_libpbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgmp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Pairing-based cryptography is a relatively young area of cryptography that revolves around a certain function with special properties. The PBC (Pairing-Based Cryptography) library is a free C library (released under the GNU Lesser General Public License) built on the GMP library that performs the mathematical operations underlying pairing-based cryptosystems. https://crypto.stanford.edu/pbc/ Daniel Golle menuconfig PACKAGE_libpcap tristate "libpcap................................. Low-level packet capture library" default y if DEFAULT_libpcap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains a system-independent library for user-level network packet capture. http://www.tcpdump.org/ Felix Fietkau source "package/libs/libpcap/Config.in" config PACKAGE_libpci tristate "libpci............................................... Linux PCI Libraries" default y if DEFAULT_libpci default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Linux PCI Libraries http://mj.ucw.cz/pciutils.shtml Lucian Cristian config PACKAGE_libpciaccess tristate "libpciaccess.................................. Generic PCI access library" default y if DEFAULT_libpciaccess default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Generic PCI access library https://xorg.freedesktop.org/ Lucian Cristian config PACKAGE_libpcre tristate "libpcre..................... A Perl Compatible Regular Expression library" default y if DEFAULT_libpcre default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A Perl Compatible Regular Expression library https://www.pcre.org/ Thomas Heil config PACKAGE_libpcre16 tristate "libpcre16... A Perl Compatible Regular Expression library (16bit support)" default y if DEFAULT_libpcre16 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A Perl Compatible Regular Expression library (16bit support) https://www.pcre.org/ Thomas Heil config PACKAGE_libpcre2 tristate "libpcre2.................... A Perl Compatible Regular Expression library" default y if DEFAULT_libpcre2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A Perl Compatible Regular Expression library https://www.pcre.org/ Shane Peelar config PACKAGE_libpcre2-16 tristate "libpcre2-16. A Perl Compatible Regular Expression library (16bit support)" default y if DEFAULT_libpcre2-16 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A Perl Compatible Regular Expression library (16bit support) https://www.pcre.org/ Shane Peelar config PACKAGE_libpcre2-32 tristate "libpcre2-32. A Perl Compatible Regular Expression library (32bit support)" default y if DEFAULT_libpcre2-32 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A Perl Compatible Regular Expression library (32bit support) https://www.pcre.org/ Shane Peelar config PACKAGE_libpcrecpp tristate "libpcrecpp.... C++ wrapper for Perl Compatible Regular Expression library" default y if DEFAULT_libpcrecpp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre help C++ wrapper for Perl Compatible Regular Expression library https://www.pcre.org/ Thomas Heil config PACKAGE_libpcsclite tristate "libpcsclite........ Access a smart card using SCard API (PC/SC) (library)" default y if DEFAULT_libpcsclite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libusb-1.0 help The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC shared library. https://pcsclite.apdu.fr/ Daniel Golle config PACKAGE_libpfring tristate "libpfring................ Library for PR_RING (package process framework)" default y if DEFAULT_libpfring default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-pf-ring help PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap network measurement box suitable for both packet and active traffic analysis and manipulation. Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as traffic balancers or packet filters in a matter of lines of codes. https://github.com/ntop/pf_ring Banglang Huang config PACKAGE_libpkcs11-spy tristate "libpkcs11-spy...................................... PKCS11 spying wrapper" default y if DEFAULT_libpkcs11-spy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help PKCS11 spying wrapper https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_libpng tristate "libpng............................... A PNG format files handling library" default y if DEFAULT_libpng default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help A PNG format files handling library http://www.libpng.org/pub/png/libpng.html Jo-Philipp Wich config PACKAGE_libpopt tristate "libpopt............................ A command line option parsing library" default y if DEFAULT_libpopt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A command line option parsing library http://rpm5.org/files/popt/ config PACKAGE_libpri tristate "libpri........................... libpri Primary Rate ISDN implementation" default y if DEFAULT_libpri default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_dahdi-tools-libtonezone select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libpri is a C implementation of the Primary Rate ISDN specification. It was based on the Bellcore specification SR-NWT-002343 for National ISDN. As of May 12, 2001, it has been tested work with NI-2, Nortel DMS-100, and Lucent 5E Custom protocols on switches from Nortel and Lucent. http://www.asterisk.org/ Daniel Golle config PACKAGE_libprotobuf-c tristate "libprotobuf-c................................... Protocol Buffers library" default y if DEFAULT_libprotobuf-c default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Runtime library to use Google Protocol Buffers from C applications. Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. https://github.com/protobuf-c/protobuf-c Rosen Penev config PACKAGE_libpsl tristate "libpsl........................ C library to handle the Public Suffix List" default y if DEFAULT_libpsl default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libunistring select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libidn2 help C library to handle the Public Suffix List https://github.com/rockdaboot/libpsl W. Michael Petullo config PACKAGE_libqmi tristate "libqmi...................... Helper library to talk to QMI enabled modems" default y if DEFAULT_libqmi default m if ALL select PACKAGE_libmbim select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Helper library talk to QMI enabled modems. Add qmi-utils for extra utilities. https://www.freedesktop.org/wiki/Software/libqmi Nicholas Smith config PACKAGE_libqrencode tristate "libqrencode................ Library for encoding data in a QR Code symbol" default y if DEFAULT_libqrencode default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Libqrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. https://fukuchi.org/works/qrencode/ Jonathan Bennett config PACKAGE_libradcli tristate "libradcli................................... A library for radius clients" default y if DEFAULT_libradcli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls if RADCLI_TLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libnettle help A library for radius clients https://radcli.github.io/radcli Nikos Mavrogiannopoulos config PACKAGE_libreadline tristate "libreadline................................ Command lines edition library" default y if DEFAULT_libreadline default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html config PACKAGE_libredblack tristate "libredblack........................................ RedBlack tree library" default y if DEFAULT_libredblack default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help RedBlack Balanced Tree Searching and Sorting Library. http://libredblack.sourceforge.net/ Mislav Novakovic config PACKAGE_librouteros tristate "librouteros.................... A library that talks to MikroTik devices." default y if DEFAULT_librouteros default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help librouteros is a library to communicate with RouterOS, the operating system of MikroTik's RouterBoards. It uses the API port provided by those systems to connect and talk to the devices. librouteros is a low-level library in that it abstracts the network protocol used but has next to no knowledge about the commands and responses available https://octo.github.io/librouteros/ Sven Roederer config PACKAGE_libroxml tristate "libroxml..... Minimum, easy-to-use, C implementation for xml file parsing" default y if DEFAULT_libroxml default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Minimum, easy-to-use, C implementation for xml file parsing http://www.libroxml.net/ Felix Fietkau config PACKAGE_librrd1 tristate "librrd1.................... Round Robin Database (RRD) management library" default y if DEFAULT_librrd1 default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains a shared library, used by other programs. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich config PACKAGE_librsocket-cpp tristate "librsocket-cpp............................. C++ implementation of RSocket" default y if DEFAULT_librsocket-cpp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libyarpl depends on !boost-context-exclude depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_librt if USE_GLIBC help C++ implementation of RSocket, and Application protocol providing Reactive Streams semantics https://rsocket.io/ Amol Bhave config PACKAGE_librtlsdr tristate "librtlsdr" default y if DEFAULT_librtlsdr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR. This package contains the librtlsdr shared library. http://sdr.osmocom.org/trac/wiki/rtl-sdr Vasilis Tsiligiannis config PACKAGE_libruby tristate "libruby......................... Ruby scripting language (shared library)" default y if DEFAULT_libruby default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC help Ruby scripting language (shared library) http://www.ruby-lang.org/ Luiz Angelo Daros de Luca config PACKAGE_libsamplerate tristate "libsamplerate...................................... Sample Rate Converter" default y if DEFAULT_libsamplerate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libsndfile help Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio. http://www.mega-nerd.com/SRC/index.html Ted Hess config PACKAGE_libsane tristate "libsane.............................. Scanner Access Now Easy (libraries)" default y if DEFAULT_libsane default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 help SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE shared libraries. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_libsasl2 tristate "libsasl2........................ A general purpose authentication library" default y if DEFAULT_libsasl2 default m if ALL select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help A general purpose authentication library http://asg.web.cmu.edu/sasl/ W. Michael Petullo config PACKAGE_libsearpc tristate "libsearpc............................................ Seafile RPC Library" default y if DEFAULT_libsearpc default m if ALL select PACKAGE_python select PACKAGE_jansson select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_glib2 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Searpc is a simple C language RPC framework based on GObject system. Searpc handles the serialization/deserialization part of RPC, the transport part is left to users. https://seafile.com Alexandru Ardelean config PACKAGE_libseccomp tristate "libseccomp............................................. seccomp (library)" default y if DEFAULT_libseccomp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the seccomp library. https://github.com/seccomp/libseccomp/wiki Nikos Mavrogiannopoulos depends on !arc config PACKAGE_libsensors tristate "libsensors.................................................... libsensors" default y if DEFAULT_libsensors default m if ALL select PACKAGE_sysfsutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help lm-sensors libraries https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich config PACKAGE_libshout tristate "libshout............................ Shoutcast client library (no theora)" default y if DEFAULT_libshout default m if ALL select PACKAGE_libvorbisidec select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have Theora support. http://www.icecast.org Ted Hess config PACKAGE_libshout-full tristate "libshout-full............................ Shoutcast client library (full)" default y if DEFAULT_libshout-full default m if ALL select PACKAGE_libtheora select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libvorbisidec help libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. http://www.icecast.org Ted Hess config PACKAGE_libshout-nossl tristate "libshout-nossl.................. Shoutcast client library (no ssl/theora)" default y if DEFAULT_libshout-nossl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libvorbisidec help libshout allows applications to easily communicate and broadcast to an Icecast streaming media server. It handles the socket connections, metadata communication, and data streaming for the calling application, and lets developers focus on feature sets instead of implementation details. . This package does not have OpenSSL or Theora support. http://www.icecast.org Ted Hess config PACKAGE_libsigar tristate "libsigar........................ System Information Gatherer And Reporter" default y if DEFAULT_libsigar default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtirpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help System Information Gatherer And Reporter https://github.com/boundary/sigar Amol Bhave config PACKAGE_libsispmctl tristate "libsispmctl................... Silver Shield PM Control for Linux library" default y if DEFAULT_libsispmctl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Silver Shield PM Control for Linux library http://sispmctl.sourceforge.net Rosen Penev config PACKAGE_libslang2 tristate "libslang2.................................... S-Lang Programmer's Library" default y if DEFAULT_libslang2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_terminfo select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-base64 tristate "libslang2-mod-base64......... S-Lang Programmer's Library (base64 module)" default y if DEFAULT_libslang2-mod-base64 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the base64 module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-chksum tristate "libslang2-mod-chksum......... S-Lang Programmer's Library (chksum module)" default y if DEFAULT_libslang2-mod-chksum default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the chksum module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-csv tristate "libslang2-mod-csv............... S-Lang Programmer's Library (csv module)" default y if DEFAULT_libslang2-mod-csv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the csv module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-fcntl tristate "libslang2-mod-fcntl........... S-Lang Programmer's Library (fcntl module)" default y if DEFAULT_libslang2-mod-fcntl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the fcntl module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-fork tristate "libslang2-mod-fork............. S-Lang Programmer's Library (fork module)" default y if DEFAULT_libslang2-mod-fork default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the fork module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-histogram tristate "libslang2-mod-histogram... S-Lang Programmer's Library (histogram module)" default y if DEFAULT_libslang2-mod-histogram default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the histogram module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-iconv tristate "libslang2-mod-iconv........... S-Lang Programmer's Library (iconv module)" default y if DEFAULT_libslang2-mod-iconv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the iconv module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-json tristate "libslang2-mod-json............. S-Lang Programmer's Library (json module)" default y if DEFAULT_libslang2-mod-json default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the json module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-onig tristate "libslang2-mod-onig............. S-Lang Programmer's Library (onig module)" default y if DEFAULT_libslang2-mod-onig default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_oniguruma select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the onig module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-pcre tristate "libslang2-mod-pcre............. S-Lang Programmer's Library (pcre module)" default y if DEFAULT_libslang2-mod-pcre default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpcre help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the pcre module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-png tristate "libslang2-mod-png............... S-Lang Programmer's Library (png module)" default y if DEFAULT_libslang2-mod-png default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpng select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the png module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-rand tristate "libslang2-mod-rand............. S-Lang Programmer's Library (rand module)" default y if DEFAULT_libslang2-mod-rand default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the rand module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-select tristate "libslang2-mod-select......... S-Lang Programmer's Library (select module)" default y if DEFAULT_libslang2-mod-select default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the select module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-slsmg tristate "libslang2-mod-slsmg........... S-Lang Programmer's Library (slsmg module)" default y if DEFAULT_libslang2-mod-slsmg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the slsmg module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-socket tristate "libslang2-mod-socket......... S-Lang Programmer's Library (socket module)" default y if DEFAULT_libslang2-mod-socket default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the socket module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-stats tristate "libslang2-mod-stats........... S-Lang Programmer's Library (stats module)" default y if DEFAULT_libslang2-mod-stats default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the stats module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-sysconf tristate "libslang2-mod-sysconf....... S-Lang Programmer's Library (sysconf module)" default y if DEFAULT_libslang2-mod-sysconf default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the sysconf module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-termios tristate "libslang2-mod-termios....... S-Lang Programmer's Library (termios module)" default y if DEFAULT_libslang2-mod-termios default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the termios module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-varray tristate "libslang2-mod-varray......... S-Lang Programmer's Library (varray module)" default y if DEFAULT_libslang2-mod-varray default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the varray module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-mod-zlib tristate "libslang2-mod-zlib............. S-Lang Programmer's Library (zlib module)" default y if DEFAULT_libslang2-mod-zlib default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This contains the zlib module. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libslang2-modules tristate "libslang2-modules.............. S-Lang Programmer's Library (all modules)" default y if DEFAULT_libslang2-modules default m if ALL select PACKAGE_libslang2-mod-stats select PACKAGE_libslang2-mod-iconv select PACKAGE_libslang2-mod-pcre select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libslang2-mod-select select PACKAGE_libslang2-mod-varray select PACKAGE_libslang2-mod-socket select PACKAGE_libslang2-mod-sysconf select PACKAGE_libslang2-mod-csv select PACKAGE_librt if USE_GLIBC select PACKAGE_libslang2-mod-histogram select PACKAGE_libslang2-mod-fork select PACKAGE_libslang2-mod-onig select PACKAGE_libslang2-mod-base64 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libslang2-mod-png select PACKAGE_libslang2-mod-slsmg select PACKAGE_libslang2-mod-chksum select PACKAGE_libslang2-mod-json select PACKAGE_libslang2-mod-zlib select PACKAGE_libslang2-mod-fcntl select PACKAGE_libslang2-mod-termios select PACKAGE_libc select PACKAGE_libslang2-mod-rand help Multi-platform programmer's library providing facilities for interactive applications. Includes such things as display/screen management, keyboard input, keymaps, etc. Includes the embeddable S-Lang interpreter. This installs all of S-Lang's bundled modules. https://www.jedsoft.org/slang/ Jeffery To config PACKAGE_libsmartcols tristate "libsmartcols....................................... table or tree library" default y if DEFAULT_libsmartcols default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help The smartcols library is used to print tables and trees in a pretty way. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_libsndfile tristate "libsndfile....................... Library for reading/writing audio files" default y if DEFAULT_libsndfile default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help libsndfile is a library of C routines for reading and writing files containing sampled audio data. http://www.mega-nerd.com/libsndfile/ Peter Wagner config PACKAGE_libsoc tristate "libsoc....................................................... SoC Library" default y if DEFAULT_libsoc default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libsoc: C library for interfacing with common SoC peripherals through generic kernel interfaces https://github.com/jackmitch/libsoc Yegor Yefremov config PACKAGE_libsocks tristate "libsocks............................................. Dante SOCKS Library" default y if DEFAULT_libsocks default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy". This package provides the shared libsocks library. http://www.inet.no/dante/ Jo-Philipp Wich config PACKAGE_libsodium tristate "libsodium................ P(ortable|ackageable) NaCl-based crypto library" default y if DEFAULT_libsodium default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Sodium is a portable, cross-compilable, installable, packageable fork of NaCl (based on the latest released upstream version nacl-20110221), with a compatible API. The design choices, particularly in regard to the Curve25519 Diffie-Hellman function, emphasize security (whereas NIST curves emphasize "performance" at the cost of security), and "magic constants" in NaCl/Sodium have clear rationales. The same cannot be said of NIST curves, where the specific origins of certain constants are not described by the standards. And despite the emphasis on higher security, primitives are faster across-the-board than most implementations of the NIST standards. https://github.com/jedisct1/libsodium Damiano Renfer menu "Configuration" depends on PACKAGE_libsodium config LIBSODIUM_MINIMAL bool "Compile only what is required for the high-level API (no aes128ctr), should be fine in most cases." default y endmenu config PACKAGE_libsoup tristate "libsoup.......................................................... libsoup" default y if DEFAULT_libsoup default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libxml2 select PACKAGE_libsqlite3 select PACKAGE_libgnutls select PACKAGE_libpsl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help libsoup https://wiki.gnome.org/Projects/libsoup W. Michael Petullo config PACKAGE_libsoxr tristate "libsoxr........................................ The SoX Resampler library" default y if DEFAULT_libsoxr default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help The SoX Resampler library High quality, one-dimensional sample-rate conversion library http://sourceforge.net/projects/soxr/ Ted Hess , Mike Brady config PACKAGE_libspeex tristate "libspeex.................... Open source speech compression codec library" default y if DEFAULT_libspeex default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared codec library, needed by other programs. http://www.speex.org/ Peter Wagner config PACKAGE_libspeexdsp tristate "libspeexdsp... Open source speech compression codec library output to DSP" default y if DEFAULT_libspeexdsp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Open source patent-free speech compression codec library. Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. This package contains the shared dsp library, needed by other programs. http://www.speex.org/ Peter Wagner config PACKAGE_libss tristate "libss............................. command-line interface parsing library" default y if DEFAULT_libss default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libcomerr select PACKAGE_libssp if GCC_LIBSSP help This pacakge contains libss, a command-line interface parsing library bundled with e2fsprogs. http://e2fsprogs.sourceforge.net/ config PACKAGE_libssh tristate "libssh....................................................... SSH library" default y if DEFAULT_libssh default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt select PACKAGE_zlib help libssh is a mulitplatform C library implementing the SSHv2 and SSHv1 protocol for client and server implementations. https://www.libssh.org/files/0.7/ Mislav Novakovic config PACKAGE_libssh2 tristate "libssh2..................................................... SSH2 library" default y if DEFAULT_libssh2 default m if ALL select PACKAGE_zlib select PACKAGE_libopenssl if LIBSSH2_OPENSSL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmbedtls if LIBSSH2_MBEDTLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libssh2 is a client-side C library implementing the SSH2 protocol. https://www.libssh2.org/ Jiri Slachta source "feeds/packages/libs/libssh2/Config.in" config PACKAGE_libstoken tristate "libstoken.. tokencode generator compatible with RSA SecurID 128-bit (AES)" default y if DEFAULT_libstoken default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libnettle help tokencode generator compatible with RSA SecurID 128-bit (AES) https://sourceforge.net/p/stoken/wiki/Home/ Florian Fainelli menuconfig PACKAGE_libstrophe tristate "libstrophe........................................... XMPP client library" default y if DEFAULT_libstrophe default m if ALL select PACKAGE_libxml2 if libstrophe-libxml2 select PACKAGE_libexpat if libstrophe-expat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help A simple, lightweight C library for writing XMPP clients http://strophe.im/libstrophe Chih-Wei Chen source "feeds/packages/libs/libstrophe/Config.in" config PACKAGE_libtalloc tristate "libtalloc............................ Core memory allocator used in Samba" default y if DEFAULT_libtalloc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libattr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help talloc is a hierarchical, reference counted memory pool system with destructors. https://talloc.samba.org/talloc/doc/html/index.html Ted Hess config PACKAGE_libtasn1 tristate "libtasn1................ An ASN.1 and DER structures manipulation library" default y if DEFAULT_libtasn1 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This is a library for Abstract Syntax Notation One (ASN.1) and Distinguish Encoding Rules (DER) manipulation. https://www.gnu.org/software/libtasn1/ Nikos Mavrogiannopoulos config PACKAGE_libtheora tristate "libtheora...................................................... libtheora" default y if DEFAULT_libtheora default m if ALL select PACKAGE_libogg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Theora is Xiph.Org's first publicly released video codec, intended for use within the Foundation's Ogg multimedia streaming system. Theora is derived directly from On2's VP3 codec; Currently the encoders are nearly identical, but Theora will make use of new features supported by the decoder to improve over what is is possible with VP3. http://xiph.org/theora/ W. Michael Petullo config PACKAGE_libtiff tristate "libtiff..................................................... TIFF library" default y if DEFAULT_libtiff default m if ALL select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help TIFF library http://simplesystems.org/libtiff/ Jiri Slachta config PACKAGE_libtiffxx tristate "libtiffxx..................................... TIFF library(c++ bindings)" default y if DEFAULT_libtiffxx default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libtiff select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TIFF library(c++ bindings) http://simplesystems.org/libtiff/ Jiri Slachta config PACKAGE_libtins tristate "libtins.......................................................... libtins" default y if DEFAULT_libtins default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help libtins is a high-level, multiplatform C++ network packet sniffing and crafting library. https://libtins.github.io/ Steven Hessing config PACKAGE_libtirpc tristate "libtirpc................................. Library TI RPC for RPC bindings" default y if DEFAULT_libtirpc default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Library TI RPC for RPC bindings http://libtirpc.sourceforge.net/ Andy Walsh config PACKAGE_libtorrent tristate "libtorrent................................. Rakshasa's BitTorrent library" default y if DEFAULT_libtorrent default m if ALL select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help LibTorrent is a BitTorrent library written in C++ for *nix, with a focus on high performance and good code. The library differentiates itself from other implementations by transferring directly from file pages to the network stack. On high-bandwidth connections it is able to seed at 3 times the speed of the official client. https://rakshasa.github.io/rtorrent/ Rosen Penev config PACKAGE_libubox tristate "libubox............................................ Basic utility library" default y if DEFAULT_libubox default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Basic utility library Felix Fietkau config PACKAGE_libubox-lua tristate "libubox-lua............ Lua binding for the OpenWrt Basic utility library" default y if DEFAULT_libubox-lua default m if ALL select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Lua binding for the OpenWrt Basic utility library Felix Fietkau config PACKAGE_libubus tristate "libubus....................................... OpenWrt RPC client library" default y if DEFAULT_libubus default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help OpenWrt RPC client library Felix Fietkau config PACKAGE_libubus-lua tristate "libubus-lua....................... Lua binding for the OpenWrt RPC client" default y if DEFAULT_libubus-lua default m if ALL select PACKAGE_libubus select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Lua binding for the OpenWrt RPC client Felix Fietkau config PACKAGE_libuci tristate "libuci........... C library for the Unified Configuration Interface (UCI)" default y if DEFAULT_libuci default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help C library for the Unified Configuration Interface (UCI) Felix Fietkau config PACKAGE_libuci-lua tristate "libuci-lua............................................ Lua plugin for UCI" default y if DEFAULT_libuci-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_libuci select PACKAGE_librt if USE_GLIBC help Lua plugin for UCI Felix Fietkau config PACKAGE_libuclient tristate "libuclient....................................... HTTP/1.1 client library" default y if DEFAULT_libuclient default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help HTTP/1.1 client library Felix Fietkau config PACKAGE_libudev-fbsd tristate "libudev-fbsd.... small udev shim for FreeBSD/devd (and other non-systemd)" default y if DEFAULT_libudev-fbsd default m if ALL select PACKAGE_libc select PACKAGE_libevdev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help small udev shim for FreeBSD/devd (and other non-systemd) https://github.com/jiixyj/libudev-fbsd Daniel Golle config PACKAGE_libudns tristate "libudns............................................. DNS Resolver Library" default y if DEFAULT_libudns default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries. http://www.corpit.ru/mjt/udns.html Yousong Zhou config PACKAGE_libuecc tristate "libuecc................... Very small Elliptic Curve Cryptography library" default y if DEFAULT_libuecc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Very small Elliptic Curve Cryptography library https://github.com/NeoRaider/libuecc/ Matthias Schiffer config PACKAGE_libugpio tristate "libugpio.......... Library for using sysfs gpio interface from C programs" default y if DEFAULT_libugpio default m if ALL depends on GPIO_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libugpio is a library to ease the use of linux kernel's sysfs gpio interface from C programs and/or other libraries. https://github.com/mhei/libugpio Michael Heimpold config PACKAGE_libunistring tristate "libunistring................................................ libunistring" default y if DEFAULT_libunistring default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard. http://www.gnu.org/software/libunistring/ Espen Jürgensen config PACKAGE_libunwind tristate "libunwind.......................................... The libunwind project" default y if DEFAULT_libunwind default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_libssp if GCC_LIBSSP help Libunwind defines a portable and efficient C programming interface (API) to determine the call-chain of a program. http://www.nongnu.org/libunwind/ Yousong Zhou menuconfig PACKAGE_libupnp tristate "libupnp................................................. UPnP SDK library" default y if DEFAULT_libupnp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help The portable SDK for UPnP Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification. http://pupnp.sourceforge.net/ Ted Hess config PACKAGE_libupnp-sample tristate "libupnp-sample.................................. UPnP sample applications" default y if DEFAULT_libupnp-sample default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libupnp help TVcontrolpoint & tvdevice sample applications run inside /etc/upnp-tvdevice/ http://pupnp.sourceforge.net/ Ted Hess config PACKAGE_libupnpp tristate "libupnpp" default y if DEFAULT_libupnpp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libstdcpp select PACKAGE_libupnp select PACKAGE_libexpat select PACKAGE_libssp if GCC_LIBSSP help libupnpp defines useful objects over libupnp and can be used to create both devices and control points. It is shared by upmpdcli and upplay. https://www.lesbonscomptes.com/upmpdcli Petko Bordjukov config PACKAGE_liburcu tristate "liburcu.............................. User-space Read-Copy-Update library" default y if DEFAULT_liburcu default m if ALL depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Userspace Read-Copy-Update library. https://lttng.org/ Daniel Salzman config PACKAGE_libusb-1.0 tristate "libusb-1.0..................... A library for accessing Linux USB devices" default y if DEFAULT_libusb-1.0 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help libusb is a C library that gives applications easy access to USB devices on many different operating systems. http://libusb.info/ Felix Fietkau config PACKAGE_libusb-compat tristate "libusb-compat........................... libusb-0.1 compatibility library" default y if DEFAULT_libusb-compat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help libusb is a C library that gives applications easy access to USB devices on many different operating systems. http://libusb.wiki.sourceforge.net/ Felix Fietkau config PACKAGE_libustream-mbedtls tristate "libustream-mbedtls......................... ustream SSL Library (mbedtls)" default y if DEFAULT_libustream-mbedtls default m if ALL select PACKAGE_libmbedtls select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libubox help ustream SSL Library (mbedtls) Felix Fietkau config PACKAGE_libustream-openssl tristate "libustream-openssl......................... ustream SSL Library (openssl)" default y if DEFAULT_libustream-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help ustream SSL Library (openssl) Felix Fietkau config PACKAGE_libustream-wolfssl tristate "libustream-wolfssl......................... ustream SSL Library (wolfssl)" default y if DEFAULT_libustream-wolfssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP help ustream SSL Library (wolfssl) Felix Fietkau config PACKAGE_libuuid tristate "libuuid............. DCE compatible Universally Unique Identifier library" default y if DEFAULT_libuuid default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_libuv tristate "libuv............................. Cross-platform asychronous I/O library" default y if DEFAULT_libuv default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Luvit, Julia, pyuv, and others. https://libuv.org/ Marko Ratkaj config PACKAGE_libuvc tristate "libuvc............................................................ libuvc" default y if DEFAULT_libuvc default m if ALL select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 help This package contains libuvc is a cross-platform library for USB video devices, built atop libusb. https://int80k.com/libuvc Roger D config PACKAGE_libv4l tristate "libv4l................................... Video 4 Linux wrapper libraries" default y if DEFAULT_libv4l default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. https://www.linuxtv.org/ Ted Hess config PACKAGE_libvorbis tristate "libvorbis...................................................... libvorbis" default y if DEFAULT_libvorbis default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libogg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond MPEG audio layer 3. Unlike the MPEG sponsored formats (and other proprietary formats such as RealAudio G2 and Windows' flavor of the month), the Vorbis CODEC specification belongs to the public domain. All the technical details are published and documented, and any software entity may make full use of the format without license fee, royalty or patent concerns. http://xiph.org/vorbis/ Ted Hess config PACKAGE_libvorbisidec tristate "libvorbisidec................... A fixed-point Ogg/Vorbis decoder library" default y if DEFAULT_libvorbisidec default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libogg help libvorbisidec is "tremor", a fixed-point implementation of libvorbis. It also has libogg built-in. It is suitable as a replacement for libvorbis and libogg in tremor-aware applications. Tremor is a decoder only. http://wiki.xiph.org/index.php/Tremor Ted Hess config PACKAGE_libvpx tristate "libvpx............................................................ libvpx" default y if DEFAULT_libvpx default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help libvpx is a VP8/VP9 Codec SDK. http://www.webmproject.org/ Luiz Angelo Daros de Luca config PACKAGE_libwangle tristate "libwangle................................. Wangle: C++ networking library" default y if DEFAULT_libwangle default m if ALL select PACKAGE_libfizz depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_librt if USE_GLIBC depends on !boost-context-exclude select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Wangle: C++ networking library https://github.com/facebook/wangle Amol Bhave config PACKAGE_libwebcam tristate "libwebcam................................................. Webcam library" default y if DEFAULT_libwebcam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libiconv-full select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL) https://sourceforge.net/projects/libwebcam/ Roger D config PACKAGE_libwebsockets-full tristate "libwebsockets-full... libwebsockets (Full - OpenSSL, libuv, plugins, CGI)" default y if DEFAULT_libwebsockets-full default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libuv select PACKAGE_libcap select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libwebsockets (Full - OpenSSL, libuv, plugins, CGI) https://libwebsockets.org Karl Palsson config PACKAGE_libwebsockets-mbedtls tristate "libwebsockets-mbedtls............................ libwebsockets (mbedTLS)" default y if DEFAULT_libwebsockets-mbedtls default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libcap select PACKAGE_zlib select PACKAGE_libmbedtls select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help libwebsockets (mbedTLS) https://libwebsockets.org Karl Palsson config PACKAGE_libwebsockets-openssl tristate "libwebsockets-openssl............................ libwebsockets (OpenSSL)" default y if DEFAULT_libwebsockets-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help libwebsockets (OpenSSL) https://libwebsockets.org Karl Palsson config PACKAGE_libwrap tristate "libwrap........................ Security wrapper library for TCP services" default y if DEFAULT_libwrap default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Security wrapper library for TCP services ftp://ftp.porcupine.org/pub/security/index.html Peter Wagner config PACKAGE_libx264 tristate "libx264...................................... H264/AVC free codec library" default y if DEFAULT_libx264 default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on BUILD_PATENTED help x264 is a free software library for encoding video streams into the H.264/MPEG-4 AVC compression format. https://www.videolan.org/developers/x264.html Adrian Panella config PACKAGE_libxerces-c tristate "libxerces-c........................ Validating XML parser library for C++" default y if DEFAULT_libxerces-c default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to the XML 1.0 recommendation and associated standards (DOM 1.0, DOM 2.0, SAX 1.0, SAX 2.0, Namespaces, XML Schema Part 1 and Part 2). It also provides experimental implementations of XML 1.1 and DOM Level 3.0. The parser provides high performance, modularity, and scalability. https://xerces.apache.org/ Álvaro Fernández Rojas config PACKAGE_libxerces-c-samples tristate "libxerces-c-samples...... Validating XML parser library for C++ (samples)" default y if DEFAULT_libxerces-c-samples default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxerces-c select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Validating XML parser library for C++ (samples) https://xerces.apache.org/ Álvaro Fernández Rojas config PACKAGE_libxml2 tristate "libxml2................................................ Gnome XML library" default y if DEFAULT_libxml2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A library for manipulating XML and HTML resources. http://xmlsoft.org/ Michael Heimpold config PACKAGE_libxslt tristate "libxslt............................................... Gnome XSLT library" default y if DEFAULT_libxslt default m if ALL select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A library for XML transformation using XSLT. http://xmlsoft.org/XSLT/ Jiri Slachta config PACKAGE_libyaml-cpp tristate "libyaml-cpp.................................................. libyaml-cpp" default y if DEFAULT_libyaml-cpp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP help yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. https://github.com/jbeder/yaml-cpp Steven Hessing config PACKAGE_libyang tristate "libyang.............................. YANG data modeling language library" default y if DEFAULT_libyang default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help libyang is YANG data modelling language parser and toolkit written (and providing API) in C. The library is used e.g. in libnetconf2, Netopeer2 or sysrepo projects. https://codeload.github.com/CESNET/libyang/tar.gz/v0.16-r3? Mislav Novakovic config PACKAGE_libyarpl tristate "libyarpl................. yarpl: Yet Another Reactive Programming Library" default y if DEFAULT_libyarpl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libfolly depends on !(PACKAGE_libunwind) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_librt if USE_GLIBC depends on !boost-context-exclude help C++ implementation of reactive functional programming including both Observable and Flowable types. https://rsocket.io/ Amol Bhave config PACKAGE_libyubikey tristate "libyubikey.................................. The Yuibco yubikey c library" default y if DEFAULT_libyubikey default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The c library for the yubikey from Yubico https://developers.yubico.com/yubico-c/ Stuart B. Wilkins config PACKAGE_libzdb tristate "libzdb.............. A thread-safe multi database connection pool library" default y if DEFAULT_libzdb default m if ALL select PACKAGE_zlib select PACKAGE_libsqlite3 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help zdb is a database library with thread-safe connection pooling. The library can connect transparently to multiple database systems. It has zero runtime configuration and connections are specified via a URL scheme. A modern object-oriented API is provided. zdb supports MySQL, PostgreSQL, SQLite, and Oracle. NOTE: This package does not include Oracle support. https://www.tildeslash.com/libzdb/ Alexandru Ardelean config PACKAGE_libzmq-curve tristate "libzmq-curve.................... ZeroMQ - Message Queue engine (CurveZMQ)" default y if DEFAULT_libzmq-curve default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_librt select PACKAGE_libsodium select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid help This package contains the ZeroMQ messaging engine shared library. Includes CurveZMQ security by libsodium. http://www.zeromq.org/ Dirk Chang config PACKAGE_libzmq-nc tristate "libzmq-nc.................................. ZeroMQ - Message Queue engine" default y if DEFAULT_libzmq-nc default m if ALL select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid help This package contains the ZeroMQ messaging engine shared library. http://www.zeromq.org/ Dirk Chang config PACKAGE_linux-atm tristate "linux-atm.............................................. Linux ATM library" default y if DEFAULT_linux-atm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains a library for accessing the Linux ATM subsystem. http://linux-atm.sourceforge.net/ config PACKAGE_lmdb tristate "lmdb..................... Lightning Memory-Mapped Database shared library" default y if DEFAULT_lmdb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help LMDB is an ultra-fast, ultra-compact key-value embedded data store developed for the OpenLDAP Project. https://symas.com/lmdb/ Jan Pavlinec config PACKAGE_lmdb-test tristate "lmdb-test.......................... Lightning Memory-Mapped Database test" default y if DEFAULT_lmdb-test default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lmdb help LMDB test application https://symas.com/lmdb/ Jan Pavlinec config PACKAGE_lmdb-utils tristate "lmdb-utils........................ Lightning Memory-Mapped Database utils" default y if DEFAULT_lmdb-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lmdb help LMDB environment status and copy tool https://symas.com/lmdb/ Jan Pavlinec config PACKAGE_log4cplus tristate "log4cplus................................ A simple to use C++ logging API" default y if DEFAULT_log4cplus default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help log4cplus is a simple to use C++11 logging API providing thread--safe, flexible, and arbitrarily granular control over log management and configuration. It is modeled after the Java log4j API. https://sourceforge.net/p/log4cplus/wiki/Home/ BangLang Huang , Rosy Song config PACKAGE_loudmouth tristate "loudmouth...................................................... loudmouth" default y if DEFAULT_loudmouth default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help Lightweight and easy-to-use C library for programming with the Jabber protocol https://github.com/mcabber/loudmouth W. Michael Petullo config PACKAGE_lttng-ust tristate "lttng-ust................. Linux Trace Toolkit: next generation (library)" default y if DEFAULT_lttng-ust default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_librt select PACKAGE_liburcu help Linux Trace Toolkit: next generation (library) https://lttng.org/ config PACKAGE_measurement-kit tristate "measurement-kit..................... library for open network measurement" default y if DEFAULT_measurement-kit default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-bundle select PACKAGE_libevent2-extra select PACKAGE_libevent2-core select PACKAGE_libevent2-openssl select PACKAGE_libmaxminddb select PACKAGE_libcurl select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP help Measurement Kit is a C++14 library that implements open network measurement methodologies (performance, censorship, etc.) https://measurement-kit.github.io/ Jan Pavlinec config PACKAGE_msgpack-c tristate "msgpack-c....................... MessagePack implementation for C and C++" default y if DEFAULT_msgpack-c default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. https://github.com/msgpack/msgpack-c Tianling Shen config PACKAGE_mtdev tristate "mtdev............................ Multitouch Protocol Translation Library" default y if DEFAULT_mtdev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details. http://bitmath.org/code/mtdev/ Daniel Golle config PACKAGE_musl-fts tristate "musl-fts................................ fts implementation for musl libc" default y if DEFAULT_musl-fts default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc. https://github.com/pullmoll/musl-fts Lucian Cristian config PACKAGE_mxml tristate "mxml............................................................ Mini-XML" default y if DEFAULT_mxml default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A small xml library. http://www.minixml.org/ Espen Jürgensen config PACKAGE_nacl tristate "nacl............................ NaCl Networking and Cryptography library" default y if DEFAULT_nacl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NaCl Networking and Cryptography library http://nacl.cace-project.eu/ Matthias Schiffer config PACKAGE_nspr tristate "nspr.................................... Netscape Portable Runtime (NSPR)" default y if DEFAULT_nspr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Netscape Portable Runtime (NSPR) provides a platform-neutral API for system level and libc-like functions. The API is used in the Mozilla clients, many of Red Hat's and Oracle's server applications, and other software offerings. https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSPR Lucian Cristian config PACKAGE_oniguruma tristate "oniguruma... Regular expression library for different character encodings" default y if DEFAULT_oniguruma default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Oniguruma is a modern and flexible regular expressions library. It encompasses features from different regular expression implementations that traditionally exist in different languages. Character encoding can be specified per regular expression object. https://github.com/kkos/oniguruma Eneas U de Queiroz config PACKAGE_opencv tristate "opencv............................................................ OpenCV" default y if DEFAULT_opencv default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libatomic select PACKAGE_libstdcpp select PACKAGE_zlib select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help OpenCV https://opencv.org/ config PACKAGE_p11-kit tristate "p11-kit" default y if DEFAULT_p11-kit default m if ALL select PACKAGE_libpthread select PACKAGE_libtasn1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Provides a way to load and enumerate PKCS11 modules. Provides a standard configuration setup for installing PKCS11 modules in such a way that they are discoverable. https://p11-glue.github.io/p11-glue/p11-kit.html Nikos Mavrogiannopoulos config PACKAGE_pixman tristate "pixman............... a low-level software library for pixel manipulation" default y if DEFAULT_pixman default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Pixman is a low-level software library for pixel manipulation, providing features such as image compositing and trapezoid rasterization. Important users of pixman are the cairo graphics library and the X server. http://www.pixman.org/ Yousong Zhou config PACKAGE_poco tristate "poco.................................................. Poco C++ libraries" default y if DEFAULT_poco default m if ALL select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help POrtable COmponents, a modern and powerful open source C++ class libraries and frameworks for building network and internet-based applications that run on desktop, server and embedded systems. https://www.pocoproject.org/ Jean-Michel Julien config PACKAGE_protobuf tristate "protobuf.............................. A structured data encoding library" default y if DEFAULT_protobuf default m if ALL select PACKAGE_libatomic select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_protobuf-lite select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib help Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This package provides the libprotoc, libprotobuf, and libprotobuf-lite libraries. For a much smaller protobuf package, see "protobuf-lite". https://github.com/google/protobuf Ken Keys config PACKAGE_protobuf-lite tristate "protobuf-lite......................... A structured data encoding library" default y if DEFAULT_protobuf-lite default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libatomic select PACKAGE_libstdcpp help Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. This package provides the libprotobuf-lite library. https://github.com/google/protobuf Ken Keys config PACKAGE_pthsem tristate "pthsem........................... GNU pth extended with semaphore support" default y if DEFAULT_pthsem default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU pth is a user mode multi threading library. pthsem is an extend version, with support for semaphores added. It can be installed parallel to a normal pth. http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth Othmar Truniger config PACKAGE_re2 tristate "re2" default y if DEFAULT_re2 default m if ALL select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. https://github.com/google/re2 Amol Bhave choice prompt "Compile RE2 library." default RE2_SHARED help Choose which version to compile. -> Shared: - Only Shared lib will be compiled. -> Static: - Only Static lib will be compiled. config RE2_SHARED bool "Shared" config RE2_STATIC bool "Static" endchoice config PACKAGE_rpcd-mod-luci tristate "rpcd-mod-luci.............................. Rapid reverse DNS rpcd module" default y if DEFAULT_rpcd-mod-luci default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC select PACKAGE_rpcd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox help Provides LuCI backend ubus RPC operations. Jo-Philipp Wich config PACKAGE_rpcd-mod-lxc tristate "rpcd-mod-lxc............................................. LXC rpcd module" default y if DEFAULT_rpcd-mod-lxc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_rpcd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lxc select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC help LXC rpcd module Luka Perkov config PACKAGE_rpcd-mod-rad2-enc tristate "rpcd-mod-rad2-enc........................ Radicale 2.x Hashing RPC module" default y if DEFAULT_rpcd-mod-rad2-enc default m if ALL select PACKAGE_rpcd select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-passlib select PACKAGE_librt if USE_GLIBC help Python3 password hashing module for use Radicale 2.x LuCI app Daniel Dickinson config PACKAGE_rpcd-mod-rrdns tristate "rpcd-mod-rrdns............................. Rapid reverse DNS rpcd module" default y if DEFAULT_rpcd-mod-rrdns default m if ALL select PACKAGE_rpcd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC help Provides rapid mass reverse DNS lookup functionality. Jo-Philipp Wich config PACKAGE_rxtx tristate "rxtx........................ RX/TX Support for Java serial communications" default y if DEFAULT_rxtx default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help RX/TX Support for Java serial communications http://rxtx.qbang.org/wiki/index.php/Main_Page Dana H. Myers config PACKAGE_sbc tristate "sbc................................................. sbc encoding library" default y if DEFAULT_sbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsndfile help Low Complexity Subband Coding for bluetooth audio profiles encoding and decoding. Needed for A2DP support. http://www.bluez.org config PACKAGE_scmp_sys_resolver tristate "scmp_sys_resolver.............................. seccomp scmp_sys_resolver" default y if DEFAULT_scmp_sys_resolver default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libseccomp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help seccomp scmp_sys_resolver https://github.com/seccomp/libseccomp/wiki Nikos Mavrogiannopoulos config PACKAGE_terminfo tristate "terminfo................................ Terminal Info Database (ncurses)" default y if DEFAULT_terminfo default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Terminal Info Database (ncurses) http://www.gnu.org/software/ncurses/ config PACKAGE_tinycdb tristate "tinycdb.............................................. a Constant DataBase" default y if DEFAULT_tinycdb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help TinyCDB is a very fast and simple package for creating and reading constant data bases http://www.corpit.ru/mjt/tinycdb.html Denis Shulyaka config PACKAGE_uclibcxx tristate "uclibcxx................................ C++ library for embedded systems" default y if DEFAULT_uclibcxx default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help C++ library for embedded systems https://cxx.uclibc.org/ config PACKAGE_uw-imap tristate "uw-imap............................ University of Washington IMAP toolkit" default y if DEFAULT_uw-imap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help The UW IMAP tookit includes the following: c-lient library : an API (application programming interface) used to build email clients and servers, including support for IMAP,POP3, SMTP and NNTP protocols and for local mailbox file access on Unix and Windows https://www.washington.edu/imap/ Lucian Cristian config PACKAGE_xmlrpc-c tristate "xmlrpc-c................... XML-RPC library (uses internal expat variant)" default y if DEFAULT_xmlrpc-c default m if ALL select PACKAGE_xmlrpc-c-internal select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help XML-RPC library (uses internal expat variant) http://xmlrpc-c.sourceforge.net/ Ted Hess config PACKAGE_xmlrpc-c-client tristate "xmlrpc-c-client................................. XML-RPC library - client" default y if DEFAULT_xmlrpc-c-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_xmlrpc-c help XML-RPC library - client http://xmlrpc-c.sourceforge.net/ Ted Hess config PACKAGE_xmlrpc-c-common tristate default y if DEFAULT_xmlrpc-c-common select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. http://xmlrpc-c.sourceforge.net/ Ted Hess config PACKAGE_xmlrpc-c-internal tristate default y if DEFAULT_xmlrpc-c-internal select PACKAGE_xmlrpc-c-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Programming library for writing an XML-RPC server or client in C or C++. XML-RPC is a standard network protocol to allow a client program to make a simple remote procedure call (RPC) type request of a server. Uses internal expat variant (stripped down) http://xmlrpc-c.sourceforge.net/ Ted Hess config PACKAGE_xmlrpc-c-server tristate "xmlrpc-c-server................................. XML-RPC library - server" default y if DEFAULT_xmlrpc-c-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_xmlrpc-c help XML-RPC library - server http://xmlrpc-c.sourceforge.net/ Ted Hess config PACKAGE_yajl tristate "yajl............................................ Yet Another JSON Library" default y if DEFAULT_yajl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Yet Another JSON Library. YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a small validating JSON generator. YAJL is released under the ISC license. YAJL was created by Lloyd Hilaiel. https://lloyd.github.io/yajl Charles Southerland config PACKAGE_yubico-pam tristate "yubico-pam......................................... The Yuibco PAM module" default y if DEFAULT_yubico-pam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libyubikey select PACKAGE_libpam select PACKAGE_curl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ykpers select PACKAGE_librt if USE_GLIBC select PACKAGE_ykclient help The Yubico PAM module provides an easy way to integrate the YubiKey into your existing user authentication infrastructure. https://developers.yubico.com/yubico-pam/ Stuart B. Wilkins config PACKAGE_zlib tristate "zlib................. Library implementing the deflate compression method" default y if DEFAULT_zlib default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help zlib is a lossless data-compression library. This package includes the shared library. http://www.zlib.net/ source "package/libs/zlib/Config.in" endmenu menu "LibreMesh" menu "Offline Documentation" config PACKAGE_lime-docs tristate "lime-docs................................ LibreMesh English documentation" default y if DEFAULT_lime-docs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_lime-docs-minimal select PACKAGE_libssp if GCC_LIBSSP help Offline English documentation for LibreMesh firmware https://libremesh.org/docs/ Ilario Gelmetti config PACKAGE_lime-docs-it tristate "lime-docs-it............................. LibreMesh Italian documentation" default y if DEFAULT_lime-docs-it default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-docs-minimal help Offline Italian documentation for LibreMesh firmware https://libremesh.org/docs/ Ilario Gelmetti config PACKAGE_lime-docs-minimal tristate "lime-docs-minimal........................ LibreMesh minimal documentation" default y if DEFAULT_lime-docs-minimal default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Minimal offline English documentation for LibreMesh firmware containing just a commented example of the main config file. https://libremesh.org/docs/ Ilario Gelmetti endmenu config PACKAGE_batman-adv-auto-gw-mode tristate "batman-adv-auto-gw-mode.. Set batman-adv gw_mode by internet availability" default y if DEFAULT_batman-adv-auto-gw-mode default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_watchping select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-batman-adv depends on IPV6 select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_bmx6-auto-gw-mode tristate "bmx6-auto-gw-mode..................... bmx6 auto Internet gateway module " default y if DEFAULT_bmx6-auto-gw-mode default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_bmx7-auto-gw-bw-mode tristate "bmx7-auto-gw-bw-mode......... bmx7 auto Internet gateway bandwidth module" default y if DEFAULT_bmx7-auto-gw-bw-mode default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_bmx7-auto-gw-mode select PACKAGE_librt if USE_GLIBC select PACKAGE_pv help Watchping hooks to set bmx7 Internet bandwidth announcement http://libremesh.org Pau Escrich select CONFIG_BUSYBOX_CONFIG_CROND select CONFIG_BUSYBOX_CONFIG_CRONTAB config PACKAGE_bmx7-auto-gw-mode tristate "bmx7-auto-gw-mode..................... bmx7 auto Internet gateway module " default y if DEFAULT_bmx7-auto-gw-mode default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_watchping depends on PACKAGE_bmx7 select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_check-date-http tristate "check-date-http.............. Keep local date under NTP too far away skew" default y if DEFAULT_check-date-http default m if ALL select PACKAGE_lua select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-httpclient select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Check local time against a list of HTTP(s) services, if the time skew is more then 15 minutes, restart sysntpd to force time syncronization, or reset trought date command depending on configuration. http://libremesh.org Gioacchino Mazzurco config PACKAGE_first-boot-wizard tristate "first-boot-wizard...................................... first-boot-wizard" default y if DEFAULT_first-boot-wizard default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Scans surrounding LibreMesh networks and joins them. http://libremesh.org Santiago Piccinini config PACKAGE_hotplug-initd-services tristate "hotplug-initd-services................. Hotplug events of init.d services" default y if DEFAULT_hotplug-initd-services default m if ALL select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua help Provide trigger hotplug events when init.d services are started and stopped. Put your hooks into /etc/hotplug.d/initd/. http://libremesh.org Gioacchino Mazzurco config PACKAGE_lime-ap-watchping tristate "lime-ap-watchping.. Watchping hooks to manage AP SSID if network problems" default y if DEFAULT_lime-ap-watchping default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_watchping help Watchping hooks to change AP ssid when the network is down (i.e LibreMesh-Error). So the WiFi roaming is broken and the clients are not using the AP anymore until fixed. http://libremesh.org Pau Escrich config PACKAGE_lime-app tristate "lime-app......................................................... LimeApp" default y if DEFAULT_lime-app default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_uhttpd select PACKAGE_ubus-lime-metrics select PACKAGE_rpcd select PACKAGE_uhttpd-mod-lua select PACKAGE_libc select PACKAGE_uhttpd-mod-ubus select PACKAGE_ubus-lime-location select PACKAGE_rpcd-mod-iwinfo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ubus-lime-utils select PACKAGE_ubus-lime-grondrouting select PACKAGE_libpthread if USE_GLIBC help Light webApp for LibreMesh over uhttpd http://github.com/libremesh/lime-app German Ferrero config PACKAGE_lime-debug tristate "lime-debug......................................... libremesh debug utils" default y if DEFAULT_lime-debug default m if ALL select PACKAGE_iputils-ping6 select PACKAGE_librt if USE_GLIBC select PACKAGE_busybox select PACKAGE_tcpdump-mini select PACKAGE_sprunge select PACKAGE_libc depends on IPV6 select PACKAGE_ip-tiny if PACKAGE_ip-full select BUSYBOX_CUSTOM select BUSYBOX_CONFIG_NC select BUSYBOX_CONFIG_NC_SERVER config PACKAGE_lime-hwd-ground-routing tristate "lime-hwd-ground-routing........... Manage 802.1q VLANs for ground routing" default y if DEFAULT_lime-hwd-ground-routing default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libuci-lua help This package helps you to configure setups involving ground routing. With ground routing we mean setups having LibreMesh on a router which is connected via cable(s), eventually through a switch, to some wireless routers running the original firmware in WDS (transparent bridge) Ap/Sta mode. Configuring ground routing you will set up an interface with a different vlan or on a different switch port for each connected device in WDS mode. https://libremesh.org config PACKAGE_lime-hwd-openwrt-wan tristate "lime-hwd-openwrt-wan............ Respect openwrt wan interface as default" default y if DEFAULT_lime-hwd-openwrt-wan default m if ALL select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_lime-proto-wan select PACKAGE_lua help Respect openwrt wan interface as default http://libremesh.org config PACKAGE_lime-hwd-usbradio tristate "lime-hwd-usbradio.............. LiMe hardware detection usb radio support" default y if DEFAULT_lime-hwd-usbradio default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuci-lua help LiMe hardware detection usb radio support http://libremesh.org config PACKAGE_lime-map-agent tristate "lime-map-agent....................................... LiMe LibreMap agent" default y if DEFAULT_lime-map-agent default m if ALL select PACKAGE_libremap-agent select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-libremap-wireless select PACKAGE_luci-lib-libremap-location select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-lib-libremap-system select PACKAGE_luci-app-lime-location help LiMe autoconfiguration module for LibreMap agent http://libremesh.org Gioacchino Mazzurco config PACKAGE_lime-proto-anygw tristate "lime-proto-anygw................................ LiMe anygw proto support" default y if DEFAULT_lime-proto-anygw default m if ALL select PACKAGE_kmod-ebtables-ipv6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_kmod-macvlan select PACKAGE_shared-state select PACKAGE_ebtables select PACKAGE_dnsmasq-dhcpv6 select PACKAGE_shared-state-dnsmasq_leases select PACKAGE_libc depends on IPV6 select PACKAGE_kmod-ebtables select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua help LiMe anygw proto support http://libremesh.org Gioacchino Mazzurco config PACKAGE_lime-proto-babeld tristate "lime-proto-babeld.............................. LiMe babeld proto support" default y if DEFAULT_lime-proto-babeld default m if ALL depends on IPV6 select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_babeld select PACKAGE_librt if USE_GLIBC help LiMe babeld proto support https://github.com/libremesh/lime-packages/ Gioacchino Mazzurco config PACKAGE_lime-proto-batadv tristate "lime-proto-batadv.......................... LiMe batman-adv proto support" default y if DEFAULT_lime-proto-batadv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_kmod-batman-adv select PACKAGE_libuci-lua select PACKAGE_libc select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LiMe batman-adv proto support https://github.com/libremesh/lime-packages/ Gioacchino Mazzurco config PACKAGE_lime-proto-bgp tristate "lime-proto-bgp.................................... LiMe BGP proto support" default y if DEFAULT_lime-proto-bgp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lua select PACKAGE_bird1-ipv6 select PACKAGE_bird1-ipv4 select PACKAGE_librt if USE_GLIBC help LiMe BGP proto support http://libremesh.org Gioacchino Mazzurco config PACKAGE_lime-proto-bmx6 tristate "lime-proto-bmx6.................................. LiMe Bmx6 proto support" default y if DEFAULT_lime-proto-bmx6 default m if ALL select PACKAGE_ebtables select PACKAGE_bmx6-sms select PACKAGE_iptables select PACKAGE_bmx6-table select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ebtables-ipv6 select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_bmx6-uci-config depends on IPV6 select PACKAGE_bmx6 select PACKAGE_libc select PACKAGE_bmx6-json help LiMe Bmx6 proto support https://github.com/libremesh/lime-packages/ Gioacchino Mazzurco config PACKAGE_lime-proto-bmx7 tristate "lime-proto-bmx7.................................. LiMe Bmx7 proto support" default y if DEFAULT_lime-proto-bmx7 default m if ALL select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_bmx7-uci-config select PACKAGE_lua depends on IPV6 select PACKAGE_bmx7-json select PACKAGE_libc select PACKAGE_bmx7 select PACKAGE_ebtables select PACKAGE_bmx7-sms select PACKAGE_bmx7-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bmx7-table select PACKAGE_kmod-ebtables-ipv6 help LiMe Bmx7 proto support https://github.com/libremesh/lime-packages/ Gioacchino Mazzurco config PACKAGE_lime-proto-olsr tristate "lime-proto-olsr........................... LiMe OLSR proto support (IPv4)" default y if DEFAULT_lime-proto-olsr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipip select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_olsrd select PACKAGE_lua select PACKAGE_olsrd-mod-jsoninfo select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC help LiMe OLSR proto support (IPv4) http://libremesh.org leonaard config PACKAGE_lime-proto-olsr2 tristate "lime-proto-olsr2...................... LiMe OLSR2 proto support (IPv4/v6)" default y if DEFAULT_lime-proto-olsr2 default m if ALL select PACKAGE_lua select PACKAGE_oonf-olsrd2 select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LiMe OLSR2 proto support (IPv4/v6) http://libremesh.org Gabriel config PACKAGE_lime-proto-olsr6 tristate "lime-proto-olsr6.......................... LiMe OLSR proto support (IPv6)" default y if DEFAULT_lime-proto-olsr6 default m if ALL select PACKAGE_olsrd-mod-jsoninfo select PACKAGE_lua select PACKAGE_olsrd select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC help LiMe OLSR proto support (IPv6) http://libremesh.org leonaard config PACKAGE_lime-proto-wan tristate "lime-proto-wan.................................... LiMe wan proto support" default y if DEFAULT_lime-proto-wan default m if ALL select PACKAGE_kmod-ipt-nat select PACKAGE_libuci-lua select PACKAGE_lime-system select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP help LiMe wan proto support https://github.com/libremesh/lime-packages/ Gioacchino Mazzurco config PACKAGE_lime-report tristate "lime-report.............................. LibreMesh status report utility" default y if DEFAULT_lime-report default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Outputs a report about the status and the main configuration of a LibreMesh node, useful for debugging and issues reporting. https://libremesh.org Ilario Gelmetti config PACKAGE_lime-smart-wifi tristate "lime-smart-wifi................ Configure wifi mesh and ap hardware based" default y if DEFAULT_lime-smart-wifi default m if ALL select PACKAGE_libc select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Automatically configure wifi mesh and ap based on existing radios https://github.com/libremesh/lime-packages/ Paul Spooren config PACKAGE_lime-system tristate "lime-system....................................... libremesh system files" default y if DEFAULT_lime-system default m if ALL select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiwinfo-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lua select PACKAGE_luci-lib-ip select PACKAGE_luci-lib-nixio help Basic system files for LiMe node http://libremesh.org Gioacchino Mazzurco menuconfig PACKAGE_lime-webui tristate "lime-webui.................... libremesh web user interface based on LUCI" default y if DEFAULT_lime-webui default m if ALL select PACKAGE_libc select PACKAGE_uhttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-theme-bootstrap select PACKAGE_libiwinfo-lua select PACKAGE_luci-base select PACKAGE_luci-i18n-base-es if LIMEWEBUI_ES select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-mod-status select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-i18n-base-de if LIMEWEBUI_DE select PACKAGE_luci-i18n-base-pt if LIMEWEBUI_PT select PACKAGE_luci-i18n-base-en select PACKAGE_luci-compat help Web interface for LibreMesh http://libremesh.org p4u config LIMEWEBUI_ES bool "Spanish translation support" depends on PACKAGE_lime-webui default n help Spanish translation support for lime-webui config LIMEWEBUI_PT bool "Portuguese translation support" depends on PACKAGE_lime-webui default n help Portuguese translation support for lime-webui config LIMEWEBUI_DE bool "Deutsch translation support" depends on PACKAGE_lime-webui default n help Deutsch translation support for lime-webui config PACKAGE_shared-state tristate "shared-state..................... Very minimal state sharing betwen nodes" default y if DEFAULT_shared-state default m if ALL select PACKAGE_luci-lib-jsonc select PACKAGE_uclient-fetch select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_iputils-ping6 select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_libc depends on IPV6 help LiMe style minimal unsecured CRDT to share light state between nodes http://libremesh.org Gioacchino Mazzurco select PACKAGE_iputils-ping6 config PACKAGE_shared-state-babeld_hosts tristate "shared-state-babeld_hosts........... babeld-hosts module for shared-state" default y if DEFAULT_shared-state-babeld_hosts default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-jsonc select PACKAGE_lua depends on PACKAGE_shared-state select PACKAGE_hotplug-initd-services select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT help Maintain a shared babel_id-hostname translation table, provides also bab2host and host2bab commands. http://libremesh.org Gioacchino Mazzurco config PACKAGE_shared-state-bat_hosts tristate "shared-state-bat_hosts................. bat-hosts module for shared-state" default y if DEFAULT_shared-state-bat_hosts default m if ALL select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua depends on PACKAGE_shared-state select PACKAGE_luci-lib-jsonc select PACKAGE_librt if USE_GLIBC help Syncronize bat-hosts beween nodes, provides also mac2bat and bat2mac. http://libremesh.org Gioacchino Mazzurco config PACKAGE_shared-state-dnsmasq_hosts tristate "shared-state-dnsmasq_hosts......... dnsmasq hosts module for shared-state" default y if DEFAULT_shared-state-dnsmasq_hosts default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-jsonc depends on PACKAGE_shared-state select PACKAGE_lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT help Syncronize dnsmasq hosts beween nodes. http://libremesh.org Gioacchino Mazzurco config PACKAGE_shared-state-dnsmasq_leases tristate "shared-state-dnsmasq_leases....... dnsmasq leases module for shared-state" default y if DEFAULT_shared-state-dnsmasq_leases default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-nixio select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC depends on PACKAGE_shared-state select PACKAGE_lua select PACKAGE_luci-lib-jsonc select PACKAGE_shared-state-dnsmasq_hosts help Syncronize dnsmasq leases beween nodes. http://libremesh.org Gioacchino Mazzurco config PACKAGE_shared-state-nodes_and_links tristate "shared-state-nodes_and_links..... nodes_and_links module for shared-state" default y if DEFAULT_shared-state-nodes_and_links default m if ALL select PACKAGE_luci-lib-jsonc select PACKAGE_lua depends on PACKAGE_shared-state select PACKAGE_librt if USE_GLIBC select PACKAGE_ubus-lime-location select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Syncronize nodes_and_links beween nodes. http://libremesh.org Nicolas Pace config PACKAGE_shared-state-persist tristate "shared-state-persist................ Persists shared-state in usb devices" default y if DEFAULT_shared-state-persist default m if ALL select PACKAGE_block-mount select PACKAGE_librt if USE_GLIBC depends on USB_SUPPORT select PACKAGE_kmod-fs-vfat depends on PACKAGE_shared-state select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-usb-storage select PACKAGE_libssp if GCC_LIBSSP help Detects block-mount storage devices and configures shared-state so that status persists on those devices. http://libremesh.org Marcos Gutierrez config PACKAGE_shared-state-pirania tristate "shared-state-pirania............. Pirania vaucher module for shared-state" default y if DEFAULT_shared-state-pirania default m if ALL select PACKAGE_libssp if GCC_LIBSSP select BUSYBOX_CONFIG_ASH_RANDOM_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_shared-state select PACKAGE_lua select PACKAGE_luci-lib-jsonc select PACKAGE_librt if USE_GLIBC help Syncronize valid pirania vauchers beween nodes http://libremesh.org Marcos Gutierrez endmenu menu "LuCI" menu "1. Collections" config PACKAGE_luci tristate "luci................... LuCI interface with Uhttpd as Webserver (default)" default y if DEFAULT_luci default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-app-firewall select PACKAGE_luci-proto-ppp select PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uhttpd select PACKAGE_luci-proto-ipv6 if IPV6 select PACKAGE_librt if USE_GLIBC select PACKAGE_rpcd-mod-rrdns select PACKAGE_luci-theme-bootstrap select PACKAGE_luci-mod-admin-full select PACKAGE_libiwinfo-lua help Standard OpenWrt set including full admin with ppp support and the default Bootstrap theme config PACKAGE_luci-light tristate "luci-light" default y if DEFAULT_luci-light default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-theme-openwrt depends on BROKEN select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-mod-admin-mini select PACKAGE_uhttpd select PACKAGE_libssp if GCC_LIBSSP help Minimum package set using only admin mini and the standard theme config PACKAGE_luci-nginx tristate "luci-nginx........................ LuCI interface with Nginx as Webserver" default y if DEFAULT_luci-nginx default m if ALL select PACKAGE_rpcd-mod-rrdns select PACKAGE_luci-mod-admin-full select PACKAGE_nginx if PACKAGE_nginx-ssl config PACKAGE_luci-app-adblock tristate "luci-app-adblock................................ LuCI support for Adblock" default y if DEFAULT_luci-app-adblock default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_adblock select PACKAGE_luci-lib-jsonc help LuCI support for Adblock config PACKAGE_luci-app-advanced-reboot tristate "luci-app-advanced-reboot.................. Advanced Linksys Reboot Web UI" default y if DEFAULT_luci-app-advanced-reboot default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_jshn select PACKAGE_luci-mod-admin-full select PACKAGE_libssp if GCC_LIBSSP help Provides Web UI (found under System/Advanced Reboot) to reboot supported Linksys and ZyXEL routers to an alternative partition. Also provides Web UI to shut down (power off) your device. Supported dual-partition routers are listed at https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ Stan Grishin config PACKAGE_luci-app-ahcp tristate "luci-app-ahcp..................................... LuCI Support for AHCPd" default y if DEFAULT_luci-app-ahcp default m if ALL depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_ahcpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat help LuCI Support for AHCPd config PACKAGE_luci-app-aria2 tristate "luci-app-aria2.................................... LuCI Support for Aria2" default y if DEFAULT_luci-app-aria2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_aria2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_luci-lib-ipkg help LuCI Support for Aria2 Xingwang Liao config PACKAGE_luci-app-attendedsysupgrade tristate "luci-app-attendedsysupgrade........ LuCI support for attended sysupgrades" default y if DEFAULT_luci-app-attendedsysupgrade default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_uhttpd select PACKAGE_cgi-io select PACKAGE_librt if USE_GLIBC select PACKAGE_attendedsysupgrade-common select PACKAGE_luci-base select PACKAGE_uhttpd-mod-ubus help LuCI support for attended sysupgrades config PACKAGE_luci-app-banip tristate "luci-app-banip.................................... LuCI support for banIP" default y if DEFAULT_luci-app-banip default m if ALL select PACKAGE_banip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-jsonc select PACKAGE_luci-compat help LuCI support for banIP config PACKAGE_luci-app-batman-adv tristate "luci-app-batman-adv....................... B.A.T.M.A.N.-Adv status module" default y if DEFAULT_luci-app-batman-adv default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-dracula select PACKAGE_luci-lib-jquery-1-4 select PACKAGE_kmod-batman-adv select PACKAGE_batctl-default if PACKAGE_batctl-tiny config PACKAGE_luci-app-bcp38 tristate "luci-app-bcp38...................................... BCP38 LuCI interface" default y if DEFAULT_luci-app-bcp38 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_bcp38 select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC help BCP38 LuCI interface Toke Høiland-Jørgensen config PACKAGE_luci-app-bird1-ipv4 tristate "luci-app-bird1-ipv4.......................... LuCI support for bird1-ipv4" default y if DEFAULT_luci-app-bird1-ipv4 default m if ALL select PACKAGE_bird1-ipv4-uci select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help bird4 application for LuCI https://github.com/eloicaso/bird-openwrt/ Eloi Carbo config PACKAGE_luci-app-bird1-ipv6 tristate "luci-app-bird1-ipv6.......................... LuCI support for bird1-ipv6" default y if DEFAULT_luci-app-bird1-ipv6 default m if ALL select PACKAGE_luci-base select PACKAGE_bird1-ipv6-uci select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help bird6 application for LuCI https://github.com/eloicaso/bird-openwrt/ Eloi Carbo config PACKAGE_luci-app-bmx6 tristate "luci-app-bmx6........ bmx6 configuration, status and visualization module" default y if DEFAULT_luci-app-bmx6 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-httpclient select PACKAGE_luci-base select PACKAGE_bmx6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-lib-dracula depends on IPV6 select PACKAGE_luci-lib-jquery-1-4 select PACKAGE_luci-lib-json select PACKAGE_libssp if GCC_LIBSSP help bmx6 web application (status and configuration) for LuCi web interface Pau Escrich config PACKAGE_luci-app-bmx7 tristate "luci-app-bmx7...................................... LuCI support for BMX7" default y if DEFAULT_luci-app-bmx7 default m if ALL select PACKAGE_bmx7-json select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_bmx7 select PACKAGE_luci-lib-json select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat help LuCI support for BMX7 Roger Pueyo Pau Escrich config PACKAGE_luci-app-cjdns tristate "luci-app-cjdns............ Encrypted near-zero-conf mesh routing protocol" default y if DEFAULT_luci-app-cjdns default m if ALL select PACKAGE_luci-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_cjdns select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on IPV6 help This package allows you to configure and inspect cjdns networking using LuCI. Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. https://github.com/cjdelisle/cjdns Lars Gierth config PACKAGE_luci-app-clamav tristate "luci-app-clamav.................................... ClamAV LuCI interface" default y if DEFAULT_luci-app-clamav default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_luci-mod-admin-full select PACKAGE_librt if USE_GLIBC help ClamAV LuCI interface Marko Ratkaj config PACKAGE_luci-app-commands tristate "luci-app-commands.............................. LuCI Shell Command Module" default y if DEFAULT_luci-app-commands default m if ALL select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Shell Command Module config PACKAGE_luci-app-coovachilli tristate "luci-app-coovachilli....................... LuCI Support for Coova Chilli" default y if DEFAULT_luci-app-coovachilli default m if ALL select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Support for Coova Chilli config PACKAGE_luci-app-cshark tristate "luci-app-cshark........................... Cloudshark capture tool Web UI" default y if DEFAULT_luci-app-cshark default m if ALL select PACKAGE_cshark select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Cloudshark capture tool Web UI Luka Perkov config PACKAGE_luci-app-dcwapd tristate "luci-app-dcwapd........ Dual Channel Wi-Fi AP Daemon configuration module" default y if DEFAULT_luci-app-dcwapd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Dual Channel Wi-Fi AP Daemon configuration module config PACKAGE_luci-app-ddns tristate "luci-app-ddns......... LuCI Support for Dynamic DNS Client (ddns-scripts)" default y if DEFAULT_luci-app-ddns default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ddns-scripts select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_luci-mod-admin-full select PACKAGE_luci-lib-ipkg select PACKAGE_librt if USE_GLIBC help LuCI Support for Dynamic DNS Client (ddns-scripts) Ansuel Smith config PACKAGE_luci-app-diag-core tristate "luci-app-diag-core......................... LuCI Diagnostics Tools (Core)" default y if DEFAULT_luci-app-diag-core default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help LuCI Diagnostics Tools (Core) config PACKAGE_luci-app-dnscrypt-proxy tristate "luci-app-dnscrypt-proxy.................. LuCI support for DNSCrypt-Proxy" default y if DEFAULT_luci-app-dnscrypt-proxy default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-httpprotoutils select PACKAGE_uclient-fetch select PACKAGE_librt if USE_GLIBC select PACKAGE_dnscrypt-proxy select PACKAGE_luci-compat help LuCI support for DNSCrypt-Proxy config PACKAGE_luci-app-dump1090 tristate "luci-app-dump1090.............................. LuCI Support for dump1090" default y if DEFAULT_luci-app-dump1090 default m if ALL select PACKAGE_luci-compat select PACKAGE_dump1090 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Support for dump1090 config PACKAGE_luci-app-dynapoint tristate "luci-app-dynapoint............................ LuCI Support for DynaPoint" default y if DEFAULT_luci-app-dynapoint default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_dynapoint select PACKAGE_luci-compat select PACKAGE_luci-lib-ipkg select PACKAGE_librt if USE_GLIBC help LuCI Support for DynaPoint Tobias Ilte config PACKAGE_luci-app-e2guardian tristate "luci-app-e2guardian............................ E2Guardian LuCI Interface" default y if DEFAULT_luci-app-e2guardian default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_e2guardian select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC help E2Guardian LuCI Interface Marko Ratkaj config PACKAGE_luci-app-firewall tristate "luci-app-firewall................ Firewall and Portforwarding application" default y if DEFAULT_luci-app-firewall default m if ALL select PACKAGE_firewall select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Firewall and Portforwarding application config PACKAGE_luci-app-fwknopd tristate "luci-app-fwknopd" default y if DEFAULT_luci-app-fwknopd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_fwknopd select PACKAGE_luci-compat select PACKAGE_qrencode select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Fwknopd config - web config for the firewall knock daemon Jonathan Bennett config PACKAGE_luci-app-hd-idle tristate "luci-app-hd-idle......................... Hard Disk Idle Spin-Down module" default y if DEFAULT_luci-app-hd-idle default m if ALL select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hd-idle select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Hard Disk Idle Spin-Down module config PACKAGE_luci-app-hnet tristate "luci-app-hnet............... HNCP Homenet configuration and visualization" default y if DEFAULT_luci-app-hnet default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help HNCP Homenet configuration and visualization Steven Barth config PACKAGE_luci-app-https-dns-proxy tristate "luci-app-https-dns-proxy..................... DNS Over HTTPS Proxy Web UI" default y if DEFAULT_luci-app-https-dns-proxy default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_https-dns-proxy select PACKAGE_luci-compat select PACKAGE_luci-mod-admin-full help Provides Web UI for DNS Over HTTPS Proxy Stan Grishin config PACKAGE_luci-app-ksmbd tristate "luci-app-ksmbd.......... Network Shares - Ksmbd the SMB kernel fileserver" default y if DEFAULT_luci-app-ksmbd default m if ALL select PACKAGE_ksmbd-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Network Shares - Ksmbd the SMB kernel fileserver config PACKAGE_luci-app-lime-location tristate "luci-app-lime-location.............. luci app to handle LibreMap location" default y if DEFAULT_luci-app-lime-location default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libremap-agent select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This luci application lets the user set the LibreMap coordinates for the node NicoEchaniz config PACKAGE_luci-app-ltqtapi tristate "luci-app-ltqtapi......................... LuCI Support for Lantiq Devices" default y if DEFAULT_luci-app-ltqtapi default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on BROKEN select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat help LuCI Support for Lantiq Devices config PACKAGE_luci-app-lxc tristate "luci-app-lxc....................................... LXC management Web UI" default y if DEFAULT_luci-app-lxc default m if ALL select PACKAGE_tar if !LXC_BUSYBOX_OPTIONS select PACKAGE_liblxc select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_lxc-create select PACKAGE_lxc-console select PACKAGE_libpthread if USE_GLIBC select PACKAGE_rpcd-mod-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_getopt select PACKAGE_lxc select PACKAGE_lxc-attach select PACKAGE_libc help LXC management Web UI Petar Koretic config PACKAGE_luci-app-minidlna tristate "luci-app-minidlna.............................. LuCI Support for miniDLNA" default y if DEFAULT_luci-app-minidlna default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_minidlna select PACKAGE_luci-compat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help LuCI Support for miniDLNA config PACKAGE_luci-app-mjpg-streamer tristate "luci-app-mjpg-streamer........ MJPG-Streamer service configuration module" default y if DEFAULT_luci-app-mjpg-streamer default m if ALL select PACKAGE_mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC help MJPG-Streamer service configuration module config PACKAGE_luci-app-mosquitto tristate "luci-app-mosquitto.............................. Mosquitto LuCI interface" default y if DEFAULT_luci-app-mosquitto default m if ALL select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mosquitto-ssl||PACKAGE_mosquitto-nossl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Provides a webadmin for most basic mosquitto parameters. Karl Palsson config PACKAGE_luci-app-mwan3 tristate "luci-app-mwan3........ LuCI support for the MWAN3 multiwan hotplug script" default y if DEFAULT_luci-app-mwan3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_luci-compat select PACKAGE_luci-mod-admin-full select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-lib-nixio select PACKAGE_mwan3 select PACKAGE_libssp if GCC_LIBSSP help LuCI support for the MWAN3 multiwan hotplug script Aedan Renner Florian Eckert config PACKAGE_luci-app-nextdns tristate "luci-app-nextdns................................ LuCI support for NextDNS" default y if DEFAULT_luci-app-nextdns default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_nextdns help LuCI support for NextDNS config PACKAGE_luci-app-nft-qos tristate "luci-app-nft-qos....................................... Qos over Nftables" default y if DEFAULT_luci-app-nft-qos default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_nft-qos depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat help Qos over Nftables config PACKAGE_luci-app-nlbwmon tristate "luci-app-nlbwmon...................... Netlink based bandwidth accounting" default y if DEFAULT_luci-app-nlbwmon default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Netlink based bandwidth accounting config PACKAGE_luci-app-ntpc tristate "luci-app-ntpc.............. NTP time synchronisation configuration module" default y if DEFAULT_luci-app-ntpc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ntpclient select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC help NTP time synchronisation configuration module config PACKAGE_luci-app-nut tristate "luci-app-nut............................. Network UPS Tools Configuration" default y if DEFAULT_luci-app-nut default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat help Network UPS Tools Configuration config PACKAGE_luci-app-ocserv tristate "luci-app-ocserv......................... LuCI Support for OpenConnect VPN" default y if DEFAULT_luci-app-ocserv default m if ALL select PACKAGE_ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_certtool select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat help LuCI Support for OpenConnect VPN config PACKAGE_luci-app-olsr tristate "luci-app-olsr....................... OLSR configuration and status module" default y if DEFAULT_luci-app-olsr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-json select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_olsrd-mod-jsoninfo select PACKAGE_luci-compat select PACKAGE_olsrd select PACKAGE_librt if USE_GLIBC help OLSR configuration and status module config PACKAGE_luci-app-olsr-services tristate "luci-app-olsr-services" default y if DEFAULT_luci-app-olsr-services default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_olsrd-mod-nameservice select PACKAGE_olsrd select PACKAGE_luci-app-olsr select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Show services announced with the nameservice plugin config PACKAGE_luci-app-olsr-viz tristate "luci-app-olsr-viz..................................... OLSR Visualisation" default y if DEFAULT_luci-app-olsr-viz default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_olsrd-mod-txtinfo select PACKAGE_luci-app-olsr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_olsrd select PACKAGE_librt if USE_GLIBC help OLSR Visualisation config PACKAGE_luci-app-openairview tristate "luci-app-openairview.......... Visualize the spectrum and wifi neighbours" default y if DEFAULT_luci-app-openairview default m if ALL depends on PACKAGE_ATH_DEBUG select PACKAGE_fft-eval depends on PACKAGE_ATH_SPECTRAL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-jquery-1-4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-json select PACKAGE_luci-lib-jquery-flot-0-8 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Includes a realtime spectral scan for ath9k chipsets, a realtime plot of wifi neighbours signal (think "iw station dump") and a site survey of wifi networks, with signal plots (think "iw scan") Gui Iribarren config PACKAGE_luci-app-openvpn tristate "luci-app-openvpn................................ LuCI Support for OpenVPN" default y if DEFAULT_luci-app-openvpn default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP help LuCI Support for OpenVPN config PACKAGE_luci-app-opkg tristate "luci-app-opkg........................ OPKG package management application" default y if DEFAULT_luci-app-opkg default m if ALL select PACKAGE_opkg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help OPKG package management application config PACKAGE_luci-app-p910nd tristate "luci-app-p910nd........................... p910nd - Printer server module" default y if DEFAULT_luci-app-p910nd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_p910nd select PACKAGE_luci-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help p910nd - Printer server module config PACKAGE_luci-app-pagekitec tristate "luci-app-pagekitec............................. LuCI Support for PageKite" default y if DEFAULT_luci-app-pagekitec default m if ALL select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_pagekitec select PACKAGE_libc help LuCI Support for PageKite Karl Palsson config PACKAGE_luci-app-polipo tristate "luci-app-polipo........................ LuCI Support for the Polipo Proxy" default y if DEFAULT_luci-app-polipo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_polipo select PACKAGE_luci-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LuCI Support for the Polipo Proxy config PACKAGE_luci-app-privoxy tristate "luci-app-privoxy...................... LuCI Support for Privoxy WEB proxy" default y if DEFAULT_luci-app-privoxy default m if ALL select PACKAGE_luci-lib-ipkg select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_privoxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Support for Privoxy WEB proxy # shown in make menuconfig help LuCI Support for Privoxy WEB proxy . Version: 1.0.6-2 config PACKAGE_luci-app-qos tristate "luci-app-qos..................... Quality of Service configuration module" default y if DEFAULT_luci-app-qos default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat select PACKAGE_qos-scripts select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Quality of Service configuration module config PACKAGE_luci-app-radicale tristate "luci-app-radicale............... LuCI Support for Radicale CardDAV/CalDAV" default y if DEFAULT_luci-app-radicale default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_luci-mod-admin-full select PACKAGE_luci-lib-ipkg select PACKAGE_librt if USE_GLIBC help LuCI Support for Radicale CardDAV/CalDAV # shown in make menuconfig help LuCI Support for Radicale CardDAV/CalDAV . !!! Package "radicale-py2" or "radicale-py3" needs to be !!! !!! installed sepearatly. There is no buildin dependency set !!! . Version: 1.1.0-2 config PACKAGE_luci-app-radicale2 tristate "luci-app-radicale2................... Radicale v2.x CalDAV/CardDAV Server" default y if DEFAULT_luci-app-radicale2 default m if ALL select PACKAGE_rpcd-mod-rad2-enc select PACKAGE_luci-compat select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_radicale2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Radicale v2.x CalDAV/CardDAV Server Daniel Dickinson config PACKAGE_luci-app-rosy-file-server tristate "luci-app-rosy-file-server.............. LuCI Support for Rosy File Server" default y if DEFAULT_luci-app-rosy-file-server default m if ALL select PACKAGE_rosy-file-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-base select PACKAGE_luci-compat help LuCI Support for Rosy File Server config PACKAGE_luci-app-rp-pppoe-server tristate "luci-app-rp-pppoe-server.................... Roaring Penguin PPPoE Server" default y if DEFAULT_luci-app-rp-pppoe-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_rp-pppoe-server depends on PACKAGE_ppp select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) help Roaring Penguin PPPoE Server config PACKAGE_luci-app-samba tristate "luci-app-samba.................... Network Shares - Samba SMB/CIFS module" default y if DEFAULT_luci-app-samba default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_samba36-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat help Network Shares - Samba SMB/CIFS module config PACKAGE_luci-app-samba4 tristate "luci-app-samba4............. Network Shares - Samba 4 SMB/CIFS fileserver" default y if DEFAULT_luci-app-samba4 default m if ALL select PACKAGE_samba4-server depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Network Shares - Samba 4 SMB/CIFS fileserver config PACKAGE_luci-app-shadowsocks-libev tristate "luci-app-shadowsocks-libev............ LuCI Support for shadowsocks-libev" default y if DEFAULT_luci-app-shadowsocks-libev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help LuCI Support for shadowsocks-libev config PACKAGE_luci-app-shairplay tristate "luci-app-shairplay............................ LuCI Support for Shairplay" default y if DEFAULT_luci-app-shairplay default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shairplay select PACKAGE_luci-compat depends on AUDIO_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help LuCI Support for Shairplay config PACKAGE_luci-app-siitwizard tristate "luci-app-siitwizard............. SIIT IPv4-over-IPv6 configuration wizard" default y if DEFAULT_luci-app-siitwizard default m if ALL depends on (!(TARGET_ps3||TARGET_pxcab)) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-siit select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat help SIIT IPv4-over-IPv6 configuration wizard config PACKAGE_luci-app-simple-adblock tristate "luci-app-simple-adblock............................ Simple Adblock Web UI" default y if DEFAULT_luci-app-simple-adblock default m if ALL select PACKAGE_simple-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Provides Web UI for simple-adblock service. Stan Grishin config PACKAGE_luci-app-snmpd tristate "luci-app-snmpd................................... Net-SNMP LuCI interface" default y if DEFAULT_luci-app-snmpd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Some common net-snmp config items. In no way is this comprehensive. Karl Palsson config PACKAGE_luci-app-splash tristate "luci-app-splash......................... Freifunk DHCP-Splash application" default y if DEFAULT_luci-app-splash default m if ALL select PACKAGE_libc select PACKAGE_iptables-mod-nat-extra select PACKAGE_kmod-sched select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-iptparser select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_tc select PACKAGE_luci-compat select PACKAGE_iptables-mod-ipopt help Freifunk DHCP-Splash application config PACKAGE_luci-app-sqm tristate "luci-app-sqm................................ SQM Scripts - LuCI interface" default y if DEFAULT_luci-app-sqm default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-base select PACKAGE_lua select PACKAGE_sqm-scripts select PACKAGE_luci-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Luci interface for the SQM scripts queue management configuration package. Toke Høiland-Jørgensen config PACKAGE_luci-app-squid tristate "luci-app-squid...................................... Squid LuCI Interface" default y if DEFAULT_luci-app-squid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat select PACKAGE_squid select PACKAGE_librt if USE_GLIBC help Squid LuCI Interface Marko Ratkaj config PACKAGE_luci-app-statistics tristate "luci-app-statistics.......................... LuCI Statistics Application" default y if DEFAULT_luci-app-statistics default m if ALL select PACKAGE_collectd-mod-cpu select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-lib-iptparser select PACKAGE_collectd-mod-memory select PACKAGE_collectd select PACKAGE_libc select PACKAGE_collectd-mod-load select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_collectd-mod-network select PACKAGE_collectd-mod-iwinfo select PACKAGE_rrdtool1 select PACKAGE_collectd-mod-rrdtool select PACKAGE_collectd-mod-interface select PACKAGE_libpthread if USE_GLIBC help LuCI Statistics Application config PACKAGE_luci-app-tinyproxy tristate "luci-app-tinyproxy............... Tinyproxy - HTTP(S)-Proxy configuration" default y if DEFAULT_luci-app-tinyproxy default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat select PACKAGE_tinyproxy help Tinyproxy - HTTP(S)-Proxy configuration config PACKAGE_luci-app-transmission tristate "luci-app-transmission...................... LuCI Support for Transmission" default y if DEFAULT_luci-app-transmission default m if ALL select PACKAGE_luci-compat select PACKAGE_luci-lib-ipkg select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Support for Transmission config PACKAGE_luci-app-travelmate tristate "luci-app-travelmate.......................... LuCI support for Travelmate" default y if DEFAULT_luci-app-travelmate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-compat select PACKAGE_luci-lib-jsonc select PACKAGE_travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help LuCI support for Travelmate config PACKAGE_luci-app-ttyd tristate "luci-app-ttyd. ttyd - Command-line tool for sharing terminal over the web" default y if DEFAULT_luci-app-ttyd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ttyd help ttyd - Command-line tool for sharing terminal over the web config PACKAGE_luci-app-udpxy tristate "luci-app-udpxy.................................... LuCI Support for udpxy" default y if DEFAULT_luci-app-udpxy default m if ALL select PACKAGE_udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-compat help LuCI Support for udpxy config PACKAGE_luci-app-uhttpd tristate "luci-app-uhttpd........................... uHTTPd Webserver Configuration" default y if DEFAULT_luci-app-uhttpd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uhttpd help uHTTPd Webserver Configuration Daniel Dickinson config PACKAGE_luci-app-unbound tristate "luci-app-unbound............ Unbound Recursive DNS Resolver Configuration" default y if DEFAULT_luci-app-unbound default m if ALL select PACKAGE_luci-compat select PACKAGE_unbound-daemon if PACKAGE_unbound-daemon-heavy config PACKAGE_luci-app-vpnbypass tristate "luci-app-vpnbypass..................................... VPN Bypass Web UI" default y if DEFAULT_luci-app-vpnbypass default m if ALL select PACKAGE_vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-mod-admin-full select PACKAGE_luci-compat help Provides Web UI for VPNBypass service. Stan Grishin config PACKAGE_luci-app-watchcat tristate "luci-app-watchcat.............................. LuCI Support for Watchcat" default y if DEFAULT_luci-app-watchcat default m if ALL select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_watchcat help LuCI Support for Watchcat config PACKAGE_luci-app-wifischedule tristate "luci-app-wifischedule...... Turns WiFi on and off according to a schedule" default y if DEFAULT_luci-app-wifischedule default m if ALL select PACKAGE_luci-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Turns WiFi on and off according to a schedule config PACKAGE_luci-app-wireguard tristate "luci-app-wireguard...................................... WireGuard Status" default y if DEFAULT_luci-app-wireguard default m if ALL select PACKAGE_wireguard-tools select PACKAGE_kmod-wireguard select PACKAGE_librt if USE_GLIBC select PACKAGE_luci-proto-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help WireGuard Status config PACKAGE_luci-app-wol tristate "luci-app-wol................................ LuCI Support for Wake-on-LAN" default y if DEFAULT_luci-app-wol default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_etherwake select PACKAGE_luci-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help LuCI Support for Wake-on-LAN endmenu menu "4. Themes" config PACKAGE_luci-theme-bootstrap tristate "luci-theme-bootstrap........................... Bootstrap Theme (default)" default y if DEFAULT_luci-theme-bootstrap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Bootstrap Theme (default) config PACKAGE_luci-theme-material tristate "luci-theme-material....................................... Material Theme" default y if DEFAULT_luci-theme-material default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Material Theme config PACKAGE_luci-theme-openwrt tristate "luci-theme-openwrt................................ LuCI OpenWrt.org theme" default y if DEFAULT_luci-theme-openwrt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help LuCI OpenWrt.org theme endmenu menu "5. Protocols" config PACKAGE_luci-proto-3g tristate "luci-proto-3g............................................. Support for 3G" default y if DEFAULT_luci-proto-3g default m if ALL select PACKAGE_comgt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Support for 3G config PACKAGE_luci-proto-gre tristate "luci-proto-gre......................... Support for GRE tunnels (RFC2784)" default y if DEFAULT_luci-proto-gre default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_gre select PACKAGE_libssp if GCC_LIBSSP help Support for GRE tunnels (RFC2784) Jan Betik config PACKAGE_luci-proto-hnet tristate "luci-proto-hnet......................................... Support for hnet" default y if DEFAULT_luci-proto-hnet default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Support for hnet Steven Barth config PACKAGE_luci-proto-ipip tristate "luci-proto-ipip.......... Support for IPIP tunnels (IPv4-in-IPv4 RFC2003)" default y if DEFAULT_luci-proto-ipip default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_ipip select PACKAGE_libssp if GCC_LIBSSP help Support for IPIP tunnels (IPv4-in-IPv4 RFC2003) Roger Pueyo Centelles config PACKAGE_luci-proto-ipv6 tristate "luci-proto-ipv6................. Support for DHCPv6/6in4/6to4/6rd/DS-Lite" default y if DEFAULT_luci-proto-ipv6 default m if ALL depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Support for DHCPv6/6in4/6to4/6rd/DS-Lite config PACKAGE_luci-proto-ncm tristate "luci-proto-ncm........................................... Support for NCM" default y if DEFAULT_luci-proto-ncm default m if ALL depends on USB_SUPPORT select PACKAGE_comgt-ncm select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kmod-usb-serial select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_kmod-usb-net help Support for NCM config PACKAGE_luci-proto-openconnect tristate "luci-proto-openconnect....................... Support for OpenConnect VPN" default y if DEFAULT_luci-proto-openconnect default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_openconnect select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Support for OpenConnect VPN config PACKAGE_luci-proto-ppp tristate "luci-proto-ppp.......................... Support for PPP/PPPoE/PPPoA/PPtP" default y if DEFAULT_luci-proto-ppp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Support for PPP/PPPoE/PPPoA/PPtP config PACKAGE_luci-proto-pppossh tristate "luci-proto-pppossh................................... Support for pppossh" default y if DEFAULT_luci-proto-pppossh default m if ALL select PACKAGE_pppossh select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_dropbear||PACKAGE_openssh-client) help Support for pppossh Yousong Zhou config PACKAGE_luci-proto-qmi tristate "luci-proto-qmi........................................... Support for QMI" default y if DEFAULT_luci-proto-qmi default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uqmi depends on USB_SUPPORT help Support for QMI config PACKAGE_luci-proto-relay tristate "luci-proto-relay....................... Support for relayd pseudo bridges" default y if DEFAULT_luci-proto-relay default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_relayd select PACKAGE_libssp if GCC_LIBSSP help Support for relayd pseudo bridges config PACKAGE_luci-proto-vpnc tristate "luci-proto-vpnc..................................... Support for VPNC VPN" default y if DEFAULT_luci-proto-vpnc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_vpnc select PACKAGE_libssp if GCC_LIBSSP help Support for VPNC VPN Daniel Dickinson config PACKAGE_luci-proto-wireguard tristate "luci-proto-wireguard........................... Support for WireGuard VPN" default y if DEFAULT_luci-proto-wireguard default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-wireguard select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_wireguard-tools help Support for WireGuard VPN endmenu menu "6. Libraries" config PACKAGE_luci-lib-dracula tristate "luci-lib-dracula........................ dracula graph javascript library" default y if DEFAULT_luci-lib-dracula default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help dracula graph javascript library Pau Escrich config PACKAGE_luci-lib-httpclient tristate "luci-lib-httpclient............................... HTTP(S) client library" default y if DEFAULT_luci-lib-httpclient default m if ALL select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_luci-lib-httpprotoutils select PACKAGE_librt if USE_GLIBC help HTTP(S) client library config PACKAGE_luci-lib-httpprotoutils tristate "luci-lib-httpprotoutils.................. HTTP protocol utility functions" default y if DEFAULT_luci-lib-httpprotoutils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help HTTP protocol utility functions config PACKAGE_luci-lib-ip tristate "luci-lib-ip....... Lua library for IP calculation and routing information" default y if DEFAULT_luci-lib-ip default m if ALL select PACKAGE_libnl-tiny select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Lua library for IP calculation and routing information config PACKAGE_luci-lib-ipkg tristate "luci-lib-ipkg................................ Legacy opkg interface class" default y if DEFAULT_luci-lib-ipkg default m if ALL select PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Legacy opkg interface class config PACKAGE_luci-lib-iptparser tristate "luci-lib-iptparser......................... Iptables listing parser class" default y if DEFAULT_luci-lib-iptparser default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Iptables listing parser class config PACKAGE_luci-lib-jquery-1-4 tristate "luci-lib-jquery-1-4........................ jQuery 1.4 javascript library" default y if DEFAULT_luci-lib-jquery-1-4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help minified javascript jQuery 1.4 library Gui Iribarren config PACKAGE_luci-lib-json tristate "luci-lib-json.......................................... LuCI JSON library" default y if DEFAULT_luci-lib-json default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help LuCI JSON library config PACKAGE_luci-lib-jsonc tristate "luci-lib-jsonc.................................... Lua binding for JSON-C" default y if DEFAULT_luci-lib-jsonc default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjson-c help Lua binding for JSON-C config PACKAGE_luci-lib-nixio tristate "luci-lib-nixio....................................... NIXIO POSIX library" default y if DEFAULT_luci-lib-nixio default m if ALL select PACKAGE_libwolfssl if PACKAGE_luci-lib-nixio_cyassl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl if PACKAGE_luci-lib-nixio_openssl help NIXIO POSIX library choice prompt "TLS Provider" default PACKAGE_luci-lib-nixio_notls config PACKAGE_luci-lib-nixio_notls bool "Disabled" config PACKAGE_luci-lib-nixio_axtls bool "Builtin (axTLS)" config PACKAGE_luci-lib-nixio_cyassl bool "CyaSSL" select PACKAGE_libcyassl config PACKAGE_luci-lib-nixio_openssl bool "OpenSSL" select PACKAGE_libopenssl endchoice config PACKAGE_luci-lib-px5g tristate "luci-lib-px5g... RSA/X.509 Key Generator (required for LuCId SSL support)" default y if DEFAULT_luci-lib-px5g default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua select PACKAGE_libssp if GCC_LIBSSP help RSA/X.509 Key Generator (required for LuCId SSL support) config PACKAGE_luci-lib-rpcc tristate "luci-lib-rpcc..................................... LuCI Support for AHCPd" default y if DEFAULT_luci-lib-rpcc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LuCI Support for AHCPd endmenu menu "8. Libraries" config PACKAGE_luci-lib-jquery-flot-0-8 tristate "luci-lib-jquery-flot-0-8............ jQuery library - Flot chart plotting" default y if DEFAULT_luci-lib-jquery-flot-0-8 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help jQuery library - Flot chart plotting Gui Iribarren endmenu config PACKAGE_luci-i18n-adblock-bg tristate default y if DEFAULT_luci-i18n-adblock-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - български (Bulgarian) config PACKAGE_luci-i18n-adblock-ca tristate default y if DEFAULT_luci-i18n-adblock-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Català (Catalan) config PACKAGE_luci-i18n-adblock-cs tristate default y if DEFAULT_luci-i18n-adblock-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Čeština (Czech) config PACKAGE_luci-i18n-adblock-de tristate default y if DEFAULT_luci-i18n-adblock-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Deutsch (German) config PACKAGE_luci-i18n-adblock-el tristate default y if DEFAULT_luci-i18n-adblock-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-adblock - Ελληνικά (Greek) config PACKAGE_luci-i18n-adblock-en tristate default y if DEFAULT_luci-i18n-adblock-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - English config PACKAGE_luci-i18n-adblock-es tristate default y if DEFAULT_luci-i18n-adblock-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Español (Spanish) config PACKAGE_luci-i18n-adblock-fr tristate default y if DEFAULT_luci-i18n-adblock-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Français (French) config PACKAGE_luci-i18n-adblock-he tristate default y if DEFAULT_luci-i18n-adblock-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-adblock - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-adblock-hi tristate default y if DEFAULT_luci-i18n-adblock-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - हिंदी (Hindi) config PACKAGE_luci-i18n-adblock-hu tristate default y if DEFAULT_luci-i18n-adblock-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Magyar (Hungarian) config PACKAGE_luci-i18n-adblock-it tristate default y if DEFAULT_luci-i18n-adblock-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-adblock - Italiano (Italian) config PACKAGE_luci-i18n-adblock-ja tristate default y if DEFAULT_luci-i18n-adblock-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-adblock - 日本語 (Japanese) config PACKAGE_luci-i18n-adblock-ko tristate default y if DEFAULT_luci-i18n-adblock-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-adblock - 한국어 (Korean) config PACKAGE_luci-i18n-adblock-mr tristate default y if DEFAULT_luci-i18n-adblock-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - मराठी (Marathi) config PACKAGE_luci-i18n-adblock-ms tristate default y if DEFAULT_luci-i18n-adblock-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-adblock-no tristate default y if DEFAULT_luci-i18n-adblock-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Norsk (Norwegian) config PACKAGE_luci-i18n-adblock-pl tristate default y if DEFAULT_luci-i18n-adblock-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Polski (Polish) config PACKAGE_luci-i18n-adblock-pt tristate default y if DEFAULT_luci-i18n-adblock-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Português (Portuguese) config PACKAGE_luci-i18n-adblock-pt-br tristate default y if DEFAULT_luci-i18n-adblock-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-adblock-ro tristate default y if DEFAULT_luci-i18n-adblock-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Română (Romanian) config PACKAGE_luci-i18n-adblock-ru tristate default y if DEFAULT_luci-i18n-adblock-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Русский (Russian) config PACKAGE_luci-i18n-adblock-sk tristate default y if DEFAULT_luci-i18n-adblock-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Slovenčina (Slovak) config PACKAGE_luci-i18n-adblock-sv tristate default y if DEFAULT_luci-i18n-adblock-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Svenska (Swedish) config PACKAGE_luci-i18n-adblock-tr tristate default y if DEFAULT_luci-i18n-adblock-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Türkçe (Turkish) config PACKAGE_luci-i18n-adblock-uk tristate default y if DEFAULT_luci-i18n-adblock-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - Українська (Ukrainian) config PACKAGE_luci-i18n-adblock-vi tristate default y if DEFAULT_luci-i18n-adblock-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-adblock - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-adblock-zh-cn tristate default y if DEFAULT_luci-i18n-adblock-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - 中文 (Chinese) config PACKAGE_luci-i18n-adblock-zh-tw tristate default y if DEFAULT_luci-i18n-adblock-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-adblock - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-advanced-reboot-bg tristate default y if DEFAULT_luci-i18n-advanced-reboot-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-advanced-reboot - български (Bulgarian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ca tristate default y if DEFAULT_luci-i18n-advanced-reboot-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-advanced-reboot - Català (Catalan) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-cs tristate default y if DEFAULT_luci-i18n-advanced-reboot-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Čeština (Czech) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-de tristate default y if DEFAULT_luci-i18n-advanced-reboot-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Deutsch (German) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-el tristate default y if DEFAULT_luci-i18n-advanced-reboot-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Ελληνικά (Greek) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-en tristate default y if DEFAULT_luci-i18n-advanced-reboot-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - English Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-es tristate default y if DEFAULT_luci-i18n-advanced-reboot-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Español (Spanish) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-fr tristate default y if DEFAULT_luci-i18n-advanced-reboot-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Français (French) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-he tristate default y if DEFAULT_luci-i18n-advanced-reboot-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - עִבְרִית (Hebrew) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-hi tristate default y if DEFAULT_luci-i18n-advanced-reboot-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - हिंदी (Hindi) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-hu tristate default y if DEFAULT_luci-i18n-advanced-reboot-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Magyar (Hungarian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-it tristate default y if DEFAULT_luci-i18n-advanced-reboot-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-advanced-reboot - Italiano (Italian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ja tristate default y if DEFAULT_luci-i18n-advanced-reboot-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - 日本語 (Japanese) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ko tristate default y if DEFAULT_luci-i18n-advanced-reboot-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - 한국어 (Korean) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-mr tristate default y if DEFAULT_luci-i18n-advanced-reboot-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - मराठी (Marathi) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ms tristate default y if DEFAULT_luci-i18n-advanced-reboot-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Bahasa Melayu (Malay) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-no tristate default y if DEFAULT_luci-i18n-advanced-reboot-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - Norsk (Norwegian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-pl tristate default y if DEFAULT_luci-i18n-advanced-reboot-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - Polski (Polish) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-pt tristate default y if DEFAULT_luci-i18n-advanced-reboot-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - Português (Portuguese) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-pt-br tristate default y if DEFAULT_luci-i18n-advanced-reboot-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Português do Brasil (Brazilian Portuguese) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ro tristate default y if DEFAULT_luci-i18n-advanced-reboot-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Română (Romanian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-ru tristate default y if DEFAULT_luci-i18n-advanced-reboot-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - Русский (Russian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-sk tristate default y if DEFAULT_luci-i18n-advanced-reboot-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Slovenčina (Slovak) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-sv tristate default y if DEFAULT_luci-i18n-advanced-reboot-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-advanced-reboot - Svenska (Swedish) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-tr tristate default y if DEFAULT_luci-i18n-advanced-reboot-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Türkçe (Turkish) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-uk tristate default y if DEFAULT_luci-i18n-advanced-reboot-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - Українська (Ukrainian) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-vi tristate default y if DEFAULT_luci-i18n-advanced-reboot-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-advanced-reboot - Tiếng Việt (Vietnamese) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-zh-cn tristate default y if DEFAULT_luci-i18n-advanced-reboot-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-advanced-reboot - 中文 (Chinese) Stan Grishin config PACKAGE_luci-i18n-advanced-reboot-zh-tw tristate default y if DEFAULT_luci-i18n-advanced-reboot-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-advanced-reboot select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-advanced-reboot - 臺灣華語 (Taiwanese) Stan Grishin config PACKAGE_luci-i18n-ahcp-bg tristate default y if DEFAULT_luci-i18n-ahcp-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - български (Bulgarian) config PACKAGE_luci-i18n-ahcp-ca tristate default y if DEFAULT_luci-i18n-ahcp-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Català (Catalan) config PACKAGE_luci-i18n-ahcp-cs tristate default y if DEFAULT_luci-i18n-ahcp-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Čeština (Czech) config PACKAGE_luci-i18n-ahcp-de tristate default y if DEFAULT_luci-i18n-ahcp-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Deutsch (German) config PACKAGE_luci-i18n-ahcp-el tristate default y if DEFAULT_luci-i18n-ahcp-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Ελληνικά (Greek) config PACKAGE_luci-i18n-ahcp-en tristate default y if DEFAULT_luci-i18n-ahcp-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ahcp - English config PACKAGE_luci-i18n-ahcp-es tristate default y if DEFAULT_luci-i18n-ahcp-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Español (Spanish) config PACKAGE_luci-i18n-ahcp-fr tristate default y if DEFAULT_luci-i18n-ahcp-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Français (French) config PACKAGE_luci-i18n-ahcp-he tristate default y if DEFAULT_luci-i18n-ahcp-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ahcp - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ahcp-hi tristate default y if DEFAULT_luci-i18n-ahcp-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - हिंदी (Hindi) config PACKAGE_luci-i18n-ahcp-hu tristate default y if DEFAULT_luci-i18n-ahcp-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Magyar (Hungarian) config PACKAGE_luci-i18n-ahcp-it tristate default y if DEFAULT_luci-i18n-ahcp-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Italiano (Italian) config PACKAGE_luci-i18n-ahcp-ja tristate default y if DEFAULT_luci-i18n-ahcp-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - 日本語 (Japanese) config PACKAGE_luci-i18n-ahcp-ko tristate default y if DEFAULT_luci-i18n-ahcp-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - 한국어 (Korean) config PACKAGE_luci-i18n-ahcp-mr tristate default y if DEFAULT_luci-i18n-ahcp-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - मराठी (Marathi) config PACKAGE_luci-i18n-ahcp-ms tristate default y if DEFAULT_luci-i18n-ahcp-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ahcp-no tristate default y if DEFAULT_luci-i18n-ahcp-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Norsk (Norwegian) config PACKAGE_luci-i18n-ahcp-pl tristate default y if DEFAULT_luci-i18n-ahcp-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Polski (Polish) config PACKAGE_luci-i18n-ahcp-pt tristate default y if DEFAULT_luci-i18n-ahcp-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ahcp - Português (Portuguese) config PACKAGE_luci-i18n-ahcp-pt-br tristate default y if DEFAULT_luci-i18n-ahcp-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ahcp - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ahcp-ro tristate default y if DEFAULT_luci-i18n-ahcp-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Română (Romanian) config PACKAGE_luci-i18n-ahcp-ru tristate default y if DEFAULT_luci-i18n-ahcp-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Русский (Russian) config PACKAGE_luci-i18n-ahcp-sk tristate default y if DEFAULT_luci-i18n-ahcp-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ahcp - Slovenčina (Slovak) config PACKAGE_luci-i18n-ahcp-sv tristate default y if DEFAULT_luci-i18n-ahcp-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Svenska (Swedish) config PACKAGE_luci-i18n-ahcp-tr tristate default y if DEFAULT_luci-i18n-ahcp-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Türkçe (Turkish) config PACKAGE_luci-i18n-ahcp-uk tristate default y if DEFAULT_luci-i18n-ahcp-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-ahcp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ahcp - Українська (Ukrainian) config PACKAGE_luci-i18n-ahcp-vi tristate default y if DEFAULT_luci-i18n-ahcp-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ahcp help Translation for luci-app-ahcp - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ahcp-zh-cn tristate default y if DEFAULT_luci-i18n-ahcp-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ahcp - 中文 (Chinese) config PACKAGE_luci-i18n-ahcp-zh-tw tristate default y if DEFAULT_luci-i18n-ahcp-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ahcp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ahcp - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-aria2-bg tristate default y if DEFAULT_luci-i18n-aria2-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - български (Bulgarian) Xingwang Liao config PACKAGE_luci-i18n-aria2-ca tristate default y if DEFAULT_luci-i18n-aria2-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - Català (Catalan) Xingwang Liao config PACKAGE_luci-i18n-aria2-cs tristate default y if DEFAULT_luci-i18n-aria2-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Čeština (Czech) Xingwang Liao config PACKAGE_luci-i18n-aria2-de tristate default y if DEFAULT_luci-i18n-aria2-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - Deutsch (German) Xingwang Liao config PACKAGE_luci-i18n-aria2-el tristate default y if DEFAULT_luci-i18n-aria2-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-aria2 - Ελληνικά (Greek) Xingwang Liao config PACKAGE_luci-i18n-aria2-en tristate default y if DEFAULT_luci-i18n-aria2-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-aria2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - English Xingwang Liao config PACKAGE_luci-i18n-aria2-es tristate default y if DEFAULT_luci-i18n-aria2-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Español (Spanish) Xingwang Liao config PACKAGE_luci-i18n-aria2-fr tristate default y if DEFAULT_luci-i18n-aria2-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Français (French) Xingwang Liao config PACKAGE_luci-i18n-aria2-he tristate default y if DEFAULT_luci-i18n-aria2-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - עִבְרִית (Hebrew) Xingwang Liao config PACKAGE_luci-i18n-aria2-hi tristate default y if DEFAULT_luci-i18n-aria2-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - हिंदी (Hindi) Xingwang Liao config PACKAGE_luci-i18n-aria2-hu tristate default y if DEFAULT_luci-i18n-aria2-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Magyar (Hungarian) Xingwang Liao config PACKAGE_luci-i18n-aria2-it tristate default y if DEFAULT_luci-i18n-aria2-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Italiano (Italian) Xingwang Liao config PACKAGE_luci-i18n-aria2-ja tristate default y if DEFAULT_luci-i18n-aria2-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-aria2 - 日本語 (Japanese) Xingwang Liao config PACKAGE_luci-i18n-aria2-ko tristate default y if DEFAULT_luci-i18n-aria2-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - 한국어 (Korean) Xingwang Liao config PACKAGE_luci-i18n-aria2-mr tristate default y if DEFAULT_luci-i18n-aria2-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - मराठी (Marathi) Xingwang Liao config PACKAGE_luci-i18n-aria2-ms tristate default y if DEFAULT_luci-i18n-aria2-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - Bahasa Melayu (Malay) Xingwang Liao config PACKAGE_luci-i18n-aria2-no tristate default y if DEFAULT_luci-i18n-aria2-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - Norsk (Norwegian) Xingwang Liao config PACKAGE_luci-i18n-aria2-pl tristate default y if DEFAULT_luci-i18n-aria2-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-aria2 - Polski (Polish) Xingwang Liao config PACKAGE_luci-i18n-aria2-pt tristate default y if DEFAULT_luci-i18n-aria2-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Português (Portuguese) Xingwang Liao config PACKAGE_luci-i18n-aria2-pt-br tristate default y if DEFAULT_luci-i18n-aria2-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Português do Brasil (Brazilian Portuguese) Xingwang Liao config PACKAGE_luci-i18n-aria2-ro tristate default y if DEFAULT_luci-i18n-aria2-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Română (Romanian) Xingwang Liao config PACKAGE_luci-i18n-aria2-ru tristate default y if DEFAULT_luci-i18n-aria2-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-aria2 - Русский (Russian) Xingwang Liao config PACKAGE_luci-i18n-aria2-sk tristate default y if DEFAULT_luci-i18n-aria2-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-aria2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-aria2 - Slovenčina (Slovak) Xingwang Liao config PACKAGE_luci-i18n-aria2-sv tristate default y if DEFAULT_luci-i18n-aria2-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Svenska (Swedish) Xingwang Liao config PACKAGE_luci-i18n-aria2-tr tristate default y if DEFAULT_luci-i18n-aria2-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Türkçe (Turkish) Xingwang Liao config PACKAGE_luci-i18n-aria2-uk tristate default y if DEFAULT_luci-i18n-aria2-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-aria2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Українська (Ukrainian) Xingwang Liao config PACKAGE_luci-i18n-aria2-vi tristate default y if DEFAULT_luci-i18n-aria2-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - Tiếng Việt (Vietnamese) Xingwang Liao config PACKAGE_luci-i18n-aria2-zh-cn tristate default y if DEFAULT_luci-i18n-aria2-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - 中文 (Chinese) Xingwang Liao config PACKAGE_luci-i18n-aria2-zh-tw tristate default y if DEFAULT_luci-i18n-aria2-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-aria2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-aria2 - 臺灣華語 (Taiwanese) Xingwang Liao config PACKAGE_luci-i18n-attendedsysupgrade-ar tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - config PACKAGE_luci-i18n-attendedsysupgrade-bg tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - български (Bulgarian) config PACKAGE_luci-i18n-attendedsysupgrade-bn_BD tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-bn_BD default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - config PACKAGE_luci-i18n-attendedsysupgrade-ca tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Català (Catalan) config PACKAGE_luci-i18n-attendedsysupgrade-cs tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Čeština (Czech) config PACKAGE_luci-i18n-attendedsysupgrade-de tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Deutsch (German) config PACKAGE_luci-i18n-attendedsysupgrade-el tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Ελληνικά (Greek) config PACKAGE_luci-i18n-attendedsysupgrade-en tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - English config PACKAGE_luci-i18n-attendedsysupgrade-es tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Español (Spanish) config PACKAGE_luci-i18n-attendedsysupgrade-fa tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-fa default LUCI_LANG_fa||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - config PACKAGE_luci-i18n-attendedsysupgrade-fi tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - config PACKAGE_luci-i18n-attendedsysupgrade-fr tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Français (French) config PACKAGE_luci-i18n-attendedsysupgrade-he tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-attendedsysupgrade-hi tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - हिंदी (Hindi) config PACKAGE_luci-i18n-attendedsysupgrade-hu tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-attendedsysupgrade - Magyar (Hungarian) config PACKAGE_luci-i18n-attendedsysupgrade-it tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Italiano (Italian) config PACKAGE_luci-i18n-attendedsysupgrade-ja tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - 日本語 (Japanese) config PACKAGE_luci-i18n-attendedsysupgrade-ko tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - 한국어 (Korean) config PACKAGE_luci-i18n-attendedsysupgrade-mr tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - मराठी (Marathi) config PACKAGE_luci-i18n-attendedsysupgrade-ms tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-attendedsysupgrade-no tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Norsk (Norwegian) config PACKAGE_luci-i18n-attendedsysupgrade-pl tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-attendedsysupgrade - Polski (Polish) config PACKAGE_luci-i18n-attendedsysupgrade-pt tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-attendedsysupgrade - Português (Portuguese) config PACKAGE_luci-i18n-attendedsysupgrade-pt-br tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-attendedsysupgrade - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-attendedsysupgrade-ro tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-attendedsysupgrade - Română (Romanian) config PACKAGE_luci-i18n-attendedsysupgrade-ru tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-attendedsysupgrade - Русский (Russian) config PACKAGE_luci-i18n-attendedsysupgrade-sk tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Slovenčina (Slovak) config PACKAGE_luci-i18n-attendedsysupgrade-sv tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-attendedsysupgrade - Svenska (Swedish) config PACKAGE_luci-i18n-attendedsysupgrade-tr tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - Türkçe (Turkish) config PACKAGE_luci-i18n-attendedsysupgrade-uk tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Українська (Ukrainian) config PACKAGE_luci-i18n-attendedsysupgrade-vi tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-attendedsysupgrade-zh-cn tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - 中文 (Chinese) config PACKAGE_luci-i18n-attendedsysupgrade-zh-tw tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-attendedsysupgrade select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-attendedsysupgrade - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-banip-bg tristate default y if DEFAULT_luci-i18n-banip-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - български (Bulgarian) config PACKAGE_luci-i18n-banip-ca tristate default y if DEFAULT_luci-i18n-banip-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Català (Catalan) config PACKAGE_luci-i18n-banip-cs tristate default y if DEFAULT_luci-i18n-banip-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Čeština (Czech) config PACKAGE_luci-i18n-banip-de tristate default y if DEFAULT_luci-i18n-banip-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Deutsch (German) config PACKAGE_luci-i18n-banip-el tristate default y if DEFAULT_luci-i18n-banip-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-banip - Ελληνικά (Greek) config PACKAGE_luci-i18n-banip-en tristate default y if DEFAULT_luci-i18n-banip-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-banip select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - English config PACKAGE_luci-i18n-banip-es tristate default y if DEFAULT_luci-i18n-banip-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Español (Spanish) config PACKAGE_luci-i18n-banip-fr tristate default y if DEFAULT_luci-i18n-banip-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Français (French) config PACKAGE_luci-i18n-banip-he tristate default y if DEFAULT_luci-i18n-banip-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-banip-hi tristate default y if DEFAULT_luci-i18n-banip-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-banip - हिंदी (Hindi) config PACKAGE_luci-i18n-banip-hu tristate default y if DEFAULT_luci-i18n-banip-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Magyar (Hungarian) config PACKAGE_luci-i18n-banip-it tristate default y if DEFAULT_luci-i18n-banip-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-banip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Italiano (Italian) config PACKAGE_luci-i18n-banip-ja tristate default y if DEFAULT_luci-i18n-banip-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - 日本語 (Japanese) config PACKAGE_luci-i18n-banip-ko tristate default y if DEFAULT_luci-i18n-banip-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - 한국어 (Korean) config PACKAGE_luci-i18n-banip-mr tristate default y if DEFAULT_luci-i18n-banip-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - मराठी (Marathi) config PACKAGE_luci-i18n-banip-ms tristate default y if DEFAULT_luci-i18n-banip-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-banip-no tristate default y if DEFAULT_luci-i18n-banip-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Norsk (Norwegian) config PACKAGE_luci-i18n-banip-pl tristate default y if DEFAULT_luci-i18n-banip-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Polski (Polish) config PACKAGE_luci-i18n-banip-pt tristate default y if DEFAULT_luci-i18n-banip-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Português (Portuguese) config PACKAGE_luci-i18n-banip-pt-br tristate default y if DEFAULT_luci-i18n-banip-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-banip-ro tristate default y if DEFAULT_luci-i18n-banip-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Română (Romanian) config PACKAGE_luci-i18n-banip-ru tristate default y if DEFAULT_luci-i18n-banip-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-banip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Русский (Russian) config PACKAGE_luci-i18n-banip-sk tristate default y if DEFAULT_luci-i18n-banip-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Slovenčina (Slovak) config PACKAGE_luci-i18n-banip-sv tristate default y if DEFAULT_luci-i18n-banip-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Svenska (Swedish) config PACKAGE_luci-i18n-banip-tr tristate default y if DEFAULT_luci-i18n-banip-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Türkçe (Turkish) config PACKAGE_luci-i18n-banip-uk tristate default y if DEFAULT_luci-i18n-banip-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-banip select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-banip - Українська (Ukrainian) config PACKAGE_luci-i18n-banip-vi tristate default y if DEFAULT_luci-i18n-banip-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-banip - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-banip-zh-cn tristate default y if DEFAULT_luci-i18n-banip-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-banip - 中文 (Chinese) config PACKAGE_luci-i18n-banip-zh-tw tristate default y if DEFAULT_luci-i18n-banip-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-banip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-banip - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-base-bg tristate default y if DEFAULT_luci-i18n-base-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - български (Bulgarian) config PACKAGE_luci-i18n-base-ca tristate default y if DEFAULT_luci-i18n-base-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-base - Català (Catalan) config PACKAGE_luci-i18n-base-cs tristate default y if DEFAULT_luci-i18n-base-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Čeština (Czech) config PACKAGE_luci-i18n-base-de tristate default y if DEFAULT_luci-i18n-base-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - Deutsch (German) config PACKAGE_luci-i18n-base-el tristate default y if DEFAULT_luci-i18n-base-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Ελληνικά (Greek) config PACKAGE_luci-i18n-base-en tristate default y if DEFAULT_luci-i18n-base-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-base - English config PACKAGE_luci-i18n-base-es tristate default y if DEFAULT_luci-i18n-base-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - Español (Spanish) config PACKAGE_luci-i18n-base-fr tristate default y if DEFAULT_luci-i18n-base-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-base - Français (French) config PACKAGE_luci-i18n-base-he tristate default y if DEFAULT_luci-i18n-base-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-base-hi tristate default y if DEFAULT_luci-i18n-base-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - हिंदी (Hindi) config PACKAGE_luci-i18n-base-hu tristate default y if DEFAULT_luci-i18n-base-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - Magyar (Hungarian) config PACKAGE_luci-i18n-base-it tristate default y if DEFAULT_luci-i18n-base-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-base - Italiano (Italian) config PACKAGE_luci-i18n-base-ja tristate default y if DEFAULT_luci-i18n-base-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - 日本語 (Japanese) config PACKAGE_luci-i18n-base-ko tristate default y if DEFAULT_luci-i18n-base-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-base - 한국어 (Korean) config PACKAGE_luci-i18n-base-mr tristate default y if DEFAULT_luci-i18n-base-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - मराठी (Marathi) config PACKAGE_luci-i18n-base-ms tristate default y if DEFAULT_luci-i18n-base-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-base-no tristate default y if DEFAULT_luci-i18n-base-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Norsk (Norwegian) config PACKAGE_luci-i18n-base-pl tristate default y if DEFAULT_luci-i18n-base-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - Polski (Polish) config PACKAGE_luci-i18n-base-pt tristate default y if DEFAULT_luci-i18n-base-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - Português (Portuguese) config PACKAGE_luci-i18n-base-pt-br tristate default y if DEFAULT_luci-i18n-base-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-base-ro tristate default y if DEFAULT_luci-i18n-base-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Română (Romanian) config PACKAGE_luci-i18n-base-ru tristate default y if DEFAULT_luci-i18n-base-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-base - Русский (Russian) config PACKAGE_luci-i18n-base-sk tristate default y if DEFAULT_luci-i18n-base-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Slovenčina (Slovak) config PACKAGE_luci-i18n-base-sv tristate default y if DEFAULT_luci-i18n-base-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-base - Svenska (Swedish) config PACKAGE_luci-i18n-base-tr tristate default y if DEFAULT_luci-i18n-base-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-base - Türkçe (Turkish) config PACKAGE_luci-i18n-base-uk tristate default y if DEFAULT_luci-i18n-base-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - Українська (Ukrainian) config PACKAGE_luci-i18n-base-vi tristate default y if DEFAULT_luci-i18n-base-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-base-zh-cn tristate default y if DEFAULT_luci-i18n-base-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-base help Translation for luci-base - 中文 (Chinese) config PACKAGE_luci-i18n-base-zh-tw tristate default y if DEFAULT_luci-i18n-base-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-base select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-base - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-bcp38-bg tristate default y if DEFAULT_luci-i18n-bcp38-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - български (Bulgarian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ca tristate default y if DEFAULT_luci-i18n-bcp38-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bcp38 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-bcp38 - Català (Catalan) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-cs tristate default y if DEFAULT_luci-i18n-bcp38-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Čeština (Czech) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-de tristate default y if DEFAULT_luci-i18n-bcp38-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Deutsch (German) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-el tristate default y if DEFAULT_luci-i18n-bcp38-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-bcp38 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Ελληνικά (Greek) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-en tristate default y if DEFAULT_luci-i18n-bcp38-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - English Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-es tristate default y if DEFAULT_luci-i18n-bcp38-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Español (Spanish) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-fr tristate default y if DEFAULT_luci-i18n-bcp38-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bcp38 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-bcp38 - Français (French) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-he tristate default y if DEFAULT_luci-i18n-bcp38-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bcp38 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-bcp38 - עִבְרִית (Hebrew) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-hi tristate default y if DEFAULT_luci-i18n-bcp38-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - हिंदी (Hindi) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-hu tristate default y if DEFAULT_luci-i18n-bcp38-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-bcp38 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Magyar (Hungarian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-it tristate default y if DEFAULT_luci-i18n-bcp38-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bcp38 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-bcp38 - Italiano (Italian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ja tristate default y if DEFAULT_luci-i18n-bcp38-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 日本語 (Japanese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ko tristate default y if DEFAULT_luci-i18n-bcp38-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-bcp38 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - 한국어 (Korean) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-mr tristate default y if DEFAULT_luci-i18n-bcp38-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - मराठी (Marathi) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ms tristate default y if DEFAULT_luci-i18n-bcp38-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bcp38 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-bcp38 - Bahasa Melayu (Malay) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-no tristate default y if DEFAULT_luci-i18n-bcp38-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Norsk (Norwegian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-pl tristate default y if DEFAULT_luci-i18n-bcp38-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Polski (Polish) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-pt tristate default y if DEFAULT_luci-i18n-bcp38-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Português (Portuguese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-pt-br tristate default y if DEFAULT_luci-i18n-bcp38-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Português do Brasil (Brazilian Portuguese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ro tristate default y if DEFAULT_luci-i18n-bcp38-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Română (Romanian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-ru tristate default y if DEFAULT_luci-i18n-bcp38-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Русский (Russian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-sk tristate default y if DEFAULT_luci-i18n-bcp38-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Slovenčina (Slovak) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-sv tristate default y if DEFAULT_luci-i18n-bcp38-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Svenska (Swedish) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-tr tristate default y if DEFAULT_luci-i18n-bcp38-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Türkçe (Turkish) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-uk tristate default y if DEFAULT_luci-i18n-bcp38-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bcp38 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Українська (Ukrainian) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-vi tristate default y if DEFAULT_luci-i18n-bcp38-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-bcp38 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - Tiếng Việt (Vietnamese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-zh-cn tristate default y if DEFAULT_luci-i18n-bcp38-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 中文 (Chinese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bcp38-zh-tw tristate default y if DEFAULT_luci-i18n-bcp38-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-bcp38 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bcp38 - 臺灣華語 (Taiwanese) Toke Høiland-Jørgensen config PACKAGE_luci-i18n-bmx7-bg tristate default y if DEFAULT_luci-i18n-bmx7-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - български (Bulgarian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ca tristate default y if DEFAULT_luci-i18n-bmx7-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-bmx7 - Català (Catalan) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-cs tristate default y if DEFAULT_luci-i18n-bmx7-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Čeština (Czech) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-de tristate default y if DEFAULT_luci-i18n-bmx7-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Deutsch (German) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-el tristate default y if DEFAULT_luci-i18n-bmx7-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Ελληνικά (Greek) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-en tristate default y if DEFAULT_luci-i18n-bmx7-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - English Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-es tristate default y if DEFAULT_luci-i18n-bmx7-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Español (Spanish) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-fr tristate default y if DEFAULT_luci-i18n-bmx7-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Français (French) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-he tristate default y if DEFAULT_luci-i18n-bmx7-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - עִבְרִית (Hebrew) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-hi tristate default y if DEFAULT_luci-i18n-bmx7-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - हिंदी (Hindi) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-hu tristate default y if DEFAULT_luci-i18n-bmx7-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Magyar (Hungarian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-it tristate default y if DEFAULT_luci-i18n-bmx7-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Italiano (Italian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ja tristate default y if DEFAULT_luci-i18n-bmx7-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - 日本語 (Japanese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ko tristate default y if DEFAULT_luci-i18n-bmx7-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 한국어 (Korean) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-mr tristate default y if DEFAULT_luci-i18n-bmx7-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - मराठी (Marathi) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ms tristate default y if DEFAULT_luci-i18n-bmx7-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-bmx7 - Bahasa Melayu (Malay) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-no tristate default y if DEFAULT_luci-i18n-bmx7-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Norsk (Norwegian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-pl tristate default y if DEFAULT_luci-i18n-bmx7-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Polski (Polish) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-pt tristate default y if DEFAULT_luci-i18n-bmx7-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bmx7 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-bmx7 - Português (Portuguese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-pt-br tristate default y if DEFAULT_luci-i18n-bmx7-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Português do Brasil (Brazilian Portuguese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ro tristate default y if DEFAULT_luci-i18n-bmx7-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-bmx7 - Română (Romanian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-ru tristate default y if DEFAULT_luci-i18n-bmx7-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Русский (Russian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-sk tristate default y if DEFAULT_luci-i18n-bmx7-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Slovenčina (Slovak) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-sv tristate default y if DEFAULT_luci-i18n-bmx7-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Svenska (Swedish) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-tr tristate default y if DEFAULT_luci-i18n-bmx7-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Türkçe (Turkish) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-uk tristate default y if DEFAULT_luci-i18n-bmx7-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Українська (Ukrainian) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-vi tristate default y if DEFAULT_luci-i18n-bmx7-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-bmx7 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-bmx7 - Tiếng Việt (Vietnamese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-zh-cn tristate default y if DEFAULT_luci-i18n-bmx7-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 中文 (Chinese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-bmx7-zh-tw tristate default y if DEFAULT_luci-i18n-bmx7-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 臺灣華語 (Taiwanese) Roger Pueyo Pau Escrich config PACKAGE_luci-i18n-clamav-bg tristate default y if DEFAULT_luci-i18n-clamav-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - български (Bulgarian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ca tristate default y if DEFAULT_luci-i18n-clamav-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - Català (Catalan) Marko Ratkaj config PACKAGE_luci-i18n-clamav-cs tristate default y if DEFAULT_luci-i18n-clamav-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Čeština (Czech) Marko Ratkaj config PACKAGE_luci-i18n-clamav-de tristate default y if DEFAULT_luci-i18n-clamav-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Deutsch (German) Marko Ratkaj config PACKAGE_luci-i18n-clamav-el tristate default y if DEFAULT_luci-i18n-clamav-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - Ελληνικά (Greek) Marko Ratkaj config PACKAGE_luci-i18n-clamav-en tristate default y if DEFAULT_luci-i18n-clamav-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - English Marko Ratkaj config PACKAGE_luci-i18n-clamav-es tristate default y if DEFAULT_luci-i18n-clamav-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Español (Spanish) Marko Ratkaj config PACKAGE_luci-i18n-clamav-fr tristate default y if DEFAULT_luci-i18n-clamav-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Français (French) Marko Ratkaj config PACKAGE_luci-i18n-clamav-he tristate default y if DEFAULT_luci-i18n-clamav-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - עִבְרִית (Hebrew) Marko Ratkaj config PACKAGE_luci-i18n-clamav-hi tristate default y if DEFAULT_luci-i18n-clamav-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - हिंदी (Hindi) Marko Ratkaj config PACKAGE_luci-i18n-clamav-hu tristate default y if DEFAULT_luci-i18n-clamav-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Magyar (Hungarian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-it tristate default y if DEFAULT_luci-i18n-clamav-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - Italiano (Italian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ja tristate default y if DEFAULT_luci-i18n-clamav-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - 日本語 (Japanese) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ko tristate default y if DEFAULT_luci-i18n-clamav-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - 한국어 (Korean) Marko Ratkaj config PACKAGE_luci-i18n-clamav-mr tristate default y if DEFAULT_luci-i18n-clamav-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - मराठी (Marathi) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ms tristate default y if DEFAULT_luci-i18n-clamav-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Bahasa Melayu (Malay) Marko Ratkaj config PACKAGE_luci-i18n-clamav-no tristate default y if DEFAULT_luci-i18n-clamav-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Norsk (Norwegian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-pl tristate default y if DEFAULT_luci-i18n-clamav-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - Polski (Polish) Marko Ratkaj config PACKAGE_luci-i18n-clamav-pt tristate default y if DEFAULT_luci-i18n-clamav-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Português (Portuguese) Marko Ratkaj config PACKAGE_luci-i18n-clamav-pt-br tristate default y if DEFAULT_luci-i18n-clamav-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - Português do Brasil (Brazilian Portuguese) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ro tristate default y if DEFAULT_luci-i18n-clamav-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - Română (Romanian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-ru tristate default y if DEFAULT_luci-i18n-clamav-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - Русский (Russian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-sk tristate default y if DEFAULT_luci-i18n-clamav-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Slovenčina (Slovak) Marko Ratkaj config PACKAGE_luci-i18n-clamav-sv tristate default y if DEFAULT_luci-i18n-clamav-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Svenska (Swedish) Marko Ratkaj config PACKAGE_luci-i18n-clamav-tr tristate default y if DEFAULT_luci-i18n-clamav-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - Türkçe (Turkish) Marko Ratkaj config PACKAGE_luci-i18n-clamav-uk tristate default y if DEFAULT_luci-i18n-clamav-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-clamav - Українська (Ukrainian) Marko Ratkaj config PACKAGE_luci-i18n-clamav-vi tristate default y if DEFAULT_luci-i18n-clamav-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - Tiếng Việt (Vietnamese) Marko Ratkaj config PACKAGE_luci-i18n-clamav-zh-cn tristate default y if DEFAULT_luci-i18n-clamav-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-clamav select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-clamav - 中文 (Chinese) Marko Ratkaj config PACKAGE_luci-i18n-clamav-zh-tw tristate default y if DEFAULT_luci-i18n-clamav-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-clamav select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-clamav - 臺灣華語 (Taiwanese) Marko Ratkaj config PACKAGE_luci-i18n-commands-bg tristate default y if DEFAULT_luci-i18n-commands-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - български (Bulgarian) config PACKAGE_luci-i18n-commands-ca tristate default y if DEFAULT_luci-i18n-commands-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Català (Catalan) config PACKAGE_luci-i18n-commands-cs tristate default y if DEFAULT_luci-i18n-commands-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - Čeština (Czech) config PACKAGE_luci-i18n-commands-de tristate default y if DEFAULT_luci-i18n-commands-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Deutsch (German) config PACKAGE_luci-i18n-commands-el tristate default y if DEFAULT_luci-i18n-commands-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Ελληνικά (Greek) config PACKAGE_luci-i18n-commands-en tristate default y if DEFAULT_luci-i18n-commands-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - English config PACKAGE_luci-i18n-commands-es tristate default y if DEFAULT_luci-i18n-commands-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - Español (Spanish) config PACKAGE_luci-i18n-commands-fr tristate default y if DEFAULT_luci-i18n-commands-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Français (French) config PACKAGE_luci-i18n-commands-he tristate default y if DEFAULT_luci-i18n-commands-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-commands-hi tristate default y if DEFAULT_luci-i18n-commands-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - हिंदी (Hindi) config PACKAGE_luci-i18n-commands-hu tristate default y if DEFAULT_luci-i18n-commands-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - Magyar (Hungarian) config PACKAGE_luci-i18n-commands-it tristate default y if DEFAULT_luci-i18n-commands-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Italiano (Italian) config PACKAGE_luci-i18n-commands-ja tristate default y if DEFAULT_luci-i18n-commands-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - 日本語 (Japanese) config PACKAGE_luci-i18n-commands-ko tristate default y if DEFAULT_luci-i18n-commands-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - 한국어 (Korean) config PACKAGE_luci-i18n-commands-mr tristate default y if DEFAULT_luci-i18n-commands-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - मराठी (Marathi) config PACKAGE_luci-i18n-commands-ms tristate default y if DEFAULT_luci-i18n-commands-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-commands-no tristate default y if DEFAULT_luci-i18n-commands-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Norsk (Norwegian) config PACKAGE_luci-i18n-commands-pl tristate default y if DEFAULT_luci-i18n-commands-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Polski (Polish) config PACKAGE_luci-i18n-commands-pt tristate default y if DEFAULT_luci-i18n-commands-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Português (Portuguese) config PACKAGE_luci-i18n-commands-pt-br tristate default y if DEFAULT_luci-i18n-commands-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-commands-ro tristate default y if DEFAULT_luci-i18n-commands-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - Română (Romanian) config PACKAGE_luci-i18n-commands-ru tristate default y if DEFAULT_luci-i18n-commands-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Русский (Russian) config PACKAGE_luci-i18n-commands-sk tristate default y if DEFAULT_luci-i18n-commands-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - Slovenčina (Slovak) config PACKAGE_luci-i18n-commands-sv tristate default y if DEFAULT_luci-i18n-commands-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-commands - Svenska (Swedish) config PACKAGE_luci-i18n-commands-tr tristate default y if DEFAULT_luci-i18n-commands-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-commands - Türkçe (Turkish) config PACKAGE_luci-i18n-commands-uk tristate default y if DEFAULT_luci-i18n-commands-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - Українська (Ukrainian) config PACKAGE_luci-i18n-commands-vi tristate default y if DEFAULT_luci-i18n-commands-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-commands-zh-cn tristate default y if DEFAULT_luci-i18n-commands-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - 中文 (Chinese) config PACKAGE_luci-i18n-commands-zh-tw tristate default y if DEFAULT_luci-i18n-commands-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-commands select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-commands - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-coovachilli-bg tristate default y if DEFAULT_luci-i18n-coovachilli-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-coovachilli - български (Bulgarian) config PACKAGE_luci-i18n-coovachilli-ca tristate default y if DEFAULT_luci-i18n-coovachilli-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Català (Catalan) config PACKAGE_luci-i18n-coovachilli-cs tristate default y if DEFAULT_luci-i18n-coovachilli-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Čeština (Czech) config PACKAGE_luci-i18n-coovachilli-de tristate default y if DEFAULT_luci-i18n-coovachilli-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Deutsch (German) config PACKAGE_luci-i18n-coovachilli-el tristate default y if DEFAULT_luci-i18n-coovachilli-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - Ελληνικά (Greek) config PACKAGE_luci-i18n-coovachilli-en tristate default y if DEFAULT_luci-i18n-coovachilli-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - English config PACKAGE_luci-i18n-coovachilli-es tristate default y if DEFAULT_luci-i18n-coovachilli-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Español (Spanish) config PACKAGE_luci-i18n-coovachilli-fr tristate default y if DEFAULT_luci-i18n-coovachilli-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Français (French) config PACKAGE_luci-i18n-coovachilli-he tristate default y if DEFAULT_luci-i18n-coovachilli-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-coovachilli-hi tristate default y if DEFAULT_luci-i18n-coovachilli-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - हिंदी (Hindi) config PACKAGE_luci-i18n-coovachilli-hu tristate default y if DEFAULT_luci-i18n-coovachilli-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Magyar (Hungarian) config PACKAGE_luci-i18n-coovachilli-it tristate default y if DEFAULT_luci-i18n-coovachilli-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Italiano (Italian) config PACKAGE_luci-i18n-coovachilli-ja tristate default y if DEFAULT_luci-i18n-coovachilli-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - 日本語 (Japanese) config PACKAGE_luci-i18n-coovachilli-ko tristate default y if DEFAULT_luci-i18n-coovachilli-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - 한국어 (Korean) config PACKAGE_luci-i18n-coovachilli-mr tristate default y if DEFAULT_luci-i18n-coovachilli-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - मराठी (Marathi) config PACKAGE_luci-i18n-coovachilli-ms tristate default y if DEFAULT_luci-i18n-coovachilli-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-coovachilli-no tristate default y if DEFAULT_luci-i18n-coovachilli-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - Norsk (Norwegian) config PACKAGE_luci-i18n-coovachilli-pl tristate default y if DEFAULT_luci-i18n-coovachilli-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Polski (Polish) config PACKAGE_luci-i18n-coovachilli-pt tristate default y if DEFAULT_luci-i18n-coovachilli-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Português (Portuguese) config PACKAGE_luci-i18n-coovachilli-pt-br tristate default y if DEFAULT_luci-i18n-coovachilli-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-coovachilli-ro tristate default y if DEFAULT_luci-i18n-coovachilli-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-coovachilli - Română (Romanian) config PACKAGE_luci-i18n-coovachilli-ru tristate default y if DEFAULT_luci-i18n-coovachilli-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Русский (Russian) config PACKAGE_luci-i18n-coovachilli-sk tristate default y if DEFAULT_luci-i18n-coovachilli-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Slovenčina (Slovak) config PACKAGE_luci-i18n-coovachilli-sv tristate default y if DEFAULT_luci-i18n-coovachilli-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Svenska (Swedish) config PACKAGE_luci-i18n-coovachilli-tr tristate default y if DEFAULT_luci-i18n-coovachilli-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - Türkçe (Turkish) config PACKAGE_luci-i18n-coovachilli-uk tristate default y if DEFAULT_luci-i18n-coovachilli-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-coovachilli - Українська (Ukrainian) config PACKAGE_luci-i18n-coovachilli-vi tristate default y if DEFAULT_luci-i18n-coovachilli-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-coovachilli - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-coovachilli-zh-cn tristate default y if DEFAULT_luci-i18n-coovachilli-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - 中文 (Chinese) config PACKAGE_luci-i18n-coovachilli-zh-tw tristate default y if DEFAULT_luci-i18n-coovachilli-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-coovachilli select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-coovachilli - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-cshark-bg tristate default y if DEFAULT_luci-i18n-cshark-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - български (Bulgarian) Luka Perkov config PACKAGE_luci-i18n-cshark-ca tristate default y if DEFAULT_luci-i18n-cshark-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Català (Catalan) Luka Perkov config PACKAGE_luci-i18n-cshark-cs tristate default y if DEFAULT_luci-i18n-cshark-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - Čeština (Czech) Luka Perkov config PACKAGE_luci-i18n-cshark-de tristate default y if DEFAULT_luci-i18n-cshark-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-cshark - Deutsch (German) Luka Perkov config PACKAGE_luci-i18n-cshark-el tristate default y if DEFAULT_luci-i18n-cshark-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Ελληνικά (Greek) Luka Perkov config PACKAGE_luci-i18n-cshark-en tristate default y if DEFAULT_luci-i18n-cshark-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - English Luka Perkov config PACKAGE_luci-i18n-cshark-es tristate default y if DEFAULT_luci-i18n-cshark-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - Español (Spanish) Luka Perkov config PACKAGE_luci-i18n-cshark-fr tristate default y if DEFAULT_luci-i18n-cshark-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Français (French) Luka Perkov config PACKAGE_luci-i18n-cshark-he tristate default y if DEFAULT_luci-i18n-cshark-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - עִבְרִית (Hebrew) Luka Perkov config PACKAGE_luci-i18n-cshark-hi tristate default y if DEFAULT_luci-i18n-cshark-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-cshark - हिंदी (Hindi) Luka Perkov config PACKAGE_luci-i18n-cshark-hu tristate default y if DEFAULT_luci-i18n-cshark-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - Magyar (Hungarian) Luka Perkov config PACKAGE_luci-i18n-cshark-it tristate default y if DEFAULT_luci-i18n-cshark-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Italiano (Italian) Luka Perkov config PACKAGE_luci-i18n-cshark-ja tristate default y if DEFAULT_luci-i18n-cshark-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-cshark - 日本語 (Japanese) Luka Perkov config PACKAGE_luci-i18n-cshark-ko tristate default y if DEFAULT_luci-i18n-cshark-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - 한국어 (Korean) Luka Perkov config PACKAGE_luci-i18n-cshark-mr tristate default y if DEFAULT_luci-i18n-cshark-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - मराठी (Marathi) Luka Perkov config PACKAGE_luci-i18n-cshark-ms tristate default y if DEFAULT_luci-i18n-cshark-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-cshark - Bahasa Melayu (Malay) Luka Perkov config PACKAGE_luci-i18n-cshark-no tristate default y if DEFAULT_luci-i18n-cshark-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Norsk (Norwegian) Luka Perkov config PACKAGE_luci-i18n-cshark-pl tristate default y if DEFAULT_luci-i18n-cshark-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - Polski (Polish) Luka Perkov config PACKAGE_luci-i18n-cshark-pt tristate default y if DEFAULT_luci-i18n-cshark-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Português (Portuguese) Luka Perkov config PACKAGE_luci-i18n-cshark-pt-br tristate default y if DEFAULT_luci-i18n-cshark-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Português do Brasil (Brazilian Portuguese) Luka Perkov config PACKAGE_luci-i18n-cshark-ro tristate default y if DEFAULT_luci-i18n-cshark-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Română (Romanian) Luka Perkov config PACKAGE_luci-i18n-cshark-ru tristate default y if DEFAULT_luci-i18n-cshark-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Русский (Russian) Luka Perkov config PACKAGE_luci-i18n-cshark-sk tristate default y if DEFAULT_luci-i18n-cshark-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Slovenčina (Slovak) Luka Perkov config PACKAGE_luci-i18n-cshark-sv tristate default y if DEFAULT_luci-i18n-cshark-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-cshark - Svenska (Swedish) Luka Perkov config PACKAGE_luci-i18n-cshark-tr tristate default y if DEFAULT_luci-i18n-cshark-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Türkçe (Turkish) Luka Perkov config PACKAGE_luci-i18n-cshark-uk tristate default y if DEFAULT_luci-i18n-cshark-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - Українська (Ukrainian) Luka Perkov config PACKAGE_luci-i18n-cshark-vi tristate default y if DEFAULT_luci-i18n-cshark-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-cshark - Tiếng Việt (Vietnamese) Luka Perkov config PACKAGE_luci-i18n-cshark-zh-cn tristate default y if DEFAULT_luci-i18n-cshark-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - 中文 (Chinese) Luka Perkov config PACKAGE_luci-i18n-cshark-zh-tw tristate default y if DEFAULT_luci-i18n-cshark-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-cshark select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-cshark - 臺灣華語 (Taiwanese) Luka Perkov config PACKAGE_luci-i18n-dcwapd-bg tristate default y if DEFAULT_luci-i18n-dcwapd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - български (Bulgarian) config PACKAGE_luci-i18n-dcwapd-ca tristate default y if DEFAULT_luci-i18n-dcwapd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Català (Catalan) config PACKAGE_luci-i18n-dcwapd-cs tristate default y if DEFAULT_luci-i18n-dcwapd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dcwapd - Čeština (Czech) config PACKAGE_luci-i18n-dcwapd-de tristate default y if DEFAULT_luci-i18n-dcwapd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Deutsch (German) config PACKAGE_luci-i18n-dcwapd-el tristate default y if DEFAULT_luci-i18n-dcwapd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dcwapd - Ελληνικά (Greek) config PACKAGE_luci-i18n-dcwapd-en tristate default y if DEFAULT_luci-i18n-dcwapd-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - English config PACKAGE_luci-i18n-dcwapd-es tristate default y if DEFAULT_luci-i18n-dcwapd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Español (Spanish) config PACKAGE_luci-i18n-dcwapd-fr tristate default y if DEFAULT_luci-i18n-dcwapd-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-dcwapd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Français (French) config PACKAGE_luci-i18n-dcwapd-he tristate default y if DEFAULT_luci-i18n-dcwapd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dcwapd-hi tristate default y if DEFAULT_luci-i18n-dcwapd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dcwapd - हिंदी (Hindi) config PACKAGE_luci-i18n-dcwapd-hu tristate default y if DEFAULT_luci-i18n-dcwapd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dcwapd - Magyar (Hungarian) config PACKAGE_luci-i18n-dcwapd-it tristate default y if DEFAULT_luci-i18n-dcwapd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Italiano (Italian) config PACKAGE_luci-i18n-dcwapd-ja tristate default y if DEFAULT_luci-i18n-dcwapd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - 日本語 (Japanese) config PACKAGE_luci-i18n-dcwapd-ko tristate default y if DEFAULT_luci-i18n-dcwapd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - 한국어 (Korean) config PACKAGE_luci-i18n-dcwapd-mr tristate default y if DEFAULT_luci-i18n-dcwapd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - मराठी (Marathi) config PACKAGE_luci-i18n-dcwapd-ms tristate default y if DEFAULT_luci-i18n-dcwapd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dcwapd-no tristate default y if DEFAULT_luci-i18n-dcwapd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dcwapd - Norsk (Norwegian) config PACKAGE_luci-i18n-dcwapd-pl tristate default y if DEFAULT_luci-i18n-dcwapd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dcwapd - Polski (Polish) config PACKAGE_luci-i18n-dcwapd-pt tristate default y if DEFAULT_luci-i18n-dcwapd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Português (Portuguese) config PACKAGE_luci-i18n-dcwapd-pt-br tristate default y if DEFAULT_luci-i18n-dcwapd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dcwapd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dcwapd-ro tristate default y if DEFAULT_luci-i18n-dcwapd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Română (Romanian) config PACKAGE_luci-i18n-dcwapd-ru tristate default y if DEFAULT_luci-i18n-dcwapd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dcwapd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dcwapd - Русский (Russian) config PACKAGE_luci-i18n-dcwapd-sk tristate default y if DEFAULT_luci-i18n-dcwapd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Slovenčina (Slovak) config PACKAGE_luci-i18n-dcwapd-sv tristate default y if DEFAULT_luci-i18n-dcwapd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Svenska (Swedish) config PACKAGE_luci-i18n-dcwapd-tr tristate default y if DEFAULT_luci-i18n-dcwapd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Türkçe (Turkish) config PACKAGE_luci-i18n-dcwapd-uk tristate default y if DEFAULT_luci-i18n-dcwapd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Українська (Ukrainian) config PACKAGE_luci-i18n-dcwapd-vi tristate default y if DEFAULT_luci-i18n-dcwapd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dcwapd-zh-cn tristate default y if DEFAULT_luci-i18n-dcwapd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dcwapd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - 中文 (Chinese) config PACKAGE_luci-i18n-dcwapd-zh-tw tristate default y if DEFAULT_luci-i18n-dcwapd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-dcwapd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dcwapd - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-ddns-bg tristate default y if DEFAULT_luci-i18n-ddns-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - български (Bulgarian) Ansuel Smith config PACKAGE_luci-i18n-ddns-ca tristate default y if DEFAULT_luci-i18n-ddns-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ddns - Català (Catalan) Ansuel Smith config PACKAGE_luci-i18n-ddns-cs tristate default y if DEFAULT_luci-i18n-ddns-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Čeština (Czech) Ansuel Smith config PACKAGE_luci-i18n-ddns-de tristate default y if DEFAULT_luci-i18n-ddns-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ddns - Deutsch (German) Ansuel Smith config PACKAGE_luci-i18n-ddns-el tristate default y if DEFAULT_luci-i18n-ddns-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Ελληνικά (Greek) Ansuel Smith config PACKAGE_luci-i18n-ddns-en tristate default y if DEFAULT_luci-i18n-ddns-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - English Ansuel Smith config PACKAGE_luci-i18n-ddns-es tristate default y if DEFAULT_luci-i18n-ddns-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Español (Spanish) Ansuel Smith config PACKAGE_luci-i18n-ddns-fr tristate default y if DEFAULT_luci-i18n-ddns-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Français (French) Ansuel Smith config PACKAGE_luci-i18n-ddns-he tristate default y if DEFAULT_luci-i18n-ddns-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - עִבְרִית (Hebrew) Ansuel Smith config PACKAGE_luci-i18n-ddns-hi tristate default y if DEFAULT_luci-i18n-ddns-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - हिंदी (Hindi) Ansuel Smith config PACKAGE_luci-i18n-ddns-hu tristate default y if DEFAULT_luci-i18n-ddns-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Magyar (Hungarian) Ansuel Smith config PACKAGE_luci-i18n-ddns-it tristate default y if DEFAULT_luci-i18n-ddns-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Italiano (Italian) Ansuel Smith config PACKAGE_luci-i18n-ddns-ja tristate default y if DEFAULT_luci-i18n-ddns-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - 日本語 (Japanese) Ansuel Smith config PACKAGE_luci-i18n-ddns-ko tristate default y if DEFAULT_luci-i18n-ddns-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ddns - 한국어 (Korean) Ansuel Smith config PACKAGE_luci-i18n-ddns-mr tristate default y if DEFAULT_luci-i18n-ddns-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - मराठी (Marathi) Ansuel Smith config PACKAGE_luci-i18n-ddns-ms tristate default y if DEFAULT_luci-i18n-ddns-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Bahasa Melayu (Malay) Ansuel Smith config PACKAGE_luci-i18n-ddns-no tristate default y if DEFAULT_luci-i18n-ddns-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Norsk (Norwegian) Ansuel Smith config PACKAGE_luci-i18n-ddns-pl tristate default y if DEFAULT_luci-i18n-ddns-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Polski (Polish) Ansuel Smith config PACKAGE_luci-i18n-ddns-pt tristate default y if DEFAULT_luci-i18n-ddns-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ddns - Português (Portuguese) Ansuel Smith config PACKAGE_luci-i18n-ddns-pt-br tristate default y if DEFAULT_luci-i18n-ddns-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ddns - Português do Brasil (Brazilian Portuguese) Ansuel Smith config PACKAGE_luci-i18n-ddns-ro tristate default y if DEFAULT_luci-i18n-ddns-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Română (Romanian) Ansuel Smith config PACKAGE_luci-i18n-ddns-ru tristate default y if DEFAULT_luci-i18n-ddns-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ddns - Русский (Russian) Ansuel Smith config PACKAGE_luci-i18n-ddns-sk tristate default y if DEFAULT_luci-i18n-ddns-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Slovenčina (Slovak) Ansuel Smith config PACKAGE_luci-i18n-ddns-sv tristate default y if DEFAULT_luci-i18n-ddns-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ddns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Svenska (Swedish) Ansuel Smith config PACKAGE_luci-i18n-ddns-tr tristate default y if DEFAULT_luci-i18n-ddns-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Türkçe (Turkish) Ansuel Smith config PACKAGE_luci-i18n-ddns-uk tristate default y if DEFAULT_luci-i18n-ddns-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Українська (Ukrainian) Ansuel Smith config PACKAGE_luci-i18n-ddns-vi tristate default y if DEFAULT_luci-i18n-ddns-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - Tiếng Việt (Vietnamese) Ansuel Smith config PACKAGE_luci-i18n-ddns-zh-cn tristate default y if DEFAULT_luci-i18n-ddns-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ddns - 中文 (Chinese) Ansuel Smith config PACKAGE_luci-i18n-ddns-zh-tw tristate default y if DEFAULT_luci-i18n-ddns-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ddns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ddns - 臺灣華語 (Taiwanese) Ansuel Smith config PACKAGE_luci-i18n-diag-core-ca tristate default y if DEFAULT_luci-i18n-diag-core-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-diag-core - Català (Catalan) config PACKAGE_luci-i18n-diag-core-cs tristate default y if DEFAULT_luci-i18n-diag-core-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Čeština (Czech) config PACKAGE_luci-i18n-diag-core-de tristate default y if DEFAULT_luci-i18n-diag-core-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-diag-core - Deutsch (German) config PACKAGE_luci-i18n-diag-core-el tristate default y if DEFAULT_luci-i18n-diag-core-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-diag-core - Ελληνικά (Greek) config PACKAGE_luci-i18n-diag-core-en tristate default y if DEFAULT_luci-i18n-diag-core-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - English config PACKAGE_luci-i18n-diag-core-es tristate default y if DEFAULT_luci-i18n-diag-core-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-diag-core - Español (Spanish) config PACKAGE_luci-i18n-diag-core-fr tristate default y if DEFAULT_luci-i18n-diag-core-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-diag-core - Français (French) config PACKAGE_luci-i18n-diag-core-he tristate default y if DEFAULT_luci-i18n-diag-core-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-diag-core - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-diag-core-hu tristate default y if DEFAULT_luci-i18n-diag-core-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Magyar (Hungarian) config PACKAGE_luci-i18n-diag-core-it tristate default y if DEFAULT_luci-i18n-diag-core-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-diag-core - Italiano (Italian) config PACKAGE_luci-i18n-diag-core-ja tristate default y if DEFAULT_luci-i18n-diag-core-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-diag-core - 日本語 (Japanese) config PACKAGE_luci-i18n-diag-core-ms tristate default y if DEFAULT_luci-i18n-diag-core-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-diag-core-no tristate default y if DEFAULT_luci-i18n-diag-core-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Norsk (Norwegian) config PACKAGE_luci-i18n-diag-core-pl tristate default y if DEFAULT_luci-i18n-diag-core-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Polski (Polish) config PACKAGE_luci-i18n-diag-core-pt tristate default y if DEFAULT_luci-i18n-diag-core-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Português (Portuguese) config PACKAGE_luci-i18n-diag-core-pt-br tristate default y if DEFAULT_luci-i18n-diag-core-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-diag-core - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-diag-core-ro tristate default y if DEFAULT_luci-i18n-diag-core-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Română (Romanian) config PACKAGE_luci-i18n-diag-core-ru tristate default y if DEFAULT_luci-i18n-diag-core-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-diag-core - Русский (Russian) config PACKAGE_luci-i18n-diag-core-sk tristate default y if DEFAULT_luci-i18n-diag-core-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Slovenčina (Slovak) config PACKAGE_luci-i18n-diag-core-sv tristate default y if DEFAULT_luci-i18n-diag-core-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Svenska (Swedish) config PACKAGE_luci-i18n-diag-core-tr tristate default y if DEFAULT_luci-i18n-diag-core-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - Türkçe (Turkish) config PACKAGE_luci-i18n-diag-core-uk tristate default y if DEFAULT_luci-i18n-diag-core-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Українська (Ukrainian) config PACKAGE_luci-i18n-diag-core-vi tristate default y if DEFAULT_luci-i18n-diag-core-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-diag-core-zh-cn tristate default y if DEFAULT_luci-i18n-diag-core-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-diag-core help Translation for luci-app-diag-core - 中文 (Chinese) config PACKAGE_luci-i18n-diag-core-zh-tw tristate default y if DEFAULT_luci-i18n-diag-core-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-diag-core select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-diag-core - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-dnscrypt-proxy-bg tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - български (Bulgarian) config PACKAGE_luci-i18n-dnscrypt-proxy-ca tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Català (Catalan) config PACKAGE_luci-i18n-dnscrypt-proxy-cs tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Čeština (Czech) config PACKAGE_luci-i18n-dnscrypt-proxy-de tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Deutsch (German) config PACKAGE_luci-i18n-dnscrypt-proxy-el tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-dnscrypt-proxy-en tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - English config PACKAGE_luci-i18n-dnscrypt-proxy-es tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Español (Spanish) config PACKAGE_luci-i18n-dnscrypt-proxy-fr tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Français (French) config PACKAGE_luci-i18n-dnscrypt-proxy-he tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dnscrypt-proxy-hi tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - हिंदी (Hindi) config PACKAGE_luci-i18n-dnscrypt-proxy-hu tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Magyar (Hungarian) config PACKAGE_luci-i18n-dnscrypt-proxy-it tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Italiano (Italian) config PACKAGE_luci-i18n-dnscrypt-proxy-ja tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - 日本語 (Japanese) config PACKAGE_luci-i18n-dnscrypt-proxy-ko tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - 한국어 (Korean) config PACKAGE_luci-i18n-dnscrypt-proxy-mr tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - मराठी (Marathi) config PACKAGE_luci-i18n-dnscrypt-proxy-ms tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dnscrypt-proxy-no tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Norsk (Norwegian) config PACKAGE_luci-i18n-dnscrypt-proxy-pl tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Polski (Polish) config PACKAGE_luci-i18n-dnscrypt-proxy-pt tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Português (Portuguese) config PACKAGE_luci-i18n-dnscrypt-proxy-pt-br tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dnscrypt-proxy-ro tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Română (Romanian) config PACKAGE_luci-i18n-dnscrypt-proxy-ru tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Русский (Russian) config PACKAGE_luci-i18n-dnscrypt-proxy-sk tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Slovenčina (Slovak) config PACKAGE_luci-i18n-dnscrypt-proxy-sv tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Svenska (Swedish) config PACKAGE_luci-i18n-dnscrypt-proxy-tr tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - Türkçe (Turkish) config PACKAGE_luci-i18n-dnscrypt-proxy-uk tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dnscrypt-proxy - Українська (Ukrainian) config PACKAGE_luci-i18n-dnscrypt-proxy-vi tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dnscrypt-proxy - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dnscrypt-proxy-zh-cn tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - 中文 (Chinese) config PACKAGE_luci-i18n-dnscrypt-proxy-zh-tw tristate default y if DEFAULT_luci-i18n-dnscrypt-proxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-dnscrypt-proxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dnscrypt-proxy - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-dump1090-bg tristate default y if DEFAULT_luci-i18n-dump1090-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - български (Bulgarian) config PACKAGE_luci-i18n-dump1090-ca tristate default y if DEFAULT_luci-i18n-dump1090-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Català (Catalan) config PACKAGE_luci-i18n-dump1090-cs tristate default y if DEFAULT_luci-i18n-dump1090-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Čeština (Czech) config PACKAGE_luci-i18n-dump1090-de tristate default y if DEFAULT_luci-i18n-dump1090-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Deutsch (German) config PACKAGE_luci-i18n-dump1090-el tristate default y if DEFAULT_luci-i18n-dump1090-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Ελληνικά (Greek) config PACKAGE_luci-i18n-dump1090-en tristate default y if DEFAULT_luci-i18n-dump1090-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - English config PACKAGE_luci-i18n-dump1090-es tristate default y if DEFAULT_luci-i18n-dump1090-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Español (Spanish) config PACKAGE_luci-i18n-dump1090-fr tristate default y if DEFAULT_luci-i18n-dump1090-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-dump1090 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Français (French) config PACKAGE_luci-i18n-dump1090-he tristate default y if DEFAULT_luci-i18n-dump1090-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dump1090-hi tristate default y if DEFAULT_luci-i18n-dump1090-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - हिंदी (Hindi) config PACKAGE_luci-i18n-dump1090-hu tristate default y if DEFAULT_luci-i18n-dump1090-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Magyar (Hungarian) config PACKAGE_luci-i18n-dump1090-it tristate default y if DEFAULT_luci-i18n-dump1090-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - Italiano (Italian) config PACKAGE_luci-i18n-dump1090-ja tristate default y if DEFAULT_luci-i18n-dump1090-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - 日本語 (Japanese) config PACKAGE_luci-i18n-dump1090-ko tristate default y if DEFAULT_luci-i18n-dump1090-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - 한국어 (Korean) config PACKAGE_luci-i18n-dump1090-mr tristate default y if DEFAULT_luci-i18n-dump1090-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - मराठी (Marathi) config PACKAGE_luci-i18n-dump1090-ms tristate default y if DEFAULT_luci-i18n-dump1090-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dump1090-no tristate default y if DEFAULT_luci-i18n-dump1090-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Norsk (Norwegian) config PACKAGE_luci-i18n-dump1090-pl tristate default y if DEFAULT_luci-i18n-dump1090-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Polski (Polish) config PACKAGE_luci-i18n-dump1090-pt tristate default y if DEFAULT_luci-i18n-dump1090-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Português (Portuguese) config PACKAGE_luci-i18n-dump1090-pt-br tristate default y if DEFAULT_luci-i18n-dump1090-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dump1090-ro tristate default y if DEFAULT_luci-i18n-dump1090-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - Română (Romanian) config PACKAGE_luci-i18n-dump1090-ru tristate default y if DEFAULT_luci-i18n-dump1090-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - Русский (Russian) config PACKAGE_luci-i18n-dump1090-sk tristate default y if DEFAULT_luci-i18n-dump1090-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Slovenčina (Slovak) config PACKAGE_luci-i18n-dump1090-sv tristate default y if DEFAULT_luci-i18n-dump1090-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - Svenska (Swedish) config PACKAGE_luci-i18n-dump1090-tr tristate default y if DEFAULT_luci-i18n-dump1090-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Türkçe (Turkish) config PACKAGE_luci-i18n-dump1090-uk tristate default y if DEFAULT_luci-i18n-dump1090-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dump1090 - Українська (Ukrainian) config PACKAGE_luci-i18n-dump1090-vi tristate default y if DEFAULT_luci-i18n-dump1090-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dump1090-zh-cn tristate default y if DEFAULT_luci-i18n-dump1090-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dump1090 - 中文 (Chinese) config PACKAGE_luci-i18n-dump1090-zh-tw tristate default y if DEFAULT_luci-i18n-dump1090-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dump1090 - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-dynapoint-bg tristate default y if DEFAULT_luci-i18n-dynapoint-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - български (Bulgarian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ca tristate default y if DEFAULT_luci-i18n-dynapoint-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Català (Catalan) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-cs tristate default y if DEFAULT_luci-i18n-dynapoint-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - Čeština (Czech) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-de tristate default y if DEFAULT_luci-i18n-dynapoint-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Deutsch (German) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-el tristate default y if DEFAULT_luci-i18n-dynapoint-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Ελληνικά (Greek) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-en tristate default y if DEFAULT_luci-i18n-dynapoint-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - English Tobias Ilte config PACKAGE_luci-i18n-dynapoint-es tristate default y if DEFAULT_luci-i18n-dynapoint-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Español (Spanish) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-fr tristate default y if DEFAULT_luci-i18n-dynapoint-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - Français (French) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-he tristate default y if DEFAULT_luci-i18n-dynapoint-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - עִבְרִית (Hebrew) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-hi tristate default y if DEFAULT_luci-i18n-dynapoint-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - हिंदी (Hindi) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-hu tristate default y if DEFAULT_luci-i18n-dynapoint-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Magyar (Hungarian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-it tristate default y if DEFAULT_luci-i18n-dynapoint-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Italiano (Italian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ja tristate default y if DEFAULT_luci-i18n-dynapoint-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - 日本語 (Japanese) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ko tristate default y if DEFAULT_luci-i18n-dynapoint-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - 한국어 (Korean) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-mr tristate default y if DEFAULT_luci-i18n-dynapoint-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - मराठी (Marathi) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ms tristate default y if DEFAULT_luci-i18n-dynapoint-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - Bahasa Melayu (Malay) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-no tristate default y if DEFAULT_luci-i18n-dynapoint-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Norsk (Norwegian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-pl tristate default y if DEFAULT_luci-i18n-dynapoint-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - Polski (Polish) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-pt tristate default y if DEFAULT_luci-i18n-dynapoint-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Português (Portuguese) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-pt-br tristate default y if DEFAULT_luci-i18n-dynapoint-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Português do Brasil (Brazilian Portuguese) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ro tristate default y if DEFAULT_luci-i18n-dynapoint-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Română (Romanian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-ru tristate default y if DEFAULT_luci-i18n-dynapoint-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - Русский (Russian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-sk tristate default y if DEFAULT_luci-i18n-dynapoint-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Slovenčina (Slovak) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-sv tristate default y if DEFAULT_luci-i18n-dynapoint-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Svenska (Swedish) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-tr tristate default y if DEFAULT_luci-i18n-dynapoint-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Türkçe (Turkish) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-uk tristate default y if DEFAULT_luci-i18n-dynapoint-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-dynapoint - Українська (Ukrainian) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-vi tristate default y if DEFAULT_luci-i18n-dynapoint-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - Tiếng Việt (Vietnamese) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-zh-cn tristate default y if DEFAULT_luci-i18n-dynapoint-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-dynapoint select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-dynapoint - 中文 (Chinese) Tobias Ilte config PACKAGE_luci-i18n-dynapoint-zh-tw tristate default y if DEFAULT_luci-i18n-dynapoint-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-dynapoint select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-dynapoint - 臺灣華語 (Taiwanese) Tobias Ilte config PACKAGE_luci-i18n-firewall-bg tristate default y if DEFAULT_luci-i18n-firewall-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-firewall select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - български (Bulgarian) config PACKAGE_luci-i18n-firewall-ca tristate default y if DEFAULT_luci-i18n-firewall-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Català (Catalan) config PACKAGE_luci-i18n-firewall-cs tristate default y if DEFAULT_luci-i18n-firewall-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Čeština (Czech) config PACKAGE_luci-i18n-firewall-de tristate default y if DEFAULT_luci-i18n-firewall-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Deutsch (German) config PACKAGE_luci-i18n-firewall-el tristate default y if DEFAULT_luci-i18n-firewall-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Ελληνικά (Greek) config PACKAGE_luci-i18n-firewall-en tristate default y if DEFAULT_luci-i18n-firewall-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - English config PACKAGE_luci-i18n-firewall-es tristate default y if DEFAULT_luci-i18n-firewall-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Español (Spanish) config PACKAGE_luci-i18n-firewall-fr tristate default y if DEFAULT_luci-i18n-firewall-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-firewall select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Français (French) config PACKAGE_luci-i18n-firewall-he tristate default y if DEFAULT_luci-i18n-firewall-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-firewall select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-firewall-hi tristate default y if DEFAULT_luci-i18n-firewall-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - हिंदी (Hindi) config PACKAGE_luci-i18n-firewall-hu tristate default y if DEFAULT_luci-i18n-firewall-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Magyar (Hungarian) config PACKAGE_luci-i18n-firewall-it tristate default y if DEFAULT_luci-i18n-firewall-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Italiano (Italian) config PACKAGE_luci-i18n-firewall-ja tristate default y if DEFAULT_luci-i18n-firewall-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-firewall select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-firewall - 日本語 (Japanese) config PACKAGE_luci-i18n-firewall-ko tristate default y if DEFAULT_luci-i18n-firewall-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - 한국어 (Korean) config PACKAGE_luci-i18n-firewall-mr tristate default y if DEFAULT_luci-i18n-firewall-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - मराठी (Marathi) config PACKAGE_luci-i18n-firewall-ms tristate default y if DEFAULT_luci-i18n-firewall-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-firewall-no tristate default y if DEFAULT_luci-i18n-firewall-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Norsk (Norwegian) config PACKAGE_luci-i18n-firewall-pl tristate default y if DEFAULT_luci-i18n-firewall-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-firewall select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-firewall - Polski (Polish) config PACKAGE_luci-i18n-firewall-pt tristate default y if DEFAULT_luci-i18n-firewall-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Português (Portuguese) config PACKAGE_luci-i18n-firewall-pt-br tristate default y if DEFAULT_luci-i18n-firewall-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-firewall-ro tristate default y if DEFAULT_luci-i18n-firewall-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Română (Romanian) config PACKAGE_luci-i18n-firewall-ru tristate default y if DEFAULT_luci-i18n-firewall-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-firewall select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Русский (Russian) config PACKAGE_luci-i18n-firewall-sk tristate default y if DEFAULT_luci-i18n-firewall-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-firewall select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-firewall - Slovenčina (Slovak) config PACKAGE_luci-i18n-firewall-sv tristate default y if DEFAULT_luci-i18n-firewall-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Svenska (Swedish) config PACKAGE_luci-i18n-firewall-tr tristate default y if DEFAULT_luci-i18n-firewall-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - Türkçe (Turkish) config PACKAGE_luci-i18n-firewall-uk tristate default y if DEFAULT_luci-i18n-firewall-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Українська (Ukrainian) config PACKAGE_luci-i18n-firewall-vi tristate default y if DEFAULT_luci-i18n-firewall-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-firewall-zh-cn tristate default y if DEFAULT_luci-i18n-firewall-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-firewall select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - 中文 (Chinese) config PACKAGE_luci-i18n-firewall-zh-tw tristate default y if DEFAULT_luci-i18n-firewall-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-firewall select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-firewall - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-fwknopd-bg tristate default y if DEFAULT_luci-i18n-fwknopd-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-fwknopd - български (Bulgarian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ca tristate default y if DEFAULT_luci-i18n-fwknopd-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Català (Catalan) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-cs tristate default y if DEFAULT_luci-i18n-fwknopd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Čeština (Czech) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-de tristate default y if DEFAULT_luci-i18n-fwknopd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Deutsch (German) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-el tristate default y if DEFAULT_luci-i18n-fwknopd-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Ελληνικά (Greek) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-en tristate default y if DEFAULT_luci-i18n-fwknopd-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - English Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-es tristate default y if DEFAULT_luci-i18n-fwknopd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Español (Spanish) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-fr tristate default y if DEFAULT_luci-i18n-fwknopd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - Français (French) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-he tristate default y if DEFAULT_luci-i18n-fwknopd-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-fwknopd - עִבְרִית (Hebrew) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-hi tristate default y if DEFAULT_luci-i18n-fwknopd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - हिंदी (Hindi) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-hu tristate default y if DEFAULT_luci-i18n-fwknopd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Magyar (Hungarian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-it tristate default y if DEFAULT_luci-i18n-fwknopd-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Italiano (Italian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ja tristate default y if DEFAULT_luci-i18n-fwknopd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - 日本語 (Japanese) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ko tristate default y if DEFAULT_luci-i18n-fwknopd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - 한국어 (Korean) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-mr tristate default y if DEFAULT_luci-i18n-fwknopd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - मराठी (Marathi) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ms tristate default y if DEFAULT_luci-i18n-fwknopd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-fwknopd - Bahasa Melayu (Malay) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-no tristate default y if DEFAULT_luci-i18n-fwknopd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Norsk (Norwegian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-pl tristate default y if DEFAULT_luci-i18n-fwknopd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - Polski (Polish) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-pt tristate default y if DEFAULT_luci-i18n-fwknopd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - Português (Portuguese) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-pt-br tristate default y if DEFAULT_luci-i18n-fwknopd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Português do Brasil (Brazilian Portuguese) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ro tristate default y if DEFAULT_luci-i18n-fwknopd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Română (Romanian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-ru tristate default y if DEFAULT_luci-i18n-fwknopd-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - Русский (Russian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-sk tristate default y if DEFAULT_luci-i18n-fwknopd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Slovenčina (Slovak) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-sv tristate default y if DEFAULT_luci-i18n-fwknopd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - Svenska (Swedish) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-tr tristate default y if DEFAULT_luci-i18n-fwknopd-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-fwknopd - Türkçe (Turkish) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-uk tristate default y if DEFAULT_luci-i18n-fwknopd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Українська (Ukrainian) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-vi tristate default y if DEFAULT_luci-i18n-fwknopd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Tiếng Việt (Vietnamese) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-zh-cn tristate default y if DEFAULT_luci-i18n-fwknopd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-fwknopd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-fwknopd - 中文 (Chinese) Jonathan Bennett config PACKAGE_luci-i18n-fwknopd-zh-tw tristate default y if DEFAULT_luci-i18n-fwknopd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-fwknopd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-fwknopd - 臺灣華語 (Taiwanese) Jonathan Bennett config PACKAGE_luci-i18n-hd-idle-ca tristate default y if DEFAULT_luci-i18n-hd-idle-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Català (Catalan) config PACKAGE_luci-i18n-hd-idle-cs tristate default y if DEFAULT_luci-i18n-hd-idle-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Čeština (Czech) config PACKAGE_luci-i18n-hd-idle-de tristate default y if DEFAULT_luci-i18n-hd-idle-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-hd-idle - Deutsch (German) config PACKAGE_luci-i18n-hd-idle-el tristate default y if DEFAULT_luci-i18n-hd-idle-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Ελληνικά (Greek) config PACKAGE_luci-i18n-hd-idle-en tristate default y if DEFAULT_luci-i18n-hd-idle-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - English config PACKAGE_luci-i18n-hd-idle-es tristate default y if DEFAULT_luci-i18n-hd-idle-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Español (Spanish) config PACKAGE_luci-i18n-hd-idle-fr tristate default y if DEFAULT_luci-i18n-hd-idle-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Français (French) config PACKAGE_luci-i18n-hd-idle-he tristate default y if DEFAULT_luci-i18n-hd-idle-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-hd-idle - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-hd-idle-hu tristate default y if DEFAULT_luci-i18n-hd-idle-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Magyar (Hungarian) config PACKAGE_luci-i18n-hd-idle-it tristate default y if DEFAULT_luci-i18n-hd-idle-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Italiano (Italian) config PACKAGE_luci-i18n-hd-idle-ja tristate default y if DEFAULT_luci-i18n-hd-idle-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-hd-idle - 日本語 (Japanese) config PACKAGE_luci-i18n-hd-idle-ms tristate default y if DEFAULT_luci-i18n-hd-idle-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-hd-idle-no tristate default y if DEFAULT_luci-i18n-hd-idle-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Norsk (Norwegian) config PACKAGE_luci-i18n-hd-idle-pl tristate default y if DEFAULT_luci-i18n-hd-idle-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-hd-idle - Polski (Polish) config PACKAGE_luci-i18n-hd-idle-pt tristate default y if DEFAULT_luci-i18n-hd-idle-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Português (Portuguese) config PACKAGE_luci-i18n-hd-idle-pt-br tristate default y if DEFAULT_luci-i18n-hd-idle-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-hd-idle-ro tristate default y if DEFAULT_luci-i18n-hd-idle-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-hd-idle - Română (Romanian) config PACKAGE_luci-i18n-hd-idle-ru tristate default y if DEFAULT_luci-i18n-hd-idle-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Русский (Russian) config PACKAGE_luci-i18n-hd-idle-sk tristate default y if DEFAULT_luci-i18n-hd-idle-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-hd-idle - Slovenčina (Slovak) config PACKAGE_luci-i18n-hd-idle-sv tristate default y if DEFAULT_luci-i18n-hd-idle-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-hd-idle - Svenska (Swedish) config PACKAGE_luci-i18n-hd-idle-tr tristate default y if DEFAULT_luci-i18n-hd-idle-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-hd-idle - Türkçe (Turkish) config PACKAGE_luci-i18n-hd-idle-uk tristate default y if DEFAULT_luci-i18n-hd-idle-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-hd-idle select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-hd-idle - Українська (Ukrainian) config PACKAGE_luci-i18n-hd-idle-vi tristate default y if DEFAULT_luci-i18n-hd-idle-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-hd-idle-zh-cn tristate default y if DEFAULT_luci-i18n-hd-idle-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-hd-idle - 中文 (Chinese) config PACKAGE_luci-i18n-hd-idle-zh-tw tristate default y if DEFAULT_luci-i18n-hd-idle-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-hd-idle select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-hd-idle - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-https-dns-proxy-bg tristate default y if DEFAULT_luci-i18n-https-dns-proxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-https-dns-proxy - български (Bulgarian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ca tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Català (Catalan) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-cs tristate default y if DEFAULT_luci-i18n-https-dns-proxy-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Čeština (Czech) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-de tristate default y if DEFAULT_luci-i18n-https-dns-proxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Deutsch (German) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-el tristate default y if DEFAULT_luci-i18n-https-dns-proxy-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Ελληνικά (Greek) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-en tristate default y if DEFAULT_luci-i18n-https-dns-proxy-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - English Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-es tristate default y if DEFAULT_luci-i18n-https-dns-proxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-https-dns-proxy - Español (Spanish) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-fr tristate default y if DEFAULT_luci-i18n-https-dns-proxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Français (French) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-he tristate default y if DEFAULT_luci-i18n-https-dns-proxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - עִבְרִית (Hebrew) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-hi tristate default y if DEFAULT_luci-i18n-https-dns-proxy-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - हिंदी (Hindi) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-hu tristate default y if DEFAULT_luci-i18n-https-dns-proxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-https-dns-proxy - Magyar (Hungarian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-it tristate default y if DEFAULT_luci-i18n-https-dns-proxy-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Italiano (Italian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ja tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-https-dns-proxy - 日本語 (Japanese) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ko tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - 한국어 (Korean) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-mr tristate default y if DEFAULT_luci-i18n-https-dns-proxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - मराठी (Marathi) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ms tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Bahasa Melayu (Malay) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-no tristate default y if DEFAULT_luci-i18n-https-dns-proxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Norsk (Norwegian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-pl tristate default y if DEFAULT_luci-i18n-https-dns-proxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Polski (Polish) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-pt tristate default y if DEFAULT_luci-i18n-https-dns-proxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Português (Portuguese) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-pt-br tristate default y if DEFAULT_luci-i18n-https-dns-proxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Português do Brasil (Brazilian Portuguese) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ro tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Română (Romanian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-ru tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Русский (Russian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-sk tristate default y if DEFAULT_luci-i18n-https-dns-proxy-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-https-dns-proxy - Slovenčina (Slovak) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-sv tristate default y if DEFAULT_luci-i18n-https-dns-proxy-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Svenska (Swedish) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-tr tristate default y if DEFAULT_luci-i18n-https-dns-proxy-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Türkçe (Turkish) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-uk tristate default y if DEFAULT_luci-i18n-https-dns-proxy-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - Українська (Ukrainian) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-vi tristate default y if DEFAULT_luci-i18n-https-dns-proxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-https-dns-proxy - Tiếng Việt (Vietnamese) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-zh-cn tristate default y if DEFAULT_luci-i18n-https-dns-proxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-https-dns-proxy - 中文 (Chinese) Stan Grishin config PACKAGE_luci-i18n-https-dns-proxy-zh-tw tristate default y if DEFAULT_luci-i18n-https-dns-proxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-https-dns-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-https-dns-proxy - 臺灣華語 (Taiwanese) Stan Grishin config PACKAGE_luci-i18n-ksmbd-bg tristate default y if DEFAULT_luci-i18n-ksmbd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - български (Bulgarian) config PACKAGE_luci-i18n-ksmbd-ca tristate default y if DEFAULT_luci-i18n-ksmbd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Català (Catalan) config PACKAGE_luci-i18n-ksmbd-cs tristate default y if DEFAULT_luci-i18n-ksmbd-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Čeština (Czech) config PACKAGE_luci-i18n-ksmbd-de tristate default y if DEFAULT_luci-i18n-ksmbd-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Deutsch (German) config PACKAGE_luci-i18n-ksmbd-el tristate default y if DEFAULT_luci-i18n-ksmbd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Ελληνικά (Greek) config PACKAGE_luci-i18n-ksmbd-en tristate default y if DEFAULT_luci-i18n-ksmbd-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - English config PACKAGE_luci-i18n-ksmbd-es tristate default y if DEFAULT_luci-i18n-ksmbd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ksmbd - Español (Spanish) config PACKAGE_luci-i18n-ksmbd-fr tristate default y if DEFAULT_luci-i18n-ksmbd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Français (French) config PACKAGE_luci-i18n-ksmbd-he tristate default y if DEFAULT_luci-i18n-ksmbd-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ksmbd-hi tristate default y if DEFAULT_luci-i18n-ksmbd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ksmbd - हिंदी (Hindi) config PACKAGE_luci-i18n-ksmbd-hu tristate default y if DEFAULT_luci-i18n-ksmbd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Magyar (Hungarian) config PACKAGE_luci-i18n-ksmbd-it tristate default y if DEFAULT_luci-i18n-ksmbd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Italiano (Italian) config PACKAGE_luci-i18n-ksmbd-ja tristate default y if DEFAULT_luci-i18n-ksmbd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - 日本語 (Japanese) config PACKAGE_luci-i18n-ksmbd-ko tristate default y if DEFAULT_luci-i18n-ksmbd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - 한국어 (Korean) config PACKAGE_luci-i18n-ksmbd-mr tristate default y if DEFAULT_luci-i18n-ksmbd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - मराठी (Marathi) config PACKAGE_luci-i18n-ksmbd-ms tristate default y if DEFAULT_luci-i18n-ksmbd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ksmbd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ksmbd-no tristate default y if DEFAULT_luci-i18n-ksmbd-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - Norsk (Norwegian) config PACKAGE_luci-i18n-ksmbd-pl tristate default y if DEFAULT_luci-i18n-ksmbd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - Polski (Polish) config PACKAGE_luci-i18n-ksmbd-pt tristate default y if DEFAULT_luci-i18n-ksmbd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Português (Portuguese) config PACKAGE_luci-i18n-ksmbd-pt-br tristate default y if DEFAULT_luci-i18n-ksmbd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ksmbd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ksmbd-ro tristate default y if DEFAULT_luci-i18n-ksmbd-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Română (Romanian) config PACKAGE_luci-i18n-ksmbd-ru tristate default y if DEFAULT_luci-i18n-ksmbd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Русский (Russian) config PACKAGE_luci-i18n-ksmbd-sk tristate default y if DEFAULT_luci-i18n-ksmbd-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - Slovenčina (Slovak) config PACKAGE_luci-i18n-ksmbd-sv tristate default y if DEFAULT_luci-i18n-ksmbd-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - Svenska (Swedish) config PACKAGE_luci-i18n-ksmbd-tr tristate default y if DEFAULT_luci-i18n-ksmbd-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ksmbd - Türkçe (Turkish) config PACKAGE_luci-i18n-ksmbd-uk tristate default y if DEFAULT_luci-i18n-ksmbd-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - Українська (Ukrainian) config PACKAGE_luci-i18n-ksmbd-vi tristate default y if DEFAULT_luci-i18n-ksmbd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ksmbd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ksmbd-zh-cn tristate default y if DEFAULT_luci-i18n-ksmbd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - 中文 (Chinese) config PACKAGE_luci-i18n-ksmbd-zh-tw tristate default y if DEFAULT_luci-i18n-ksmbd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-ksmbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ksmbd - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-ltqtapi-bg tristate default y if DEFAULT_luci-i18n-ltqtapi-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - български (Bulgarian) config PACKAGE_luci-i18n-ltqtapi-ca tristate default y if DEFAULT_luci-i18n-ltqtapi-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - Català (Catalan) config PACKAGE_luci-i18n-ltqtapi-cs tristate default y if DEFAULT_luci-i18n-ltqtapi-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ltqtapi - Čeština (Czech) config PACKAGE_luci-i18n-ltqtapi-de tristate default y if DEFAULT_luci-i18n-ltqtapi-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - Deutsch (German) config PACKAGE_luci-i18n-ltqtapi-el tristate default y if DEFAULT_luci-i18n-ltqtapi-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Ελληνικά (Greek) config PACKAGE_luci-i18n-ltqtapi-en tristate default y if DEFAULT_luci-i18n-ltqtapi-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - English config PACKAGE_luci-i18n-ltqtapi-es tristate default y if DEFAULT_luci-i18n-ltqtapi-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ltqtapi - Español (Spanish) config PACKAGE_luci-i18n-ltqtapi-fr tristate default y if DEFAULT_luci-i18n-ltqtapi-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Français (French) config PACKAGE_luci-i18n-ltqtapi-he tristate default y if DEFAULT_luci-i18n-ltqtapi-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ltqtapi-hi tristate default y if DEFAULT_luci-i18n-ltqtapi-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - हिंदी (Hindi) config PACKAGE_luci-i18n-ltqtapi-hu tristate default y if DEFAULT_luci-i18n-ltqtapi-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - Magyar (Hungarian) config PACKAGE_luci-i18n-ltqtapi-it tristate default y if DEFAULT_luci-i18n-ltqtapi-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - Italiano (Italian) config PACKAGE_luci-i18n-ltqtapi-ja tristate default y if DEFAULT_luci-i18n-ltqtapi-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ltqtapi - 日本語 (Japanese) config PACKAGE_luci-i18n-ltqtapi-ko tristate default y if DEFAULT_luci-i18n-ltqtapi-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - 한국어 (Korean) config PACKAGE_luci-i18n-ltqtapi-mr tristate default y if DEFAULT_luci-i18n-ltqtapi-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - मराठी (Marathi) config PACKAGE_luci-i18n-ltqtapi-ms tristate default y if DEFAULT_luci-i18n-ltqtapi-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ltqtapi-no tristate default y if DEFAULT_luci-i18n-ltqtapi-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Norsk (Norwegian) config PACKAGE_luci-i18n-ltqtapi-pl tristate default y if DEFAULT_luci-i18n-ltqtapi-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - Polski (Polish) config PACKAGE_luci-i18n-ltqtapi-pt tristate default y if DEFAULT_luci-i18n-ltqtapi-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Português (Portuguese) config PACKAGE_luci-i18n-ltqtapi-pt-br tristate default y if DEFAULT_luci-i18n-ltqtapi-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ltqtapi-ro tristate default y if DEFAULT_luci-i18n-ltqtapi-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ltqtapi - Română (Romanian) config PACKAGE_luci-i18n-ltqtapi-ru tristate default y if DEFAULT_luci-i18n-ltqtapi-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Русский (Russian) config PACKAGE_luci-i18n-ltqtapi-sk tristate default y if DEFAULT_luci-i18n-ltqtapi-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ltqtapi - Slovenčina (Slovak) config PACKAGE_luci-i18n-ltqtapi-sv tristate default y if DEFAULT_luci-i18n-ltqtapi-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - Svenska (Swedish) config PACKAGE_luci-i18n-ltqtapi-tr tristate default y if DEFAULT_luci-i18n-ltqtapi-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - Türkçe (Turkish) config PACKAGE_luci-i18n-ltqtapi-uk tristate default y if DEFAULT_luci-i18n-ltqtapi-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Українська (Ukrainian) config PACKAGE_luci-i18n-ltqtapi-vi tristate default y if DEFAULT_luci-i18n-ltqtapi-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ltqtapi-zh-cn tristate default y if DEFAULT_luci-i18n-ltqtapi-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ltqtapi - 中文 (Chinese) config PACKAGE_luci-i18n-ltqtapi-zh-tw tristate default y if DEFAULT_luci-i18n-ltqtapi-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-lxc-bg tristate default y if DEFAULT_luci-i18n-lxc-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - български (Bulgarian) Petar Koretic config PACKAGE_luci-i18n-lxc-ca tristate default y if DEFAULT_luci-i18n-lxc-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Català (Catalan) Petar Koretic config PACKAGE_luci-i18n-lxc-cs tristate default y if DEFAULT_luci-i18n-lxc-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Čeština (Czech) Petar Koretic config PACKAGE_luci-i18n-lxc-de tristate default y if DEFAULT_luci-i18n-lxc-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Deutsch (German) Petar Koretic config PACKAGE_luci-i18n-lxc-el tristate default y if DEFAULT_luci-i18n-lxc-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Ελληνικά (Greek) Petar Koretic config PACKAGE_luci-i18n-lxc-en tristate default y if DEFAULT_luci-i18n-lxc-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-lxc - English Petar Koretic config PACKAGE_luci-i18n-lxc-es tristate default y if DEFAULT_luci-i18n-lxc-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Español (Spanish) Petar Koretic config PACKAGE_luci-i18n-lxc-fr tristate default y if DEFAULT_luci-i18n-lxc-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Français (French) Petar Koretic config PACKAGE_luci-i18n-lxc-he tristate default y if DEFAULT_luci-i18n-lxc-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - עִבְרִית (Hebrew) Petar Koretic config PACKAGE_luci-i18n-lxc-hi tristate default y if DEFAULT_luci-i18n-lxc-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - हिंदी (Hindi) Petar Koretic config PACKAGE_luci-i18n-lxc-hu tristate default y if DEFAULT_luci-i18n-lxc-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-lxc - Magyar (Hungarian) Petar Koretic config PACKAGE_luci-i18n-lxc-it tristate default y if DEFAULT_luci-i18n-lxc-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Italiano (Italian) Petar Koretic config PACKAGE_luci-i18n-lxc-ja tristate default y if DEFAULT_luci-i18n-lxc-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - 日本語 (Japanese) Petar Koretic config PACKAGE_luci-i18n-lxc-ko tristate default y if DEFAULT_luci-i18n-lxc-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - 한국어 (Korean) Petar Koretic config PACKAGE_luci-i18n-lxc-mr tristate default y if DEFAULT_luci-i18n-lxc-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-lxc - मराठी (Marathi) Petar Koretic config PACKAGE_luci-i18n-lxc-ms tristate default y if DEFAULT_luci-i18n-lxc-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-lxc - Bahasa Melayu (Malay) Petar Koretic config PACKAGE_luci-i18n-lxc-no tristate default y if DEFAULT_luci-i18n-lxc-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-lxc - Norsk (Norwegian) Petar Koretic config PACKAGE_luci-i18n-lxc-pl tristate default y if DEFAULT_luci-i18n-lxc-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Polski (Polish) Petar Koretic config PACKAGE_luci-i18n-lxc-pt tristate default y if DEFAULT_luci-i18n-lxc-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Português (Portuguese) Petar Koretic config PACKAGE_luci-i18n-lxc-pt-br tristate default y if DEFAULT_luci-i18n-lxc-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Português do Brasil (Brazilian Portuguese) Petar Koretic config PACKAGE_luci-i18n-lxc-ro tristate default y if DEFAULT_luci-i18n-lxc-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Română (Romanian) Petar Koretic config PACKAGE_luci-i18n-lxc-ru tristate default y if DEFAULT_luci-i18n-lxc-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - Русский (Russian) Petar Koretic config PACKAGE_luci-i18n-lxc-sk tristate default y if DEFAULT_luci-i18n-lxc-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Slovenčina (Slovak) Petar Koretic config PACKAGE_luci-i18n-lxc-sv tristate default y if DEFAULT_luci-i18n-lxc-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-lxc - Svenska (Swedish) Petar Koretic config PACKAGE_luci-i18n-lxc-tr tristate default y if DEFAULT_luci-i18n-lxc-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Türkçe (Turkish) Petar Koretic config PACKAGE_luci-i18n-lxc-uk tristate default y if DEFAULT_luci-i18n-lxc-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-lxc - Українська (Ukrainian) Petar Koretic config PACKAGE_luci-i18n-lxc-vi tristate default y if DEFAULT_luci-i18n-lxc-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-lxc - Tiếng Việt (Vietnamese) Petar Koretic config PACKAGE_luci-i18n-lxc-zh-cn tristate default y if DEFAULT_luci-i18n-lxc-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-lxc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-lxc - 中文 (Chinese) Petar Koretic config PACKAGE_luci-i18n-lxc-zh-tw tristate default y if DEFAULT_luci-i18n-lxc-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-lxc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-lxc - 臺灣華語 (Taiwanese) Petar Koretic config PACKAGE_luci-i18n-minidlna-bg tristate default y if DEFAULT_luci-i18n-minidlna-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - български (Bulgarian) config PACKAGE_luci-i18n-minidlna-ca tristate default y if DEFAULT_luci-i18n-minidlna-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Català (Catalan) config PACKAGE_luci-i18n-minidlna-cs tristate default y if DEFAULT_luci-i18n-minidlna-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-minidlna select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Čeština (Czech) config PACKAGE_luci-i18n-minidlna-de tristate default y if DEFAULT_luci-i18n-minidlna-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-minidlna - Deutsch (German) config PACKAGE_luci-i18n-minidlna-el tristate default y if DEFAULT_luci-i18n-minidlna-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Ελληνικά (Greek) config PACKAGE_luci-i18n-minidlna-en tristate default y if DEFAULT_luci-i18n-minidlna-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - English config PACKAGE_luci-i18n-minidlna-es tristate default y if DEFAULT_luci-i18n-minidlna-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Español (Spanish) config PACKAGE_luci-i18n-minidlna-fr tristate default y if DEFAULT_luci-i18n-minidlna-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Français (French) config PACKAGE_luci-i18n-minidlna-he tristate default y if DEFAULT_luci-i18n-minidlna-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-minidlna-hi tristate default y if DEFAULT_luci-i18n-minidlna-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - हिंदी (Hindi) config PACKAGE_luci-i18n-minidlna-hu tristate default y if DEFAULT_luci-i18n-minidlna-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Magyar (Hungarian) config PACKAGE_luci-i18n-minidlna-it tristate default y if DEFAULT_luci-i18n-minidlna-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-minidlna select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Italiano (Italian) config PACKAGE_luci-i18n-minidlna-ja tristate default y if DEFAULT_luci-i18n-minidlna-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - 日本語 (Japanese) config PACKAGE_luci-i18n-minidlna-ko tristate default y if DEFAULT_luci-i18n-minidlna-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-minidlna - 한국어 (Korean) config PACKAGE_luci-i18n-minidlna-mr tristate default y if DEFAULT_luci-i18n-minidlna-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-minidlna - मराठी (Marathi) config PACKAGE_luci-i18n-minidlna-ms tristate default y if DEFAULT_luci-i18n-minidlna-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-minidlna-no tristate default y if DEFAULT_luci-i18n-minidlna-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Norsk (Norwegian) config PACKAGE_luci-i18n-minidlna-pl tristate default y if DEFAULT_luci-i18n-minidlna-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-minidlna - Polski (Polish) config PACKAGE_luci-i18n-minidlna-pt tristate default y if DEFAULT_luci-i18n-minidlna-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Português (Portuguese) config PACKAGE_luci-i18n-minidlna-pt-br tristate default y if DEFAULT_luci-i18n-minidlna-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-minidlna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-minidlna-ro tristate default y if DEFAULT_luci-i18n-minidlna-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Română (Romanian) config PACKAGE_luci-i18n-minidlna-ru tristate default y if DEFAULT_luci-i18n-minidlna-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Русский (Russian) config PACKAGE_luci-i18n-minidlna-sk tristate default y if DEFAULT_luci-i18n-minidlna-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - Slovenčina (Slovak) config PACKAGE_luci-i18n-minidlna-sv tristate default y if DEFAULT_luci-i18n-minidlna-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-minidlna - Svenska (Swedish) config PACKAGE_luci-i18n-minidlna-tr tristate default y if DEFAULT_luci-i18n-minidlna-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-minidlna select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-minidlna - Türkçe (Turkish) config PACKAGE_luci-i18n-minidlna-uk tristate default y if DEFAULT_luci-i18n-minidlna-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Українська (Ukrainian) config PACKAGE_luci-i18n-minidlna-vi tristate default y if DEFAULT_luci-i18n-minidlna-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-minidlna-zh-cn tristate default y if DEFAULT_luci-i18n-minidlna-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - 中文 (Chinese) config PACKAGE_luci-i18n-minidlna-zh-tw tristate default y if DEFAULT_luci-i18n-minidlna-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-minidlna select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-minidlna - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-mjpg-streamer-bg tristate default y if DEFAULT_luci-i18n-mjpg-streamer-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - български (Bulgarian) config PACKAGE_luci-i18n-mjpg-streamer-ca tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - Català (Catalan) config PACKAGE_luci-i18n-mjpg-streamer-cs tristate default y if DEFAULT_luci-i18n-mjpg-streamer-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - Čeština (Czech) config PACKAGE_luci-i18n-mjpg-streamer-de tristate default y if DEFAULT_luci-i18n-mjpg-streamer-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - Deutsch (German) config PACKAGE_luci-i18n-mjpg-streamer-el tristate default y if DEFAULT_luci-i18n-mjpg-streamer-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Ελληνικά (Greek) config PACKAGE_luci-i18n-mjpg-streamer-en tristate default y if DEFAULT_luci-i18n-mjpg-streamer-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - English config PACKAGE_luci-i18n-mjpg-streamer-es tristate default y if DEFAULT_luci-i18n-mjpg-streamer-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Español (Spanish) config PACKAGE_luci-i18n-mjpg-streamer-fr tristate default y if DEFAULT_luci-i18n-mjpg-streamer-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mjpg-streamer - Français (French) config PACKAGE_luci-i18n-mjpg-streamer-he tristate default y if DEFAULT_luci-i18n-mjpg-streamer-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-mjpg-streamer-hi tristate default y if DEFAULT_luci-i18n-mjpg-streamer-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - हिंदी (Hindi) config PACKAGE_luci-i18n-mjpg-streamer-hu tristate default y if DEFAULT_luci-i18n-mjpg-streamer-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Magyar (Hungarian) config PACKAGE_luci-i18n-mjpg-streamer-it tristate default y if DEFAULT_luci-i18n-mjpg-streamer-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - Italiano (Italian) config PACKAGE_luci-i18n-mjpg-streamer-ja tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - 日本語 (Japanese) config PACKAGE_luci-i18n-mjpg-streamer-ko tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mjpg-streamer - 한국어 (Korean) config PACKAGE_luci-i18n-mjpg-streamer-mr tristate default y if DEFAULT_luci-i18n-mjpg-streamer-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - मराठी (Marathi) config PACKAGE_luci-i18n-mjpg-streamer-ms tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-mjpg-streamer-no tristate default y if DEFAULT_luci-i18n-mjpg-streamer-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Norsk (Norwegian) config PACKAGE_luci-i18n-mjpg-streamer-pl tristate default y if DEFAULT_luci-i18n-mjpg-streamer-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Polski (Polish) config PACKAGE_luci-i18n-mjpg-streamer-pt tristate default y if DEFAULT_luci-i18n-mjpg-streamer-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - Português (Portuguese) config PACKAGE_luci-i18n-mjpg-streamer-pt-br tristate default y if DEFAULT_luci-i18n-mjpg-streamer-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mjpg-streamer - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-mjpg-streamer-ro tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Română (Romanian) config PACKAGE_luci-i18n-mjpg-streamer-ru tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - Русский (Russian) config PACKAGE_luci-i18n-mjpg-streamer-sk tristate default y if DEFAULT_luci-i18n-mjpg-streamer-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mjpg-streamer - Slovenčina (Slovak) config PACKAGE_luci-i18n-mjpg-streamer-sv tristate default y if DEFAULT_luci-i18n-mjpg-streamer-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - Svenska (Swedish) config PACKAGE_luci-i18n-mjpg-streamer-tr tristate default y if DEFAULT_luci-i18n-mjpg-streamer-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Türkçe (Turkish) config PACKAGE_luci-i18n-mjpg-streamer-uk tristate default y if DEFAULT_luci-i18n-mjpg-streamer-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Українська (Ukrainian) config PACKAGE_luci-i18n-mjpg-streamer-vi tristate default y if DEFAULT_luci-i18n-mjpg-streamer-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mjpg-streamer - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-mjpg-streamer-zh-cn tristate default y if DEFAULT_luci-i18n-mjpg-streamer-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-mjpg-streamer select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mjpg-streamer - 中文 (Chinese) config PACKAGE_luci-i18n-mjpg-streamer-zh-tw tristate default y if DEFAULT_luci-i18n-mjpg-streamer-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-mwan3-bg tristate default y if DEFAULT_luci-i18n-mwan3-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - български (Bulgarian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ca tristate default y if DEFAULT_luci-i18n-mwan3-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Català (Catalan) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-cs tristate default y if DEFAULT_luci-i18n-mwan3-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Čeština (Czech) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-de tristate default y if DEFAULT_luci-i18n-mwan3-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Deutsch (German) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-el tristate default y if DEFAULT_luci-i18n-mwan3-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mwan3 - Ελληνικά (Greek) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-en tristate default y if DEFAULT_luci-i18n-mwan3-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mwan3 - English Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-es tristate default y if DEFAULT_luci-i18n-mwan3-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Español (Spanish) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-fr tristate default y if DEFAULT_luci-i18n-mwan3-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Français (French) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-he tristate default y if DEFAULT_luci-i18n-mwan3-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mwan3 - עִבְרִית (Hebrew) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-hi tristate default y if DEFAULT_luci-i18n-mwan3-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - हिंदी (Hindi) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-hu tristate default y if DEFAULT_luci-i18n-mwan3-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Magyar (Hungarian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-it tristate default y if DEFAULT_luci-i18n-mwan3-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - Italiano (Italian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ja tristate default y if DEFAULT_luci-i18n-mwan3-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mwan3 - 日本語 (Japanese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ko tristate default y if DEFAULT_luci-i18n-mwan3-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 한국어 (Korean) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-mr tristate default y if DEFAULT_luci-i18n-mwan3-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - मराठी (Marathi) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ms tristate default y if DEFAULT_luci-i18n-mwan3-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Bahasa Melayu (Malay) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-no tristate default y if DEFAULT_luci-i18n-mwan3-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - Norsk (Norwegian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-pl tristate default y if DEFAULT_luci-i18n-mwan3-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Polski (Polish) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-pt tristate default y if DEFAULT_luci-i18n-mwan3-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Português (Portuguese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-pt-br tristate default y if DEFAULT_luci-i18n-mwan3-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Português do Brasil (Brazilian Portuguese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ro tristate default y if DEFAULT_luci-i18n-mwan3-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Română (Romanian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-ru tristate default y if DEFAULT_luci-i18n-mwan3-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - Русский (Russian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-sk tristate default y if DEFAULT_luci-i18n-mwan3-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-mwan3 - Slovenčina (Slovak) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-sv tristate default y if DEFAULT_luci-i18n-mwan3-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - Svenska (Swedish) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-tr tristate default y if DEFAULT_luci-i18n-mwan3-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-mwan3 - Türkçe (Turkish) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-uk tristate default y if DEFAULT_luci-i18n-mwan3-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Українська (Ukrainian) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-vi tristate default y if DEFAULT_luci-i18n-mwan3-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - Tiếng Việt (Vietnamese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-zh-cn tristate default y if DEFAULT_luci-i18n-mwan3-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-mwan3 - 中文 (Chinese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-mwan3-zh-tw tristate default y if DEFAULT_luci-i18n-mwan3-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 臺灣華語 (Taiwanese) Aedan Renner Florian Eckert config PACKAGE_luci-i18n-nextdns-bg tristate default y if DEFAULT_luci-i18n-nextdns-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - български (Bulgarian) config PACKAGE_luci-i18n-nextdns-ca tristate default y if DEFAULT_luci-i18n-nextdns-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Català (Catalan) config PACKAGE_luci-i18n-nextdns-cs tristate default y if DEFAULT_luci-i18n-nextdns-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Čeština (Czech) config PACKAGE_luci-i18n-nextdns-de tristate default y if DEFAULT_luci-i18n-nextdns-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - Deutsch (German) config PACKAGE_luci-i18n-nextdns-el tristate default y if DEFAULT_luci-i18n-nextdns-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nextdns - Ελληνικά (Greek) config PACKAGE_luci-i18n-nextdns-en tristate default y if DEFAULT_luci-i18n-nextdns-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - English config PACKAGE_luci-i18n-nextdns-es tristate default y if DEFAULT_luci-i18n-nextdns-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Español (Spanish) config PACKAGE_luci-i18n-nextdns-fr tristate default y if DEFAULT_luci-i18n-nextdns-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Français (French) config PACKAGE_luci-i18n-nextdns-he tristate default y if DEFAULT_luci-i18n-nextdns-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-nextdns-hi tristate default y if DEFAULT_luci-i18n-nextdns-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nextdns - हिंदी (Hindi) config PACKAGE_luci-i18n-nextdns-hu tristate default y if DEFAULT_luci-i18n-nextdns-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Magyar (Hungarian) config PACKAGE_luci-i18n-nextdns-it tristate default y if DEFAULT_luci-i18n-nextdns-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Italiano (Italian) config PACKAGE_luci-i18n-nextdns-ja tristate default y if DEFAULT_luci-i18n-nextdns-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nextdns - 日本語 (Japanese) config PACKAGE_luci-i18n-nextdns-ko tristate default y if DEFAULT_luci-i18n-nextdns-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - 한국어 (Korean) config PACKAGE_luci-i18n-nextdns-mr tristate default y if DEFAULT_luci-i18n-nextdns-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - मराठी (Marathi) config PACKAGE_luci-i18n-nextdns-ms tristate default y if DEFAULT_luci-i18n-nextdns-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nextdns-no tristate default y if DEFAULT_luci-i18n-nextdns-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - Norsk (Norwegian) config PACKAGE_luci-i18n-nextdns-pl tristate default y if DEFAULT_luci-i18n-nextdns-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - Polski (Polish) config PACKAGE_luci-i18n-nextdns-pt tristate default y if DEFAULT_luci-i18n-nextdns-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Português (Portuguese) config PACKAGE_luci-i18n-nextdns-pt-br tristate default y if DEFAULT_luci-i18n-nextdns-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-nextdns-ro tristate default y if DEFAULT_luci-i18n-nextdns-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Română (Romanian) config PACKAGE_luci-i18n-nextdns-ru tristate default y if DEFAULT_luci-i18n-nextdns-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Русский (Russian) config PACKAGE_luci-i18n-nextdns-sk tristate default y if DEFAULT_luci-i18n-nextdns-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Slovenčina (Slovak) config PACKAGE_luci-i18n-nextdns-sv tristate default y if DEFAULT_luci-i18n-nextdns-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Svenska (Swedish) config PACKAGE_luci-i18n-nextdns-tr tristate default y if DEFAULT_luci-i18n-nextdns-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nextdns - Türkçe (Turkish) config PACKAGE_luci-i18n-nextdns-uk tristate default y if DEFAULT_luci-i18n-nextdns-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - Українська (Ukrainian) config PACKAGE_luci-i18n-nextdns-vi tristate default y if DEFAULT_luci-i18n-nextdns-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nextdns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nextdns - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-nextdns-zh-cn tristate default y if DEFAULT_luci-i18n-nextdns-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - 中文 (Chinese) config PACKAGE_luci-i18n-nextdns-zh-tw tristate default y if DEFAULT_luci-i18n-nextdns-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nextdns select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nextdns - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-nft-qos-bg tristate default y if DEFAULT_luci-i18n-nft-qos-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - български (Bulgarian) config PACKAGE_luci-i18n-nft-qos-ca tristate default y if DEFAULT_luci-i18n-nft-qos-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Català (Catalan) config PACKAGE_luci-i18n-nft-qos-cs tristate default y if DEFAULT_luci-i18n-nft-qos-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Čeština (Czech) config PACKAGE_luci-i18n-nft-qos-de tristate default y if DEFAULT_luci-i18n-nft-qos-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Deutsch (German) config PACKAGE_luci-i18n-nft-qos-el tristate default y if DEFAULT_luci-i18n-nft-qos-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Ελληνικά (Greek) config PACKAGE_luci-i18n-nft-qos-en tristate default y if DEFAULT_luci-i18n-nft-qos-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - English config PACKAGE_luci-i18n-nft-qos-es tristate default y if DEFAULT_luci-i18n-nft-qos-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Español (Spanish) config PACKAGE_luci-i18n-nft-qos-fr tristate default y if DEFAULT_luci-i18n-nft-qos-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Français (French) config PACKAGE_luci-i18n-nft-qos-he tristate default y if DEFAULT_luci-i18n-nft-qos-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-nft-qos-hi tristate default y if DEFAULT_luci-i18n-nft-qos-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - हिंदी (Hindi) config PACKAGE_luci-i18n-nft-qos-hu tristate default y if DEFAULT_luci-i18n-nft-qos-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nft-qos select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nft-qos - Magyar (Hungarian) config PACKAGE_luci-i18n-nft-qos-it tristate default y if DEFAULT_luci-i18n-nft-qos-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Italiano (Italian) config PACKAGE_luci-i18n-nft-qos-ja tristate default y if DEFAULT_luci-i18n-nft-qos-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - 日本語 (Japanese) config PACKAGE_luci-i18n-nft-qos-ko tristate default y if DEFAULT_luci-i18n-nft-qos-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nft-qos - 한국어 (Korean) config PACKAGE_luci-i18n-nft-qos-mr tristate default y if DEFAULT_luci-i18n-nft-qos-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - मराठी (Marathi) config PACKAGE_luci-i18n-nft-qos-ms tristate default y if DEFAULT_luci-i18n-nft-qos-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nft-qos-no tristate default y if DEFAULT_luci-i18n-nft-qos-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Norsk (Norwegian) config PACKAGE_luci-i18n-nft-qos-pl tristate default y if DEFAULT_luci-i18n-nft-qos-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Polski (Polish) config PACKAGE_luci-i18n-nft-qos-pt tristate default y if DEFAULT_luci-i18n-nft-qos-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Português (Portuguese) config PACKAGE_luci-i18n-nft-qos-pt-br tristate default y if DEFAULT_luci-i18n-nft-qos-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-nft-qos-ro tristate default y if DEFAULT_luci-i18n-nft-qos-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nft-qos - Română (Romanian) config PACKAGE_luci-i18n-nft-qos-ru tristate default y if DEFAULT_luci-i18n-nft-qos-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nft-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nft-qos - Русский (Russian) config PACKAGE_luci-i18n-nft-qos-sk tristate default y if DEFAULT_luci-i18n-nft-qos-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Slovenčina (Slovak) config PACKAGE_luci-i18n-nft-qos-sv tristate default y if DEFAULT_luci-i18n-nft-qos-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Svenska (Swedish) config PACKAGE_luci-i18n-nft-qos-tr tristate default y if DEFAULT_luci-i18n-nft-qos-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Türkçe (Turkish) config PACKAGE_luci-i18n-nft-qos-uk tristate default y if DEFAULT_luci-i18n-nft-qos-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nft-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nft-qos - Українська (Ukrainian) config PACKAGE_luci-i18n-nft-qos-vi tristate default y if DEFAULT_luci-i18n-nft-qos-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-nft-qos select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-nft-qos-zh-cn tristate default y if DEFAULT_luci-i18n-nft-qos-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - 中文 (Chinese) config PACKAGE_luci-i18n-nft-qos-zh-tw tristate default y if DEFAULT_luci-i18n-nft-qos-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nft-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nft-qos - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-nlbwmon-bg tristate default y if DEFAULT_luci-i18n-nlbwmon-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - български (Bulgarian) config PACKAGE_luci-i18n-nlbwmon-ca tristate default y if DEFAULT_luci-i18n-nlbwmon-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Català (Catalan) config PACKAGE_luci-i18n-nlbwmon-cs tristate default y if DEFAULT_luci-i18n-nlbwmon-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Čeština (Czech) config PACKAGE_luci-i18n-nlbwmon-de tristate default y if DEFAULT_luci-i18n-nlbwmon-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - Deutsch (German) config PACKAGE_luci-i18n-nlbwmon-el tristate default y if DEFAULT_luci-i18n-nlbwmon-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Ελληνικά (Greek) config PACKAGE_luci-i18n-nlbwmon-en tristate default y if DEFAULT_luci-i18n-nlbwmon-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nlbwmon - English config PACKAGE_luci-i18n-nlbwmon-es tristate default y if DEFAULT_luci-i18n-nlbwmon-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Español (Spanish) config PACKAGE_luci-i18n-nlbwmon-fr tristate default y if DEFAULT_luci-i18n-nlbwmon-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nlbwmon - Français (French) config PACKAGE_luci-i18n-nlbwmon-he tristate default y if DEFAULT_luci-i18n-nlbwmon-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-nlbwmon-hi tristate default y if DEFAULT_luci-i18n-nlbwmon-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - हिंदी (Hindi) config PACKAGE_luci-i18n-nlbwmon-hu tristate default y if DEFAULT_luci-i18n-nlbwmon-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Magyar (Hungarian) config PACKAGE_luci-i18n-nlbwmon-it tristate default y if DEFAULT_luci-i18n-nlbwmon-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Italiano (Italian) config PACKAGE_luci-i18n-nlbwmon-ja tristate default y if DEFAULT_luci-i18n-nlbwmon-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - 日本語 (Japanese) config PACKAGE_luci-i18n-nlbwmon-ko tristate default y if DEFAULT_luci-i18n-nlbwmon-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - 한국어 (Korean) config PACKAGE_luci-i18n-nlbwmon-mr tristate default y if DEFAULT_luci-i18n-nlbwmon-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nlbwmon - मराठी (Marathi) config PACKAGE_luci-i18n-nlbwmon-ms tristate default y if DEFAULT_luci-i18n-nlbwmon-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nlbwmon-no tristate default y if DEFAULT_luci-i18n-nlbwmon-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Norsk (Norwegian) config PACKAGE_luci-i18n-nlbwmon-pl tristate default y if DEFAULT_luci-i18n-nlbwmon-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - Polski (Polish) config PACKAGE_luci-i18n-nlbwmon-pt tristate default y if DEFAULT_luci-i18n-nlbwmon-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Português (Portuguese) config PACKAGE_luci-i18n-nlbwmon-pt-br tristate default y if DEFAULT_luci-i18n-nlbwmon-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-nlbwmon-ro tristate default y if DEFAULT_luci-i18n-nlbwmon-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - Română (Romanian) config PACKAGE_luci-i18n-nlbwmon-ru tristate default y if DEFAULT_luci-i18n-nlbwmon-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Русский (Russian) config PACKAGE_luci-i18n-nlbwmon-sk tristate default y if DEFAULT_luci-i18n-nlbwmon-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Slovenčina (Slovak) config PACKAGE_luci-i18n-nlbwmon-sv tristate default y if DEFAULT_luci-i18n-nlbwmon-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nlbwmon - Svenska (Swedish) config PACKAGE_luci-i18n-nlbwmon-tr tristate default y if DEFAULT_luci-i18n-nlbwmon-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - Türkçe (Turkish) config PACKAGE_luci-i18n-nlbwmon-uk tristate default y if DEFAULT_luci-i18n-nlbwmon-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Українська (Ukrainian) config PACKAGE_luci-i18n-nlbwmon-vi tristate default y if DEFAULT_luci-i18n-nlbwmon-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nlbwmon - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-nlbwmon-zh-cn tristate default y if DEFAULT_luci-i18n-nlbwmon-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - 中文 (Chinese) config PACKAGE_luci-i18n-nlbwmon-zh-tw tristate default y if DEFAULT_luci-i18n-nlbwmon-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nlbwmon - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-ntpc-bg tristate default y if DEFAULT_luci-i18n-ntpc-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ntpc - български (Bulgarian) config PACKAGE_luci-i18n-ntpc-ca tristate default y if DEFAULT_luci-i18n-ntpc-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ntpc - Català (Catalan) config PACKAGE_luci-i18n-ntpc-cs tristate default y if DEFAULT_luci-i18n-ntpc-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Čeština (Czech) config PACKAGE_luci-i18n-ntpc-de tristate default y if DEFAULT_luci-i18n-ntpc-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ntpc - Deutsch (German) config PACKAGE_luci-i18n-ntpc-el tristate default y if DEFAULT_luci-i18n-ntpc-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Ελληνικά (Greek) config PACKAGE_luci-i18n-ntpc-en tristate default y if DEFAULT_luci-i18n-ntpc-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ntpc - English config PACKAGE_luci-i18n-ntpc-es tristate default y if DEFAULT_luci-i18n-ntpc-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Español (Spanish) config PACKAGE_luci-i18n-ntpc-fr tristate default y if DEFAULT_luci-i18n-ntpc-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Français (French) config PACKAGE_luci-i18n-ntpc-he tristate default y if DEFAULT_luci-i18n-ntpc-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ntpc-hi tristate default y if DEFAULT_luci-i18n-ntpc-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ntpc - हिंदी (Hindi) config PACKAGE_luci-i18n-ntpc-hu tristate default y if DEFAULT_luci-i18n-ntpc-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ntpc - Magyar (Hungarian) config PACKAGE_luci-i18n-ntpc-it tristate default y if DEFAULT_luci-i18n-ntpc-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Italiano (Italian) config PACKAGE_luci-i18n-ntpc-ja tristate default y if DEFAULT_luci-i18n-ntpc-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ntpc - 日本語 (Japanese) config PACKAGE_luci-i18n-ntpc-ko tristate default y if DEFAULT_luci-i18n-ntpc-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - 한국어 (Korean) config PACKAGE_luci-i18n-ntpc-mr tristate default y if DEFAULT_luci-i18n-ntpc-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - मराठी (Marathi) config PACKAGE_luci-i18n-ntpc-ms tristate default y if DEFAULT_luci-i18n-ntpc-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ntpc-no tristate default y if DEFAULT_luci-i18n-ntpc-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Norsk (Norwegian) config PACKAGE_luci-i18n-ntpc-pl tristate default y if DEFAULT_luci-i18n-ntpc-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Polski (Polish) config PACKAGE_luci-i18n-ntpc-pt tristate default y if DEFAULT_luci-i18n-ntpc-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Português (Portuguese) config PACKAGE_luci-i18n-ntpc-pt-br tristate default y if DEFAULT_luci-i18n-ntpc-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ntpc-ro tristate default y if DEFAULT_luci-i18n-ntpc-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Română (Romanian) config PACKAGE_luci-i18n-ntpc-ru tristate default y if DEFAULT_luci-i18n-ntpc-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ntpc - Русский (Russian) config PACKAGE_luci-i18n-ntpc-sk tristate default y if DEFAULT_luci-i18n-ntpc-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Slovenčina (Slovak) config PACKAGE_luci-i18n-ntpc-sv tristate default y if DEFAULT_luci-i18n-ntpc-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Svenska (Swedish) config PACKAGE_luci-i18n-ntpc-tr tristate default y if DEFAULT_luci-i18n-ntpc-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Türkçe (Turkish) config PACKAGE_luci-i18n-ntpc-uk tristate default y if DEFAULT_luci-i18n-ntpc-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - Українська (Ukrainian) config PACKAGE_luci-i18n-ntpc-vi tristate default y if DEFAULT_luci-i18n-ntpc-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-ntpc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ntpc - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ntpc-zh-cn tristate default y if DEFAULT_luci-i18n-ntpc-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ntpc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ntpc - 中文 (Chinese) config PACKAGE_luci-i18n-ntpc-zh-tw tristate default y if DEFAULT_luci-i18n-ntpc-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ntpc help Translation for luci-app-ntpc - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-nut-bg tristate default y if DEFAULT_luci-i18n-nut-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - български (Bulgarian) config PACKAGE_luci-i18n-nut-ca tristate default y if DEFAULT_luci-i18n-nut-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Català (Catalan) config PACKAGE_luci-i18n-nut-cs tristate default y if DEFAULT_luci-i18n-nut-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nut - Čeština (Czech) config PACKAGE_luci-i18n-nut-de tristate default y if DEFAULT_luci-i18n-nut-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Deutsch (German) config PACKAGE_luci-i18n-nut-el tristate default y if DEFAULT_luci-i18n-nut-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Ελληνικά (Greek) config PACKAGE_luci-i18n-nut-en tristate default y if DEFAULT_luci-i18n-nut-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - English config PACKAGE_luci-i18n-nut-es tristate default y if DEFAULT_luci-i18n-nut-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Español (Spanish) config PACKAGE_luci-i18n-nut-fr tristate default y if DEFAULT_luci-i18n-nut-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nut - Français (French) config PACKAGE_luci-i18n-nut-he tristate default y if DEFAULT_luci-i18n-nut-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-nut-hi tristate default y if DEFAULT_luci-i18n-nut-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - हिंदी (Hindi) config PACKAGE_luci-i18n-nut-hu tristate default y if DEFAULT_luci-i18n-nut-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Magyar (Hungarian) config PACKAGE_luci-i18n-nut-it tristate default y if DEFAULT_luci-i18n-nut-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Italiano (Italian) config PACKAGE_luci-i18n-nut-ja tristate default y if DEFAULT_luci-i18n-nut-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - 日本語 (Japanese) config PACKAGE_luci-i18n-nut-ko tristate default y if DEFAULT_luci-i18n-nut-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - 한국어 (Korean) config PACKAGE_luci-i18n-nut-mr tristate default y if DEFAULT_luci-i18n-nut-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - मराठी (Marathi) config PACKAGE_luci-i18n-nut-ms tristate default y if DEFAULT_luci-i18n-nut-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nut - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nut-no tristate default y if DEFAULT_luci-i18n-nut-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nut - Norsk (Norwegian) config PACKAGE_luci-i18n-nut-pl tristate default y if DEFAULT_luci-i18n-nut-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Polski (Polish) config PACKAGE_luci-i18n-nut-pt tristate default y if DEFAULT_luci-i18n-nut-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Português (Portuguese) config PACKAGE_luci-i18n-nut-pt-br tristate default y if DEFAULT_luci-i18n-nut-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-nut - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-nut-ro tristate default y if DEFAULT_luci-i18n-nut-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Română (Romanian) config PACKAGE_luci-i18n-nut-ru tristate default y if DEFAULT_luci-i18n-nut-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Русский (Russian) config PACKAGE_luci-i18n-nut-sk tristate default y if DEFAULT_luci-i18n-nut-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Slovenčina (Slovak) config PACKAGE_luci-i18n-nut-sv tristate default y if DEFAULT_luci-i18n-nut-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Svenska (Swedish) config PACKAGE_luci-i18n-nut-tr tristate default y if DEFAULT_luci-i18n-nut-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Türkçe (Turkish) config PACKAGE_luci-i18n-nut-uk tristate default y if DEFAULT_luci-i18n-nut-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-nut - Українська (Ukrainian) config PACKAGE_luci-i18n-nut-vi tristate default y if DEFAULT_luci-i18n-nut-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-nut-zh-cn tristate default y if DEFAULT_luci-i18n-nut-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - 中文 (Chinese) config PACKAGE_luci-i18n-nut-zh-tw tristate default y if DEFAULT_luci-i18n-nut-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-nut - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-ocserv-bg tristate default y if DEFAULT_luci-i18n-ocserv-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - български (Bulgarian) config PACKAGE_luci-i18n-ocserv-ca tristate default y if DEFAULT_luci-i18n-ocserv-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ocserv - Català (Catalan) config PACKAGE_luci-i18n-ocserv-cs tristate default y if DEFAULT_luci-i18n-ocserv-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Čeština (Czech) config PACKAGE_luci-i18n-ocserv-de tristate default y if DEFAULT_luci-i18n-ocserv-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Deutsch (German) config PACKAGE_luci-i18n-ocserv-el tristate default y if DEFAULT_luci-i18n-ocserv-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Ελληνικά (Greek) config PACKAGE_luci-i18n-ocserv-en tristate default y if DEFAULT_luci-i18n-ocserv-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ocserv - English config PACKAGE_luci-i18n-ocserv-es tristate default y if DEFAULT_luci-i18n-ocserv-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ocserv - Español (Spanish) config PACKAGE_luci-i18n-ocserv-fr tristate default y if DEFAULT_luci-i18n-ocserv-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ocserv - Français (French) config PACKAGE_luci-i18n-ocserv-he tristate default y if DEFAULT_luci-i18n-ocserv-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ocserv - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ocserv-hi tristate default y if DEFAULT_luci-i18n-ocserv-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - हिंदी (Hindi) config PACKAGE_luci-i18n-ocserv-hu tristate default y if DEFAULT_luci-i18n-ocserv-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Magyar (Hungarian) config PACKAGE_luci-i18n-ocserv-it tristate default y if DEFAULT_luci-i18n-ocserv-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Italiano (Italian) config PACKAGE_luci-i18n-ocserv-ja tristate default y if DEFAULT_luci-i18n-ocserv-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - 日本語 (Japanese) config PACKAGE_luci-i18n-ocserv-ko tristate default y if DEFAULT_luci-i18n-ocserv-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - 한국어 (Korean) config PACKAGE_luci-i18n-ocserv-mr tristate default y if DEFAULT_luci-i18n-ocserv-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ocserv - मराठी (Marathi) config PACKAGE_luci-i18n-ocserv-ms tristate default y if DEFAULT_luci-i18n-ocserv-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ocserv-no tristate default y if DEFAULT_luci-i18n-ocserv-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Norsk (Norwegian) config PACKAGE_luci-i18n-ocserv-pl tristate default y if DEFAULT_luci-i18n-ocserv-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Polski (Polish) config PACKAGE_luci-i18n-ocserv-pt tristate default y if DEFAULT_luci-i18n-ocserv-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Português (Portuguese) config PACKAGE_luci-i18n-ocserv-pt-br tristate default y if DEFAULT_luci-i18n-ocserv-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ocserv-ro tristate default y if DEFAULT_luci-i18n-ocserv-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Română (Romanian) config PACKAGE_luci-i18n-ocserv-ru tristate default y if DEFAULT_luci-i18n-ocserv-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Русский (Russian) config PACKAGE_luci-i18n-ocserv-sk tristate default y if DEFAULT_luci-i18n-ocserv-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Slovenčina (Slovak) config PACKAGE_luci-i18n-ocserv-sv tristate default y if DEFAULT_luci-i18n-ocserv-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - Svenska (Swedish) config PACKAGE_luci-i18n-ocserv-tr tristate default y if DEFAULT_luci-i18n-ocserv-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Türkçe (Turkish) config PACKAGE_luci-i18n-ocserv-uk tristate default y if DEFAULT_luci-i18n-ocserv-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Українська (Ukrainian) config PACKAGE_luci-i18n-ocserv-vi tristate default y if DEFAULT_luci-i18n-ocserv-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ocserv-zh-cn tristate default y if DEFAULT_luci-i18n-ocserv-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ocserv select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - 中文 (Chinese) config PACKAGE_luci-i18n-ocserv-zh-tw tristate default y if DEFAULT_luci-i18n-ocserv-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-ocserv select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ocserv - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-olsr-bg tristate default y if DEFAULT_luci-i18n-olsr-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - български (Bulgarian) config PACKAGE_luci-i18n-olsr-ca tristate default y if DEFAULT_luci-i18n-olsr-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Català (Catalan) config PACKAGE_luci-i18n-olsr-cs tristate default y if DEFAULT_luci-i18n-olsr-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Čeština (Czech) config PACKAGE_luci-i18n-olsr-de tristate default y if DEFAULT_luci-i18n-olsr-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Deutsch (German) config PACKAGE_luci-i18n-olsr-el tristate default y if DEFAULT_luci-i18n-olsr-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Ελληνικά (Greek) config PACKAGE_luci-i18n-olsr-en tristate default y if DEFAULT_luci-i18n-olsr-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-olsr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - English config PACKAGE_luci-i18n-olsr-es tristate default y if DEFAULT_luci-i18n-olsr-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr - Español (Spanish) config PACKAGE_luci-i18n-olsr-fr tristate default y if DEFAULT_luci-i18n-olsr-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Français (French) config PACKAGE_luci-i18n-olsr-he tristate default y if DEFAULT_luci-i18n-olsr-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-olsr-hi tristate default y if DEFAULT_luci-i18n-olsr-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - हिंदी (Hindi) config PACKAGE_luci-i18n-olsr-hu tristate default y if DEFAULT_luci-i18n-olsr-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Magyar (Hungarian) config PACKAGE_luci-i18n-olsr-it tristate default y if DEFAULT_luci-i18n-olsr-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Italiano (Italian) config PACKAGE_luci-i18n-olsr-ja tristate default y if DEFAULT_luci-i18n-olsr-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - 日本語 (Japanese) config PACKAGE_luci-i18n-olsr-ko tristate default y if DEFAULT_luci-i18n-olsr-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-mr tristate default y if DEFAULT_luci-i18n-olsr-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - मराठी (Marathi) config PACKAGE_luci-i18n-olsr-ms tristate default y if DEFAULT_luci-i18n-olsr-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-no tristate default y if DEFAULT_luci-i18n-olsr-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr - Norsk (Norwegian) config PACKAGE_luci-i18n-olsr-pl tristate default y if DEFAULT_luci-i18n-olsr-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Polski (Polish) config PACKAGE_luci-i18n-olsr-pt tristate default y if DEFAULT_luci-i18n-olsr-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-olsr select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Português (Portuguese) config PACKAGE_luci-i18n-olsr-pt-br tristate default y if DEFAULT_luci-i18n-olsr-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-olsr-ro tristate default y if DEFAULT_luci-i18n-olsr-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr - Română (Romanian) config PACKAGE_luci-i18n-olsr-ru tristate default y if DEFAULT_luci-i18n-olsr-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-olsr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Русский (Russian) config PACKAGE_luci-i18n-olsr-services-bg tristate default y if DEFAULT_luci-i18n-olsr-services-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - български (Bulgarian) config PACKAGE_luci-i18n-olsr-services-ca tristate default y if DEFAULT_luci-i18n-olsr-services-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Català (Catalan) config PACKAGE_luci-i18n-olsr-services-cs tristate default y if DEFAULT_luci-i18n-olsr-services-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Čeština (Czech) config PACKAGE_luci-i18n-olsr-services-de tristate default y if DEFAULT_luci-i18n-olsr-services-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Deutsch (German) config PACKAGE_luci-i18n-olsr-services-el tristate default y if DEFAULT_luci-i18n-olsr-services-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-services - Ελληνικά (Greek) config PACKAGE_luci-i18n-olsr-services-en tristate default y if DEFAULT_luci-i18n-olsr-services-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - English config PACKAGE_luci-i18n-olsr-services-es tristate default y if DEFAULT_luci-i18n-olsr-services-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Español (Spanish) config PACKAGE_luci-i18n-olsr-services-fr tristate default y if DEFAULT_luci-i18n-olsr-services-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Français (French) config PACKAGE_luci-i18n-olsr-services-he tristate default y if DEFAULT_luci-i18n-olsr-services-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-olsr-services-hi tristate default y if DEFAULT_luci-i18n-olsr-services-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-services select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-services - हिंदी (Hindi) config PACKAGE_luci-i18n-olsr-services-hu tristate default y if DEFAULT_luci-i18n-olsr-services-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-services - Magyar (Hungarian) config PACKAGE_luci-i18n-olsr-services-it tristate default y if DEFAULT_luci-i18n-olsr-services-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Italiano (Italian) config PACKAGE_luci-i18n-olsr-services-ja tristate default y if DEFAULT_luci-i18n-olsr-services-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - 日本語 (Japanese) config PACKAGE_luci-i18n-olsr-services-ko tristate default y if DEFAULT_luci-i18n-olsr-services-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-services-mr tristate default y if DEFAULT_luci-i18n-olsr-services-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - मराठी (Marathi) config PACKAGE_luci-i18n-olsr-services-ms tristate default y if DEFAULT_luci-i18n-olsr-services-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-services-no tristate default y if DEFAULT_luci-i18n-olsr-services-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Norsk (Norwegian) config PACKAGE_luci-i18n-olsr-services-pl tristate default y if DEFAULT_luci-i18n-olsr-services-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Polski (Polish) config PACKAGE_luci-i18n-olsr-services-pt tristate default y if DEFAULT_luci-i18n-olsr-services-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-services - Português (Portuguese) config PACKAGE_luci-i18n-olsr-services-pt-br tristate default y if DEFAULT_luci-i18n-olsr-services-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-olsr-services-ro tristate default y if DEFAULT_luci-i18n-olsr-services-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-services select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Română (Romanian) config PACKAGE_luci-i18n-olsr-services-ru tristate default y if DEFAULT_luci-i18n-olsr-services-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Русский (Russian) config PACKAGE_luci-i18n-olsr-services-sk tristate default y if DEFAULT_luci-i18n-olsr-services-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Slovenčina (Slovak) config PACKAGE_luci-i18n-olsr-services-sv tristate default y if DEFAULT_luci-i18n-olsr-services-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-services select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-services - Svenska (Swedish) config PACKAGE_luci-i18n-olsr-services-tr tristate default y if DEFAULT_luci-i18n-olsr-services-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Türkçe (Turkish) config PACKAGE_luci-i18n-olsr-services-uk tristate default y if DEFAULT_luci-i18n-olsr-services-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-services select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - Українська (Ukrainian) config PACKAGE_luci-i18n-olsr-services-vi tristate default y if DEFAULT_luci-i18n-olsr-services-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-olsr-services-zh-cn tristate default y if DEFAULT_luci-i18n-olsr-services-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-olsr-services select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-services - 中文 (Chinese) config PACKAGE_luci-i18n-olsr-services-zh-tw tristate default y if DEFAULT_luci-i18n-olsr-services-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-olsr-sk tristate default y if DEFAULT_luci-i18n-olsr-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-olsr select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - Slovenčina (Slovak) config PACKAGE_luci-i18n-olsr-sv tristate default y if DEFAULT_luci-i18n-olsr-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Svenska (Swedish) config PACKAGE_luci-i18n-olsr-tr tristate default y if DEFAULT_luci-i18n-olsr-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr - Türkçe (Turkish) config PACKAGE_luci-i18n-olsr-uk tristate default y if DEFAULT_luci-i18n-olsr-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr - Українська (Ukrainian) config PACKAGE_luci-i18n-olsr-vi tristate default y if DEFAULT_luci-i18n-olsr-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-olsr-viz-bg tristate default y if DEFAULT_luci-i18n-olsr-viz-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - български (Bulgarian) config PACKAGE_luci-i18n-olsr-viz-ca tristate default y if DEFAULT_luci-i18n-olsr-viz-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Català (Catalan) config PACKAGE_luci-i18n-olsr-viz-cs tristate default y if DEFAULT_luci-i18n-olsr-viz-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Čeština (Czech) config PACKAGE_luci-i18n-olsr-viz-de tristate default y if DEFAULT_luci-i18n-olsr-viz-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Deutsch (German) config PACKAGE_luci-i18n-olsr-viz-el tristate default y if DEFAULT_luci-i18n-olsr-viz-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Ελληνικά (Greek) config PACKAGE_luci-i18n-olsr-viz-en tristate default y if DEFAULT_luci-i18n-olsr-viz-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-viz - English config PACKAGE_luci-i18n-olsr-viz-es tristate default y if DEFAULT_luci-i18n-olsr-viz-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Español (Spanish) config PACKAGE_luci-i18n-olsr-viz-fr tristate default y if DEFAULT_luci-i18n-olsr-viz-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Français (French) config PACKAGE_luci-i18n-olsr-viz-he tristate default y if DEFAULT_luci-i18n-olsr-viz-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-olsr-viz-hi tristate default y if DEFAULT_luci-i18n-olsr-viz-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - हिंदी (Hindi) config PACKAGE_luci-i18n-olsr-viz-hu tristate default y if DEFAULT_luci-i18n-olsr-viz-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Magyar (Hungarian) config PACKAGE_luci-i18n-olsr-viz-it tristate default y if DEFAULT_luci-i18n-olsr-viz-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-viz - Italiano (Italian) config PACKAGE_luci-i18n-olsr-viz-ja tristate default y if DEFAULT_luci-i18n-olsr-viz-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - 日本語 (Japanese) config PACKAGE_luci-i18n-olsr-viz-ko tristate default y if DEFAULT_luci-i18n-olsr-viz-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-viz-mr tristate default y if DEFAULT_luci-i18n-olsr-viz-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - मराठी (Marathi) config PACKAGE_luci-i18n-olsr-viz-ms tristate default y if DEFAULT_luci-i18n-olsr-viz-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-viz-no tristate default y if DEFAULT_luci-i18n-olsr-viz-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Norsk (Norwegian) config PACKAGE_luci-i18n-olsr-viz-pl tristate default y if DEFAULT_luci-i18n-olsr-viz-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-viz - Polski (Polish) config PACKAGE_luci-i18n-olsr-viz-pt tristate default y if DEFAULT_luci-i18n-olsr-viz-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Português (Portuguese) config PACKAGE_luci-i18n-olsr-viz-pt-br tristate default y if DEFAULT_luci-i18n-olsr-viz-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-olsr-viz-ro tristate default y if DEFAULT_luci-i18n-olsr-viz-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr-viz - Română (Romanian) config PACKAGE_luci-i18n-olsr-viz-ru tristate default y if DEFAULT_luci-i18n-olsr-viz-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Русский (Russian) config PACKAGE_luci-i18n-olsr-viz-sk tristate default y if DEFAULT_luci-i18n-olsr-viz-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Slovenčina (Slovak) config PACKAGE_luci-i18n-olsr-viz-sv tristate default y if DEFAULT_luci-i18n-olsr-viz-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-olsr-viz - Svenska (Swedish) config PACKAGE_luci-i18n-olsr-viz-tr tristate default y if DEFAULT_luci-i18n-olsr-viz-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Türkçe (Turkish) config PACKAGE_luci-i18n-olsr-viz-uk tristate default y if DEFAULT_luci-i18n-olsr-viz-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Українська (Ukrainian) config PACKAGE_luci-i18n-olsr-viz-vi tristate default y if DEFAULT_luci-i18n-olsr-viz-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-olsr-viz-zh-cn tristate default y if DEFAULT_luci-i18n-olsr-viz-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - 中文 (Chinese) config PACKAGE_luci-i18n-olsr-viz-zh-tw tristate default y if DEFAULT_luci-i18n-olsr-viz-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-olsr-viz select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr-viz - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-olsr-zh-cn tristate default y if DEFAULT_luci-i18n-olsr-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-olsr select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-olsr - 中文 (Chinese) config PACKAGE_luci-i18n-olsr-zh-tw tristate default y if DEFAULT_luci-i18n-olsr-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-olsr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-olsr - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-openvpn-bg tristate default y if DEFAULT_luci-i18n-openvpn-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - български (Bulgarian) config PACKAGE_luci-i18n-openvpn-ca tristate default y if DEFAULT_luci-i18n-openvpn-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Català (Catalan) config PACKAGE_luci-i18n-openvpn-cs tristate default y if DEFAULT_luci-i18n-openvpn-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Čeština (Czech) config PACKAGE_luci-i18n-openvpn-de tristate default y if DEFAULT_luci-i18n-openvpn-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Deutsch (German) config PACKAGE_luci-i18n-openvpn-el tristate default y if DEFAULT_luci-i18n-openvpn-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Ελληνικά (Greek) config PACKAGE_luci-i18n-openvpn-en tristate default y if DEFAULT_luci-i18n-openvpn-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - English config PACKAGE_luci-i18n-openvpn-es tristate default y if DEFAULT_luci-i18n-openvpn-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Español (Spanish) config PACKAGE_luci-i18n-openvpn-fr tristate default y if DEFAULT_luci-i18n-openvpn-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Français (French) config PACKAGE_luci-i18n-openvpn-he tristate default y if DEFAULT_luci-i18n-openvpn-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-openvpn-hi tristate default y if DEFAULT_luci-i18n-openvpn-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - हिंदी (Hindi) config PACKAGE_luci-i18n-openvpn-hu tristate default y if DEFAULT_luci-i18n-openvpn-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Magyar (Hungarian) config PACKAGE_luci-i18n-openvpn-it tristate default y if DEFAULT_luci-i18n-openvpn-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Italiano (Italian) config PACKAGE_luci-i18n-openvpn-ja tristate default y if DEFAULT_luci-i18n-openvpn-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - 日本語 (Japanese) config PACKAGE_luci-i18n-openvpn-ko tristate default y if DEFAULT_luci-i18n-openvpn-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - 한국어 (Korean) config PACKAGE_luci-i18n-openvpn-mr tristate default y if DEFAULT_luci-i18n-openvpn-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - मराठी (Marathi) config PACKAGE_luci-i18n-openvpn-ms tristate default y if DEFAULT_luci-i18n-openvpn-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-openvpn-no tristate default y if DEFAULT_luci-i18n-openvpn-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Norsk (Norwegian) config PACKAGE_luci-i18n-openvpn-pl tristate default y if DEFAULT_luci-i18n-openvpn-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Polski (Polish) config PACKAGE_luci-i18n-openvpn-pt tristate default y if DEFAULT_luci-i18n-openvpn-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Português (Portuguese) config PACKAGE_luci-i18n-openvpn-pt-br tristate default y if DEFAULT_luci-i18n-openvpn-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-openvpn-ro tristate default y if DEFAULT_luci-i18n-openvpn-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-openvpn - Română (Romanian) config PACKAGE_luci-i18n-openvpn-ru tristate default y if DEFAULT_luci-i18n-openvpn-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-openvpn - Русский (Russian) config PACKAGE_luci-i18n-openvpn-sk tristate default y if DEFAULT_luci-i18n-openvpn-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Slovenčina (Slovak) config PACKAGE_luci-i18n-openvpn-sv tristate default y if DEFAULT_luci-i18n-openvpn-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Svenska (Swedish) config PACKAGE_luci-i18n-openvpn-tr tristate default y if DEFAULT_luci-i18n-openvpn-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - Türkçe (Turkish) config PACKAGE_luci-i18n-openvpn-uk tristate default y if DEFAULT_luci-i18n-openvpn-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Українська (Ukrainian) config PACKAGE_luci-i18n-openvpn-vi tristate default y if DEFAULT_luci-i18n-openvpn-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-openvpn - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-openvpn-zh-cn tristate default y if DEFAULT_luci-i18n-openvpn-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-openvpn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-openvpn - 中文 (Chinese) config PACKAGE_luci-i18n-openvpn-zh-tw tristate default y if DEFAULT_luci-i18n-openvpn-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-openvpn select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-openvpn - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-opkg-bg tristate default y if DEFAULT_luci-i18n-opkg-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - български (Bulgarian) config PACKAGE_luci-i18n-opkg-ca tristate default y if DEFAULT_luci-i18n-opkg-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Català (Catalan) config PACKAGE_luci-i18n-opkg-cs tristate default y if DEFAULT_luci-i18n-opkg-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Čeština (Czech) config PACKAGE_luci-i18n-opkg-de tristate default y if DEFAULT_luci-i18n-opkg-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - Deutsch (German) config PACKAGE_luci-i18n-opkg-el tristate default y if DEFAULT_luci-i18n-opkg-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Ελληνικά (Greek) config PACKAGE_luci-i18n-opkg-en tristate default y if DEFAULT_luci-i18n-opkg-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-opkg - English config PACKAGE_luci-i18n-opkg-es tristate default y if DEFAULT_luci-i18n-opkg-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Español (Spanish) config PACKAGE_luci-i18n-opkg-fr tristate default y if DEFAULT_luci-i18n-opkg-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - Français (French) config PACKAGE_luci-i18n-opkg-he tristate default y if DEFAULT_luci-i18n-opkg-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-opkg-hi tristate default y if DEFAULT_luci-i18n-opkg-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - हिंदी (Hindi) config PACKAGE_luci-i18n-opkg-hu tristate default y if DEFAULT_luci-i18n-opkg-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Magyar (Hungarian) config PACKAGE_luci-i18n-opkg-it tristate default y if DEFAULT_luci-i18n-opkg-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Italiano (Italian) config PACKAGE_luci-i18n-opkg-ja tristate default y if DEFAULT_luci-i18n-opkg-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - 日本語 (Japanese) config PACKAGE_luci-i18n-opkg-ko tristate default y if DEFAULT_luci-i18n-opkg-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - 한국어 (Korean) config PACKAGE_luci-i18n-opkg-mr tristate default y if DEFAULT_luci-i18n-opkg-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - मराठी (Marathi) config PACKAGE_luci-i18n-opkg-ms tristate default y if DEFAULT_luci-i18n-opkg-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-opkg-no tristate default y if DEFAULT_luci-i18n-opkg-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Norsk (Norwegian) config PACKAGE_luci-i18n-opkg-pl tristate default y if DEFAULT_luci-i18n-opkg-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-opkg - Polski (Polish) config PACKAGE_luci-i18n-opkg-pt tristate default y if DEFAULT_luci-i18n-opkg-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - Português (Portuguese) config PACKAGE_luci-i18n-opkg-pt-br tristate default y if DEFAULT_luci-i18n-opkg-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-opkg-ro tristate default y if DEFAULT_luci-i18n-opkg-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-opkg - Română (Romanian) config PACKAGE_luci-i18n-opkg-ru tristate default y if DEFAULT_luci-i18n-opkg-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-opkg - Русский (Russian) config PACKAGE_luci-i18n-opkg-sk tristate default y if DEFAULT_luci-i18n-opkg-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-opkg - Slovenčina (Slovak) config PACKAGE_luci-i18n-opkg-sv tristate default y if DEFAULT_luci-i18n-opkg-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Svenska (Swedish) config PACKAGE_luci-i18n-opkg-tr tristate default y if DEFAULT_luci-i18n-opkg-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-opkg help Translation for luci-app-opkg - Türkçe (Turkish) config PACKAGE_luci-i18n-opkg-uk tristate default y if DEFAULT_luci-i18n-opkg-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - Українська (Ukrainian) config PACKAGE_luci-i18n-opkg-vi tristate default y if DEFAULT_luci-i18n-opkg-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-opkg - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-opkg-zh-cn tristate default y if DEFAULT_luci-i18n-opkg-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - 中文 (Chinese) config PACKAGE_luci-i18n-opkg-zh-tw tristate default y if DEFAULT_luci-i18n-opkg-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-opkg select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-opkg - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-p910nd-bg tristate default y if DEFAULT_luci-i18n-p910nd-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - български (Bulgarian) config PACKAGE_luci-i18n-p910nd-ca tristate default y if DEFAULT_luci-i18n-p910nd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Català (Catalan) config PACKAGE_luci-i18n-p910nd-cs tristate default y if DEFAULT_luci-i18n-p910nd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Čeština (Czech) config PACKAGE_luci-i18n-p910nd-de tristate default y if DEFAULT_luci-i18n-p910nd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Deutsch (German) config PACKAGE_luci-i18n-p910nd-el tristate default y if DEFAULT_luci-i18n-p910nd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Ελληνικά (Greek) config PACKAGE_luci-i18n-p910nd-en tristate default y if DEFAULT_luci-i18n-p910nd-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - English config PACKAGE_luci-i18n-p910nd-es tristate default y if DEFAULT_luci-i18n-p910nd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Español (Spanish) config PACKAGE_luci-i18n-p910nd-fr tristate default y if DEFAULT_luci-i18n-p910nd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Français (French) config PACKAGE_luci-i18n-p910nd-he tristate default y if DEFAULT_luci-i18n-p910nd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-p910nd-hi tristate default y if DEFAULT_luci-i18n-p910nd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - हिंदी (Hindi) config PACKAGE_luci-i18n-p910nd-hu tristate default y if DEFAULT_luci-i18n-p910nd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-p910nd - Magyar (Hungarian) config PACKAGE_luci-i18n-p910nd-it tristate default y if DEFAULT_luci-i18n-p910nd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Italiano (Italian) config PACKAGE_luci-i18n-p910nd-ja tristate default y if DEFAULT_luci-i18n-p910nd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-p910nd - 日本語 (Japanese) config PACKAGE_luci-i18n-p910nd-ko tristate default y if DEFAULT_luci-i18n-p910nd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - 한국어 (Korean) config PACKAGE_luci-i18n-p910nd-mr tristate default y if DEFAULT_luci-i18n-p910nd-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - मराठी (Marathi) config PACKAGE_luci-i18n-p910nd-ms tristate default y if DEFAULT_luci-i18n-p910nd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-p910nd-no tristate default y if DEFAULT_luci-i18n-p910nd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Norsk (Norwegian) config PACKAGE_luci-i18n-p910nd-pl tristate default y if DEFAULT_luci-i18n-p910nd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Polski (Polish) config PACKAGE_luci-i18n-p910nd-pt tristate default y if DEFAULT_luci-i18n-p910nd-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Português (Portuguese) config PACKAGE_luci-i18n-p910nd-pt-br tristate default y if DEFAULT_luci-i18n-p910nd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-p910nd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-p910nd-ro tristate default y if DEFAULT_luci-i18n-p910nd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Română (Romanian) config PACKAGE_luci-i18n-p910nd-ru tristate default y if DEFAULT_luci-i18n-p910nd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Русский (Russian) config PACKAGE_luci-i18n-p910nd-sk tristate default y if DEFAULT_luci-i18n-p910nd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - Slovenčina (Slovak) config PACKAGE_luci-i18n-p910nd-sv tristate default y if DEFAULT_luci-i18n-p910nd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Svenska (Swedish) config PACKAGE_luci-i18n-p910nd-tr tristate default y if DEFAULT_luci-i18n-p910nd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Türkçe (Turkish) config PACKAGE_luci-i18n-p910nd-uk tristate default y if DEFAULT_luci-i18n-p910nd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Українська (Ukrainian) config PACKAGE_luci-i18n-p910nd-vi tristate default y if DEFAULT_luci-i18n-p910nd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-p910nd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-p910nd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-p910nd-zh-cn tristate default y if DEFAULT_luci-i18n-p910nd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-p910nd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - 中文 (Chinese) config PACKAGE_luci-i18n-p910nd-zh-tw tristate default y if DEFAULT_luci-i18n-p910nd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-p910nd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-p910nd - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-pagekitec-bg tristate default y if DEFAULT_luci-i18n-pagekitec-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - български (Bulgarian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ca tristate default y if DEFAULT_luci-i18n-pagekitec-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Català (Catalan) Karl Palsson config PACKAGE_luci-i18n-pagekitec-cs tristate default y if DEFAULT_luci-i18n-pagekitec-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Čeština (Czech) Karl Palsson config PACKAGE_luci-i18n-pagekitec-de tristate default y if DEFAULT_luci-i18n-pagekitec-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Deutsch (German) Karl Palsson config PACKAGE_luci-i18n-pagekitec-el tristate default y if DEFAULT_luci-i18n-pagekitec-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Ελληνικά (Greek) Karl Palsson config PACKAGE_luci-i18n-pagekitec-en tristate default y if DEFAULT_luci-i18n-pagekitec-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - English Karl Palsson config PACKAGE_luci-i18n-pagekitec-es tristate default y if DEFAULT_luci-i18n-pagekitec-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Español (Spanish) Karl Palsson config PACKAGE_luci-i18n-pagekitec-fr tristate default y if DEFAULT_luci-i18n-pagekitec-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Français (French) Karl Palsson config PACKAGE_luci-i18n-pagekitec-he tristate default y if DEFAULT_luci-i18n-pagekitec-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - עִבְרִית (Hebrew) Karl Palsson config PACKAGE_luci-i18n-pagekitec-hi tristate default y if DEFAULT_luci-i18n-pagekitec-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - हिंदी (Hindi) Karl Palsson config PACKAGE_luci-i18n-pagekitec-hu tristate default y if DEFAULT_luci-i18n-pagekitec-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Magyar (Hungarian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-it tristate default y if DEFAULT_luci-i18n-pagekitec-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-pagekitec - Italiano (Italian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ja tristate default y if DEFAULT_luci-i18n-pagekitec-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - 日本語 (Japanese) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ko tristate default y if DEFAULT_luci-i18n-pagekitec-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - 한국어 (Korean) Karl Palsson config PACKAGE_luci-i18n-pagekitec-mr tristate default y if DEFAULT_luci-i18n-pagekitec-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - मराठी (Marathi) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ms tristate default y if DEFAULT_luci-i18n-pagekitec-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Bahasa Melayu (Malay) Karl Palsson config PACKAGE_luci-i18n-pagekitec-no tristate default y if DEFAULT_luci-i18n-pagekitec-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Norsk (Norwegian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-pl tristate default y if DEFAULT_luci-i18n-pagekitec-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Polski (Polish) Karl Palsson config PACKAGE_luci-i18n-pagekitec-pt tristate default y if DEFAULT_luci-i18n-pagekitec-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Português (Portuguese) Karl Palsson config PACKAGE_luci-i18n-pagekitec-pt-br tristate default y if DEFAULT_luci-i18n-pagekitec-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-pagekitec - Português do Brasil (Brazilian Portuguese) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ro tristate default y if DEFAULT_luci-i18n-pagekitec-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Română (Romanian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-ru tristate default y if DEFAULT_luci-i18n-pagekitec-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Русский (Russian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-sk tristate default y if DEFAULT_luci-i18n-pagekitec-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Slovenčina (Slovak) Karl Palsson config PACKAGE_luci-i18n-pagekitec-sv tristate default y if DEFAULT_luci-i18n-pagekitec-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-pagekitec - Svenska (Swedish) Karl Palsson config PACKAGE_luci-i18n-pagekitec-tr tristate default y if DEFAULT_luci-i18n-pagekitec-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Türkçe (Turkish) Karl Palsson config PACKAGE_luci-i18n-pagekitec-uk tristate default y if DEFAULT_luci-i18n-pagekitec-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - Українська (Ukrainian) Karl Palsson config PACKAGE_luci-i18n-pagekitec-vi tristate default y if DEFAULT_luci-i18n-pagekitec-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Tiếng Việt (Vietnamese) Karl Palsson config PACKAGE_luci-i18n-pagekitec-zh-cn tristate default y if DEFAULT_luci-i18n-pagekitec-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - 中文 (Chinese) Karl Palsson config PACKAGE_luci-i18n-pagekitec-zh-tw tristate default y if DEFAULT_luci-i18n-pagekitec-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-pagekitec - 臺灣華語 (Taiwanese) Karl Palsson config PACKAGE_luci-i18n-polipo-bg tristate default y if DEFAULT_luci-i18n-polipo-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo help Translation for luci-app-polipo - български (Bulgarian) config PACKAGE_luci-i18n-polipo-ca tristate default y if DEFAULT_luci-i18n-polipo-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Català (Catalan) config PACKAGE_luci-i18n-polipo-cs tristate default y if DEFAULT_luci-i18n-polipo-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Čeština (Czech) config PACKAGE_luci-i18n-polipo-de tristate default y if DEFAULT_luci-i18n-polipo-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Deutsch (German) config PACKAGE_luci-i18n-polipo-el tristate default y if DEFAULT_luci-i18n-polipo-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Ελληνικά (Greek) config PACKAGE_luci-i18n-polipo-en tristate default y if DEFAULT_luci-i18n-polipo-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - English config PACKAGE_luci-i18n-polipo-es tristate default y if DEFAULT_luci-i18n-polipo-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Español (Spanish) config PACKAGE_luci-i18n-polipo-fr tristate default y if DEFAULT_luci-i18n-polipo-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo help Translation for luci-app-polipo - Français (French) config PACKAGE_luci-i18n-polipo-he tristate default y if DEFAULT_luci-i18n-polipo-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-polipo-hi tristate default y if DEFAULT_luci-i18n-polipo-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - हिंदी (Hindi) config PACKAGE_luci-i18n-polipo-hu tristate default y if DEFAULT_luci-i18n-polipo-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Magyar (Hungarian) config PACKAGE_luci-i18n-polipo-it tristate default y if DEFAULT_luci-i18n-polipo-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - Italiano (Italian) config PACKAGE_luci-i18n-polipo-ja tristate default y if DEFAULT_luci-i18n-polipo-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - 日本語 (Japanese) config PACKAGE_luci-i18n-polipo-ko tristate default y if DEFAULT_luci-i18n-polipo-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - 한국어 (Korean) config PACKAGE_luci-i18n-polipo-mr tristate default y if DEFAULT_luci-i18n-polipo-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - मराठी (Marathi) config PACKAGE_luci-i18n-polipo-ms tristate default y if DEFAULT_luci-i18n-polipo-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-polipo-no tristate default y if DEFAULT_luci-i18n-polipo-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - Norsk (Norwegian) config PACKAGE_luci-i18n-polipo-pl tristate default y if DEFAULT_luci-i18n-polipo-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Polski (Polish) config PACKAGE_luci-i18n-polipo-pt tristate default y if DEFAULT_luci-i18n-polipo-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Português (Portuguese) config PACKAGE_luci-i18n-polipo-pt-br tristate default y if DEFAULT_luci-i18n-polipo-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-polipo-ro tristate default y if DEFAULT_luci-i18n-polipo-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - Română (Romanian) config PACKAGE_luci-i18n-polipo-ru tristate default y if DEFAULT_luci-i18n-polipo-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Русский (Russian) config PACKAGE_luci-i18n-polipo-sk tristate default y if DEFAULT_luci-i18n-polipo-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-polipo - Slovenčina (Slovak) config PACKAGE_luci-i18n-polipo-sv tristate default y if DEFAULT_luci-i18n-polipo-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo help Translation for luci-app-polipo - Svenska (Swedish) config PACKAGE_luci-i18n-polipo-tr tristate default y if DEFAULT_luci-i18n-polipo-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-polipo select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Türkçe (Turkish) config PACKAGE_luci-i18n-polipo-uk tristate default y if DEFAULT_luci-i18n-polipo-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Українська (Ukrainian) config PACKAGE_luci-i18n-polipo-vi tristate default y if DEFAULT_luci-i18n-polipo-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-polipo - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-polipo-zh-cn tristate default y if DEFAULT_luci-i18n-polipo-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - 中文 (Chinese) config PACKAGE_luci-i18n-polipo-zh-tw tristate default y if DEFAULT_luci-i18n-polipo-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-polipo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-polipo - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-privoxy-bg tristate default y if DEFAULT_luci-i18n-privoxy-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - български (Bulgarian) config PACKAGE_luci-i18n-privoxy-ca tristate default y if DEFAULT_luci-i18n-privoxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-privoxy - Català (Catalan) config PACKAGE_luci-i18n-privoxy-cs tristate default y if DEFAULT_luci-i18n-privoxy-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Čeština (Czech) config PACKAGE_luci-i18n-privoxy-de tristate default y if DEFAULT_luci-i18n-privoxy-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Deutsch (German) config PACKAGE_luci-i18n-privoxy-el tristate default y if DEFAULT_luci-i18n-privoxy-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-privoxy-en tristate default y if DEFAULT_luci-i18n-privoxy-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - English config PACKAGE_luci-i18n-privoxy-es tristate default y if DEFAULT_luci-i18n-privoxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - Español (Spanish) config PACKAGE_luci-i18n-privoxy-fr tristate default y if DEFAULT_luci-i18n-privoxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - Français (French) config PACKAGE_luci-i18n-privoxy-he tristate default y if DEFAULT_luci-i18n-privoxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-privoxy-hi tristate default y if DEFAULT_luci-i18n-privoxy-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - हिंदी (Hindi) config PACKAGE_luci-i18n-privoxy-hu tristate default y if DEFAULT_luci-i18n-privoxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Magyar (Hungarian) config PACKAGE_luci-i18n-privoxy-it tristate default y if DEFAULT_luci-i18n-privoxy-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - Italiano (Italian) config PACKAGE_luci-i18n-privoxy-ja tristate default y if DEFAULT_luci-i18n-privoxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - 日本語 (Japanese) config PACKAGE_luci-i18n-privoxy-ko tristate default y if DEFAULT_luci-i18n-privoxy-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - 한국어 (Korean) config PACKAGE_luci-i18n-privoxy-mr tristate default y if DEFAULT_luci-i18n-privoxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-privoxy - मराठी (Marathi) config PACKAGE_luci-i18n-privoxy-ms tristate default y if DEFAULT_luci-i18n-privoxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-privoxy-no tristate default y if DEFAULT_luci-i18n-privoxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Norsk (Norwegian) config PACKAGE_luci-i18n-privoxy-pl tristate default y if DEFAULT_luci-i18n-privoxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-privoxy - Polski (Polish) config PACKAGE_luci-i18n-privoxy-pt tristate default y if DEFAULT_luci-i18n-privoxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - Português (Portuguese) config PACKAGE_luci-i18n-privoxy-pt-br tristate default y if DEFAULT_luci-i18n-privoxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-privoxy-ro tristate default y if DEFAULT_luci-i18n-privoxy-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Română (Romanian) config PACKAGE_luci-i18n-privoxy-ru tristate default y if DEFAULT_luci-i18n-privoxy-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-privoxy - Русский (Russian) config PACKAGE_luci-i18n-privoxy-sk tristate default y if DEFAULT_luci-i18n-privoxy-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Slovenčina (Slovak) config PACKAGE_luci-i18n-privoxy-sv tristate default y if DEFAULT_luci-i18n-privoxy-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Svenska (Swedish) config PACKAGE_luci-i18n-privoxy-tr tristate default y if DEFAULT_luci-i18n-privoxy-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Türkçe (Turkish) config PACKAGE_luci-i18n-privoxy-uk tristate default y if DEFAULT_luci-i18n-privoxy-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - Українська (Ukrainian) config PACKAGE_luci-i18n-privoxy-vi tristate default y if DEFAULT_luci-i18n-privoxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-privoxy-zh-cn tristate default y if DEFAULT_luci-i18n-privoxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-privoxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - 中文 (Chinese) config PACKAGE_luci-i18n-privoxy-zh-tw tristate default y if DEFAULT_luci-i18n-privoxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-privoxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-privoxy - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-qos-bg tristate default y if DEFAULT_luci-i18n-qos-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - български (Bulgarian) config PACKAGE_luci-i18n-qos-ca tristate default y if DEFAULT_luci-i18n-qos-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Català (Catalan) config PACKAGE_luci-i18n-qos-cs tristate default y if DEFAULT_luci-i18n-qos-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-qos - Čeština (Czech) config PACKAGE_luci-i18n-qos-de tristate default y if DEFAULT_luci-i18n-qos-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Deutsch (German) config PACKAGE_luci-i18n-qos-el tristate default y if DEFAULT_luci-i18n-qos-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Ελληνικά (Greek) config PACKAGE_luci-i18n-qos-en tristate default y if DEFAULT_luci-i18n-qos-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - English config PACKAGE_luci-i18n-qos-es tristate default y if DEFAULT_luci-i18n-qos-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-qos - Español (Spanish) config PACKAGE_luci-i18n-qos-fr tristate default y if DEFAULT_luci-i18n-qos-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Français (French) config PACKAGE_luci-i18n-qos-he tristate default y if DEFAULT_luci-i18n-qos-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-qos-hi tristate default y if DEFAULT_luci-i18n-qos-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - हिंदी (Hindi) config PACKAGE_luci-i18n-qos-hu tristate default y if DEFAULT_luci-i18n-qos-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - Magyar (Hungarian) config PACKAGE_luci-i18n-qos-it tristate default y if DEFAULT_luci-i18n-qos-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-qos - Italiano (Italian) config PACKAGE_luci-i18n-qos-ja tristate default y if DEFAULT_luci-i18n-qos-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 日本語 (Japanese) config PACKAGE_luci-i18n-qos-ko tristate default y if DEFAULT_luci-i18n-qos-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 한국어 (Korean) config PACKAGE_luci-i18n-qos-mr tristate default y if DEFAULT_luci-i18n-qos-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-qos - मराठी (Marathi) config PACKAGE_luci-i18n-qos-ms tristate default y if DEFAULT_luci-i18n-qos-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-qos-no tristate default y if DEFAULT_luci-i18n-qos-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Norsk (Norwegian) config PACKAGE_luci-i18n-qos-pl tristate default y if DEFAULT_luci-i18n-qos-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Polski (Polish) config PACKAGE_luci-i18n-qos-pt tristate default y if DEFAULT_luci-i18n-qos-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Português (Portuguese) config PACKAGE_luci-i18n-qos-pt-br tristate default y if DEFAULT_luci-i18n-qos-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-qos-ro tristate default y if DEFAULT_luci-i18n-qos-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Română (Romanian) config PACKAGE_luci-i18n-qos-ru tristate default y if DEFAULT_luci-i18n-qos-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - Русский (Russian) config PACKAGE_luci-i18n-qos-sk tristate default y if DEFAULT_luci-i18n-qos-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Slovenčina (Slovak) config PACKAGE_luci-i18n-qos-sv tristate default y if DEFAULT_luci-i18n-qos-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Svenska (Swedish) config PACKAGE_luci-i18n-qos-tr tristate default y if DEFAULT_luci-i18n-qos-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - Türkçe (Turkish) config PACKAGE_luci-i18n-qos-uk tristate default y if DEFAULT_luci-i18n-qos-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - Українська (Ukrainian) config PACKAGE_luci-i18n-qos-vi tristate default y if DEFAULT_luci-i18n-qos-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-qos - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-qos-zh-cn tristate default y if DEFAULT_luci-i18n-qos-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 中文 (Chinese) config PACKAGE_luci-i18n-qos-zh-tw tristate default y if DEFAULT_luci-i18n-qos-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-qos select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-qos - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-radicale-bg tristate default y if DEFAULT_luci-i18n-radicale-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - български (Bulgarian) config PACKAGE_luci-i18n-radicale-ca tristate default y if DEFAULT_luci-i18n-radicale-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Català (Catalan) config PACKAGE_luci-i18n-radicale-cs tristate default y if DEFAULT_luci-i18n-radicale-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale - Čeština (Czech) config PACKAGE_luci-i18n-radicale-de tristate default y if DEFAULT_luci-i18n-radicale-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Deutsch (German) config PACKAGE_luci-i18n-radicale-el tristate default y if DEFAULT_luci-i18n-radicale-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Ελληνικά (Greek) config PACKAGE_luci-i18n-radicale-en tristate default y if DEFAULT_luci-i18n-radicale-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - English config PACKAGE_luci-i18n-radicale-es tristate default y if DEFAULT_luci-i18n-radicale-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Español (Spanish) config PACKAGE_luci-i18n-radicale-fr tristate default y if DEFAULT_luci-i18n-radicale-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Français (French) config PACKAGE_luci-i18n-radicale-he tristate default y if DEFAULT_luci-i18n-radicale-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-radicale-hi tristate default y if DEFAULT_luci-i18n-radicale-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale - हिंदी (Hindi) config PACKAGE_luci-i18n-radicale-hu tristate default y if DEFAULT_luci-i18n-radicale-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale - Magyar (Hungarian) config PACKAGE_luci-i18n-radicale-it tristate default y if DEFAULT_luci-i18n-radicale-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Italiano (Italian) config PACKAGE_luci-i18n-radicale-ja tristate default y if DEFAULT_luci-i18n-radicale-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - 日本語 (Japanese) config PACKAGE_luci-i18n-radicale-ko tristate default y if DEFAULT_luci-i18n-radicale-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale - 한국어 (Korean) config PACKAGE_luci-i18n-radicale-mr tristate default y if DEFAULT_luci-i18n-radicale-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - मराठी (Marathi) config PACKAGE_luci-i18n-radicale-ms tristate default y if DEFAULT_luci-i18n-radicale-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-radicale-no tristate default y if DEFAULT_luci-i18n-radicale-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Norsk (Norwegian) config PACKAGE_luci-i18n-radicale-pl tristate default y if DEFAULT_luci-i18n-radicale-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Polski (Polish) config PACKAGE_luci-i18n-radicale-pt tristate default y if DEFAULT_luci-i18n-radicale-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - Português (Portuguese) config PACKAGE_luci-i18n-radicale-pt-br tristate default y if DEFAULT_luci-i18n-radicale-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-radicale-ro tristate default y if DEFAULT_luci-i18n-radicale-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale - Română (Romanian) config PACKAGE_luci-i18n-radicale-ru tristate default y if DEFAULT_luci-i18n-radicale-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Русский (Russian) config PACKAGE_luci-i18n-radicale-sk tristate default y if DEFAULT_luci-i18n-radicale-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Slovenčina (Slovak) config PACKAGE_luci-i18n-radicale-sv tristate default y if DEFAULT_luci-i18n-radicale-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Svenska (Swedish) config PACKAGE_luci-i18n-radicale-tr tristate default y if DEFAULT_luci-i18n-radicale-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Türkçe (Turkish) config PACKAGE_luci-i18n-radicale-uk tristate default y if DEFAULT_luci-i18n-radicale-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale - Українська (Ukrainian) config PACKAGE_luci-i18n-radicale-vi tristate default y if DEFAULT_luci-i18n-radicale-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-radicale-zh-cn tristate default y if DEFAULT_luci-i18n-radicale-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-radicale select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-radicale - 中文 (Chinese) config PACKAGE_luci-i18n-radicale-zh-tw tristate default y if DEFAULT_luci-i18n-radicale-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-radicale2-bg tristate default y if DEFAULT_luci-i18n-radicale2-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - български (Bulgarian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ca tristate default y if DEFAULT_luci-i18n-radicale2-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Català (Catalan) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-cs tristate default y if DEFAULT_luci-i18n-radicale2-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Čeština (Czech) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-de tristate default y if DEFAULT_luci-i18n-radicale2-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Deutsch (German) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-el tristate default y if DEFAULT_luci-i18n-radicale2-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - Ελληνικά (Greek) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-en tristate default y if DEFAULT_luci-i18n-radicale2-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - English Daniel Dickinson config PACKAGE_luci-i18n-radicale2-es tristate default y if DEFAULT_luci-i18n-radicale2-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Español (Spanish) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-fr tristate default y if DEFAULT_luci-i18n-radicale2-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Français (French) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-he tristate default y if DEFAULT_luci-i18n-radicale2-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - עִבְרִית (Hebrew) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-hi tristate default y if DEFAULT_luci-i18n-radicale2-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - हिंदी (Hindi) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-hu tristate default y if DEFAULT_luci-i18n-radicale2-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Magyar (Hungarian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-it tristate default y if DEFAULT_luci-i18n-radicale2-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - Italiano (Italian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ja tristate default y if DEFAULT_luci-i18n-radicale2-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - 日本語 (Japanese) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ko tristate default y if DEFAULT_luci-i18n-radicale2-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - 한국어 (Korean) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-mr tristate default y if DEFAULT_luci-i18n-radicale2-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - मराठी (Marathi) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ms tristate default y if DEFAULT_luci-i18n-radicale2-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Bahasa Melayu (Malay) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-no tristate default y if DEFAULT_luci-i18n-radicale2-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Norsk (Norwegian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-pl tristate default y if DEFAULT_luci-i18n-radicale2-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Polski (Polish) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-pt tristate default y if DEFAULT_luci-i18n-radicale2-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Português (Portuguese) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-pt-br tristate default y if DEFAULT_luci-i18n-radicale2-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Português do Brasil (Brazilian Portuguese) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ro tristate default y if DEFAULT_luci-i18n-radicale2-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Română (Romanian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-ru tristate default y if DEFAULT_luci-i18n-radicale2-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - Русский (Russian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-sk tristate default y if DEFAULT_luci-i18n-radicale2-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Slovenčina (Slovak) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-sv tristate default y if DEFAULT_luci-i18n-radicale2-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Svenska (Swedish) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-tr tristate default y if DEFAULT_luci-i18n-radicale2-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-radicale2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - Türkçe (Turkish) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-uk tristate default y if DEFAULT_luci-i18n-radicale2-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - Українська (Ukrainian) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-vi tristate default y if DEFAULT_luci-i18n-radicale2-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-radicale2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-radicale2 - Tiếng Việt (Vietnamese) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-zh-cn tristate default y if DEFAULT_luci-i18n-radicale2-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - 中文 (Chinese) Daniel Dickinson config PACKAGE_luci-i18n-radicale2-zh-tw tristate default y if DEFAULT_luci-i18n-radicale2-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-radicale2 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-radicale2 - 臺灣華語 (Taiwanese) Daniel Dickinson config PACKAGE_luci-i18n-rp-pppoe-server-bg tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - български (Bulgarian) config PACKAGE_luci-i18n-rp-pppoe-server-ca tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-rp-pppoe-server - Català (Catalan) config PACKAGE_luci-i18n-rp-pppoe-server-cs tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Čeština (Czech) config PACKAGE_luci-i18n-rp-pppoe-server-de tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-rp-pppoe-server - Deutsch (German) config PACKAGE_luci-i18n-rp-pppoe-server-el tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Ελληνικά (Greek) config PACKAGE_luci-i18n-rp-pppoe-server-en tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - English config PACKAGE_luci-i18n-rp-pppoe-server-es tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Español (Spanish) config PACKAGE_luci-i18n-rp-pppoe-server-fr tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Français (French) config PACKAGE_luci-i18n-rp-pppoe-server-he tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-rp-pppoe-server-hi tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - हिंदी (Hindi) config PACKAGE_luci-i18n-rp-pppoe-server-hu tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Magyar (Hungarian) config PACKAGE_luci-i18n-rp-pppoe-server-it tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-rp-pppoe-server - Italiano (Italian) config PACKAGE_luci-i18n-rp-pppoe-server-ja tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - 日本語 (Japanese) config PACKAGE_luci-i18n-rp-pppoe-server-ko tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-rp-pppoe-server - 한국어 (Korean) config PACKAGE_luci-i18n-rp-pppoe-server-mr tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-rp-pppoe-server - मराठी (Marathi) config PACKAGE_luci-i18n-rp-pppoe-server-ms tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-rp-pppoe-server-no tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Norsk (Norwegian) config PACKAGE_luci-i18n-rp-pppoe-server-pl tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-rp-pppoe-server - Polski (Polish) config PACKAGE_luci-i18n-rp-pppoe-server-pt tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Português (Portuguese) config PACKAGE_luci-i18n-rp-pppoe-server-pt-br tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-rp-pppoe-server-ro tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Română (Romanian) config PACKAGE_luci-i18n-rp-pppoe-server-ru tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Русский (Russian) config PACKAGE_luci-i18n-rp-pppoe-server-sk tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Slovenčina (Slovak) config PACKAGE_luci-i18n-rp-pppoe-server-sv tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Svenska (Swedish) config PACKAGE_luci-i18n-rp-pppoe-server-tr tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - Türkçe (Turkish) config PACKAGE_luci-i18n-rp-pppoe-server-uk tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-rp-pppoe-server - Українська (Ukrainian) config PACKAGE_luci-i18n-rp-pppoe-server-vi tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-rp-pppoe-server-zh-cn tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-rp-pppoe-server - 中文 (Chinese) config PACKAGE_luci-i18n-rp-pppoe-server-zh-tw tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-rp-pppoe-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-rp-pppoe-server - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-samba-bg tristate default y if DEFAULT_luci-i18n-samba-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba - български (Bulgarian) config PACKAGE_luci-i18n-samba-ca tristate default y if DEFAULT_luci-i18n-samba-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba - Català (Catalan) config PACKAGE_luci-i18n-samba-cs tristate default y if DEFAULT_luci-i18n-samba-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Čeština (Czech) config PACKAGE_luci-i18n-samba-de tristate default y if DEFAULT_luci-i18n-samba-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Deutsch (German) config PACKAGE_luci-i18n-samba-el tristate default y if DEFAULT_luci-i18n-samba-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Ελληνικά (Greek) config PACKAGE_luci-i18n-samba-en tristate default y if DEFAULT_luci-i18n-samba-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - English config PACKAGE_luci-i18n-samba-es tristate default y if DEFAULT_luci-i18n-samba-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Español (Spanish) config PACKAGE_luci-i18n-samba-fr tristate default y if DEFAULT_luci-i18n-samba-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Français (French) config PACKAGE_luci-i18n-samba-he tristate default y if DEFAULT_luci-i18n-samba-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-samba-hi tristate default y if DEFAULT_luci-i18n-samba-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - हिंदी (Hindi) config PACKAGE_luci-i18n-samba-hu tristate default y if DEFAULT_luci-i18n-samba-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-samba - Magyar (Hungarian) config PACKAGE_luci-i18n-samba-it tristate default y if DEFAULT_luci-i18n-samba-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Italiano (Italian) config PACKAGE_luci-i18n-samba-ja tristate default y if DEFAULT_luci-i18n-samba-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - 日本語 (Japanese) config PACKAGE_luci-i18n-samba-ko tristate default y if DEFAULT_luci-i18n-samba-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - 한국어 (Korean) config PACKAGE_luci-i18n-samba-mr tristate default y if DEFAULT_luci-i18n-samba-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - मराठी (Marathi) config PACKAGE_luci-i18n-samba-ms tristate default y if DEFAULT_luci-i18n-samba-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-samba-no tristate default y if DEFAULT_luci-i18n-samba-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Norsk (Norwegian) config PACKAGE_luci-i18n-samba-pl tristate default y if DEFAULT_luci-i18n-samba-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba - Polski (Polish) config PACKAGE_luci-i18n-samba-pt tristate default y if DEFAULT_luci-i18n-samba-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Português (Portuguese) config PACKAGE_luci-i18n-samba-pt-br tristate default y if DEFAULT_luci-i18n-samba-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-samba-ro tristate default y if DEFAULT_luci-i18n-samba-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-samba - Română (Romanian) config PACKAGE_luci-i18n-samba-ru tristate default y if DEFAULT_luci-i18n-samba-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Русский (Russian) config PACKAGE_luci-i18n-samba-sk tristate default y if DEFAULT_luci-i18n-samba-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Slovenčina (Slovak) config PACKAGE_luci-i18n-samba-sv tristate default y if DEFAULT_luci-i18n-samba-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba - Svenska (Swedish) config PACKAGE_luci-i18n-samba-tr tristate default y if DEFAULT_luci-i18n-samba-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-samba select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Türkçe (Turkish) config PACKAGE_luci-i18n-samba-uk tristate default y if DEFAULT_luci-i18n-samba-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - Українська (Ukrainian) config PACKAGE_luci-i18n-samba-vi tristate default y if DEFAULT_luci-i18n-samba-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-samba-zh-cn tristate default y if DEFAULT_luci-i18n-samba-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - 中文 (Chinese) config PACKAGE_luci-i18n-samba-zh-tw tristate default y if DEFAULT_luci-i18n-samba-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba help Translation for luci-app-samba - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-samba4-bg tristate default y if DEFAULT_luci-i18n-samba4-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - български (Bulgarian) config PACKAGE_luci-i18n-samba4-ca tristate default y if DEFAULT_luci-i18n-samba4-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-samba4 - Català (Catalan) config PACKAGE_luci-i18n-samba4-cs tristate default y if DEFAULT_luci-i18n-samba4-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Čeština (Czech) config PACKAGE_luci-i18n-samba4-de tristate default y if DEFAULT_luci-i18n-samba4-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-samba4 - Deutsch (German) config PACKAGE_luci-i18n-samba4-el tristate default y if DEFAULT_luci-i18n-samba4-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Ελληνικά (Greek) config PACKAGE_luci-i18n-samba4-en tristate default y if DEFAULT_luci-i18n-samba4-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - English config PACKAGE_luci-i18n-samba4-es tristate default y if DEFAULT_luci-i18n-samba4-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Español (Spanish) config PACKAGE_luci-i18n-samba4-fr tristate default y if DEFAULT_luci-i18n-samba4-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - Français (French) config PACKAGE_luci-i18n-samba4-he tristate default y if DEFAULT_luci-i18n-samba4-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-samba4-hi tristate default y if DEFAULT_luci-i18n-samba4-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - हिंदी (Hindi) config PACKAGE_luci-i18n-samba4-hu tristate default y if DEFAULT_luci-i18n-samba4-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - Magyar (Hungarian) config PACKAGE_luci-i18n-samba4-it tristate default y if DEFAULT_luci-i18n-samba4-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Italiano (Italian) config PACKAGE_luci-i18n-samba4-ja tristate default y if DEFAULT_luci-i18n-samba4-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - 日本語 (Japanese) config PACKAGE_luci-i18n-samba4-ko tristate default y if DEFAULT_luci-i18n-samba4-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-samba4 - 한국어 (Korean) config PACKAGE_luci-i18n-samba4-mr tristate default y if DEFAULT_luci-i18n-samba4-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - मराठी (Marathi) config PACKAGE_luci-i18n-samba4-ms tristate default y if DEFAULT_luci-i18n-samba4-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-samba4-no tristate default y if DEFAULT_luci-i18n-samba4-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Norsk (Norwegian) config PACKAGE_luci-i18n-samba4-pl tristate default y if DEFAULT_luci-i18n-samba4-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - Polski (Polish) config PACKAGE_luci-i18n-samba4-pt tristate default y if DEFAULT_luci-i18n-samba4-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Português (Portuguese) config PACKAGE_luci-i18n-samba4-pt-br tristate default y if DEFAULT_luci-i18n-samba4-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-samba4-ro tristate default y if DEFAULT_luci-i18n-samba4-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Română (Romanian) config PACKAGE_luci-i18n-samba4-ru tristate default y if DEFAULT_luci-i18n-samba4-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Русский (Russian) config PACKAGE_luci-i18n-samba4-sk tristate default y if DEFAULT_luci-i18n-samba4-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Slovenčina (Slovak) config PACKAGE_luci-i18n-samba4-sv tristate default y if DEFAULT_luci-i18n-samba4-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Svenska (Swedish) config PACKAGE_luci-i18n-samba4-tr tristate default y if DEFAULT_luci-i18n-samba4-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Türkçe (Turkish) config PACKAGE_luci-i18n-samba4-uk tristate default y if DEFAULT_luci-i18n-samba4-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Українська (Ukrainian) config PACKAGE_luci-i18n-samba4-vi tristate default y if DEFAULT_luci-i18n-samba4-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-samba4 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-samba4 - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-samba4-zh-cn tristate default y if DEFAULT_luci-i18n-samba4-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - 中文 (Chinese) config PACKAGE_luci-i18n-samba4-zh-tw tristate default y if DEFAULT_luci-i18n-samba4-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-samba4 select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-samba4 - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-shadowsocks-libev-bg tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - български (Bulgarian) config PACKAGE_luci-i18n-shadowsocks-libev-ca tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Català (Catalan) config PACKAGE_luci-i18n-shadowsocks-libev-cs tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Čeština (Czech) config PACKAGE_luci-i18n-shadowsocks-libev-de tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shadowsocks-libev - Deutsch (German) config PACKAGE_luci-i18n-shadowsocks-libev-el tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Ελληνικά (Greek) config PACKAGE_luci-i18n-shadowsocks-libev-en tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - English config PACKAGE_luci-i18n-shadowsocks-libev-es tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Español (Spanish) config PACKAGE_luci-i18n-shadowsocks-libev-fr tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shadowsocks-libev - Français (French) config PACKAGE_luci-i18n-shadowsocks-libev-he tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-shadowsocks-libev-hi tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shadowsocks-libev - हिंदी (Hindi) config PACKAGE_luci-i18n-shadowsocks-libev-hu tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Magyar (Hungarian) config PACKAGE_luci-i18n-shadowsocks-libev-it tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Italiano (Italian) config PACKAGE_luci-i18n-shadowsocks-libev-ja tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - 日本語 (Japanese) config PACKAGE_luci-i18n-shadowsocks-libev-ko tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shadowsocks-libev - 한국어 (Korean) config PACKAGE_luci-i18n-shadowsocks-libev-mr tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - मराठी (Marathi) config PACKAGE_luci-i18n-shadowsocks-libev-ms tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-shadowsocks-libev-no tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - Norsk (Norwegian) config PACKAGE_luci-i18n-shadowsocks-libev-pl tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Polski (Polish) config PACKAGE_luci-i18n-shadowsocks-libev-pt tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Português (Portuguese) config PACKAGE_luci-i18n-shadowsocks-libev-pt-br tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-shadowsocks-libev-ro tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - Română (Romanian) config PACKAGE_luci-i18n-shadowsocks-libev-ru tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Русский (Russian) config PACKAGE_luci-i18n-shadowsocks-libev-sk tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Slovenčina (Slovak) config PACKAGE_luci-i18n-shadowsocks-libev-sv tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Svenska (Swedish) config PACKAGE_luci-i18n-shadowsocks-libev-tr tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Türkçe (Turkish) config PACKAGE_luci-i18n-shadowsocks-libev-uk tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Українська (Ukrainian) config PACKAGE_luci-i18n-shadowsocks-libev-vi tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-shadowsocks-libev-zh-cn tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev help Translation for luci-app-shadowsocks-libev - 中文 (Chinese) config PACKAGE_luci-i18n-shadowsocks-libev-zh-tw tristate default y if DEFAULT_luci-i18n-shadowsocks-libev-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shadowsocks-libev select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shadowsocks-libev - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-shairplay-bg tristate default y if DEFAULT_luci-i18n-shairplay-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - български (Bulgarian) config PACKAGE_luci-i18n-shairplay-ca tristate default y if DEFAULT_luci-i18n-shairplay-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Català (Catalan) config PACKAGE_luci-i18n-shairplay-cs tristate default y if DEFAULT_luci-i18n-shairplay-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Čeština (Czech) config PACKAGE_luci-i18n-shairplay-de tristate default y if DEFAULT_luci-i18n-shairplay-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shairplay - Deutsch (German) config PACKAGE_luci-i18n-shairplay-el tristate default y if DEFAULT_luci-i18n-shairplay-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - Ελληνικά (Greek) config PACKAGE_luci-i18n-shairplay-en tristate default y if DEFAULT_luci-i18n-shairplay-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shairplay - English config PACKAGE_luci-i18n-shairplay-es tristate default y if DEFAULT_luci-i18n-shairplay-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Español (Spanish) config PACKAGE_luci-i18n-shairplay-fr tristate default y if DEFAULT_luci-i18n-shairplay-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - Français (French) config PACKAGE_luci-i18n-shairplay-he tristate default y if DEFAULT_luci-i18n-shairplay-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-shairplay-hi tristate default y if DEFAULT_luci-i18n-shairplay-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shairplay - हिंदी (Hindi) config PACKAGE_luci-i18n-shairplay-hu tristate default y if DEFAULT_luci-i18n-shairplay-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shairplay - Magyar (Hungarian) config PACKAGE_luci-i18n-shairplay-it tristate default y if DEFAULT_luci-i18n-shairplay-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Italiano (Italian) config PACKAGE_luci-i18n-shairplay-ja tristate default y if DEFAULT_luci-i18n-shairplay-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - 日本語 (Japanese) config PACKAGE_luci-i18n-shairplay-ko tristate default y if DEFAULT_luci-i18n-shairplay-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - 한국어 (Korean) config PACKAGE_luci-i18n-shairplay-mr tristate default y if DEFAULT_luci-i18n-shairplay-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - मराठी (Marathi) config PACKAGE_luci-i18n-shairplay-ms tristate default y if DEFAULT_luci-i18n-shairplay-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-shairplay-no tristate default y if DEFAULT_luci-i18n-shairplay-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - Norsk (Norwegian) config PACKAGE_luci-i18n-shairplay-pl tristate default y if DEFAULT_luci-i18n-shairplay-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Polski (Polish) config PACKAGE_luci-i18n-shairplay-pt tristate default y if DEFAULT_luci-i18n-shairplay-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Português (Portuguese) config PACKAGE_luci-i18n-shairplay-pt-br tristate default y if DEFAULT_luci-i18n-shairplay-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-shairplay-ro tristate default y if DEFAULT_luci-i18n-shairplay-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Română (Romanian) config PACKAGE_luci-i18n-shairplay-ru tristate default y if DEFAULT_luci-i18n-shairplay-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Русский (Russian) config PACKAGE_luci-i18n-shairplay-sk tristate default y if DEFAULT_luci-i18n-shairplay-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Slovenčina (Slovak) config PACKAGE_luci-i18n-shairplay-sv tristate default y if DEFAULT_luci-i18n-shairplay-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Svenska (Swedish) config PACKAGE_luci-i18n-shairplay-tr tristate default y if DEFAULT_luci-i18n-shairplay-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - Türkçe (Turkish) config PACKAGE_luci-i18n-shairplay-uk tristate default y if DEFAULT_luci-i18n-shairplay-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-shairplay - Українська (Ukrainian) config PACKAGE_luci-i18n-shairplay-vi tristate default y if DEFAULT_luci-i18n-shairplay-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-shairplay - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-shairplay-zh-cn tristate default y if DEFAULT_luci-i18n-shairplay-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-shairplay select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - 中文 (Chinese) config PACKAGE_luci-i18n-shairplay-zh-tw tristate default y if DEFAULT_luci-i18n-shairplay-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-shairplay select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-shairplay - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-simple-adblock-bg tristate default y if DEFAULT_luci-i18n-simple-adblock-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - български (Bulgarian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ca tristate default y if DEFAULT_luci-i18n-simple-adblock-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - Català (Catalan) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-cs tristate default y if DEFAULT_luci-i18n-simple-adblock-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Čeština (Czech) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-de tristate default y if DEFAULT_luci-i18n-simple-adblock-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Deutsch (German) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-el tristate default y if DEFAULT_luci-i18n-simple-adblock-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Ελληνικά (Greek) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-en tristate default y if DEFAULT_luci-i18n-simple-adblock-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - English Stan Grishin config PACKAGE_luci-i18n-simple-adblock-es tristate default y if DEFAULT_luci-i18n-simple-adblock-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Español (Spanish) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-fr tristate default y if DEFAULT_luci-i18n-simple-adblock-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-simple-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-simple-adblock - Français (French) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-he tristate default y if DEFAULT_luci-i18n-simple-adblock-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - עִבְרִית (Hebrew) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-hi tristate default y if DEFAULT_luci-i18n-simple-adblock-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - हिंदी (Hindi) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-hu tristate default y if DEFAULT_luci-i18n-simple-adblock-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - Magyar (Hungarian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-it tristate default y if DEFAULT_luci-i18n-simple-adblock-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Italiano (Italian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ja tristate default y if DEFAULT_luci-i18n-simple-adblock-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - 日本語 (Japanese) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ko tristate default y if DEFAULT_luci-i18n-simple-adblock-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - 한국어 (Korean) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-mr tristate default y if DEFAULT_luci-i18n-simple-adblock-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - मराठी (Marathi) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ms tristate default y if DEFAULT_luci-i18n-simple-adblock-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Bahasa Melayu (Malay) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-no tristate default y if DEFAULT_luci-i18n-simple-adblock-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Norsk (Norwegian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-pl tristate default y if DEFAULT_luci-i18n-simple-adblock-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - Polski (Polish) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-pt tristate default y if DEFAULT_luci-i18n-simple-adblock-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Português (Portuguese) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-pt-br tristate default y if DEFAULT_luci-i18n-simple-adblock-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Português do Brasil (Brazilian Portuguese) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ro tristate default y if DEFAULT_luci-i18n-simple-adblock-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Română (Romanian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-ru tristate default y if DEFAULT_luci-i18n-simple-adblock-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-simple-adblock - Русский (Russian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-sk tristate default y if DEFAULT_luci-i18n-simple-adblock-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Slovenčina (Slovak) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-sv tristate default y if DEFAULT_luci-i18n-simple-adblock-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-simple-adblock - Svenska (Swedish) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-tr tristate default y if DEFAULT_luci-i18n-simple-adblock-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - Türkçe (Turkish) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-uk tristate default y if DEFAULT_luci-i18n-simple-adblock-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-simple-adblock - Українська (Ukrainian) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-vi tristate default y if DEFAULT_luci-i18n-simple-adblock-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - Tiếng Việt (Vietnamese) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-zh-cn tristate default y if DEFAULT_luci-i18n-simple-adblock-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-simple-adblock select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-simple-adblock - 中文 (Chinese) Stan Grishin config PACKAGE_luci-i18n-simple-adblock-zh-tw tristate default y if DEFAULT_luci-i18n-simple-adblock-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-simple-adblock help Translation for luci-app-simple-adblock - 臺灣華語 (Taiwanese) Stan Grishin config PACKAGE_luci-i18n-splash-bg tristate default y if DEFAULT_luci-i18n-splash-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - български (Bulgarian) config PACKAGE_luci-i18n-splash-ca tristate default y if DEFAULT_luci-i18n-splash-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Català (Catalan) config PACKAGE_luci-i18n-splash-cs tristate default y if DEFAULT_luci-i18n-splash-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-splash - Čeština (Czech) config PACKAGE_luci-i18n-splash-de tristate default y if DEFAULT_luci-i18n-splash-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Deutsch (German) config PACKAGE_luci-i18n-splash-el tristate default y if DEFAULT_luci-i18n-splash-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Ελληνικά (Greek) config PACKAGE_luci-i18n-splash-en tristate default y if DEFAULT_luci-i18n-splash-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - English config PACKAGE_luci-i18n-splash-es tristate default y if DEFAULT_luci-i18n-splash-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Español (Spanish) config PACKAGE_luci-i18n-splash-fr tristate default y if DEFAULT_luci-i18n-splash-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Français (French) config PACKAGE_luci-i18n-splash-he tristate default y if DEFAULT_luci-i18n-splash-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-splash-hi tristate default y if DEFAULT_luci-i18n-splash-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - हिंदी (Hindi) config PACKAGE_luci-i18n-splash-hu tristate default y if DEFAULT_luci-i18n-splash-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-splash - Magyar (Hungarian) config PACKAGE_luci-i18n-splash-it tristate default y if DEFAULT_luci-i18n-splash-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-splash - Italiano (Italian) config PACKAGE_luci-i18n-splash-ja tristate default y if DEFAULT_luci-i18n-splash-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - 日本語 (Japanese) config PACKAGE_luci-i18n-splash-ko tristate default y if DEFAULT_luci-i18n-splash-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - 한국어 (Korean) config PACKAGE_luci-i18n-splash-mr tristate default y if DEFAULT_luci-i18n-splash-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - मराठी (Marathi) config PACKAGE_luci-i18n-splash-ms tristate default y if DEFAULT_luci-i18n-splash-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-splash-no tristate default y if DEFAULT_luci-i18n-splash-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Norsk (Norwegian) config PACKAGE_luci-i18n-splash-pl tristate default y if DEFAULT_luci-i18n-splash-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-splash - Polski (Polish) config PACKAGE_luci-i18n-splash-pt tristate default y if DEFAULT_luci-i18n-splash-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Português (Portuguese) config PACKAGE_luci-i18n-splash-pt-br tristate default y if DEFAULT_luci-i18n-splash-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-splash-ro tristate default y if DEFAULT_luci-i18n-splash-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-splash - Română (Romanian) config PACKAGE_luci-i18n-splash-ru tristate default y if DEFAULT_luci-i18n-splash-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Русский (Russian) config PACKAGE_luci-i18n-splash-sk tristate default y if DEFAULT_luci-i18n-splash-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Slovenčina (Slovak) config PACKAGE_luci-i18n-splash-sv tristate default y if DEFAULT_luci-i18n-splash-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-splash - Svenska (Swedish) config PACKAGE_luci-i18n-splash-tr tristate default y if DEFAULT_luci-i18n-splash-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Türkçe (Turkish) config PACKAGE_luci-i18n-splash-uk tristate default y if DEFAULT_luci-i18n-splash-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-splash select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Українська (Ukrainian) config PACKAGE_luci-i18n-splash-vi tristate default y if DEFAULT_luci-i18n-splash-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-splash-zh-cn tristate default y if DEFAULT_luci-i18n-splash-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-splash select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-splash - 中文 (Chinese) config PACKAGE_luci-i18n-splash-zh-tw tristate default y if DEFAULT_luci-i18n-splash-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-splash select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-splash - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-squid-bg tristate default y if DEFAULT_luci-i18n-squid-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - български (Bulgarian) Marko Ratkaj config PACKAGE_luci-i18n-squid-ca tristate default y if DEFAULT_luci-i18n-squid-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - Català (Catalan) Marko Ratkaj config PACKAGE_luci-i18n-squid-cs tristate default y if DEFAULT_luci-i18n-squid-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Čeština (Czech) Marko Ratkaj config PACKAGE_luci-i18n-squid-de tristate default y if DEFAULT_luci-i18n-squid-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-squid - Deutsch (German) Marko Ratkaj config PACKAGE_luci-i18n-squid-el tristate default y if DEFAULT_luci-i18n-squid-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-squid select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Ελληνικά (Greek) Marko Ratkaj config PACKAGE_luci-i18n-squid-en tristate default y if DEFAULT_luci-i18n-squid-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - English Marko Ratkaj config PACKAGE_luci-i18n-squid-es tristate default y if DEFAULT_luci-i18n-squid-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - Español (Spanish) Marko Ratkaj config PACKAGE_luci-i18n-squid-fr tristate default y if DEFAULT_luci-i18n-squid-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Français (French) Marko Ratkaj config PACKAGE_luci-i18n-squid-he tristate default y if DEFAULT_luci-i18n-squid-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - עִבְרִית (Hebrew) Marko Ratkaj config PACKAGE_luci-i18n-squid-hi tristate default y if DEFAULT_luci-i18n-squid-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - हिंदी (Hindi) Marko Ratkaj config PACKAGE_luci-i18n-squid-hu tristate default y if DEFAULT_luci-i18n-squid-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-squid select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Magyar (Hungarian) Marko Ratkaj config PACKAGE_luci-i18n-squid-it tristate default y if DEFAULT_luci-i18n-squid-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Italiano (Italian) Marko Ratkaj config PACKAGE_luci-i18n-squid-ja tristate default y if DEFAULT_luci-i18n-squid-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-squid - 日本語 (Japanese) Marko Ratkaj config PACKAGE_luci-i18n-squid-ko tristate default y if DEFAULT_luci-i18n-squid-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - 한국어 (Korean) Marko Ratkaj config PACKAGE_luci-i18n-squid-mr tristate default y if DEFAULT_luci-i18n-squid-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - मराठी (Marathi) Marko Ratkaj config PACKAGE_luci-i18n-squid-ms tristate default y if DEFAULT_luci-i18n-squid-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Bahasa Melayu (Malay) Marko Ratkaj config PACKAGE_luci-i18n-squid-no tristate default y if DEFAULT_luci-i18n-squid-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Norsk (Norwegian) Marko Ratkaj config PACKAGE_luci-i18n-squid-pl tristate default y if DEFAULT_luci-i18n-squid-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Polski (Polish) Marko Ratkaj config PACKAGE_luci-i18n-squid-pt tristate default y if DEFAULT_luci-i18n-squid-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Português (Portuguese) Marko Ratkaj config PACKAGE_luci-i18n-squid-pt-br tristate default y if DEFAULT_luci-i18n-squid-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Português do Brasil (Brazilian Portuguese) Marko Ratkaj config PACKAGE_luci-i18n-squid-ro tristate default y if DEFAULT_luci-i18n-squid-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - Română (Romanian) Marko Ratkaj config PACKAGE_luci-i18n-squid-ru tristate default y if DEFAULT_luci-i18n-squid-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Русский (Russian) Marko Ratkaj config PACKAGE_luci-i18n-squid-sk tristate default y if DEFAULT_luci-i18n-squid-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Slovenčina (Slovak) Marko Ratkaj config PACKAGE_luci-i18n-squid-sv tristate default y if DEFAULT_luci-i18n-squid-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Svenska (Swedish) Marko Ratkaj config PACKAGE_luci-i18n-squid-tr tristate default y if DEFAULT_luci-i18n-squid-tr default LUCI_LANG_tr||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - Türkçe (Turkish) Marko Ratkaj config PACKAGE_luci-i18n-squid-uk tristate default y if DEFAULT_luci-i18n-squid-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-squid - Українська (Ukrainian) Marko Ratkaj config PACKAGE_luci-i18n-squid-vi tristate default y if DEFAULT_luci-i18n-squid-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-squid - Tiếng Việt (Vietnamese) Marko Ratkaj config PACKAGE_luci-i18n-squid-zh-cn tristate default y if DEFAULT_luci-i18n-squid-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-squid - 中文 (Chinese) Marko Ratkaj config PACKAGE_luci-i18n-squid-zh-tw tristate default y if DEFAULT_luci-i18n-squid-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-squid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-squid - 臺灣華語 (Taiwanese) Marko Ratkaj config PACKAGE_luci-i18n-statistics-bg tristate default y if DEFAULT_luci-i18n-statistics-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - български (Bulgarian) config PACKAGE_luci-i18n-statistics-ca tristate default y if DEFAULT_luci-i18n-statistics-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Català (Catalan) config PACKAGE_luci-i18n-statistics-cs tristate default y if DEFAULT_luci-i18n-statistics-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - Čeština (Czech) config PACKAGE_luci-i18n-statistics-de tristate default y if DEFAULT_luci-i18n-statistics-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - Deutsch (German) config PACKAGE_luci-i18n-statistics-el tristate default y if DEFAULT_luci-i18n-statistics-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Ελληνικά (Greek) config PACKAGE_luci-i18n-statistics-en tristate default y if DEFAULT_luci-i18n-statistics-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - English config PACKAGE_luci-i18n-statistics-es tristate default y if DEFAULT_luci-i18n-statistics-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Español (Spanish) config PACKAGE_luci-i18n-statistics-fr tristate default y if DEFAULT_luci-i18n-statistics-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - Français (French) config PACKAGE_luci-i18n-statistics-he tristate default y if DEFAULT_luci-i18n-statistics-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-statistics-hi tristate default y if DEFAULT_luci-i18n-statistics-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - हिंदी (Hindi) config PACKAGE_luci-i18n-statistics-hu tristate default y if DEFAULT_luci-i18n-statistics-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Magyar (Hungarian) config PACKAGE_luci-i18n-statistics-it tristate default y if DEFAULT_luci-i18n-statistics-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - Italiano (Italian) config PACKAGE_luci-i18n-statistics-ja tristate default y if DEFAULT_luci-i18n-statistics-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - 日本語 (Japanese) config PACKAGE_luci-i18n-statistics-ko tristate default y if DEFAULT_luci-i18n-statistics-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - 한국어 (Korean) config PACKAGE_luci-i18n-statistics-mr tristate default y if DEFAULT_luci-i18n-statistics-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - मराठी (Marathi) config PACKAGE_luci-i18n-statistics-ms tristate default y if DEFAULT_luci-i18n-statistics-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-statistics-no tristate default y if DEFAULT_luci-i18n-statistics-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - Norsk (Norwegian) config PACKAGE_luci-i18n-statistics-pl tristate default y if DEFAULT_luci-i18n-statistics-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Polski (Polish) config PACKAGE_luci-i18n-statistics-pt tristate default y if DEFAULT_luci-i18n-statistics-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Português (Portuguese) config PACKAGE_luci-i18n-statistics-pt-br tristate default y if DEFAULT_luci-i18n-statistics-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-statistics-ro tristate default y if DEFAULT_luci-i18n-statistics-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Română (Romanian) config PACKAGE_luci-i18n-statistics-ru tristate default y if DEFAULT_luci-i18n-statistics-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Русский (Russian) config PACKAGE_luci-i18n-statistics-sk tristate default y if DEFAULT_luci-i18n-statistics-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - Slovenčina (Slovak) config PACKAGE_luci-i18n-statistics-sv tristate default y if DEFAULT_luci-i18n-statistics-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Svenska (Swedish) config PACKAGE_luci-i18n-statistics-tr tristate default y if DEFAULT_luci-i18n-statistics-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-statistics - Türkçe (Turkish) config PACKAGE_luci-i18n-statistics-uk tristate default y if DEFAULT_luci-i18n-statistics-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - Українська (Ukrainian) config PACKAGE_luci-i18n-statistics-vi tristate default y if DEFAULT_luci-i18n-statistics-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-statistics - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-statistics-zh-cn tristate default y if DEFAULT_luci-i18n-statistics-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - 中文 (Chinese) config PACKAGE_luci-i18n-statistics-zh-tw tristate default y if DEFAULT_luci-i18n-statistics-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-statistics - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-tinyproxy-bg tristate default y if DEFAULT_luci-i18n-tinyproxy-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - български (Bulgarian) config PACKAGE_luci-i18n-tinyproxy-ca tristate default y if DEFAULT_luci-i18n-tinyproxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Català (Catalan) config PACKAGE_luci-i18n-tinyproxy-cs tristate default y if DEFAULT_luci-i18n-tinyproxy-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - Čeština (Czech) config PACKAGE_luci-i18n-tinyproxy-de tristate default y if DEFAULT_luci-i18n-tinyproxy-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - Deutsch (German) config PACKAGE_luci-i18n-tinyproxy-el tristate default y if DEFAULT_luci-i18n-tinyproxy-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-tinyproxy-en tristate default y if DEFAULT_luci-i18n-tinyproxy-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - English config PACKAGE_luci-i18n-tinyproxy-es tristate default y if DEFAULT_luci-i18n-tinyproxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Español (Spanish) config PACKAGE_luci-i18n-tinyproxy-fr tristate default y if DEFAULT_luci-i18n-tinyproxy-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - Français (French) config PACKAGE_luci-i18n-tinyproxy-he tristate default y if DEFAULT_luci-i18n-tinyproxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-tinyproxy-hi tristate default y if DEFAULT_luci-i18n-tinyproxy-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - हिंदी (Hindi) config PACKAGE_luci-i18n-tinyproxy-hu tristate default y if DEFAULT_luci-i18n-tinyproxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Magyar (Hungarian) config PACKAGE_luci-i18n-tinyproxy-it tristate default y if DEFAULT_luci-i18n-tinyproxy-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Italiano (Italian) config PACKAGE_luci-i18n-tinyproxy-ja tristate default y if DEFAULT_luci-i18n-tinyproxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - 日本語 (Japanese) config PACKAGE_luci-i18n-tinyproxy-ko tristate default y if DEFAULT_luci-i18n-tinyproxy-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - 한국어 (Korean) config PACKAGE_luci-i18n-tinyproxy-mr tristate default y if DEFAULT_luci-i18n-tinyproxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - मराठी (Marathi) config PACKAGE_luci-i18n-tinyproxy-ms tristate default y if DEFAULT_luci-i18n-tinyproxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-tinyproxy-no tristate default y if DEFAULT_luci-i18n-tinyproxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - Norsk (Norwegian) config PACKAGE_luci-i18n-tinyproxy-pl tristate default y if DEFAULT_luci-i18n-tinyproxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Polski (Polish) config PACKAGE_luci-i18n-tinyproxy-pt tristate default y if DEFAULT_luci-i18n-tinyproxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - Português (Portuguese) config PACKAGE_luci-i18n-tinyproxy-pt-br tristate default y if DEFAULT_luci-i18n-tinyproxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-tinyproxy-ro tristate default y if DEFAULT_luci-i18n-tinyproxy-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - Română (Romanian) config PACKAGE_luci-i18n-tinyproxy-ru tristate default y if DEFAULT_luci-i18n-tinyproxy-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-tinyproxy - Русский (Russian) config PACKAGE_luci-i18n-tinyproxy-sk tristate default y if DEFAULT_luci-i18n-tinyproxy-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Slovenčina (Slovak) config PACKAGE_luci-i18n-tinyproxy-sv tristate default y if DEFAULT_luci-i18n-tinyproxy-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - Svenska (Swedish) config PACKAGE_luci-i18n-tinyproxy-tr tristate default y if DEFAULT_luci-i18n-tinyproxy-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Türkçe (Turkish) config PACKAGE_luci-i18n-tinyproxy-uk tristate default y if DEFAULT_luci-i18n-tinyproxy-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - Українська (Ukrainian) config PACKAGE_luci-i18n-tinyproxy-vi tristate default y if DEFAULT_luci-i18n-tinyproxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-tinyproxy-zh-cn tristate default y if DEFAULT_luci-i18n-tinyproxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-tinyproxy - 中文 (Chinese) config PACKAGE_luci-i18n-tinyproxy-zh-tw tristate default y if DEFAULT_luci-i18n-tinyproxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-tinyproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-tinyproxy - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-transmission-bg tristate default y if DEFAULT_luci-i18n-transmission-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - български (Bulgarian) config PACKAGE_luci-i18n-transmission-ca tristate default y if DEFAULT_luci-i18n-transmission-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Català (Catalan) config PACKAGE_luci-i18n-transmission-cs tristate default y if DEFAULT_luci-i18n-transmission-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-transmission - Čeština (Czech) config PACKAGE_luci-i18n-transmission-de tristate default y if DEFAULT_luci-i18n-transmission-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Deutsch (German) config PACKAGE_luci-i18n-transmission-el tristate default y if DEFAULT_luci-i18n-transmission-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Ελληνικά (Greek) config PACKAGE_luci-i18n-transmission-en tristate default y if DEFAULT_luci-i18n-transmission-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - English config PACKAGE_luci-i18n-transmission-es tristate default y if DEFAULT_luci-i18n-transmission-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Español (Spanish) config PACKAGE_luci-i18n-transmission-fr tristate default y if DEFAULT_luci-i18n-transmission-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-transmission - Français (French) config PACKAGE_luci-i18n-transmission-he tristate default y if DEFAULT_luci-i18n-transmission-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-transmission-hi tristate default y if DEFAULT_luci-i18n-transmission-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-transmission - हिंदी (Hindi) config PACKAGE_luci-i18n-transmission-hu tristate default y if DEFAULT_luci-i18n-transmission-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-transmission - Magyar (Hungarian) config PACKAGE_luci-i18n-transmission-it tristate default y if DEFAULT_luci-i18n-transmission-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Italiano (Italian) config PACKAGE_luci-i18n-transmission-ja tristate default y if DEFAULT_luci-i18n-transmission-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - 日本語 (Japanese) config PACKAGE_luci-i18n-transmission-ko tristate default y if DEFAULT_luci-i18n-transmission-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-transmission - 한국어 (Korean) config PACKAGE_luci-i18n-transmission-mr tristate default y if DEFAULT_luci-i18n-transmission-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - मराठी (Marathi) config PACKAGE_luci-i18n-transmission-ms tristate default y if DEFAULT_luci-i18n-transmission-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-transmission-no tristate default y if DEFAULT_luci-i18n-transmission-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-transmission - Norsk (Norwegian) config PACKAGE_luci-i18n-transmission-pl tristate default y if DEFAULT_luci-i18n-transmission-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-transmission - Polski (Polish) config PACKAGE_luci-i18n-transmission-pt tristate default y if DEFAULT_luci-i18n-transmission-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Português (Portuguese) config PACKAGE_luci-i18n-transmission-pt-br tristate default y if DEFAULT_luci-i18n-transmission-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-transmission-ro tristate default y if DEFAULT_luci-i18n-transmission-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-transmission select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Română (Romanian) config PACKAGE_luci-i18n-transmission-ru tristate default y if DEFAULT_luci-i18n-transmission-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Русский (Russian) config PACKAGE_luci-i18n-transmission-sk tristate default y if DEFAULT_luci-i18n-transmission-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-transmission - Slovenčina (Slovak) config PACKAGE_luci-i18n-transmission-sv tristate default y if DEFAULT_luci-i18n-transmission-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Svenska (Swedish) config PACKAGE_luci-i18n-transmission-tr tristate default y if DEFAULT_luci-i18n-transmission-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Türkçe (Turkish) config PACKAGE_luci-i18n-transmission-uk tristate default y if DEFAULT_luci-i18n-transmission-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Українська (Ukrainian) config PACKAGE_luci-i18n-transmission-vi tristate default y if DEFAULT_luci-i18n-transmission-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-transmission select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-transmission-zh-cn tristate default y if DEFAULT_luci-i18n-transmission-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-transmission select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-transmission - 中文 (Chinese) config PACKAGE_luci-i18n-transmission-zh-tw tristate default y if DEFAULT_luci-i18n-transmission-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-transmission select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-transmission - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-travelmate-bg tristate default y if DEFAULT_luci-i18n-travelmate-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - български (Bulgarian) config PACKAGE_luci-i18n-travelmate-ca tristate default y if DEFAULT_luci-i18n-travelmate-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Català (Catalan) config PACKAGE_luci-i18n-travelmate-cs tristate default y if DEFAULT_luci-i18n-travelmate-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Čeština (Czech) config PACKAGE_luci-i18n-travelmate-de tristate default y if DEFAULT_luci-i18n-travelmate-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Deutsch (German) config PACKAGE_luci-i18n-travelmate-el tristate default y if DEFAULT_luci-i18n-travelmate-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-travelmate - Ελληνικά (Greek) config PACKAGE_luci-i18n-travelmate-en tristate default y if DEFAULT_luci-i18n-travelmate-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - English config PACKAGE_luci-i18n-travelmate-es tristate default y if DEFAULT_luci-i18n-travelmate-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Español (Spanish) config PACKAGE_luci-i18n-travelmate-fr tristate default y if DEFAULT_luci-i18n-travelmate-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - Français (French) config PACKAGE_luci-i18n-travelmate-he tristate default y if DEFAULT_luci-i18n-travelmate-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-travelmate-hi tristate default y if DEFAULT_luci-i18n-travelmate-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - हिंदी (Hindi) config PACKAGE_luci-i18n-travelmate-hu tristate default y if DEFAULT_luci-i18n-travelmate-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-travelmate - Magyar (Hungarian) config PACKAGE_luci-i18n-travelmate-it tristate default y if DEFAULT_luci-i18n-travelmate-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Italiano (Italian) config PACKAGE_luci-i18n-travelmate-ja tristate default y if DEFAULT_luci-i18n-travelmate-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - 日本語 (Japanese) config PACKAGE_luci-i18n-travelmate-ko tristate default y if DEFAULT_luci-i18n-travelmate-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - 한국어 (Korean) config PACKAGE_luci-i18n-travelmate-mr tristate default y if DEFAULT_luci-i18n-travelmate-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - मराठी (Marathi) config PACKAGE_luci-i18n-travelmate-ms tristate default y if DEFAULT_luci-i18n-travelmate-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-travelmate-no tristate default y if DEFAULT_luci-i18n-travelmate-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Norsk (Norwegian) config PACKAGE_luci-i18n-travelmate-pl tristate default y if DEFAULT_luci-i18n-travelmate-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - Polski (Polish) config PACKAGE_luci-i18n-travelmate-pt tristate default y if DEFAULT_luci-i18n-travelmate-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - Português (Portuguese) config PACKAGE_luci-i18n-travelmate-pt-br tristate default y if DEFAULT_luci-i18n-travelmate-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-travelmate-ro tristate default y if DEFAULT_luci-i18n-travelmate-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Română (Romanian) config PACKAGE_luci-i18n-travelmate-ru tristate default y if DEFAULT_luci-i18n-travelmate-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - Русский (Russian) config PACKAGE_luci-i18n-travelmate-sk tristate default y if DEFAULT_luci-i18n-travelmate-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - Slovenčina (Slovak) config PACKAGE_luci-i18n-travelmate-sv tristate default y if DEFAULT_luci-i18n-travelmate-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - Svenska (Swedish) config PACKAGE_luci-i18n-travelmate-tr tristate default y if DEFAULT_luci-i18n-travelmate-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - Türkçe (Turkish) config PACKAGE_luci-i18n-travelmate-uk tristate default y if DEFAULT_luci-i18n-travelmate-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - Українська (Ukrainian) config PACKAGE_luci-i18n-travelmate-vi tristate default y if DEFAULT_luci-i18n-travelmate-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-travelmate-zh-cn tristate default y if DEFAULT_luci-i18n-travelmate-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-travelmate - 中文 (Chinese) config PACKAGE_luci-i18n-travelmate-zh-tw tristate default y if DEFAULT_luci-i18n-travelmate-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-travelmate select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-travelmate - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-ttyd-bg tristate default y if DEFAULT_luci-i18n-ttyd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - български (Bulgarian) config PACKAGE_luci-i18n-ttyd-ca tristate default y if DEFAULT_luci-i18n-ttyd-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - Català (Catalan) config PACKAGE_luci-i18n-ttyd-cs tristate default y if DEFAULT_luci-i18n-ttyd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ttyd - Čeština (Czech) config PACKAGE_luci-i18n-ttyd-de tristate default y if DEFAULT_luci-i18n-ttyd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Deutsch (German) config PACKAGE_luci-i18n-ttyd-el tristate default y if DEFAULT_luci-i18n-ttyd-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - Ελληνικά (Greek) config PACKAGE_luci-i18n-ttyd-en tristate default y if DEFAULT_luci-i18n-ttyd-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ttyd - English config PACKAGE_luci-i18n-ttyd-es tristate default y if DEFAULT_luci-i18n-ttyd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - Español (Spanish) config PACKAGE_luci-i18n-ttyd-fr tristate default y if DEFAULT_luci-i18n-ttyd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Français (French) config PACKAGE_luci-i18n-ttyd-he tristate default y if DEFAULT_luci-i18n-ttyd-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ttyd-hi tristate default y if DEFAULT_luci-i18n-ttyd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - हिंदी (Hindi) config PACKAGE_luci-i18n-ttyd-hu tristate default y if DEFAULT_luci-i18n-ttyd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Magyar (Hungarian) config PACKAGE_luci-i18n-ttyd-it tristate default y if DEFAULT_luci-i18n-ttyd-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - Italiano (Italian) config PACKAGE_luci-i18n-ttyd-ja tristate default y if DEFAULT_luci-i18n-ttyd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ttyd - 日本語 (Japanese) config PACKAGE_luci-i18n-ttyd-ko tristate default y if DEFAULT_luci-i18n-ttyd-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - 한국어 (Korean) config PACKAGE_luci-i18n-ttyd-mr tristate default y if DEFAULT_luci-i18n-ttyd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - मराठी (Marathi) config PACKAGE_luci-i18n-ttyd-ms tristate default y if DEFAULT_luci-i18n-ttyd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ttyd-no tristate default y if DEFAULT_luci-i18n-ttyd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Norsk (Norwegian) config PACKAGE_luci-i18n-ttyd-pl tristate default y if DEFAULT_luci-i18n-ttyd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Polski (Polish) config PACKAGE_luci-i18n-ttyd-pt tristate default y if DEFAULT_luci-i18n-ttyd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - Português (Portuguese) config PACKAGE_luci-i18n-ttyd-pt-br tristate default y if DEFAULT_luci-i18n-ttyd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ttyd-ro tristate default y if DEFAULT_luci-i18n-ttyd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-ttyd - Română (Romanian) config PACKAGE_luci-i18n-ttyd-ru tristate default y if DEFAULT_luci-i18n-ttyd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Русский (Russian) config PACKAGE_luci-i18n-ttyd-sk tristate default y if DEFAULT_luci-i18n-ttyd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - Slovenčina (Slovak) config PACKAGE_luci-i18n-ttyd-sv tristate default y if DEFAULT_luci-i18n-ttyd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Svenska (Swedish) config PACKAGE_luci-i18n-ttyd-tr tristate default y if DEFAULT_luci-i18n-ttyd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - Türkçe (Turkish) config PACKAGE_luci-i18n-ttyd-uk tristate default y if DEFAULT_luci-i18n-ttyd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Українська (Ukrainian) config PACKAGE_luci-i18n-ttyd-vi tristate default y if DEFAULT_luci-i18n-ttyd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ttyd-zh-cn tristate default y if DEFAULT_luci-i18n-ttyd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-ttyd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-ttyd - 中文 (Chinese) config PACKAGE_luci-i18n-ttyd-zh-tw tristate default y if DEFAULT_luci-i18n-ttyd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-ttyd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-ttyd - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-udpxy-bg tristate default y if DEFAULT_luci-i18n-udpxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-udpxy - български (Bulgarian) config PACKAGE_luci-i18n-udpxy-ca tristate default y if DEFAULT_luci-i18n-udpxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-udpxy - Català (Catalan) config PACKAGE_luci-i18n-udpxy-cs tristate default y if DEFAULT_luci-i18n-udpxy-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Čeština (Czech) config PACKAGE_luci-i18n-udpxy-de tristate default y if DEFAULT_luci-i18n-udpxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Deutsch (German) config PACKAGE_luci-i18n-udpxy-el tristate default y if DEFAULT_luci-i18n-udpxy-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-udpxy-en tristate default y if DEFAULT_luci-i18n-udpxy-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - English config PACKAGE_luci-i18n-udpxy-es tristate default y if DEFAULT_luci-i18n-udpxy-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Español (Spanish) config PACKAGE_luci-i18n-udpxy-fr tristate default y if DEFAULT_luci-i18n-udpxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-udpxy - Français (French) config PACKAGE_luci-i18n-udpxy-he tristate default y if DEFAULT_luci-i18n-udpxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-udpxy-hi tristate default y if DEFAULT_luci-i18n-udpxy-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-udpxy - हिंदी (Hindi) config PACKAGE_luci-i18n-udpxy-hu tristate default y if DEFAULT_luci-i18n-udpxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Magyar (Hungarian) config PACKAGE_luci-i18n-udpxy-it tristate default y if DEFAULT_luci-i18n-udpxy-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Italiano (Italian) config PACKAGE_luci-i18n-udpxy-ja tristate default y if DEFAULT_luci-i18n-udpxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-udpxy - 日本語 (Japanese) config PACKAGE_luci-i18n-udpxy-ko tristate default y if DEFAULT_luci-i18n-udpxy-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - 한국어 (Korean) config PACKAGE_luci-i18n-udpxy-mr tristate default y if DEFAULT_luci-i18n-udpxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-udpxy - मराठी (Marathi) config PACKAGE_luci-i18n-udpxy-ms tristate default y if DEFAULT_luci-i18n-udpxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-udpxy-no tristate default y if DEFAULT_luci-i18n-udpxy-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Norsk (Norwegian) config PACKAGE_luci-i18n-udpxy-pl tristate default y if DEFAULT_luci-i18n-udpxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Polski (Polish) config PACKAGE_luci-i18n-udpxy-pt tristate default y if DEFAULT_luci-i18n-udpxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Português (Portuguese) config PACKAGE_luci-i18n-udpxy-pt-br tristate default y if DEFAULT_luci-i18n-udpxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-udpxy-ro tristate default y if DEFAULT_luci-i18n-udpxy-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Română (Romanian) config PACKAGE_luci-i18n-udpxy-ru tristate default y if DEFAULT_luci-i18n-udpxy-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-udpxy - Русский (Russian) config PACKAGE_luci-i18n-udpxy-sk tristate default y if DEFAULT_luci-i18n-udpxy-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Slovenčina (Slovak) config PACKAGE_luci-i18n-udpxy-sv tristate default y if DEFAULT_luci-i18n-udpxy-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-udpxy - Svenska (Swedish) config PACKAGE_luci-i18n-udpxy-tr tristate default y if DEFAULT_luci-i18n-udpxy-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Türkçe (Turkish) config PACKAGE_luci-i18n-udpxy-uk tristate default y if DEFAULT_luci-i18n-udpxy-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Українська (Ukrainian) config PACKAGE_luci-i18n-udpxy-vi tristate default y if DEFAULT_luci-i18n-udpxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-udpxy-zh-cn tristate default y if DEFAULT_luci-i18n-udpxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - 中文 (Chinese) config PACKAGE_luci-i18n-udpxy-zh-tw tristate default y if DEFAULT_luci-i18n-udpxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-udpxy select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-udpxy - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-uhttpd-bg tristate default y if DEFAULT_luci-i18n-uhttpd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - български (Bulgarian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ca tristate default y if DEFAULT_luci-i18n-uhttpd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-uhttpd - Català (Catalan) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-cs tristate default y if DEFAULT_luci-i18n-uhttpd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Čeština (Czech) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-de tristate default y if DEFAULT_luci-i18n-uhttpd-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-uhttpd - Deutsch (German) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-el tristate default y if DEFAULT_luci-i18n-uhttpd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Ελληνικά (Greek) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-en tristate default y if DEFAULT_luci-i18n-uhttpd-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - English Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-es tristate default y if DEFAULT_luci-i18n-uhttpd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-uhttpd - Español (Spanish) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-fr tristate default y if DEFAULT_luci-i18n-uhttpd-fr default LUCI_LANG_fr||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-uhttpd - Français (French) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-he tristate default y if DEFAULT_luci-i18n-uhttpd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - עִבְרִית (Hebrew) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-hi tristate default y if DEFAULT_luci-i18n-uhttpd-hi default LUCI_LANG_hi||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-uhttpd - हिंदी (Hindi) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-hu tristate default y if DEFAULT_luci-i18n-uhttpd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Magyar (Hungarian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-it tristate default y if DEFAULT_luci-i18n-uhttpd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Italiano (Italian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ja tristate default y if DEFAULT_luci-i18n-uhttpd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 日本語 (Japanese) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ko tristate default y if DEFAULT_luci-i18n-uhttpd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 한국어 (Korean) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-mr tristate default y if DEFAULT_luci-i18n-uhttpd-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-uhttpd - मराठी (Marathi) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ms tristate default y if DEFAULT_luci-i18n-uhttpd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Bahasa Melayu (Malay) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-no tristate default y if DEFAULT_luci-i18n-uhttpd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Norsk (Norwegian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-pl tristate default y if DEFAULT_luci-i18n-uhttpd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Polski (Polish) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-pt tristate default y if DEFAULT_luci-i18n-uhttpd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Português (Portuguese) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-pt-br tristate default y if DEFAULT_luci-i18n-uhttpd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Português do Brasil (Brazilian Portuguese) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ro tristate default y if DEFAULT_luci-i18n-uhttpd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Română (Romanian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-ru tristate default y if DEFAULT_luci-i18n-uhttpd-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-uhttpd - Русский (Russian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-sk tristate default y if DEFAULT_luci-i18n-uhttpd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Slovenčina (Slovak) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-sv tristate default y if DEFAULT_luci-i18n-uhttpd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Svenska (Swedish) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-tr tristate default y if DEFAULT_luci-i18n-uhttpd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Türkçe (Turkish) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-uk tristate default y if DEFAULT_luci-i18n-uhttpd-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-uhttpd - Українська (Ukrainian) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-vi tristate default y if DEFAULT_luci-i18n-uhttpd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - Tiếng Việt (Vietnamese) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-zh-cn tristate default y if DEFAULT_luci-i18n-uhttpd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 中文 (Chinese) Daniel Dickinson config PACKAGE_luci-i18n-uhttpd-zh-tw tristate default y if DEFAULT_luci-i18n-uhttpd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-uhttpd - 臺灣華語 (Taiwanese) Daniel Dickinson config PACKAGE_luci-i18n-unbound-bg tristate default y if DEFAULT_luci-i18n-unbound-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - български (Bulgarian) config PACKAGE_luci-i18n-unbound-ca tristate default y if DEFAULT_luci-i18n-unbound-ca default LUCI_LANG_ca||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Català (Catalan) config PACKAGE_luci-i18n-unbound-cs tristate default y if DEFAULT_luci-i18n-unbound-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Čeština (Czech) config PACKAGE_luci-i18n-unbound-de tristate default y if DEFAULT_luci-i18n-unbound-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Deutsch (German) config PACKAGE_luci-i18n-unbound-el tristate default y if DEFAULT_luci-i18n-unbound-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Ελληνικά (Greek) config PACKAGE_luci-i18n-unbound-en tristate default y if DEFAULT_luci-i18n-unbound-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-unbound - English config PACKAGE_luci-i18n-unbound-es tristate default y if DEFAULT_luci-i18n-unbound-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-unbound - Español (Spanish) config PACKAGE_luci-i18n-unbound-fr tristate default y if DEFAULT_luci-i18n-unbound-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Français (French) config PACKAGE_luci-i18n-unbound-he tristate default y if DEFAULT_luci-i18n-unbound-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-unbound-hi tristate default y if DEFAULT_luci-i18n-unbound-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - हिंदी (Hindi) config PACKAGE_luci-i18n-unbound-hu tristate default y if DEFAULT_luci-i18n-unbound-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Magyar (Hungarian) config PACKAGE_luci-i18n-unbound-it tristate default y if DEFAULT_luci-i18n-unbound-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Italiano (Italian) config PACKAGE_luci-i18n-unbound-ja tristate default y if DEFAULT_luci-i18n-unbound-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - 日本語 (Japanese) config PACKAGE_luci-i18n-unbound-ko tristate default y if DEFAULT_luci-i18n-unbound-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - 한국어 (Korean) config PACKAGE_luci-i18n-unbound-mr tristate default y if DEFAULT_luci-i18n-unbound-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - मराठी (Marathi) config PACKAGE_luci-i18n-unbound-ms tristate default y if DEFAULT_luci-i18n-unbound-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-unbound-no tristate default y if DEFAULT_luci-i18n-unbound-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Norsk (Norwegian) config PACKAGE_luci-i18n-unbound-pl tristate default y if DEFAULT_luci-i18n-unbound-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Polski (Polish) config PACKAGE_luci-i18n-unbound-pt tristate default y if DEFAULT_luci-i18n-unbound-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-unbound - Português (Portuguese) config PACKAGE_luci-i18n-unbound-pt-br tristate default y if DEFAULT_luci-i18n-unbound-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-unbound-ro tristate default y if DEFAULT_luci-i18n-unbound-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Română (Romanian) config PACKAGE_luci-i18n-unbound-ru tristate default y if DEFAULT_luci-i18n-unbound-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-unbound - Русский (Russian) config PACKAGE_luci-i18n-unbound-sk tristate default y if DEFAULT_luci-i18n-unbound-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-unbound - Slovenčina (Slovak) config PACKAGE_luci-i18n-unbound-sv tristate default y if DEFAULT_luci-i18n-unbound-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Svenska (Swedish) config PACKAGE_luci-i18n-unbound-tr tristate default y if DEFAULT_luci-i18n-unbound-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Türkçe (Turkish) config PACKAGE_luci-i18n-unbound-uk tristate default y if DEFAULT_luci-i18n-unbound-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-unbound select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-unbound - Українська (Ukrainian) config PACKAGE_luci-i18n-unbound-vi tristate default y if DEFAULT_luci-i18n-unbound-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-unbound-zh-cn tristate default y if DEFAULT_luci-i18n-unbound-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-unbound select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - 中文 (Chinese) config PACKAGE_luci-i18n-unbound-zh-tw tristate default y if DEFAULT_luci-i18n-unbound-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-unbound select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-unbound - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-upnp-bg tristate default y if DEFAULT_luci-i18n-upnp-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - български (Bulgarian) config PACKAGE_luci-i18n-upnp-ca tristate default y if DEFAULT_luci-i18n-upnp-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Català (Catalan) config PACKAGE_luci-i18n-upnp-cs tristate default y if DEFAULT_luci-i18n-upnp-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-upnp - Čeština (Czech) config PACKAGE_luci-i18n-upnp-de tristate default y if DEFAULT_luci-i18n-upnp-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Deutsch (German) config PACKAGE_luci-i18n-upnp-el tristate default y if DEFAULT_luci-i18n-upnp-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Ελληνικά (Greek) config PACKAGE_luci-i18n-upnp-en tristate default y if DEFAULT_luci-i18n-upnp-en default LUCI_LANG_en||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - English config PACKAGE_luci-i18n-upnp-es tristate default y if DEFAULT_luci-i18n-upnp-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-upnp - Español (Spanish) config PACKAGE_luci-i18n-upnp-fr tristate default y if DEFAULT_luci-i18n-upnp-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-upnp - Français (French) config PACKAGE_luci-i18n-upnp-he tristate default y if DEFAULT_luci-i18n-upnp-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-upnp-hi tristate default y if DEFAULT_luci-i18n-upnp-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-upnp - हिंदी (Hindi) config PACKAGE_luci-i18n-upnp-hu tristate default y if DEFAULT_luci-i18n-upnp-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Magyar (Hungarian) config PACKAGE_luci-i18n-upnp-it tristate default y if DEFAULT_luci-i18n-upnp-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-upnp - Italiano (Italian) config PACKAGE_luci-i18n-upnp-ja tristate default y if DEFAULT_luci-i18n-upnp-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - 日本語 (Japanese) config PACKAGE_luci-i18n-upnp-ko tristate default y if DEFAULT_luci-i18n-upnp-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-upnp - 한국어 (Korean) config PACKAGE_luci-i18n-upnp-mr tristate default y if DEFAULT_luci-i18n-upnp-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - मराठी (Marathi) config PACKAGE_luci-i18n-upnp-ms tristate default y if DEFAULT_luci-i18n-upnp-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-upnp - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-upnp-no tristate default y if DEFAULT_luci-i18n-upnp-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Norsk (Norwegian) config PACKAGE_luci-i18n-upnp-pl tristate default y if DEFAULT_luci-i18n-upnp-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Polski (Polish) config PACKAGE_luci-i18n-upnp-pt tristate default y if DEFAULT_luci-i18n-upnp-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Português (Portuguese) config PACKAGE_luci-i18n-upnp-pt-br tristate default y if DEFAULT_luci-i18n-upnp-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-upnp-ro tristate default y if DEFAULT_luci-i18n-upnp-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Română (Romanian) config PACKAGE_luci-i18n-upnp-ru tristate default y if DEFAULT_luci-i18n-upnp-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Русский (Russian) config PACKAGE_luci-i18n-upnp-sk tristate default y if DEFAULT_luci-i18n-upnp-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Slovenčina (Slovak) config PACKAGE_luci-i18n-upnp-sv tristate default y if DEFAULT_luci-i18n-upnp-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Svenska (Swedish) config PACKAGE_luci-i18n-upnp-tr tristate default y if DEFAULT_luci-i18n-upnp-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Türkçe (Turkish) config PACKAGE_luci-i18n-upnp-uk tristate default y if DEFAULT_luci-i18n-upnp-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Українська (Ukrainian) config PACKAGE_luci-i18n-upnp-vi tristate default y if DEFAULT_luci-i18n-upnp-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-upnp-zh-cn tristate default y if DEFAULT_luci-i18n-upnp-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-upnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - 中文 (Chinese) config PACKAGE_luci-i18n-upnp-zh-tw tristate default y if DEFAULT_luci-i18n-upnp-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-upnp select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-upnp - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-vnstat-bg tristate default y if DEFAULT_luci-i18n-vnstat-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - български (Bulgarian) config PACKAGE_luci-i18n-vnstat-ca tristate default y if DEFAULT_luci-i18n-vnstat-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Català (Catalan) config PACKAGE_luci-i18n-vnstat-cs tristate default y if DEFAULT_luci-i18n-vnstat-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Čeština (Czech) config PACKAGE_luci-i18n-vnstat-de tristate default y if DEFAULT_luci-i18n-vnstat-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Deutsch (German) config PACKAGE_luci-i18n-vnstat-el tristate default y if DEFAULT_luci-i18n-vnstat-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Ελληνικά (Greek) config PACKAGE_luci-i18n-vnstat-en tristate default y if DEFAULT_luci-i18n-vnstat-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - English config PACKAGE_luci-i18n-vnstat-es tristate default y if DEFAULT_luci-i18n-vnstat-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Español (Spanish) config PACKAGE_luci-i18n-vnstat-fr tristate default y if DEFAULT_luci-i18n-vnstat-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Français (French) config PACKAGE_luci-i18n-vnstat-he tristate default y if DEFAULT_luci-i18n-vnstat-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-vnstat-hi tristate default y if DEFAULT_luci-i18n-vnstat-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - हिंदी (Hindi) config PACKAGE_luci-i18n-vnstat-hu tristate default y if DEFAULT_luci-i18n-vnstat-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Magyar (Hungarian) config PACKAGE_luci-i18n-vnstat-it tristate default y if DEFAULT_luci-i18n-vnstat-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Italiano (Italian) config PACKAGE_luci-i18n-vnstat-ja tristate default y if DEFAULT_luci-i18n-vnstat-ja default LUCI_LANG_ja||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - 日本語 (Japanese) config PACKAGE_luci-i18n-vnstat-ko tristate default y if DEFAULT_luci-i18n-vnstat-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - 한국어 (Korean) config PACKAGE_luci-i18n-vnstat-mr tristate default y if DEFAULT_luci-i18n-vnstat-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - मराठी (Marathi) config PACKAGE_luci-i18n-vnstat-ms tristate default y if DEFAULT_luci-i18n-vnstat-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-vnstat-no tristate default y if DEFAULT_luci-i18n-vnstat-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Norsk (Norwegian) config PACKAGE_luci-i18n-vnstat-pl tristate default y if DEFAULT_luci-i18n-vnstat-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Polski (Polish) config PACKAGE_luci-i18n-vnstat-pt tristate default y if DEFAULT_luci-i18n-vnstat-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - Português (Portuguese) config PACKAGE_luci-i18n-vnstat-pt-br tristate default y if DEFAULT_luci-i18n-vnstat-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-vnstat-ro tristate default y if DEFAULT_luci-i18n-vnstat-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Română (Romanian) config PACKAGE_luci-i18n-vnstat-ru tristate default y if DEFAULT_luci-i18n-vnstat-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Русский (Russian) config PACKAGE_luci-i18n-vnstat-sk tristate default y if DEFAULT_luci-i18n-vnstat-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Slovenčina (Slovak) config PACKAGE_luci-i18n-vnstat-sv tristate default y if DEFAULT_luci-i18n-vnstat-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vnstat - Svenska (Swedish) config PACKAGE_luci-i18n-vnstat-tr tristate default y if DEFAULT_luci-i18n-vnstat-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Türkçe (Turkish) config PACKAGE_luci-i18n-vnstat-uk tristate default y if DEFAULT_luci-i18n-vnstat-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - Українська (Ukrainian) config PACKAGE_luci-i18n-vnstat-vi tristate default y if DEFAULT_luci-i18n-vnstat-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-vnstat-zh-cn tristate default y if DEFAULT_luci-i18n-vnstat-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vnstat select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vnstat - 中文 (Chinese) config PACKAGE_luci-i18n-vnstat-zh-tw tristate default y if DEFAULT_luci-i18n-vnstat-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vnstat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vnstat - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-vpn-policy-routing-bg tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - български (Bulgarian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ca tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Català (Catalan) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-cs tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Čeština (Czech) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-de tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Deutsch (German) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-el tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Ελληνικά (Greek) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-es tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Español (Spanish) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-fr tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Français (French) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-he tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpn-policy-routing - עִבְרִית (Hebrew) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-hi tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpn-policy-routing - हिंदी (Hindi) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-hu tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Magyar (Hungarian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-it tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Italiano (Italian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ja tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpn-policy-routing - 日本語 (Japanese) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ko tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - 한국어 (Korean) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-mr tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - मराठी (Marathi) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ms tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Bahasa Melayu (Malay) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-no tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpn-policy-routing - Norsk (Norwegian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-pl tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Polski (Polish) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-pt tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-pt default LUCI_LANG_pt||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Português (Portuguese) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-pt-br tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Português do Brasil (Brazilian Portuguese) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ro tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Română (Romanian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-ru tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Русский (Russian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-sk tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - Slovenčina (Slovak) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-sv tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Svenska (Swedish) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-tr tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpn-policy-routing - Türkçe (Turkish) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-uk tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Українська (Ukrainian) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-vi tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - Tiếng Việt (Vietnamese) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-zh-cn tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-vpn-policy-routing select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpn-policy-routing - 中文 (Chinese) Stan Grishin config PACKAGE_luci-i18n-vpn-policy-routing-zh-tw tristate default y if DEFAULT_luci-i18n-vpn-policy-routing-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpn-policy-routing help Translation for luci-app-vpn-policy-routing - 臺灣華語 (Taiwanese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-bg tristate default y if DEFAULT_luci-i18n-vpnbypass-bg default LUCI_LANG_bg||(ALL&&m) depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - български (Bulgarian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ca tristate default y if DEFAULT_luci-i18n-vpnbypass-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Català (Catalan) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-cs tristate default y if DEFAULT_luci-i18n-vpnbypass-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Čeština (Czech) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-de tristate default y if DEFAULT_luci-i18n-vpnbypass-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Deutsch (German) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-el tristate default y if DEFAULT_luci-i18n-vpnbypass-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Ελληνικά (Greek) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-en tristate default y if DEFAULT_luci-i18n-vpnbypass-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - English Stan Grishin config PACKAGE_luci-i18n-vpnbypass-es tristate default y if DEFAULT_luci-i18n-vpnbypass-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - Español (Spanish) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-fr tristate default y if DEFAULT_luci-i18n-vpnbypass-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Français (French) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-he tristate default y if DEFAULT_luci-i18n-vpnbypass-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpnbypass - עִבְרִית (Hebrew) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-hi tristate default y if DEFAULT_luci-i18n-vpnbypass-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - हिंदी (Hindi) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-hu tristate default y if DEFAULT_luci-i18n-vpnbypass-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Magyar (Hungarian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-it tristate default y if DEFAULT_luci-i18n-vpnbypass-it default LUCI_LANG_it||(ALL&&m) depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Italiano (Italian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ja tristate default y if DEFAULT_luci-i18n-vpnbypass-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - 日本語 (Japanese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ko tristate default y if DEFAULT_luci-i18n-vpnbypass-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - 한국어 (Korean) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-mr tristate default y if DEFAULT_luci-i18n-vpnbypass-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpnbypass - मराठी (Marathi) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ms tristate default y if DEFAULT_luci-i18n-vpnbypass-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Bahasa Melayu (Malay) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-no tristate default y if DEFAULT_luci-i18n-vpnbypass-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - Norsk (Norwegian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-pl tristate default y if DEFAULT_luci-i18n-vpnbypass-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Polski (Polish) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-pt tristate default y if DEFAULT_luci-i18n-vpnbypass-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - Português (Portuguese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-pt-br tristate default y if DEFAULT_luci-i18n-vpnbypass-pt-br default LUCI_LANG_pt_BR||(ALL&&m) depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Português do Brasil (Brazilian Portuguese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ro tristate default y if DEFAULT_luci-i18n-vpnbypass-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - Română (Romanian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-ru tristate default y if DEFAULT_luci-i18n-vpnbypass-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Русский (Russian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-sk tristate default y if DEFAULT_luci-i18n-vpnbypass-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - Slovenčina (Slovak) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-sv tristate default y if DEFAULT_luci-i18n-vpnbypass-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpnbypass - Svenska (Swedish) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-tr tristate default y if DEFAULT_luci-i18n-vpnbypass-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Türkçe (Turkish) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-uk tristate default y if DEFAULT_luci-i18n-vpnbypass-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-vpnbypass - Українська (Ukrainian) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-vi tristate default y if DEFAULT_luci-i18n-vpnbypass-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-vpnbypass - Tiếng Việt (Vietnamese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-zh-cn tristate default y if DEFAULT_luci-i18n-vpnbypass-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-vpnbypass select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - 中文 (Chinese) Stan Grishin config PACKAGE_luci-i18n-vpnbypass-zh-tw tristate default y if DEFAULT_luci-i18n-vpnbypass-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-vpnbypass select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-vpnbypass - 臺灣華語 (Taiwanese) Stan Grishin config PACKAGE_luci-i18n-watchcat-bg tristate default y if DEFAULT_luci-i18n-watchcat-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - български (Bulgarian) config PACKAGE_luci-i18n-watchcat-ca tristate default y if DEFAULT_luci-i18n-watchcat-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - Català (Catalan) config PACKAGE_luci-i18n-watchcat-cs tristate default y if DEFAULT_luci-i18n-watchcat-cs default LUCI_LANG_cs||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Čeština (Czech) config PACKAGE_luci-i18n-watchcat-de tristate default y if DEFAULT_luci-i18n-watchcat-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Deutsch (German) config PACKAGE_luci-i18n-watchcat-el tristate default y if DEFAULT_luci-i18n-watchcat-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - Ελληνικά (Greek) config PACKAGE_luci-i18n-watchcat-en tristate default y if DEFAULT_luci-i18n-watchcat-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-watchcat - English config PACKAGE_luci-i18n-watchcat-es tristate default y if DEFAULT_luci-i18n-watchcat-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Español (Spanish) config PACKAGE_luci-i18n-watchcat-fr tristate default y if DEFAULT_luci-i18n-watchcat-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - Français (French) config PACKAGE_luci-i18n-watchcat-he tristate default y if DEFAULT_luci-i18n-watchcat-he default LUCI_LANG_he||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-watchcat-hi tristate default y if DEFAULT_luci-i18n-watchcat-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - हिंदी (Hindi) config PACKAGE_luci-i18n-watchcat-hu tristate default y if DEFAULT_luci-i18n-watchcat-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Magyar (Hungarian) config PACKAGE_luci-i18n-watchcat-it tristate default y if DEFAULT_luci-i18n-watchcat-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-watchcat - Italiano (Italian) config PACKAGE_luci-i18n-watchcat-ja tristate default y if DEFAULT_luci-i18n-watchcat-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - 日本語 (Japanese) config PACKAGE_luci-i18n-watchcat-ko tristate default y if DEFAULT_luci-i18n-watchcat-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - 한국어 (Korean) config PACKAGE_luci-i18n-watchcat-mr tristate default y if DEFAULT_luci-i18n-watchcat-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - मराठी (Marathi) config PACKAGE_luci-i18n-watchcat-ms tristate default y if DEFAULT_luci-i18n-watchcat-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-watchcat-no tristate default y if DEFAULT_luci-i18n-watchcat-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Norsk (Norwegian) config PACKAGE_luci-i18n-watchcat-pl tristate default y if DEFAULT_luci-i18n-watchcat-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-watchcat - Polski (Polish) config PACKAGE_luci-i18n-watchcat-pt tristate default y if DEFAULT_luci-i18n-watchcat-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Português (Portuguese) config PACKAGE_luci-i18n-watchcat-pt-br tristate default y if DEFAULT_luci-i18n-watchcat-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-watchcat-ro tristate default y if DEFAULT_luci-i18n-watchcat-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Română (Romanian) config PACKAGE_luci-i18n-watchcat-ru tristate default y if DEFAULT_luci-i18n-watchcat-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-watchcat - Русский (Russian) config PACKAGE_luci-i18n-watchcat-sk tristate default y if DEFAULT_luci-i18n-watchcat-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - Slovenčina (Slovak) config PACKAGE_luci-i18n-watchcat-sv tristate default y if DEFAULT_luci-i18n-watchcat-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-watchcat - Svenska (Swedish) config PACKAGE_luci-i18n-watchcat-tr tristate default y if DEFAULT_luci-i18n-watchcat-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Türkçe (Turkish) config PACKAGE_luci-i18n-watchcat-uk tristate default y if DEFAULT_luci-i18n-watchcat-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Українська (Ukrainian) config PACKAGE_luci-i18n-watchcat-vi tristate default y if DEFAULT_luci-i18n-watchcat-vi default LUCI_LANG_vi||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-watchcat-zh-cn tristate default y if DEFAULT_luci-i18n-watchcat-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-watchcat - 中文 (Chinese) config PACKAGE_luci-i18n-watchcat-zh-tw tristate default y if DEFAULT_luci-i18n-watchcat-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-watchcat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-watchcat - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-wifischedule-bg tristate default y if DEFAULT_luci-i18n-wifischedule-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - български (Bulgarian) config PACKAGE_luci-i18n-wifischedule-ca tristate default y if DEFAULT_luci-i18n-wifischedule-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Català (Catalan) config PACKAGE_luci-i18n-wifischedule-cs tristate default y if DEFAULT_luci-i18n-wifischedule-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Čeština (Czech) config PACKAGE_luci-i18n-wifischedule-de tristate default y if DEFAULT_luci-i18n-wifischedule-de default LUCI_LANG_de||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Deutsch (German) config PACKAGE_luci-i18n-wifischedule-el tristate default y if DEFAULT_luci-i18n-wifischedule-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Ελληνικά (Greek) config PACKAGE_luci-i18n-wifischedule-en tristate default y if DEFAULT_luci-i18n-wifischedule-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - English config PACKAGE_luci-i18n-wifischedule-es tristate default y if DEFAULT_luci-i18n-wifischedule-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Español (Spanish) config PACKAGE_luci-i18n-wifischedule-fr tristate default y if DEFAULT_luci-i18n-wifischedule-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Français (French) config PACKAGE_luci-i18n-wifischedule-he tristate default y if DEFAULT_luci-i18n-wifischedule-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-wifischedule-hi tristate default y if DEFAULT_luci-i18n-wifischedule-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - हिंदी (Hindi) config PACKAGE_luci-i18n-wifischedule-hu tristate default y if DEFAULT_luci-i18n-wifischedule-hu default LUCI_LANG_hu||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Magyar (Hungarian) config PACKAGE_luci-i18n-wifischedule-it tristate default y if DEFAULT_luci-i18n-wifischedule-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Italiano (Italian) config PACKAGE_luci-i18n-wifischedule-ja tristate default y if DEFAULT_luci-i18n-wifischedule-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - 日本語 (Japanese) config PACKAGE_luci-i18n-wifischedule-ko tristate default y if DEFAULT_luci-i18n-wifischedule-ko default LUCI_LANG_ko||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - 한국어 (Korean) config PACKAGE_luci-i18n-wifischedule-mr tristate default y if DEFAULT_luci-i18n-wifischedule-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - मराठी (Marathi) config PACKAGE_luci-i18n-wifischedule-ms tristate default y if DEFAULT_luci-i18n-wifischedule-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-wifischedule-no tristate default y if DEFAULT_luci-i18n-wifischedule-no default LUCI_LANG_nb_NO||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Norsk (Norwegian) config PACKAGE_luci-i18n-wifischedule-pl tristate default y if DEFAULT_luci-i18n-wifischedule-pl default LUCI_LANG_pl||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Polski (Polish) config PACKAGE_luci-i18n-wifischedule-pt tristate default y if DEFAULT_luci-i18n-wifischedule-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Português (Portuguese) config PACKAGE_luci-i18n-wifischedule-pt-br tristate default y if DEFAULT_luci-i18n-wifischedule-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-wifischedule-ro tristate default y if DEFAULT_luci-i18n-wifischedule-ro default LUCI_LANG_ro||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Română (Romanian) config PACKAGE_luci-i18n-wifischedule-ru tristate default y if DEFAULT_luci-i18n-wifischedule-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wifischedule - Русский (Russian) config PACKAGE_luci-i18n-wifischedule-sk tristate default y if DEFAULT_luci-i18n-wifischedule-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - Slovenčina (Slovak) config PACKAGE_luci-i18n-wifischedule-sv tristate default y if DEFAULT_luci-i18n-wifischedule-sv default LUCI_LANG_sv||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Svenska (Swedish) config PACKAGE_luci-i18n-wifischedule-tr tristate default y if DEFAULT_luci-i18n-wifischedule-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - Türkçe (Turkish) config PACKAGE_luci-i18n-wifischedule-uk tristate default y if DEFAULT_luci-i18n-wifischedule-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - Українська (Ukrainian) config PACKAGE_luci-i18n-wifischedule-vi tristate default y if DEFAULT_luci-i18n-wifischedule-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wifischedule select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-wifischedule-zh-cn tristate default y if DEFAULT_luci-i18n-wifischedule-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wifischedule - 中文 (Chinese) config PACKAGE_luci-i18n-wifischedule-zh-tw tristate default y if DEFAULT_luci-i18n-wifischedule-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-wifischedule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wifischedule - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-wireguard-bg tristate default y if DEFAULT_luci-i18n-wireguard-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - български (Bulgarian) config PACKAGE_luci-i18n-wireguard-ca tristate default y if DEFAULT_luci-i18n-wireguard-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - Català (Catalan) config PACKAGE_luci-i18n-wireguard-cs tristate default y if DEFAULT_luci-i18n-wireguard-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - Čeština (Czech) config PACKAGE_luci-i18n-wireguard-de tristate default y if DEFAULT_luci-i18n-wireguard-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Deutsch (German) config PACKAGE_luci-i18n-wireguard-el tristate default y if DEFAULT_luci-i18n-wireguard-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - Ελληνικά (Greek) config PACKAGE_luci-i18n-wireguard-en tristate default y if DEFAULT_luci-i18n-wireguard-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - English config PACKAGE_luci-i18n-wireguard-es tristate default y if DEFAULT_luci-i18n-wireguard-es default LUCI_LANG_es||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - Español (Spanish) config PACKAGE_luci-i18n-wireguard-fr tristate default y if DEFAULT_luci-i18n-wireguard-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Français (French) config PACKAGE_luci-i18n-wireguard-he tristate default y if DEFAULT_luci-i18n-wireguard-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-wireguard-hi tristate default y if DEFAULT_luci-i18n-wireguard-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - हिंदी (Hindi) config PACKAGE_luci-i18n-wireguard-hu tristate default y if DEFAULT_luci-i18n-wireguard-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Magyar (Hungarian) config PACKAGE_luci-i18n-wireguard-it tristate default y if DEFAULT_luci-i18n-wireguard-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Italiano (Italian) config PACKAGE_luci-i18n-wireguard-ja tristate default y if DEFAULT_luci-i18n-wireguard-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - 日本語 (Japanese) config PACKAGE_luci-i18n-wireguard-ko tristate default y if DEFAULT_luci-i18n-wireguard-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - 한국어 (Korean) config PACKAGE_luci-i18n-wireguard-mr tristate default y if DEFAULT_luci-i18n-wireguard-mr default LUCI_LANG_mr||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - मराठी (Marathi) config PACKAGE_luci-i18n-wireguard-ms tristate default y if DEFAULT_luci-i18n-wireguard-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-wireguard-no tristate default y if DEFAULT_luci-i18n-wireguard-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - Norsk (Norwegian) config PACKAGE_luci-i18n-wireguard-pl tristate default y if DEFAULT_luci-i18n-wireguard-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - Polski (Polish) config PACKAGE_luci-i18n-wireguard-pt tristate default y if DEFAULT_luci-i18n-wireguard-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Português (Portuguese) config PACKAGE_luci-i18n-wireguard-pt-br tristate default y if DEFAULT_luci-i18n-wireguard-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-wireguard-ro tristate default y if DEFAULT_luci-i18n-wireguard-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wireguard - Română (Romanian) config PACKAGE_luci-i18n-wireguard-ru tristate default y if DEFAULT_luci-i18n-wireguard-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - Русский (Russian) config PACKAGE_luci-i18n-wireguard-sk tristate default y if DEFAULT_luci-i18n-wireguard-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - Slovenčina (Slovak) config PACKAGE_luci-i18n-wireguard-sv tristate default y if DEFAULT_luci-i18n-wireguard-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - Svenska (Swedish) config PACKAGE_luci-i18n-wireguard-tr tristate default y if DEFAULT_luci-i18n-wireguard-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - Türkçe (Turkish) config PACKAGE_luci-i18n-wireguard-uk tristate default y if DEFAULT_luci-i18n-wireguard-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - Українська (Ukrainian) config PACKAGE_luci-i18n-wireguard-vi tristate default y if DEFAULT_luci-i18n-wireguard-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wireguard - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-wireguard-zh-cn tristate default y if DEFAULT_luci-i18n-wireguard-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wireguard - 中文 (Chinese) config PACKAGE_luci-i18n-wireguard-zh-tw tristate default y if DEFAULT_luci-i18n-wireguard-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wireguard help Translation for luci-app-wireguard - 臺灣華語 (Taiwanese) config PACKAGE_luci-i18n-wol-bg tristate default y if DEFAULT_luci-i18n-wol-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wol - български (Bulgarian) config PACKAGE_luci-i18n-wol-ca tristate default y if DEFAULT_luci-i18n-wol-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wol - Català (Catalan) config PACKAGE_luci-i18n-wol-cs tristate default y if DEFAULT_luci-i18n-wol-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Čeština (Czech) config PACKAGE_luci-i18n-wol-de tristate default y if DEFAULT_luci-i18n-wol-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Deutsch (German) config PACKAGE_luci-i18n-wol-el tristate default y if DEFAULT_luci-i18n-wol-el default LUCI_LANG_el||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Ελληνικά (Greek) config PACKAGE_luci-i18n-wol-en tristate default y if DEFAULT_luci-i18n-wol-en default LUCI_LANG_en||(ALL&&m) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - English config PACKAGE_luci-i18n-wol-es tristate default y if DEFAULT_luci-i18n-wol-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Español (Spanish) config PACKAGE_luci-i18n-wol-fr tristate default y if DEFAULT_luci-i18n-wol-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Français (French) config PACKAGE_luci-i18n-wol-he tristate default y if DEFAULT_luci-i18n-wol-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-wol-hi tristate default y if DEFAULT_luci-i18n-wol-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wol - हिंदी (Hindi) config PACKAGE_luci-i18n-wol-hu tristate default y if DEFAULT_luci-i18n-wol-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Magyar (Hungarian) config PACKAGE_luci-i18n-wol-it tristate default y if DEFAULT_luci-i18n-wol-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Italiano (Italian) config PACKAGE_luci-i18n-wol-ja tristate default y if DEFAULT_luci-i18n-wol-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wol - 日本語 (Japanese) config PACKAGE_luci-i18n-wol-ko tristate default y if DEFAULT_luci-i18n-wol-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - 한국어 (Korean) config PACKAGE_luci-i18n-wol-mr tristate default y if DEFAULT_luci-i18n-wol-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - मराठी (Marathi) config PACKAGE_luci-i18n-wol-ms tristate default y if DEFAULT_luci-i18n-wol-ms default LUCI_LANG_ms||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-wol-no tristate default y if DEFAULT_luci-i18n-wol-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Norsk (Norwegian) config PACKAGE_luci-i18n-wol-pl tristate default y if DEFAULT_luci-i18n-wol-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Translation for luci-app-wol - Polski (Polish) config PACKAGE_luci-i18n-wol-pt tristate default y if DEFAULT_luci-i18n-wol-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Português (Portuguese) config PACKAGE_luci-i18n-wol-pt-br tristate default y if DEFAULT_luci-i18n-wol-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-wol-ro tristate default y if DEFAULT_luci-i18n-wol-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Română (Romanian) config PACKAGE_luci-i18n-wol-ru tristate default y if DEFAULT_luci-i18n-wol-ru default LUCI_LANG_ru||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Русский (Russian) config PACKAGE_luci-i18n-wol-sk tristate default y if DEFAULT_luci-i18n-wol-sk default LUCI_LANG_sk||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Slovenčina (Slovak) config PACKAGE_luci-i18n-wol-sv tristate default y if DEFAULT_luci-i18n-wol-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Translation for luci-app-wol - Svenska (Swedish) config PACKAGE_luci-i18n-wol-tr tristate default y if DEFAULT_luci-i18n-wol-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Türkçe (Turkish) config PACKAGE_luci-i18n-wol-uk tristate default y if DEFAULT_luci-i18n-wol-uk default LUCI_LANG_uk||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - Українська (Ukrainian) config PACKAGE_luci-i18n-wol-vi tristate default y if DEFAULT_luci-i18n-wol-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-wol-zh-cn tristate default y if DEFAULT_luci-i18n-wol-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - 中文 (Chinese) config PACKAGE_luci-i18n-wol-zh-tw tristate default y if DEFAULT_luci-i18n-wol-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) depends on PACKAGE_luci-app-wol select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Translation for luci-app-wol - 臺灣華語 (Taiwanese) endmenu menu "Mail" config PACKAGE_alpine tristate "alpine" default y if DEFAULT_alpine default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpam select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libintl-full if BUILD_NLS help Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built with OpenSSL support. http://alpine.x10host.com/alpine/ Antti Seppälä config PACKAGE_alpine-nossl tristate "alpine-nossl" default y if DEFAULT_alpine-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpam select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libopenssl help Alpine (Alternatively Licensed Program for Internet News and Email) is a free software email client developed at the University of Washington. It is suitable for both the inexperienced email user as well as for the most demanding power user. This package is built without OpenSSL support. http://alpine.x10host.com/alpine/ Antti Seppälä config PACKAGE_bogofilter tristate "bogofilter.................................................... bogofilter" default y if DEFAULT_bogofilter default m if ALL select PACKAGE_libdb47 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Bogofilter is a fast Bayesian spam filter http://bogofilter.sourceforge.net/ W. Michael Petullo config PACKAGE_clamsmtp tristate "clamsmtp........................................................ clamsmtp" default y if DEFAULT_clamsmtp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. http://thewalter.net/stef/software/clamsmtp/ config PACKAGE_dovecot tristate "dovecot.......................................... An IMAP and POP3 daemon" default y if DEFAULT_dovecot default m if ALL select PACKAGE_libopenldap if DOVECOT_LDAP select PACKAGE_libmariadb if DOVECOT_MYSQL select PACKAGE_libcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_icu if DOVECOT_ICU select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libsqlite3 if DOVECOT_SQLITE select PACKAGE_libpq if DOVECOT_PGSQL select PACKAGE_zlib select PACKAGE_librt select PACKAGE_krb5-libs if DOVECOT_GSSAPI select PACKAGE_libc select PACKAGE_libbz2 help Dovecot is a program which provides POP3 and IMAP services. https://www.dovecot.org/ Lucian Cristian source "feeds/packages/mail/dovecot/Config.in" config PACKAGE_dovecot-pigeonhole tristate "dovecot-pigeonhole................. Mail filtering facilities for Dovecot" default y if DEFAULT_dovecot-pigeonhole default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_dovecot help Pigeonhole provides mail filtering facilities for Dovecot using the Sieve (RFC 5228) language. https://wiki2.dovecot.org/Pigeonhole W. Michael Petullo config PACKAGE_dovecot-utils tristate "dovecot-utils.................... doveadm and dsync utilities for Dovecot" default y if DEFAULT_dovecot-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_dovecot select PACKAGE_libssp if GCC_LIBSSP help doveadm and dsync utilities for Dovecot Lucian Cristian menuconfig PACKAGE_emailrelay tristate "emailrelay................................... A simple SMTP proxy and MTA" default y if DEFAULT_emailrelay default m if ALL select PACKAGE_libopenssl if EMAILRELAY_SSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp help Emailrelay is a simple SMTP proxy and store-and-forward message transfer agent (MTA). When running as a proxy all e-mail messages can be passed through a user-defined program, such as a spam filter, which can drop, re-address or edit messages as they pass through. When running as a store-and-forward MTA incoming messages are stored in a local spool directory, and then forwarded to the next SMTP server on request. http://emailrelay.sourceforge.net/ Federico Di Marco config EMAILRELAY_SUPPORT_VERBOSE_DBG bool "Enable support for extended logging" depends on PACKAGE_emailrelay default n help Enables support for extended logging (must also be explicitely enabled by using command line switch --debug when starting emailrelay) config EMAILRELAY_SSL bool "Enable support for OpenSSL" depends on PACKAGE_emailrelay default y select PACKAGE_libopenssl help Builds the package with OpenSSL support (SSMTP is supported). menuconfig PACKAGE_fdm tristate "fdm............................................... fetch mail and deliver" default y if DEFAULT_fdm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcre if FDM_WITH_PCRE select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_tdb select PACKAGE_zlib help fdm is a simple, lightweight replacement for mail fetch, filter and delivery programs such as fetchmail and procmail. It can fetch using POP3 or IMAP (with SSL) or from stdin, and deliver to a pipe, file, maildir, mbox or SMTP server, based on POSIX regexp https://github.com/nicm/fdm Dmitry V. Zimin source "feeds/packages/mail/fdm/Config.in" config PACKAGE_greyfix tristate "greyfix.............................. Greyfix - greylisting with Postfix." default y if DEFAULT_greyfix default m if ALL select PACKAGE_libdb47 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Greyfix is the greylisting policy daemon for Postfix written by Kim Minh Kaplan. http://www.kim-minh.com/pub/greyfix/ config PACKAGE_mailman tristate "mailman..................................... The GNU Mailing List Manager" default y if DEFAULT_mailman default m if ALL select PACKAGE_uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_postfix depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-dns select PACKAGE_python select PACKAGE_librt if USE_GLIBC help Mailman is free software for managing electronic mail discussion and e-newsletter lists. https://www.gnu.org/software/mailman/ Denis Shulyaka config PACKAGE_mailsend tristate "mailsend........................... A command-line mail sender (with SSL)" default y if DEFAULT_mailsend default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Mailsend is a simple command line program to send mail via SMTP protocol. . SSL supported is provided by OpenSSL. https://github.com/muquit/mailsend Ted Hess config PACKAGE_mailsend-nossl tristate "mailsend-nossl.................. A command-line mail sender (without SSL)" default y if DEFAULT_mailsend-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Mailsend is a simple command line program to send mail via SMTP protocol. https://github.com/muquit/mailsend Ted Hess config PACKAGE_msmtp tristate "msmtp................. Simple sendmail SMTP forwarding (with SSL support)" default y if DEFAULT_msmtp default m if ALL select PACKAGE_ca-bundle select PACKAGE_libc select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls help msmtp is an SMTP client. In the default mode, it transmits a mail to an SMTP server (for example at a free mail provider) which does the delivery. To use this program with your mail user agent (MUA), create a configuration file with your mail account(s) and tell your MUA to call msmtp instead of /usr/sbin/sendmail. This package is built with SSL support. https://marlam.de/msmtp config PACKAGE_msmtp-mta tristate "msmtp-mta....................... Simple sendmail SMTP forwarding (as MTA)" default y if DEFAULT_msmtp-mta default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_msmtp if PACKAGE_msmtp-nossl config PACKAGE_nail tristate "nail............................................... Heirloom mailx (nail)" default y if DEFAULT_nail default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Heirloom mailx (formerly known as "nail") is intended provide the functionality of the POSIX mailx command with additional support for MIME messages, IMAP (including caching), POP3, SMTP, S/MIME, message threading/sorting, scoring, and filtering http://heirloom.sourceforge.net/mailx.html Dmitry V. Zimin config PACKAGE_opendkim tristate "opendkim................... Open source milter for providing DKIM service" default y if DEFAULT_opendkim default m if ALL select PACKAGE_libopendkim select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The OpenDKIM daemon application and the opendkim-genkey Perl script for generating public/private key pairs. http://opendkim.org/ Val Kulkov config PACKAGE_opendkim-tools tristate "opendkim-tools........... genzone, testkey and testmsg tools for OpenDKIM" default y if DEFAULT_opendkim-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopendkim select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help opendkim-genzone, opendkim-testkey and opendkim-testmsg tools. http://opendkim.org/ Val Kulkov config PACKAGE_postfix tristate "postfix...................................... Postfix Mail Transmit Agent" default y if DEFAULT_postfix default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenldap if POSTFIX_LDAP select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_icu if POSTFIX_EAI select PACKAGE_libc select PACKAGE_libmariadb if POSTFIX_MYSQL select PACKAGE_libsqlite3 if POSTFIX_SQLITE select PACKAGE_libsasl2 if POSTFIX_SASL select PACKAGE_libpq if POSTFIX_PGSQL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl if POSTFIX_TLS select PACKAGE_libpcre if POSTFIX_PCRE select PACKAGE_libdb47 if POSTFIX_DB help Postfix is Wietse Venema's mailer that started life as an alternative to the widely-used Sendmail program. Postfix attempts to be fast, easy to administer, and secure, while at the same time being sendmail compatible enough to not upset existing users. Thus, the outside has a sendmail-ish flavor, but the inside is completely different. http://www.postfix.org/ Denis Shulyaka menu "Select postfix build options" config POSTFIX_TLS bool "TLS support" default y help Implements TLS support in postfix (using OpenSSL). config POSTFIX_SASL bool "SASL support" default y help Implements SASL support in postfix (using Cyrus SASL). config POSTFIX_LDAP bool "LDAP support" default y help Implements LDAP support in postfix (using OpenLDAP). config POSTFIX_DB bool "BerkeleyDB support" default n help Implements support for btree and hash files using Berkeley DB. config POSTFIX_CDB bool "CDB support" default y help Implements support for cdb files using tinycdb config POSTFIX_SQLITE bool "SQLITE support" default y help Implements support for SQLite3 DB config POSTFIX_MYSQL bool "MYSQL support" default n help Implements support for MySQL config POSTFIX_PGSQL bool "PostgreSQL support" default n help Implement support for PostgreSQL config POSTFIX_PCRE bool "PCRE support" default y help Implement support for Perl Compatible Regular Expressions config POSTFIX_EAI bool "SMTPUTF8 support" default n help Enable Postfix support for Email Address Internationalization (EAI) as defined in RFC 6531 (SMTPUTF8 extension), RFC 6532 (Internationalized email headers) and RFC 6533 (Internationalized delivery status notifications). Since version 3.0, Postfix fully supports UTF-8 email addresses and UTF-8 message header values. endmenu config PACKAGE_ssmtp tristate "ssmtp.................. A minimal and secure mail sender with ssl support" default y if DEFAULT_ssmtp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A secure, effective and simple way of getting mail off a system to your mail hub. Mail is simply forwarded to the configured mailhost, no daemons running in the background. Extremely easy configuration. http://packages.debian.org/ssmtp Dirk Brenken endmenu menu "Multimedia" menu "Streaming" config PACKAGE_oggfwd tristate "oggfwd........................................... Pipe media into icecast" default y if DEFAULT_oggfwd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libshout-full select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC help A basic icecast client that is very simple but also very useful for video streaming. http://www.v2v.cc/~j/oggfwd Nicolas Thill endmenu config PACKAGE_crtmpserver tristate "crtmpserver.............................................. C++ RTMP Server" default y if DEFAULT_crtmpserver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_liblua select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help C++ RTMP Server it is a high performance streaming server able to stream (live or recorded) in the following technologies: * To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE) * To and from embedded devices: iPhone, Android * From surveillance cameras * IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols Also, crtmpserver can be used as a high performance rendes-vous server. For example, it enables you to do: * Audio/Video conferencing * Online gaming * Online collaboration * Simple/complex chat applications https://github.com/shiretu/crtmpserver Thomas Heil config PACKAGE_ffmpeg tristate "ffmpeg.................................................... FFmpeg program" default y if DEFAULT_ffmpeg default m if ALL select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libffmpeg-full select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_ffmpeg-custom tristate "ffmpeg-custom.................................... FFmpeg program (custom)" default y if DEFAULT_ffmpeg-custom default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !ALL depends on PACKAGE_libffmpeg-custom select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_ffprobe tristate "ffprobe...................................... FFmpeg CLI media identifier" default y if DEFAULT_ffprobe default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PACKAGE_libx264) || BUILD_PATENTED depends on AUDIO_SUPPORT select PACKAGE_libffmpeg-full select PACKAGE_librt if USE_GLIBC help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFprobe command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_ffprobe-custom tristate "ffprobe-custom...................... FFmpeg CLI media identifier (custom)" default y if DEFAULT_ffprobe-custom default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_libffmpeg-custom select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !ALL select PACKAGE_librt if USE_GLIBC help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFprobe command line tool. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_ffserver tristate "ffserver......................................... FFmpeg streaming server" default y if DEFAULT_ffserver default m if ALL select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libffmpeg-full select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg streaming server. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_ffserver-custom tristate "ffserver-custom......................... FFmpeg streaming server (custom)" default y if DEFAULT_ffserver-custom default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread depends on PACKAGE_libffmpeg-custom depends on !ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help FFmpeg is a a software package that can record, convert and stream digital audio and video in numerous formats. FFmpeg licensing / patent issues are complex. It is the reponsibility of the user to understand any requirements in this regard with its usage. See: https://ffmpeg.org/legal.html for further information. . This package contains the FFmpeg streaming server. https://ffmpeg.org/ Ted Hess , Ian Leonard config PACKAGE_fswebcam tristate "fswebcam........................................................ fswebcam" default y if DEFAULT_fswebcam default m if ALL select PACKAGE_libgd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help fswebcam is a neat and simple webcam app. It captures images from a V4L1/V4L2 compatible device or file, averages them to reduce noise and draws a caption using the GD Graphics Library which also handles compressing the image to PNG or JPEG. The resulting image is saved to a file or sent to stdio where it can be piped to something like ncftpput or scp. http://www.sanslogic.co.uk/fswebcam/ Nicolas Thill config PACKAGE_gerbera tristate "gerbera.............................................. A free media server" default y if DEFAULT_gerbera default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libexpat select PACKAGE_libffmpeg-audio-dec if BUILD_PATENTED && PACKAGE_libffmpeg-full config PACKAGE_graphicsmagick tristate "graphicsmagick............................... Graphics manipulation tools" default y if DEFAULT_graphicsmagick default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpng select PACKAGE_libtiff select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libltdl select PACKAGE_libfreetype help GraphicsMagick is a free and open-source software suite for displaying, converting, and editing raster image and vector image files. It is a fork of GraphicsMagick. https://www.graphicsmagick.org/ Val Kulkov config PACKAGE_grilo tristate "grilo.............................................................. grilo" default y if DEFAULT_grilo default m if ALL select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libsoup help grilo https://wiki.gnome.org/Projects/Grilo W. Michael Petullo menuconfig PACKAGE_grilo-plugins tristate "grilo-plugins............................ Plugins for the Grilo framework" default y if DEFAULT_grilo-plugins default m if ALL select PACKAGE_grilo select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS help Plugins for the Grilo framework https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-dleyna tristate "grilo-plugins-dleyna................................. DLNA sharing plugin" default y if DEFAULT_grilo-plugins-dleyna default m if ALL depends on PACKAGE_grilo-plugins select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DLNA sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-gravatar tristate "grilo-plugins-gravatar.......................... Gravatar provider plugin" default y if DEFAULT_grilo-plugins-gravatar default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_grilo-plugins help Gravatar provider plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-jamendo tristate "grilo-plugins-jamendo............................. Jamendo sharing plugin" default y if DEFAULT_grilo-plugins-jamendo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_grilo-plugins help Jamendo sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-magnatune tristate "grilo-plugins-magnatune......................... Magnatune sharing plugin" default y if DEFAULT_grilo-plugins-magnatune default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_grilo-plugins select PACKAGE_libssp if GCC_LIBSSP help Magnatune sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-opensubtitles tristate "grilo-plugins-opensubtitles............... Open subtitles provider plugin" default y if DEFAULT_grilo-plugins-opensubtitles default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_grilo-plugins help Open subtitles provider plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-raitv tristate "grilo-plugins-raitv................................ Rai.tv sharing plugin" default y if DEFAULT_grilo-plugins-raitv default m if ALL depends on PACKAGE_grilo-plugins select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Rai.tv sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_grilo-plugins-shoutcast tristate "grilo-plugins-shoutcast......................... SHOUTcast sharing plugin" default y if DEFAULT_grilo-plugins-shoutcast default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_grilo-plugins select PACKAGE_libssp if GCC_LIBSSP help SHOUTcast sharing plugin https://wiki.gnome.org/Projects/Grilo W. Michael Petullo config PACKAGE_gst1-libav tristate "gst1-libav........................................ GStreamer Libav plugin" default y if DEFAULT_gst1-libav default m if ALL depends on AUDIO_SUPPORT select PACKAGE_gst1-mod-alsa select PACKAGE_liblzma select PACKAGE_librt if USE_GLIBC select PACKAGE_libbz2 select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libgst1video select PACKAGE_libgst1audio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gstreamer1-plugins-base select PACKAGE_libpthread if USE_GLIBC help GStreamer with libav bindings using internal Libav https://www.gstreamer.net/modules/gst-libav.html W. Michael Petullo Ted Hess source "feeds/packages/multimedia/gst1-libav/Config.in" config PACKAGE_gst1-mod-adpcmdec tristate default y if DEFAULT_gst1-mod-adpcmdec select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer adpcm decoding support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-adpcmenc tristate default y if DEFAULT_gst1-mod-adpcmenc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer adpcm encoding support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-aiff tristate default y if DEFAULT_gst1-mod-aiff select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer aiff support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-alaw tristate default y if DEFAULT_gst1-mod-alaw select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer alaw codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-alpha tristate default y if DEFAULT_gst1-mod-alpha select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer alpha support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-alphacolor tristate default y if DEFAULT_gst1-mod-alphacolor select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer alphacolor support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-alsa tristate default y if DEFAULT_gst1-mod-alsa select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1audio depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer ALSA plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-apetag tristate default y if DEFAULT_gst1-mod-apetag select PACKAGE_libgst1video select PACKAGE_libgst1audio select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer apetag support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-app tristate default y if DEFAULT_gst1-mod-app select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgst1app select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer app plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-asf tristate default y if DEFAULT_gst1-mod-asf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1riff select PACKAGE_libgst1rtsp select PACKAGE_libgst1audio select PACKAGE_libgst1video select PACKAGE_libc select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1sdp select PACKAGE_libgst1rtp select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer ASF demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-asfmux tristate default y if DEFAULT_gst1-mod-asfmux select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1rtp depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer asf muxing support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiobuffersplit tristate default y if DEFAULT_gst1-mod-audiobuffersplit select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer audiobuffersplit support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audioconvert tristate default y if DEFAULT_gst1-mod-audioconvert select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer audio format conversion plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiofx tristate default y if DEFAULT_gst1-mod-audiofx select PACKAGE_libgst1fft select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgst1controller select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer audio effects plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiofxbad tristate default y if DEFAULT_gst1-mod-audiofxbad select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer audiofxbad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiolatency tristate default y if DEFAULT_gst1-mod-audiolatency select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer audiolatency support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiomixmatrix tristate default y if DEFAULT_gst1-mod-audiomixmatrix select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1audio depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer audiomixmatrix support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audioparsers tristate default y if DEFAULT_gst1-mod-audioparsers select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer audioparsers plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiorate tristate default y if DEFAULT_gst1-mod-audiorate select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer audio rate adjusting plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audioresample tristate default y if DEFAULT_gst1-mod-audioresample select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1audio select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer audio resampling plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiotestsrc tristate default y if DEFAULT_gst1-mod-audiotestsrc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1controller select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer audio test plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-audiovisualizers tristate default y if DEFAULT_gst1-mod-audiovisualizers select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base help GStreamer open source multimedia framework . This package contains the GStreamer audiovisualizers support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-auparse tristate default y if DEFAULT_gst1-mod-auparse select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer auparse plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-autoconvert tristate default y if DEFAULT_gst1-mod-autoconvert select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer autoconvert support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-autodetect tristate default y if DEFAULT_gst1-mod-autodetect select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer format auto-detection plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-avi tristate default y if DEFAULT_gst1-mod-avi select PACKAGE_libgst1tag select PACKAGE_libgst1riff select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1audio select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer avi support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-bayer tristate default y if DEFAULT_gst1-mod-bayer depends on AUDIO_SUPPORT select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer bayer support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-bluez tristate default y if DEFAULT_gst1-mod-bluez depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_bluez-libs select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer bluez support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-bz2 tristate default y if DEFAULT_gst1-mod-bz2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libbz2 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer bzip2 support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-camerabin tristate default y if DEFAULT_gst1-mod-camerabin select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1photography select PACKAGE_libgstreamer1 select PACKAGE_libgst1app select PACKAGE_libgst1basecamerabinsrc select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer camerabin support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-coloreffects tristate default y if DEFAULT_gst1-mod-coloreffects select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgst1video depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer coloreffects support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-cutter tristate default y if DEFAULT_gst1-mod-cutter select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer audio cutter plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-debug tristate default y if DEFAULT_gst1-mod-debug select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer debugging plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-debugutilsbad tristate default y if DEFAULT_gst1-mod-debugutilsbad select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_libgst1video select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer debugutils support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-deinterlace tristate default y if DEFAULT_gst1-mod-deinterlace select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer deinterlace support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-dtls tristate default y if DEFAULT_gst1-mod-dtls depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_gst1-plugins-base select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer DTLS support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-dtmf tristate default y if DEFAULT_gst1-mod-dtmf select PACKAGE_libgst1rtp select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer dtmf support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-dvbsuboverlay tristate default y if DEFAULT_gst1-mod-dvbsuboverlay select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer dvbsuboverlay support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-dvdspu tristate default y if DEFAULT_gst1-mod-dvdspu depends on AUDIO_SUPPORT select PACKAGE_libgst1video select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer dvdspu support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-effectv tristate default y if DEFAULT_gst1-mod-effectv select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer effectvsupport plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-equalizer tristate default y if DEFAULT_gst1-mod-equalizer select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1controller select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer audio equalizer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-faad tristate default y if DEFAULT_gst1-mod-faad select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1audio select PACKAGE_libfaad2 help GStreamer open source multimedia framework . This package contains the GStreamer faad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-faceoverlay tristate default y if DEFAULT_gst1-mod-faceoverlay select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base help GStreamer open source multimedia framework . This package contains the GStreamer faceoverlay support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-fbdevsink tristate default y if DEFAULT_gst1-mod-fbdevsink select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgst1video depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer fbdev support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-festival tristate default y if DEFAULT_gst1-mod-festival select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer festival support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-fieldanalysis tristate default y if DEFAULT_gst1-mod-fieldanalysis select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer fieldanalysis support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-flac tristate default y if DEFAULT_gst1-mod-flac select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libflac select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer FLAC codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-flv tristate default y if DEFAULT_gst1-mod-flv select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer flv codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-flxdec tristate default y if DEFAULT_gst1-mod-flxdec select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer flx codec plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-freeverb tristate default y if DEFAULT_gst1-mod-freeverb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer freeverb support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-frei0r tristate default y if DEFAULT_gst1-mod-frei0r select PACKAGE_libgst1video depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1controller select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer frei0r support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-gaudieffects tristate default y if DEFAULT_gst1-mod-gaudieffects select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base help GStreamer open source multimedia framework . This package contains the GStreamer gaudieffects support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-gdp tristate default y if DEFAULT_gst1-mod-gdp depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer gdp support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-geometrictransform tristate default y if DEFAULT_gst1-mod-geometrictransform select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer geometrictransform support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-gio tristate default y if DEFAULT_gst1-mod-gio select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer GIO plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-goom tristate default y if DEFAULT_gst1-mod-goom select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-goom2k1 tristate default y if DEFAULT_gst1-mod-goom2k1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer goom support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-hls tristate default y if DEFAULT_gst1-mod-hls select PACKAGE_gst1-mod-multifile select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libnettle select PACKAGE_libgst1adaptivedemux select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer HLS support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-icydemux tristate default y if DEFAULT_gst1-mod-icydemux select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer icy demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-id3demux tristate default y if DEFAULT_gst1-mod-id3demux select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer ID3v1/v2 demuxer plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-id3tag tristate default y if DEFAULT_gst1-mod-id3tag select PACKAGE_libgst1tag select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer id3tag support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-imagefreeze tristate default y if DEFAULT_gst1-mod-imagefreeze select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer imagefreeze support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-inter tristate default y if DEFAULT_gst1-mod-inter select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer inter support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-interlace tristate default y if DEFAULT_gst1-mod-interlace depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer interlace support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-interleave tristate default y if DEFAULT_gst1-mod-interleave select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer audio interleave plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-isomp4 tristate default y if DEFAULT_gst1-mod-isomp4 select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1rtp select PACKAGE_libgst1tag select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgst1riff select PACKAGE_libgst1audio select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer isomp4 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-ivfparse tristate default y if DEFAULT_gst1-mod-ivfparse select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer ivfparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-ivtc tristate default y if DEFAULT_gst1-mod-ivtc select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer ivtc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-jp2kdecimator tristate default y if DEFAULT_gst1-mod-jp2kdecimator depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer jp2kdecimator support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-jpeg tristate default y if DEFAULT_gst1-mod-jpeg select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1pbutils select PACKAGE_libjpeg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer jpeg support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-jpegformat tristate default y if DEFAULT_gst1-mod-jpegformat select PACKAGE_libgst1tag select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer jpegformat support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-lame tristate default y if DEFAULT_gst1-mod-lame select PACKAGE_librt if USE_GLIBC select PACKAGE_lame-lib select PACKAGE_libgst1audio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer MP3 encoder (using LAME) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-legacyrawparse tristate default y if DEFAULT_gst1-mod-legacyrawparse select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer rawparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-level tristate default y if DEFAULT_gst1-mod-level select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer audio level plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-matroska tristate default y if DEFAULT_gst1-mod-matroska select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1riff select PACKAGE_libgst1tag select PACKAGE_libgst1audio select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer matroska support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-midi tristate default y if DEFAULT_gst1-mod-midi select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer midi support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mpeg2dec tristate default y if DEFAULT_gst1-mod-mpeg2dec select PACKAGE_libmpeg2 select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer MPEG decoder plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mpegpsdemux tristate default y if DEFAULT_gst1-mod-mpegpsdemux select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer mpegpsdemux support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mpegpsmux tristate default y if DEFAULT_gst1-mod-mpegpsmux depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer mpegpsmux support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mpg123 tristate default y if DEFAULT_gst1-mod-mpg123 select PACKAGE_mpg123 select PACKAGE_libgst1audio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libid3tag select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer MP3 decoder (using mpg123) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mulaw tristate default y if DEFAULT_gst1-mod-mulaw select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer mulaw support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-multifile tristate default y if DEFAULT_gst1-mod-multifile select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer multiple files access plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-multipart tristate default y if DEFAULT_gst1-mod-multipart select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer multipart stream handling plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-mxf tristate default y if DEFAULT_gst1-mod-mxf select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer mxf support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-navigationtest tristate default y if DEFAULT_gst1-mod-navigationtest select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer navigationtest support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-netsim tristate default y if DEFAULT_gst1-mod-netsim depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer netsim support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-ogg tristate default y if DEFAULT_gst1-mod-ogg select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1video select PACKAGE_libogg select PACKAGE_libgst1riff select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer Ogg plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-opus tristate default y if DEFAULT_gst1-mod-opus select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer OPUS plugin library plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-opusparse tristate default y if DEFAULT_gst1-mod-opusparse select PACKAGE_libopus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer OPUS streams library plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-oss4 tristate default y if DEFAULT_gst1-mod-oss4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer OSS 4 audio support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-ossaudio tristate default y if DEFAULT_gst1-mod-ossaudio select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer OSS audio support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-pcapparse tristate default y if DEFAULT_gst1-mod-pcapparse select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer pcapparse support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-playback tristate default y if DEFAULT_gst1-mod-playback select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer media decoder (v2) plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-png tristate default y if DEFAULT_gst1-mod-png select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpng select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer png support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-pnm tristate default y if DEFAULT_gst1-mod-pnm select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1video depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer pnm support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-proxy tristate default y if DEFAULT_gst1-mod-proxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer proxy support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-removesilence tristate default y if DEFAULT_gst1-mod-removesilence select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_libgst1audio select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer removesilence support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-replaygain tristate default y if DEFAULT_gst1-mod-replaygain select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer volume normalization plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-rfbsrc tristate default y if DEFAULT_gst1-mod-rfbsrc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer librfb support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-rtp tristate default y if DEFAULT_gst1-mod-rtp select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1video select PACKAGE_libgst1audio select PACKAGE_libgst1rtp select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer RTP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-rtpmanager tristate default y if DEFAULT_gst1-mod-rtpmanager select PACKAGE_libgst1audio select PACKAGE_libgst1video select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgst1net select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1rtp select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer RTP manager plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-rtponvif tristate default y if DEFAULT_gst1-mod-rtponvif select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer rtponvif support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-rtsp tristate default y if DEFAULT_gst1-mod-rtsp select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1sdp select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1rtp select PACKAGE_libgst1net select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1rtsp help GStreamer open source multimedia framework . This package contains the GStreamer RTSP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-sbc tristate default y if DEFAULT_gst1-mod-sbc select PACKAGE_libgst1audio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_sbc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer sbc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-sdpelem tristate default y if DEFAULT_gst1-mod-sdpelem select PACKAGE_libgst1rtp select PACKAGE_libgst1sdp select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer sdp support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-segmentclip tristate default y if DEFAULT_gst1-mod-segmentclip select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer segmentclip support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-shapewipe tristate default y if DEFAULT_gst1-mod-shapewipe select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer shapewipe support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-shm tristate default y if DEFAULT_gst1-mod-shm select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_librt select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer POSIX shared memory source and sink plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-shout2 tristate default y if DEFAULT_gst1-mod-shout2 select PACKAGE_libshout select PACKAGE_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer shout2 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-siren tristate default y if DEFAULT_gst1-mod-siren select PACKAGE_libgst1audio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1rtp select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer siren support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-smooth tristate default y if DEFAULT_gst1-mod-smooth select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer smooth support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-smpte tristate default y if DEFAULT_gst1-mod-smpte select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer smpte support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-sndfile tristate default y if DEFAULT_gst1-mod-sndfile depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libsndfile select PACKAGE_libgst1audio select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer sndfile support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-soup tristate default y if DEFAULT_gst1-mod-soup select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_libsoup select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer soup input plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-spectrum tristate default y if DEFAULT_gst1-mod-spectrum select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_libgst1fft select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer spectrum data output plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-speed tristate default y if DEFAULT_gst1-mod-speed select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1audio depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer speed support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-speex tristate default y if DEFAULT_gst1-mod-speex select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libspeex select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer speex support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-subenc tristate default y if DEFAULT_gst1-mod-subenc depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1controller select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer subenc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-tcp tristate default y if DEFAULT_gst1-mod-tcp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1net select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer TCP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-theora tristate default y if DEFAULT_gst1-mod-theora select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libtheora select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libogg help GStreamer open source multimedia framework . This package contains the GStreamer Theora plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-timecode tristate default y if DEFAULT_gst1-mod-timecode select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer timecode support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-typefindfunctions tristate default y if DEFAULT_gst1-mod-typefindfunctions select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgst1audio select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag help GStreamer open source multimedia framework . This package contains the GStreamer 'typefind' functions plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-udp tristate default y if DEFAULT_gst1-mod-udp select PACKAGE_libgst1net select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer UDP plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-video4linux2 tristate default y if DEFAULT_gst1-mod-video4linux2 select PACKAGE_libgst1video select PACKAGE_libgst1allocators select PACKAGE_libv4l select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer video4linux2 support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videobox tristate default y if DEFAULT_gst1-mod-videobox select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer videobox support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videoconvert tristate default y if DEFAULT_gst1-mod-videoconvert select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer video format conversion plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videocrop tristate default y if DEFAULT_gst1-mod-videocrop select PACKAGE_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils help GStreamer open source multimedia framework . This package contains the GStreamer videocrop support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videofilter tristate default y if DEFAULT_gst1-mod-videofilter select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer videofilter support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videofiltersbad tristate default y if DEFAULT_gst1-mod-videofiltersbad depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer videofiltersbad support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videoframe_audiolevel tristate default y if DEFAULT_gst1-mod-videoframe_audiolevel select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer videoframe_audiolevel support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videomixer tristate default y if DEFAULT_gst1-mod-videomixer select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer videomixer support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videorate tristate default y if DEFAULT_gst1-mod-videorate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer Adjusts video frames plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videoscale tristate default y if DEFAULT_gst1-mod-videoscale select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer Resizes video plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videosignal tristate default y if DEFAULT_gst1-mod-videosignal select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer videosignal support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-videotestsrc tristate default y if DEFAULT_gst1-mod-videotestsrc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_liboil select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video help GStreamer open source multimedia framework . This package contains the GStreamer video test plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-vmnc tristate default y if DEFAULT_gst1-mod-vmnc depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer vmnc support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-volume tristate default y if DEFAULT_gst1-mod-volume select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgstreamer1 select PACKAGE_libgst1controller select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_liboil select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer volume plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-vorbis tristate default y if DEFAULT_gst1-mod-vorbis select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libvorbis select PACKAGE_gst1-mod-ogg select PACKAGE_libgst1audio select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer Vorbis plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-vpx tristate default y if DEFAULT_gst1-mod-vpx select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1video select PACKAGE_libvpx select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer vpx support plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-wavenc tristate default y if DEFAULT_gst1-mod-wavenc select PACKAGE_libgst1riff select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer Wav encoder plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-wavparse tristate default y if DEFAULT_gst1-mod-wavparse select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libgst1riff select PACKAGE_libgst1audio help GStreamer open source multimedia framework . This package contains the GStreamer Wav parser plugin. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-y4mdec tristate default y if DEFAULT_gst1-mod-y4mdec select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer y4mdec support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-mod-yadif tristate default y if DEFAULT_gst1-mod-yadif select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base help GStreamer open source multimedia framework . This package contains the GStreamer yadif support plugin. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-plugins-bad tristate default y if DEFAULT_gst1-plugins-bad select PACKAGE_gst1-mod-timecode select PACKAGE_gst1-mod-legacyrawparse select PACKAGE_gst1-mod-ivfparse select PACKAGE_gst1-mod-gaudieffects select PACKAGE_gst1-mod-inter select PACKAGE_gst1-mod-festival select PACKAGE_gst1-mod-audiomixmatrix select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-mod-speed select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base select PACKAGE_gst1-mod-subenc select PACKAGE_gst1-mod-fbdevsink select PACKAGE_gst1-mod-pnm select PACKAGE_gst1-mod-id3tag select PACKAGE_gst1-mod-faceoverlay select PACKAGE_gst1-mod-mpegpsdemux select PACKAGE_gst1-mod-coloreffects select PACKAGE_gst1-mod-smooth select PACKAGE_gst1-mod-freeverb select PACKAGE_gst1-mod-audiofxbad select PACKAGE_gst1-mod-siren select PACKAGE_gst1-mod-jpegformat select PACKAGE_gst1-mod-asfmux select PACKAGE_gst1-mod-jp2kdecimator select PACKAGE_gst1-mod-bluez select PACKAGE_gst1-mod-aiff select PACKAGE_gst1-mod-mxf select PACKAGE_gst1-mod-midi select PACKAGE_gst1-mod-camerabin select PACKAGE_gst1-mod-frei0r select PACKAGE_libc select PACKAGE_gst1-mod-netsim select PACKAGE_libgst1pbutils select PACKAGE_gst1-mod-videosignal select PACKAGE_libgstreamer1 select PACKAGE_gst1-mod-hls select PACKAGE_gst1-mod-ivtc select PACKAGE_gst1-mod-sndfile select PACKAGE_gst1-mod-dtls select PACKAGE_gst1-mod-shm select PACKAGE_gst1-mod-faad select PACKAGE_gst1-mod-audiolatency select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_gst1-mod-videoframe_audiolevel select PACKAGE_gst1-mod-dvdspu select PACKAGE_gst1-mod-opusparse select PACKAGE_gst1-mod-adpcmdec depends on AUDIO_SUPPORT select PACKAGE_libgst1uridownloader select PACKAGE_libgst1adaptivedemux select PACKAGE_gst1-mod-bayer select PACKAGE_gst1-mod-segmentclip select PACKAGE_gst1-mod-fieldanalysis select PACKAGE_gst1-mod-vmnc select PACKAGE_libgst1basecamerabinsrc depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_gst1-mod-mpegpsmux select PACKAGE_gst1-mod-autoconvert select PACKAGE_gst1-mod-yadif select PACKAGE_gst1-mod-bz2 select PACKAGE_gst1-mod-debugutilsbad select PACKAGE_gst1-mod-audiovisualizers select PACKAGE_gst1-mod-adpcmenc select PACKAGE_gst1-mod-pcapparse select PACKAGE_gst1-mod-sdpelem select PACKAGE_libpthread if USE_GLIBC select PACKAGE_gst1-mod-proxy select PACKAGE_gst1-mod-removesilence select PACKAGE_gst1-mod-sbc select PACKAGE_gst1-mod-videofiltersbad select PACKAGE_gst1-mod-rfbsrc select PACKAGE_gst1-mod-interlace select PACKAGE_gst1-mod-y4mdec select PACKAGE_gst1-mod-gdp select PACKAGE_gst1-mod-dvbsuboverlay select PACKAGE_gst1-mod-geometrictransform select PACKAGE_libgst1photography select PACKAGE_gst1-mod-audiobuffersplit select PACKAGE_gst1-mod-rtponvif help GStreamer plugins collection (bad) http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-plugins-base tristate default y if DEFAULT_gst1-plugins-base select PACKAGE_gst1-mod-tcp select PACKAGE_gst1-mod-alsa select PACKAGE_libgst1sdp select PACKAGE_gst1-mod-playback select PACKAGE_libgst1rtp select PACKAGE_libgst1tag select PACKAGE_gst1-mod-videotestsrc select PACKAGE_gst1-mod-audioresample select PACKAGE_gst1-mod-volume select PACKAGE_libgstreamer1 select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libgst1fft select PACKAGE_gst1-mod-audiotestsrc select PACKAGE_gst1-mod-typefindfunctions select PACKAGE_libgst1riff select PACKAGE_gst1-mod-audiorate select PACKAGE_gst1-mod-videoscale select PACKAGE_libpthread if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_gst1-mod-theora select PACKAGE_gst1-mod-opus select PACKAGE_gst1-mod-app select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1app select PACKAGE_gst1-mod-ogg select PACKAGE_gst1-mod-audioconvert select PACKAGE_libgst1audio select PACKAGE_libgst1allocators select PACKAGE_libgst1video select PACKAGE_libgst1rtsp select PACKAGE_gst1-mod-gio select PACKAGE_gst1-mod-vorbis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-mod-videorate select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_gst1-mod-videoconvert help GStreamer plugins collection (base) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-plugins-good tristate default y if DEFAULT_gst1-plugins-good select PACKAGE_gst1-mod-alphacolor depends on AUDIO_SUPPORT select PACKAGE_gst1-mod-deinterlace select PACKAGE_gst1-mod-video4linux2 select PACKAGE_gst1-mod-soup select PACKAGE_gst1-mod-navigationtest select PACKAGE_gst1-mod-videobox select PACKAGE_gst1-mod-audioparsers select PACKAGE_gst1-mod-isomp4 select PACKAGE_gst1-mod-udp select PACKAGE_gst1-mod-audiofx select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_gst1-mod-mpg123 select PACKAGE_gst1-mod-png select PACKAGE_gst1-mod-smpte select PACKAGE_gst1-mod-flv select PACKAGE_gst1-mod-goom2k1 select PACKAGE_gst1-mod-flac select PACKAGE_gst1-mod-cutter select PACKAGE_gst1-mod-imagefreeze select PACKAGE_gst1-mod-multifile select PACKAGE_gst1-mod-auparse select PACKAGE_gst1-mod-mulaw select PACKAGE_gst1-mod-wavenc select PACKAGE_gst1-mod-jpeg select PACKAGE_gst1-mod-avi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_gst1-mod-shapewipe select PACKAGE_gst1-mod-videomixer select PACKAGE_gst1-mod-wavparse select PACKAGE_gst1-mod-multipart select PACKAGE_gst1-mod-rtpmanager select PACKAGE_gst1-mod-lame select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-mod-apetag select PACKAGE_gst1-mod-autodetect select PACKAGE_gst1-mod-oss4 select PACKAGE_gst1-mod-debug select PACKAGE_gst1-mod-spectrum select PACKAGE_gst1-mod-id3demux select PACKAGE_gst1-mod-flxdec select PACKAGE_gst1-mod-effectv select PACKAGE_gst1-mod-matroska select PACKAGE_gst1-mod-dtmf select PACKAGE_gst1-mod-interleave select PACKAGE_gst1-mod-icydemux select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-mod-vpx select PACKAGE_gst1-mod-equalizer select PACKAGE_gst1-mod-rtsp select PACKAGE_gst1-mod-ossaudio select PACKAGE_gst1-mod-rtp select PACKAGE_gst1-mod-level select PACKAGE_libgst1pbutils select PACKAGE_libc select PACKAGE_libgstreamer1 select PACKAGE_gst1-mod-goom select PACKAGE_gst1-mod-speex select PACKAGE_gst1-mod-shout2 select PACKAGE_gst1-mod-videofilter select PACKAGE_gst1-mod-videocrop select PACKAGE_gst1-mod-replaygain select PACKAGE_gst1-mod-alpha select PACKAGE_gst1-mod-alaw help GStreamer open source multimedia framework . This meta package contains only dependencies to the other plugins from the good plugins collection. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gst1-plugins-ugly tristate default y if DEFAULT_gst1-plugins-ugly select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-mod-mpeg2dec select PACKAGE_gst1-mod-asf select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer plugins collection (ugly) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gstreamer1 tristate default y if DEFAULT_gstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1check select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libgst1net select PACKAGE_libgst1controller select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer (All libraries) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_gstreamer1-libs tristate "gstreamer1-libs................................. GStreamer core libraries" default y if DEFAULT_gstreamer1-libs default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gstreamer1 if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This meta package contains only dependencies on the other GStreamer componenents. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess menu "Select GStreamer libraries" depends on PACKAGE_gstreamer1-libs config gstreamer1-all bool "Include all GStreamer1 core libraries" select PACKAGE_gstreamer1 comment "Libraries" config PACKAGE_libgstreamer1 prompt "GStreamer core library libgstreamer1" config PACKAGE_libgst1check prompt "GStreamer core library libgst1check" config PACKAGE_libgst1controller prompt "GStreamer core library libgst1controller" config PACKAGE_libgst1net prompt "GStreamer core library libgst1net" endmenu config PACKAGE_gstreamer1-plugins-bad tristate "gstreamer1-plugins-bad................ GStreamer plugins collection (bad)" default y if DEFAULT_gstreamer1-plugins-bad default m if ALL select PACKAGE_librt if USE_GLIBC depends on !(ALL && USB_SUPPORT) || USB_SUPPORT select PACKAGE_gst1-plugins-bad if ALL depends on !(ALL) || AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_gstreamer1-plugins-base depends on !(ALL && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libssp if GCC_LIBSSP help GStreamer plugins collection (bad) http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess menu "Select GStreamer bad modules and libraries" depends on PACKAGE_gstreamer1-plugins-bad config gst1-plugins-bad-all bool "Include all GStreamer bad plugins" select PACKAGE_gst1-plugins-bad comment "Modules" config PACKAGE_gst1-mod-adpcmdec prompt "GStreamer adpcmdec module" config PACKAGE_gst1-mod-adpcmenc prompt "GStreamer adpcmenc module" config PACKAGE_gst1-mod-aiff prompt "GStreamer aiff module" config PACKAGE_gst1-mod-asfmux prompt "GStreamer asfmux module" config PACKAGE_gst1-mod-audiobuffersplit prompt "GStreamer audiobuffersplit module" config PACKAGE_gst1-mod-audiofxbad prompt "GStreamer audiofxbad module" config PACKAGE_gst1-mod-audiolatency prompt "GStreamer audiolatency module" config PACKAGE_gst1-mod-audiomixmatrix prompt "GStreamer audiomixmatrix module" config PACKAGE_gst1-mod-audiovisualizers prompt "GStreamer audiovisualizers module" config PACKAGE_gst1-mod-autoconvert prompt "GStreamer autoconvert module" config PACKAGE_gst1-mod-bayer prompt "GStreamer bayer module" config PACKAGE_gst1-mod-bluez prompt "GStreamer bluez module" config PACKAGE_gst1-mod-bz2 prompt "GStreamer bz2 module" config PACKAGE_gst1-mod-camerabin prompt "GStreamer camerabin module" config PACKAGE_gst1-mod-coloreffects prompt "GStreamer coloreffects module" config PACKAGE_gst1-mod-debugutilsbad prompt "GStreamer debugutilsbad module" config PACKAGE_gst1-mod-dtls prompt "GStreamer dtls module" config PACKAGE_gst1-mod-dvbsuboverlay prompt "GStreamer dvbsuboverlay module" config PACKAGE_gst1-mod-dvdspu prompt "GStreamer dvdspu module" config PACKAGE_gst1-mod-faad prompt "GStreamer faad module" config PACKAGE_gst1-mod-faceoverlay prompt "GStreamer faceoverlay module" config PACKAGE_gst1-mod-fbdevsink prompt "GStreamer fbdevsink module" config PACKAGE_gst1-mod-festival prompt "GStreamer festival module" config PACKAGE_gst1-mod-fieldanalysis prompt "GStreamer fieldanalysis module" config PACKAGE_gst1-mod-freeverb prompt "GStreamer freeverb module" config PACKAGE_gst1-mod-frei0r prompt "GStreamer frei0r module" config PACKAGE_gst1-mod-gaudieffects prompt "GStreamer gaudieffects module" config PACKAGE_gst1-mod-gdp prompt "GStreamer gdp module" config PACKAGE_gst1-mod-geometrictransform prompt "GStreamer geometrictransform module" config PACKAGE_gst1-mod-hls prompt "GStreamer hls module" config PACKAGE_gst1-mod-id3tag prompt "GStreamer id3tag module" config PACKAGE_gst1-mod-inter prompt "GStreamer inter module" config PACKAGE_gst1-mod-interlace prompt "GStreamer interlace module" config PACKAGE_gst1-mod-ivfparse prompt "GStreamer ivfparse module" config PACKAGE_gst1-mod-ivtc prompt "GStreamer ivtc module" config PACKAGE_gst1-mod-jp2kdecimator prompt "GStreamer jp2kdecimator module" config PACKAGE_gst1-mod-jpegformat prompt "GStreamer jpegformat module" config PACKAGE_gst1-mod-legacyrawparse prompt "GStreamer legacyrawparse module" config PACKAGE_gst1-mod-midi prompt "GStreamer midi module" config PACKAGE_gst1-mod-mpegpsdemux prompt "GStreamer mpegpsdemux module" config PACKAGE_gst1-mod-mpegpsmux prompt "GStreamer mpegpsmux module" config PACKAGE_gst1-mod-mxf prompt "GStreamer mxf module" config PACKAGE_gst1-mod-netsim prompt "GStreamer netsim module" config PACKAGE_gst1-mod-opusparse prompt "GStreamer opusparse module" config PACKAGE_gst1-mod-pcapparse prompt "GStreamer pcapparse module" config PACKAGE_gst1-mod-pnm prompt "GStreamer pnm module" config PACKAGE_gst1-mod-proxy prompt "GStreamer proxy module" config PACKAGE_gst1-mod-removesilence prompt "GStreamer removesilence module" config PACKAGE_gst1-mod-rfbsrc prompt "GStreamer rfbsrc module" config PACKAGE_gst1-mod-rtponvif prompt "GStreamer rtponvif module" config PACKAGE_gst1-mod-sbc prompt "GStreamer sbc module" config PACKAGE_gst1-mod-sdpelem prompt "GStreamer sdpelem module" config PACKAGE_gst1-mod-segmentclip prompt "GStreamer segmentclip module" config PACKAGE_gst1-mod-shm prompt "GStreamer shm module" config PACKAGE_gst1-mod-siren prompt "GStreamer siren module" config PACKAGE_gst1-mod-smooth prompt "GStreamer smooth module" config PACKAGE_gst1-mod-sndfile prompt "GStreamer sndfile module" config PACKAGE_gst1-mod-speed prompt "GStreamer speed module" config PACKAGE_gst1-mod-subenc prompt "GStreamer subenc module" config PACKAGE_gst1-mod-timecode prompt "GStreamer timecode module" config PACKAGE_gst1-mod-videofiltersbad prompt "GStreamer videofiltersbad module" config PACKAGE_gst1-mod-videoframe_audiolevel prompt "GStreamer videoframe_audiolevel module" config PACKAGE_gst1-mod-videosignal prompt "GStreamer videosignal module" config PACKAGE_gst1-mod-vmnc prompt "GStreamer vmnc module" config PACKAGE_gst1-mod-y4mdec prompt "GStreamer y4mdec module" config PACKAGE_gst1-mod-yadif prompt "GStreamer yadif module" comment "Libraries" config PACKAGE_libgst1adaptivedemux prompt "GStreamer adaptivedemux library" config PACKAGE_libgst1photography prompt "GStreamer photography library" config PACKAGE_libgst1basecamerabinsrc prompt "GStreamer basecamerabinsrc library" config PACKAGE_libgst1uridownloader prompt "GStreamer uridownloader library" endmenu config PACKAGE_gstreamer1-plugins-base tristate "gstreamer1-plugins-base.............. GStreamer plugins collection (base)" default y if DEFAULT_gstreamer1-plugins-base default m if ALL depends on !(ALL) || AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base if ALL select PACKAGE_gstreamer1-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer plugins collection (base) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess menu "Select GStreamer base modules and libraries" depends on PACKAGE_gstreamer1-plugins-base config gst1-plugins-base-all bool "Include all GStreamer base plugins" select PACKAGE_gst1-plugins-base comment "Modules" config PACKAGE_gst1-mod-alsa prompt "GStreamer alsa module" config PACKAGE_gst1-mod-app prompt "GStreamer app module" config PACKAGE_gst1-mod-audioconvert prompt "GStreamer audioconvert module" config PACKAGE_gst1-mod-audiorate prompt "GStreamer audiorate module" config PACKAGE_gst1-mod-audioresample prompt "GStreamer audioresample module" config PACKAGE_gst1-mod-audiotestsrc prompt "GStreamer audiotestsrc module" config PACKAGE_gst1-mod-playback prompt "GStreamer playback module" config PACKAGE_gst1-mod-gio prompt "GStreamer gio module" config PACKAGE_gst1-mod-ogg prompt "GStreamer ogg module" config PACKAGE_gst1-mod-opus prompt "GStreamer opus module" config PACKAGE_gst1-mod-tcp prompt "GStreamer tcp module" config PACKAGE_gst1-mod-theora prompt "GStreamer theora module" config PACKAGE_gst1-mod-typefindfunctions prompt "GStreamer typefindfunctions module" config PACKAGE_gst1-mod-videoconvert prompt "GStreamer videoconvert module" config PACKAGE_gst1-mod-videorate prompt "GStreamer videorate module" config PACKAGE_gst1-mod-videoscale prompt "GStreamer videoscale module" config PACKAGE_gst1-mod-videotestsrc prompt "GStreamer videotestsrc module" config PACKAGE_gst1-mod-volume prompt "GStreamer volume module" config PACKAGE_gst1-mod-vorbis prompt "GStreamer vorbis module" comment "Libraries" config PACKAGE_libgst1allocators prompt "GStreamer allocators library" config PACKAGE_libgst1app prompt "GStreamer app library" config PACKAGE_libgst1audio prompt "GStreamer audio library" config PACKAGE_libgst1fft prompt "GStreamer fft library" config PACKAGE_libgst1pbutils prompt "GStreamer pbutils library" config PACKAGE_libgst1riff prompt "GStreamer riff library" config PACKAGE_libgst1rtp prompt "GStreamer rtp library" config PACKAGE_libgst1rtsp prompt "GStreamer rtsp library" config PACKAGE_libgst1sdp prompt "GStreamer sdp library" config PACKAGE_libgst1tag prompt "GStreamer tag library" config PACKAGE_libgst1video prompt "GStreamer video library" endmenu config PACKAGE_gstreamer1-plugins-good tristate "gstreamer1-plugins-good.............. GStreamer plugins collection (good)" default y if DEFAULT_gstreamer1-plugins-good default m if ALL depends on !(ALL) || AUDIO_SUPPORT select PACKAGE_gst1-plugins-good if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gstreamer1-plugins-base select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GStreamer plugins collection (good) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess menu "Select GStreamer good modules" depends on PACKAGE_gstreamer1-plugins-good config gst1-plugins-good-all bool "Include all GStreamer good plugins" select PACKAGE_gst1-plugins-good comment "Modules" config PACKAGE_gst1-mod-alaw prompt "GStreamer alaw module" config PACKAGE_gst1-mod-alpha prompt "GStreamer alpha module" config PACKAGE_gst1-mod-alphacolor prompt "GStreamer alphacolor module" config PACKAGE_gst1-mod-apetag prompt "GStreamer apetag module" config PACKAGE_gst1-mod-audiofx prompt "GStreamer audiofx module" config PACKAGE_gst1-mod-audioparsers prompt "GStreamer audioparsers module" config PACKAGE_gst1-mod-auparse prompt "GStreamer auparse module" config PACKAGE_gst1-mod-autodetect prompt "GStreamer autodetect module" config PACKAGE_gst1-mod-avi prompt "GStreamer avi module" config PACKAGE_gst1-mod-cutter prompt "GStreamer cutter module" config PACKAGE_gst1-mod-debug prompt "GStreamer debug module" config PACKAGE_gst1-mod-deinterlace prompt "GStreamer deinterlace module" config PACKAGE_gst1-mod-dtmf prompt "GStreamer dtmf module" config PACKAGE_gst1-mod-effectv prompt "GStreamer effectv module" config PACKAGE_gst1-mod-equalizer prompt "GStreamer equalizer module" config PACKAGE_gst1-mod-flac prompt "GStreamer flac module" config PACKAGE_gst1-mod-flv prompt "GStreamer flv module" config PACKAGE_gst1-mod-flxdec prompt "GStreamer flxdec module" config PACKAGE_gst1-mod-goom2k1 prompt "GStreamer goom2k1 module" config PACKAGE_gst1-mod-goom prompt "GStreamer goom module" config PACKAGE_gst1-mod-icydemux prompt "GStreamer icydemux module" config PACKAGE_gst1-mod-id3demux prompt "GStreamer id3demux module" config PACKAGE_gst1-mod-imagefreeze prompt "GStreamer imagefreeze module" config PACKAGE_gst1-mod-interleave prompt "GStreamer interleave module" config PACKAGE_gst1-mod-isomp4 prompt "GStreamer isomp4 module" config PACKAGE_gst1-mod-jpeg prompt "GStreamer jpeg module" config PACKAGE_gst1-mod-lame prompt "GStreamer lame module" config PACKAGE_gst1-mod-level prompt "GStreamer level module" config PACKAGE_gst1-mod-matroska prompt "GStreamer matroska module" config PACKAGE_gst1-mod-mpg123 prompt "GStreamer mpg123 module" config PACKAGE_gst1-mod-mulaw prompt "GStreamer mulaw module" config PACKAGE_gst1-mod-multifile prompt "GStreamer multifile module" config PACKAGE_gst1-mod-multipart prompt "GStreamer multipart module" config PACKAGE_gst1-mod-navigationtest prompt "GStreamer navigationtest module" config PACKAGE_gst1-mod-oss4 prompt "GStreamer oss4 module" config PACKAGE_gst1-mod-ossaudio prompt "GStreamer ossaudio module" config PACKAGE_gst1-mod-png prompt "GStreamer png module" config PACKAGE_gst1-mod-replaygain prompt "GStreamer replaygain module" config PACKAGE_gst1-mod-rtpmanager prompt "GStreamer rtpmanager module" config PACKAGE_gst1-mod-rtp prompt "GStreamer rtp module" config PACKAGE_gst1-mod-rtsp prompt "GStreamer rtsp module" config PACKAGE_gst1-mod-shapewipe prompt "GStreamer shapewipe module" config PACKAGE_gst1-mod-shout2 prompt "GStreamer shout2 module" config PACKAGE_gst1-mod-smpte prompt "GStreamer smpte module" config PACKAGE_gst1-mod-soup prompt "GStreamer soup module" config PACKAGE_gst1-mod-spectrum prompt "GStreamer spectrum module" config PACKAGE_gst1-mod-speex prompt "GStreamer speex module" config PACKAGE_gst1-mod-udp prompt "GStreamer udp module" config PACKAGE_gst1-mod-video4linux2 prompt "GStreamer video4linux2 module" config PACKAGE_gst1-mod-videobox prompt "GStreamer videobox module" config PACKAGE_gst1-mod-videocrop prompt "GStreamer videocrop module" config PACKAGE_gst1-mod-videofilter prompt "GStreamer videofilter module" config PACKAGE_gst1-mod-videomixer prompt "GStreamer videomixer module" config PACKAGE_gst1-mod-vpx prompt "GStreamer vpx module" config PACKAGE_gst1-mod-wavenc prompt "GStreamer wavenc module" config PACKAGE_gst1-mod-wavparse prompt "GStreamer wavparse module" endmenu config PACKAGE_gstreamer1-plugins-ugly tristate "gstreamer1-plugins-ugly.............. GStreamer plugins collection (ugly)" default y if DEFAULT_gstreamer1-plugins-ugly default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gst1-plugins-ugly if ALL select PACKAGE_gstreamer1-plugins-base select PACKAGE_librt if USE_GLIBC depends on !(ALL) || AUDIO_SUPPORT help GStreamer plugins collection (ugly) https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess menu "Select GStreamer ugly modules" depends on PACKAGE_gstreamer1-plugins-ugly config gst1-plugins-ugly-all bool "Include all GStreamer ugly plugins" select PACKAGE_gst1-plugins-ugly comment "Modules" config PACKAGE_gst1-mod-asf prompt "GStreamer asf module" config PACKAGE_gst1-mod-mpeg2dec prompt "GStreamer mpeg2dec module" endmenu config PACKAGE_gstreamer1-utils tristate "gstreamer1-utils..................................... GStreamer utilities" default y if DEFAULT_gstreamer1-utils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_gstreamer1-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer utilities. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_icecast tristate "icecast.... A streaming media server for Ogg/Vorbis and MP3 audio streams" default y if DEFAULT_icecast default m if ALL select PACKAGE_libxslt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libvorbisidec select PACKAGE_libogg select PACKAGE_librt if USE_GLIBC help Icecast is a streaming media server which currently supports Ogg Vorbis and MP3 audio streams. It can be used to create an Internet radio station or a privately running jukebox and many things in between. It is very versatile in that new formats can be added relatively easily and supports open standards for commuincation and interaction. https://icecast.org/ André Gaul , Ted Hess config PACKAGE_lcdgrilo tristate "lcdgrilo........................................................ lcdgrilo" default y if DEFAULT_lcdgrilo default m if ALL select PACKAGE_grilo select PACKAGE_librt if USE_GLIBC select PACKAGE_grilo-plugins select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgee select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help lcdgrilo http://www.flyn.org/projects/lcdgrilo/ W. Michael Petullo config PACKAGE_libgst1adaptivedemux tristate default y if DEFAULT_libgst1adaptivedemux select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgst1app select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1uridownloader depends on AUDIO_SUPPORT help GStreamer open source multimedia framework . This package contains the GStreamer adaptivedemux library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1allocators tristate default y if DEFAULT_libgst1allocators select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer allocators library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1app tristate default y if DEFAULT_libgst1app select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer app library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1audio tristate default y if DEFAULT_libgst1audio select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1tag select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer audio library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1basecamerabinsrc tristate default y if DEFAULT_libgst1basecamerabinsrc select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1app select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer basecamerabinsrc library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1check tristate default y if DEFAULT_libgst1check select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer check unit testing library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1controller tristate default y if DEFAULT_libgst1controller select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer dynamic parameter control library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1fft tristate default y if DEFAULT_libgst1fft select PACKAGE_librt if USE_GLIBC select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer FFT library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1net tristate default y if DEFAULT_libgst1net select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer network classes library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1pbutils tristate default y if DEFAULT_libgst1pbutils select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1video select PACKAGE_libgst1audio select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP help GStreamer open source multimedia framework . This package contains the GStreamer utils library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1photography tristate default y if DEFAULT_libgst1photography select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgst1pbutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_gst1-plugins-base help GStreamer open source multimedia framework . This package contains the GStreamer photography library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1riff tristate default y if DEFAULT_libgst1riff select PACKAGE_libgst1tag select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1audio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 help GStreamer open source multimedia framework . This package contains the GStreamer RIFF media library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1rtp tristate default y if DEFAULT_libgst1rtp select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS help GStreamer open source multimedia framework . This package contains the GStreamer RTP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1rtsp tristate default y if DEFAULT_libgst1rtsp select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer RTSP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1sdp tristate default y if DEFAULT_libgst1sdp select PACKAGE_libgstreamer1 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgst1rtp help GStreamer open source multimedia framework . This package contains the GStreamer SDP library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1tag tristate default y if DEFAULT_libgst1tag select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer tag support library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1uridownloader tristate default y if DEFAULT_libgst1uridownloader select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgst1pbutils depends on AUDIO_SUPPORT select PACKAGE_gst1-plugins-base select PACKAGE_librt if USE_GLIBC help GStreamer open source multimedia framework . This package contains the GStreamer uridownloader library. http://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgst1video tristate default y if DEFAULT_libgst1video select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libgstreamer1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer video library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_libgstreamer1 tristate default y if DEFAULT_libgstreamer1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libxml2 select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GStreamer open source multimedia framework . This package contains the GStreamer core library. https://gstreamer.freedesktop.org/ W. Michael Petullo Ted Hess config PACKAGE_minidlna tristate "minidlna.................................... UPnP A/V & DLNA Media Server" default y if DEFAULT_minidlna default m if ALL select PACKAGE_libjpeg select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libflac select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libvorbis select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libid3tag select PACKAGE_libsqlite3 select PACKAGE_libexif select PACKAGE_libffmpeg-audio-dec if PACKAGE_libffmpeg-full, Ted Hess source "feeds/packages/multimedia/mjpg-streamer/Config.in" config PACKAGE_motion tristate "motion................................. webcam motion sensing and logging" default y if DEFAULT_motion default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmicrohttpd-ssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libjpeg help webcam motion sensing and logging https://motion-project.github.io/ Roger D config PACKAGE_tvheadend tristate "tvheadend................... Tvheadend is a TV streaming server for Linux" default y if DEFAULT_tvheadend default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libavahi-client if TVHEADEND_AVAHI_SUPPORT select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_zlib help Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, IPTV, SAT>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. https://tvheadend.org Jan Čermák menu "Configuration" depends on PACKAGE_tvheadend source "feeds/packages/multimedia/tvheadend/Config.in" endmenu config PACKAGE_v4l2rtspserver tristate "v4l2rtspserver............................................ v4l2rtspserver" default y if DEFAULT_v4l2rtspserver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help RTSP server for v4L2 video sources https://github.com/mpromonet/v4l2rtspserver Roger Dammit config PACKAGE_vips tristate "vips....................................... An image manipulation library" default y if DEFAULT_vips default m if ALL select PACKAGE_libexif select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_giflib select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libexpat select PACKAGE_libpng select PACKAGE_libxml2 help An image manipulation library https://libvips.github.io/libvips/ W. Michael Petullo config PACKAGE_xupnpd tristate "xupnpd............................................. eXtensible UPnP agent" default y if DEFAULT_xupnpd default m if ALL select PACKAGE_liblua select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help xupnpd - eXtensible UPnP agent This program is a light DLNA Media Server which provides ContentDirectory:1 service for sharing IPTV unicast streams over local area network (with udpxy for multicast to HTTP unicast conversion). The program shares UTF8-encoded M3U playlists with links over local area network as content of the directory. You can watch HDTV broadcasts (multicast or unicast) and listen Internet Radio in IP network without transcoding and PC. http://xupnpd.org/ Álvaro Fernández Rojas config PACKAGE_youtube-dl tristate "youtube-dl................... Utility to download videos from YouTube.com" default y if DEFAULT_youtube-dl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-ctypes select PACKAGE_ca-certificates select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-codecs select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-xml select PACKAGE_python3-setuptools select PACKAGE_python3-email help youtube-dl is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter. https://yt-dl.org Josef Schlehofer config PACKAGE_youtube-dl-src tristate "youtube-dl-src..... Utility to download videos from YouTube.com (sources)" default y if DEFAULT_youtube-dl-src default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help youtube-dl is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter.. (Contains the Python3 sources for this package). https://yt-dl.org Josef Schlehofer endmenu menu "Network" menu "BitTorrent" config PACKAGE_mktorrent tristate "mktorrent...................................................... mktorrent" default y if DEFAULT_mktorrent default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help mktorrent https://github.com/Rudde/mktorrent Daniel Golle config PACKAGE_opentracker tristate "opentracker.................................................. opentracker" default y if DEFAULT_opentracker default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help opentracker - An open and free bittorrent tracker opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!). This package contains the IPv4-build of opentracker. http://erdgeist.org/arts/software/opentracker/ Daniel Golle config PACKAGE_opentracker6 tristate "opentracker6.................................... opentracker (IPv6 build)" default y if DEFAULT_opentracker6 default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help opentracker - An open and free bittorrent tracker opentracker is an open and free bittorrent tracker project. It aims for minimal resource usage and is intended to run at your wlan router. Currently it is deployed as an open and free tracker instance. Read our free and open tracker blog and announce your torrents there (but do not hesitate to setup your own free trackers!). This package contains the IPv6-build of opentracker. http://erdgeist.org/arts/software/opentracker/ Daniel Golle config PACKAGE_rtorrent tristate "rtorrent................................... BitTorrent client for ncurses" default y if DEFAULT_rtorrent default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libcurl select PACKAGE_libncurses select PACKAGE_libstdcpp help rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built without xmlrpc support https://github.com/rakshasa/rtorrent Rosen Penev config PACKAGE_rtorrent-rpc tristate "rtorrent-rpc............ BitTorrent client for ncurses (with rpc support)" default y if DEFAULT_rtorrent-rpc default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_xmlrpc-c-server select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libncurses select PACKAGE_libstdcpp help rTorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client. This package is built with xmlrpc support https://github.com/rakshasa/rtorrent Rosen Penev config PACKAGE_transmission-cli-mbedtls tristate "transmission-cli-mbedtls............... BitTorrent client (with mbed TLS)" default y if DEFAULT_transmission-cli-mbedtls default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libminiupnpc select PACKAGE_libmbedtls select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libnatpmp select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 help CLI utilities for transmission. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-cli-openssl tristate "transmission-cli-openssl................ BitTorrent client (with OpenSSL)" default y if DEFAULT_transmission-cli-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libminiupnpc select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libopenssl select PACKAGE_libnatpmp select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 help CLI utilities for transmission. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-daemon-mbedtls tristate "transmission-daemon-mbedtls............ BitTorrent client (with mbed TLS)" default y if DEFAULT_transmission-daemon-mbedtls default m if ALL select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libevent2 select PACKAGE_libnatpmp select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libminiupnpc select PACKAGE_libmbedtls help Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-daemon-openssl tristate "transmission-daemon-openssl............. BitTorrent client (with OpenSSL)" default y if DEFAULT_transmission-daemon-openssl default m if ALL select PACKAGE_libminiupnpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libnatpmp select PACKAGE_libevent2 select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libc help Transmission is a simple BitTorrent client. It features a very simple, intuitive interface on top on an efficient, cross-platform back-end. This package contains the daemon itself. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-remote-mbedtls tristate "transmission-remote-mbedtls............ BitTorrent client (with mbed TLS)" default y if DEFAULT_transmission-remote-mbedtls default m if ALL select PACKAGE_libmbedtls select PACKAGE_libminiupnpc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libnatpmp select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libcurl help CLI remote interface for transmission. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-remote-openssl tristate "transmission-remote-openssl............. BitTorrent client (with OpenSSL)" default y if DEFAULT_transmission-remote-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libnatpmp select PACKAGE_libevent2 select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libpthread select PACKAGE_libminiupnpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help CLI remote interface for transmission. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-web tristate "transmission-web........................ BitTorrent client (webinterface)" default y if DEFAULT_transmission-web default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) select PACKAGE_libssp if GCC_LIBSSP help Webinterface resources for transmission. https://www.transmissionbt.com Rosen Penev config PACKAGE_transmission-web-control tristate "transmission-web-control........................ Transmission Web Control" default y if DEFAULT_transmission-web-control default m if ALL depends on (PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_transmission-web != y) help Transmission Web Control is a custom Web UI for Transmission. https://github.com/ronggang/transmission-web-control Richard Yu endmenu menu "Captive Portals" config PACKAGE_apfree-wifidog tristate "apfree-wifidog................. Apfree's wireless captive portal solution" default y if DEFAULT_apfree-wifidog default m if ALL select PACKAGE_libip4tc select PACKAGE_iptables-mod-nat-extra select PACKAGE_libc select PACKAGE_libevent2-openssl select PACKAGE_zlib select PACKAGE_kmod-ipt-nat select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_px5g-mbedtls select PACKAGE_libpthread if USE_GLIBC select PACKAGE_iptables-mod-extra select PACKAGE_ipset select PACKAGE_iptables-mod-ipopt select PACKAGE_libuci select PACKAGE_libjson-c depends on PACKAGE_iptables help The ApFree Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. It's enhanced wifidog https://github.com/liudf0716/apfree_wifidog Dengfeng Liu menuconfig PACKAGE_coova-chilli tristate "coova-chilli...... Wireless LAN HotSpot controller (Coova Chilli Version)" default y if DEFAULT_coova-chilli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_libwolfssl if COOVACHILLI_WOLFSSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libopenssl if COOVACHILLI_OPENSSL help CoovaChilli is an open source access controller for wireless LAN access points and is based on ChilliSpot. It is used for authenticating users of a wireless (or wired) LAN. It supports web based login (UAM) which is today's standard for public HotSpots and it supports Wireless Protected Access (WPA) which is the standard of the future. Authentication, authorization and accounting (AAA) is handled by your favorite radius server. https://coova.github.io/ Jaehoon You source "feeds/packages/net/coova-chilli/Config.in" config PACKAGE_nodogsplash tristate "nodogsplash........................... Open public network gateway daemon" default y if DEFAULT_nodogsplash default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_libmicrohttpd-no-ssl select PACKAGE_iptables-mod-ipopt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Nodogsplash is a Captive Portal that offers a simple way to provide restricted access to the Internet by showing a splash page to the user before Internet access is granted. It also incorporates an API that allows the creation of sophisticated authentication applications. https://github.com/nodogsplash/nodogsplash Moritz Warning config PACKAGE_opennds tristate "opennds............................... Open public network gateway daemon" default y if DEFAULT_opennds default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmicrohttpd-no-ssl select PACKAGE_iptables-mod-ipopt depends on m || (PACKAGE_nodogsplash != y) help openNDS is a Captive Portal that offers a simple way to provide restricted access to the Internet by showing a splash page to the user before Internet access is granted. It also incorporates an API that allows the creation of sophisticated authentication applications. https://github.com/opennds/opennds Rob White config PACKAGE_pirania tristate "pirania.................................... Captive portal with vouchers." default y if DEFAULT_pirania default m if ALL depends on PACKAGE_shared-state select PACKAGE_ipset select PACKAGE_shared-state-pirania select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ip6tables depends on PACKAGE_uhttpd select PACKAGE_ip6tables-mod-nat select PACKAGE_uhttpd-mod-lua select PACKAGE_libc depends on IPV6 help Captive Portal for routers that want to share their Internet connection via vouchers. Luandro config PACKAGE_wifidog tristate "wifidog............................... A wireless captive portal solution" default y if DEFAULT_wifidog default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_iptables-mod-nat-extra depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables-mod-extra select PACKAGE_iptables-mod-ipopt help The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. http://www.wifidog.org Michael Haas config PACKAGE_wifidog-ng-mbedtls tristate "wifidog-ng-mbedtls.. Next generation WifiDog implemented in Lua (mbedtls)" default y if DEFAULT_wifidog-ng-mbedtls default m if ALL select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_libuhttpd-mbedtls select PACKAGE_dnsmasq-full select PACKAGE_libc select PACKAGE_luasocket select PACKAGE_ipset select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-wifidog-ng select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua help Next generation WifiDog implemented in Lua (mbedtls) Jianhui Zhao config PACKAGE_wifidog-ng-nossl tristate "wifidog-ng-nossl..... Next generation WifiDog implemented in Lua (NO SSL)" default y if DEFAULT_wifidog-ng-nossl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-wifidog-ng select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_luasocket select PACKAGE_ipset select PACKAGE_libuhttpd-nossl select PACKAGE_dnsmasq-full select PACKAGE_libc select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua depends on m || (PACKAGE_wifidog-ng-openssl != y) depends on m || (PACKAGE_wifidog-ng-wolfssl != y) depends on m || (PACKAGE_wifidog-ng-mbedtls != y) help Next generation WifiDog implemented in Lua (NO SSL) Jianhui Zhao config PACKAGE_wifidog-ng-openssl tristate "wifidog-ng-openssl.. Next generation WifiDog implemented in Lua (openssl)" default y if DEFAULT_wifidog-ng-openssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-wifidog-ng select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_luasocket select PACKAGE_ipset select PACKAGE_dnsmasq-full select PACKAGE_libc select PACKAGE_libuhttpd-openssl select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua depends on m || (PACKAGE_wifidog-ng-wolfssl != y) depends on m || (PACKAGE_wifidog-ng-mbedtls != y) help Next generation WifiDog implemented in Lua (openssl) Jianhui Zhao config PACKAGE_wifidog-ng-wolfssl tristate "wifidog-ng-wolfssl.. Next generation WifiDog implemented in Lua (wolfssl)" default y if DEFAULT_wifidog-ng-wolfssl default m if ALL select PACKAGE_luasocket select PACKAGE_ipset select PACKAGE_libuhttpd-wolfssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-wifidog-ng select PACKAGE_libubox-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_libuci-lua select PACKAGE_libc select PACKAGE_dnsmasq-full depends on m || (PACKAGE_wifidog-ng-mbedtls != y) help Next generation WifiDog implemented in Lua (wolfssl) Jianhui Zhao config PACKAGE_wifidog-tls tristate "wifidog-tls........................... A wireless captive portal solution" default y if DEFAULT_wifidog-tls default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_iptables-mod-nat-extra depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables-mod-ipopt select PACKAGE_iptables-mod-extra help The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals who wish to open a free Hotspot while still preventing abuse of their Internet connection. This variant can talk TLS to the auth server. http://www.wifidog.org Michael Haas endmenu menu "Download Manager" config PACKAGE_ariang tristate "ariang................................. AriaNg webui for uhttpd webserver" default y if DEFAULT_ariang default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_aria2 select PACKAGE_uhttpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help AriaNg is a web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. https://ariang.mayswind.net Ansuel Smith config PACKAGE_ariang-nginx tristate "ariang-nginx............................ AriaNg webui for nginx webserver" default y if DEFAULT_ariang-nginx default m if ALL select PACKAGE_nginx if PACKAGE_nginx-ssl config PACKAGE_webui-aria2 tristate "webui-aria2.......................... An interface to interact with aria2" default y if DEFAULT_webui-aria2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The aim for this project is to create the worlds best and hottest interface to interact with aria2. Very simple to use. https://github.com/ziahamza/webui-aria2 Hsing-Wang Liao endmenu menu "File Transfer" config PACKAGE_aria2 tristate "aria2....................................... lightweight download utility" default y if DEFAULT_aria2 default m if ALL select PACKAGE_libstdcpp select PACKAGE_libgmp if ARIA2_GMP select PACKAGE_libc select PACKAGE_libcares if ARIA2_ASYNC_DNS select PACKAGE_libxml2 if ARIA2_LIBXML2 select PACKAGE_libgnutls if ARIA2_GNUTLS select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libopenssl if ARIA2_OPENSSL select PACKAGE_libsqlite3 if ARIA2_COOKIE select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libnettle if ARIA2_NETTLE select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat if ARIA2_EXPAT select PACKAGE_libgcrypt if ARIA2_LIBGCRYPT select PACKAGE_libssh2 if ARIA2_SFTP help aria2 is a lightweight multi-protocol & multi-source command-line download utility https://aria2.github.io/ Imre Kaloz , Hsing-Wang Liao source "feeds/packages/net/aria2/Config.in" config PACKAGE_atftp tristate "atftp........................................................ TFTP client" default y if DEFAULT_atftp default m if ALL select PACKAGE_libreadline select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help TFTP client Daniel Danzberger config PACKAGE_atftpd tristate "atftpd....................................................... TFTP server" default y if DEFAULT_atftpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpcre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help TFTP server Daniel Danzberger config PACKAGE_curl tristate "curl.................................. A client-side URL transfer utility" default y if DEFAULT_curl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libcurl select PACKAGE_libssp if GCC_LIBSSP help A client-side URL transfer utility http://curl.haxx.se/ Imre Kaloz config PACKAGE_gnurl tristate "gnurl.......................... A client-side HTTP/HTTPS transfer utility" default y if DEFAULT_gnurl default m if ALL select PACKAGE_libgnurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A client-side HTTP/HTTPS transfer utility https://gnunet.org/gnurl Daniel Golle config PACKAGE_lftp tristate "lftp.. a sophisticated file transfer program with command line interface." default y if DEFAULT_lftp default m if ALL select PACKAGE_zlib select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libexpat select PACKAGE_libc select PACKAGE_libreadline select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC help LFTP is a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. GNU Readline library is used for input. Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Even if ftp server does not support REST command, lftp will try to retrieve the file from the very beginning until the file is transferred completely. This is useful for dynamic-ip machines which change their IP addresses quite often, and for sites with very bad internet connectivity. lftp has shell-like command syntax allowing you to launch several commands in parallel in background (&). It is also possible to group commands within () and execute them in background. All background jobs are executed in the same single process. You can bring a foreground job to background with ^Z (c-z) and back with command `wait' (or `fg' which is alias to `wait'). To list running jobs, use command `jobs'. Some commands allow redirecting their output (cat, ls, ...) to file or via pipe to external command. Commands can be executed conditionally based on termination status of previous command (&&, ||). lftp has builtin mirror which can download or update a whole directory tree. There is also reverse mirror (mirror -R) which uploads or updates a directory tree on server. http://lftp.yar.ru/ Federico Di Marco config PACKAGE_rosy-file-server tristate "rosy-file-server.............................. Rosy File Server over HTTP" default y if DEFAULT_rosy-file-server default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package is a configuration management for luci-app-rosy-file-server. Rosy Song menuconfig PACKAGE_rsync tristate "rsync........................... Fast remote file copy program (like rcp)" default y if DEFAULT_rsync default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl if RSYNC_acl select PACKAGE_zlib if RSYNC_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libattr if RSYNC_xattr select PACKAGE_libpopt select PACKAGE_librt if USE_GLIBC help rsync is a program that allows files to be copied to and from remote machines in much the same way as rcp. It has many more options than rcp, and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file already exists. The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network link. http://rsync.samba.org/ Maxim Storchak source "feeds/packages/net/rsync/Config.in" config PACKAGE_rsyncd tristate "rsyncd...................................................... Rsync daemon" default y if DEFAULT_rsyncd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_rsync select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help rsyncd is a configuration file and initscript to utilize rsync as a daemon. It uses the same binary as rsync. http://rsync.samba.org/ Maxim Storchak config PACKAGE_vsftpd tristate "vsftpd............................... Fast and secure FTP server (no TLS)" default y if DEFAULT_vsftpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Fast and secure FTP server (no TLS) https://security.appspot.com/vsftpd.html Cezary Jackiewicz config PACKAGE_vsftpd-tls tristate "vsftpd-tls.............................. Fast and secure FTP server (TLS)" default y if DEFAULT_vsftpd-tls default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Fast and secure FTP server (TLS) https://security.appspot.com/vsftpd.html Cezary Jackiewicz config PACKAGE_wget tristate "wget............... Non-interactive network downloader (with SSL support)" default y if DEFAULT_wget default m if ALL select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built with SSL support. https://www.gnu.org/software/wget/index.html Peter Wagner config PACKAGE_wget-nossl tristate "wget-nossl...... Non-interactive network downloader (without SSL support)" default y if DEFAULT_wget-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Wget is a network utility to retrieve files from the Web using http and ftp, the two most widely used Internet protocols. It works non-interactively, so it will work in the background, after having logged off. The program supports recursive retrieval of web-authoring pages as well as ftp sites -- you can use wget to make mirrors of archives and home pages or to travel the Web like a WWW robot. This package is built without SSL support. https://www.gnu.org/software/wget/index.html Peter Wagner endmenu menu "Filesystem" config PACKAGE_davfs2 tristate "davfs2................. Mount a WebDAV resource as a regular file system." default y if DEFAULT_davfs2 default m if ALL select PACKAGE_libfuse select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_kmod-fuse select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libneon help Web Distributed Authoring and Versioning (WebDAV), an extension to the HTTP-protocol, allows authoring of resources on a remote web server.davfs2 provides the ability to access such resources like a typical filesystem, allowing for use by standard applications with no built-in support for WebDAV. davfs2 is designed to fully integrate into the filesystem semantics of Unix-like systems (mount, umount, etc.). davfs2 makes mounting by unprivileged users as easy and secure as possible. davfs2 does extensive caching to make the file system responsive, to avoid unnecessary network traffic and to prevent data loss, and to cope for slow or unreliable connections. davfs2 will work with most WebDAV servers needing little or no configuration. https://savannah.nongnu.org/projects/davfs2/ Federico Di Marco config PACKAGE_ksmbd-avahi-service tristate "ksmbd-avahi-service........................... Kernel SMB (Avahi service)" default y if DEFAULT_ksmbd-avahi-service default m if ALL select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_ksmbd-server tristate "ksmbd-server........................................... Kernel SMB server" default y if DEFAULT_ksmbd-server default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-fs-ksmbd select PACKAGE_libnl-core select PACKAGE_libnl-genl select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help installs: ksmbd.mountd This provides the basic fileserver service and is the minimum needed to serve 'guest only' file shares or use a existing user database file ksmbdpwd.db. https://github.com/cifsd-team/cifsd-tools Andy Walsh select PACKAGE_wsdd2 config PACKAGE_ksmbd-utils tristate "ksmbd-utils.............................. Kernel SMB user management-util" default y if DEFAULT_ksmbd-utils default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help installs: ksmbd.adduser (ksmbd.addshare) Tool needed to create the ksmbdpwd.db, to manage per user share passwords. NOTE: Not needed for 'guest only' shares. https://github.com/cifsd-team/cifsd-tools Andy Walsh config KSMBD_UTILS_SHAREADD bool "Add ksmbd.addshare util" depends on PACKAGE_ksmbd-utils help Add the ksmbd.addshare tool, to directly manipulate the /etc/ksmbd/smb.conf. default n config PACKAGE_netatalk tristate "netatalk........................................................ netatalk" default y if DEFAULT_netatalk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libdb47 select PACKAGE_libgcrypt select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libattr select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help netatalk http://netatalk.sourceforge.net Alexandru Ardelean config PACKAGE_nfs-kernel-server tristate "nfs-kernel-server.............................. Kernel NFS server support" default y if DEFAULT_nfs-kernel-server default m if ALL select PACKAGE_libwrap select PACKAGE_libuuid select PACKAGE_libkeyutils if NFS_KERNEL_SERVER_V4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libtirpc select PACKAGE_kmod-fs-nfs-v4 if NFS_KERNEL_SERVER_V4 select PACKAGE_kmod-fs-nfs select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-fs-nfsd select PACKAGE_rpcbind select PACKAGE_libblkid select PACKAGE_libc select PACKAGE_libdevmapper if NFS_KERNEL_SERVER_V4 select PACKAGE_nfs-utils-libs if NFS_KERNEL_SERVER_V4 help Kernel NFS server support http://nfs.sourceforge.net/ Peter Wagner source "feeds/packages/net/nfs-kernel-server/Config.in" config PACKAGE_nfs-kernel-server-utils tristate "nfs-kernel-server-utils................................. NFS server utils" default y if DEFAULT_nfs-kernel-server-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nfs-kernel-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NFS server utils http://nfs.sourceforge.net/ Peter Wagner config PACKAGE_owftpd tristate "owftpd................................................. OWFS - ftp server" default y if DEFAULT_owftpd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libow select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS ftp server. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_owhttpd tristate "owhttpd............................................... OWFS - http server" default y if DEFAULT_owhttpd default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libow select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS http server. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_owserver tristate "owserver........................................... OWFS - network server" default y if DEFAULT_owserver default m if ALL select PACKAGE_libow select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS network server. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_sshfs tristate "sshfs.............................................................. SSHFS" default y if DEFAULT_sshfs default m if ALL select PACKAGE_libc select PACKAGE_libfuse select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_glib2 select PACKAGE_fuse-utils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Mount remote system over sftp. http://fuse.sourceforge.net/ Zoltan HERPAI endmenu menu "Firewall" config PACKAGE_arptables tristate "arptables....................................... ARP firewalling software" default y if DEFAULT_arptables default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-arptables select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ARP firewalling software https://git.netfilter.org/arptables/ config PACKAGE_conntrack tristate "conntrack....................................... Connection tracking tool" default y if DEFAULT_conntrack default m if ALL select PACKAGE_libnetfilter-cthelper select PACKAGE_libnetfilter-queue select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetfilter-conntrack select PACKAGE_libnetfilter-cttimeout select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Conntrack is a userspace command line program targeted at system administrators. It enables them to view and manage the in-kernel connection tracking state table. http://conntrack-tools.netfilter.org/ Jo-Philipp Wich config PACKAGE_conntrackd tristate "conntrackd.................................... Connection tracking daemon" default y if DEFAULT_conntrackd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetfilter-cthelper select PACKAGE_libnetfilter-queue select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnetfilter-cttimeout select PACKAGE_libnetfilter-conntrack select PACKAGE_libssp if GCC_LIBSSP help Conntrackd can replicate the status of the connections that are currently being processed by your stateful firewall based on Linux. Conntrackd can also run as statistics daemon. http://conntrack-tools.netfilter.org/ Jo-Philipp Wich config PACKAGE_ebtables tristate "ebtables................. Ethernet bridge firewall administration utility" default y if DEFAULT_ebtables default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-ebtables select PACKAGE_libssp if GCC_LIBSSP help The ebtables program is a filtering tool for a bridging firewall. The filtering is focussed on the Link Layer Ethernet frame fields. Apart from filtering, it also gives the ability to alter the Ethernet MAC addresses and implement a brouter. http://ebtables.sourceforge.net/ config PACKAGE_ebtables-utils tristate "ebtables-utils........................... ebtables save/restore utilities" default y if DEFAULT_ebtables-utils default m if ALL select PACKAGE_kmod-ebtables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ebtables select PACKAGE_librt if USE_GLIBC help The ebtables program is a filtering tool for a bridging firewall. The filtering is focussed on the Link Layer Ethernet frame fields. Apart from filtering, it also gives the ability to alter the Ethernet MAC addresses and implement a brouter. http://ebtables.sourceforge.net/ config PACKAGE_fwknop tristate "fwknop.................................... FireWall KNock OPerator Client" default y if DEFAULT_fwknop default m if ALL select PACKAGE_libfko select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop client. https://www.cipherdyne.org/fwknop/ Jonathan Bennett config PACKAGE_fwknopd tristate "fwknopd................................... FireWall KNock OPerator Daemon" default y if DEFAULT_fwknopd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_libpcap if !FWKNOPD_NFQ_CAPTURE select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnfnetlink if FWKNOPD_NFQ_CAPTURE select PACKAGE_libfko select PACKAGE_iptables-mod-nfqueue if FWKNOPD_NFQ_CAPTURE select PACKAGE_libnetfilter-queue if FWKNOPD_NFQ_CAPTURE select PACKAGE_gnupg if FWKNOP_GPG select PACKAGE_libssp if GCC_LIBSSP help Fwknop implements an authorization scheme known as Single Packet Authorization (SPA) for Linux systems running iptables. This mechanism requires only a single encrypted and non-replayed packet to communicate various pieces of information including desired access through an iptables policy. The main application of this program is to use iptables in a default-drop stance to protect services such as SSH with an additional layer of security in order to make the exploitation of vulnerabilities (both 0-day and unpatched code) much more difficult. This package contains the fwknop daemon. https://www.cipherdyne.org/fwknop/ Jonathan Bennett source "feeds/packages/net/fwknop/Config.in" menuconfig PACKAGE_ip6tables tristate "ip6tables.............................. IPv6 firewall administration tool" default y if DEFAULT_ip6tables default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ip6tables depends on IPV6 select PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help IPv6 firewall administration tool https://netfilter.org/ config PACKAGE_ip6tables-extra tristate "ip6tables-extra............................. IPv6 header matching modules" default y if DEFAULT_ip6tables-extra default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ip6tables-extra depends on IPV6 depends on PACKAGE_ip6tables select PACKAGE_libssp if GCC_LIBSSP help IPv6 header matching modules https://netfilter.org/ config PACKAGE_ip6tables-mod-nat tristate "ip6tables-mod-nat.................................... IPv6 NAT extensions" default y if DEFAULT_ip6tables-mod-nat default m if ALL||ALL_NONSHARED depends on IPV6 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-nat6 depends on PACKAGE_ip6tables help iptables extensions for IPv6-NAT targets. https://netfilter.org/ config PACKAGE_ip6tables-nft tristate "ip6tables-nft........................ IP firewall administration tool nft" default y if DEFAULT_ip6tables-nft default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_ip6tables depends on PACKAGE_libxtables select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libxtables-nft depends on IPTABLES_NFTABLES help Extra ip6tables nftables nft binaries. iptables-nft iptables-nft-restore iptables-nft-save iptables-translate iptables-restore-translate https://netfilter.org/ menuconfig PACKAGE_iptables tristate "iptables................................. IP firewall administration tool" default y if DEFAULT_iptables default m if ALL||ALL_NONSHARED select PACKAGE_libip6tc if IPV6 select PACKAGE_librt if USE_GLIBC select PACKAGE_libip4tc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxtables select PACKAGE_kmod-ipt-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help IP firewall administration tool. Matches: - icmp - tcp - udp - comment - conntrack - limit - mac - mark - multiport - set - state - time Targets: - ACCEPT - CT - DNAT - DROP - REJECT - FLOWOFFLOAD - LOG - MARK - MASQUERADE - REDIRECT - SET - SNAT - TCPMSS Tables: - filter - mangle - nat - raw https://netfilter.org/ config IPTABLES_CONNLABEL bool "Enable Connlabel support" default n help This enable connlabel support in iptables. config IPTABLES_NFTABLES bool "Enable Nftables support" default n help This enable nftables support in iptables. config PACKAGE_iptables-mod-account tristate "iptables-mod-account.......................... ACCOUNT iptables extension" default y if DEFAULT_iptables-mod-account default m if ALL select PACKAGE_kmod-ipt-account select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables help ACCOUNT iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-chaos tristate "iptables-mod-chaos.............................. CHAOS iptables extension" default y if DEFAULT_iptables-mod-chaos default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_kmod-ipt-chaos select PACKAGE_libssp if GCC_LIBSSP help CHAOS iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-checksum tristate "iptables-mod-checksum....................... IP CHECKSUM target extension" default y if DEFAULT_iptables-mod-checksum default m if ALL||ALL_NONSHARED select PACKAGE_kmod-ipt-checksum select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_libssp if GCC_LIBSSP help iptables extension for the CHECKSUM calculation target https://netfilter.org/ config PACKAGE_iptables-mod-cluster tristate "iptables-mod-cluster............................. Match cluster extension" default y if DEFAULT_iptables-mod-cluster default m if ALL||ALL_NONSHARED select PACKAGE_kmod-ipt-cluster depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help iptables extensions for matching cluster. Netfilter (IPv4/IPv6) module for matching cluster This option allows you to build work-load-sharing clusters of network servers/stateful firewalls without having a dedicated load-balancing router/server/switch. Basically, this match returns true when the packet must be handled by this cluster node. Thus, all nodes see all packets and this match decides which node handles what packets. The work-load sharing algorithm is based on source address hashing. This module is usable for ipv4 and ipv6. If you select it, it enables kmod-ipt-cluster. see `iptables -m cluster --help` for more information. https://netfilter.org/ config PACKAGE_iptables-mod-clusterip tristate "iptables-mod-clusterip............................... Clusterip extension" default y if DEFAULT_iptables-mod-clusterip default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-clusterip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables help iptables extensions for CLUSTERIP. The CLUSTERIP target allows you to build load-balancing clusters of network servers without having a dedicated load-balancing router/server/switch. If you select it, it enables kmod-ipt-clusterip. see `iptables -j CLUSTERIP --help` for more information. https://netfilter.org/ config PACKAGE_iptables-mod-condition tristate "iptables-mod-condition...................... Condition iptables extension" default y if DEFAULT_iptables-mod-condition default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-condition select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables help Condition iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-conntrack-extra tristate "iptables-mod-conntrack-extra........ Extra connection tracking extensions" default y if DEFAULT_iptables-mod-conntrack-extra default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-conntrack-extra select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-raw depends on PACKAGE_iptables help Extra iptables extensions for connection tracking. Matches: - connbytes - connlimit - connmark - recent - helper Targets: - CONNMARK https://netfilter.org/ config PACKAGE_iptables-mod-conntrack-label tristate "iptables-mod-conntrack-label...... Connection tracking labeling extension" default y if DEFAULT_iptables-mod-conntrack-label default y if IPTABLES_CONNLABEL depends on IPTABLES_CONNLABEL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-conntrack-label select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC help Match and set label(s) on connection tracking entries Matches: - connlabel https://netfilter.org/ config PACKAGE_iptables-mod-delude tristate "iptables-mod-delude............................ DELUDE iptables extension" default y if DEFAULT_iptables-mod-delude default m if ALL select PACKAGE_kmod-ipt-delude select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DELUDE iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-dhcpmac tristate "iptables-mod-dhcpmac.......................... DHCPMAC iptables extension" default y if DEFAULT_iptables-mod-dhcpmac default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-dhcpmac depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help DHCPMAC iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-dnetmap tristate "iptables-mod-dnetmap.......................... DNETMAP iptables extension" default y if DEFAULT_iptables-mod-dnetmap default m if ALL depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-dnetmap help DNETMAP iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-extra tristate "iptables-mod-extra....................... Other extra iptables extensions" default y if DEFAULT_iptables-mod-extra default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-extra select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables help Other extra iptables extensions. Matches: - addrtype - condition - owner - pkttype - quota https://netfilter.org/ config PACKAGE_iptables-mod-filter tristate "iptables-mod-filter........................ Content inspection extensions" default y if DEFAULT_iptables-mod-filter default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-filter help iptables extensions for packet content inspection. Includes support for: Matches: - string - bpf https://netfilter.org/ config PACKAGE_iptables-mod-fuzzy tristate "iptables-mod-fuzzy.............................. fuzzy iptables extension" default y if DEFAULT_iptables-mod-fuzzy default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_kmod-ipt-fuzzy select PACKAGE_libssp if GCC_LIBSSP help fuzzy iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-geoip tristate "iptables-mod-geoip.............................. geoip iptables extension" default y if DEFAULT_iptables-mod-geoip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-geoip depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help geoip iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-hashlimit tristate "iptables-mod-hashlimit................................ hashlimit matching" default y if DEFAULT_iptables-mod-hashlimit default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-ipt-hashlimit depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC help iptables extensions for hashlimit matching Matches: - hashlimit https://netfilter.org/ config PACKAGE_iptables-mod-iface tristate "iptables-mod-iface.............................. iface iptables extension" default y if DEFAULT_iptables-mod-iface default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-iface select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help iface iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-ipmark tristate "iptables-mod-ipmark............................ IPMARK iptables extension" default y if DEFAULT_iptables-mod-ipmark default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-ipmark select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help IPMARK iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-ipopt tristate "iptables-mod-ipopt........................... IP/Packet option extensions" default y if DEFAULT_iptables-mod-ipopt default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-ipopt depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help iptables extensions for matching/changing IP packet options. Matches: - dscp - ecn - length - statistic - tcpmss - unclean - hl Targets: - DSCP - CLASSIFY - ECN - HL https://netfilter.org/ config PACKAGE_iptables-mod-ipp2p tristate "iptables-mod-ipp2p.............................. IPP2P iptables extension" default y if DEFAULT_iptables-mod-ipp2p default m if ALL select PACKAGE_kmod-ipt-ipp2p select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help IPP2P iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-iprange tristate "iptables-mod-iprange.................................. IP range extension" default y if DEFAULT_iptables-mod-iprange default m if ALL||ALL_NONSHARED select PACKAGE_kmod-ipt-iprange select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables help iptables extensions for matching ip ranges. Matches: - iprange https://netfilter.org/ config PACKAGE_iptables-mod-ipsec tristate "iptables-mod-ipsec...................................... IPsec extensions" default y if DEFAULT_iptables-mod-ipsec default m if ALL||ALL_NONSHARED select PACKAGE_kmod-ipt-ipsec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_libssp if GCC_LIBSSP help iptables extensions for matching ipsec traffic. Matches: - ah - esp - policy https://netfilter.org/ config PACKAGE_iptables-mod-ipv4options tristate "iptables-mod-ipv4options.................. ipv4options iptables extension" default y if DEFAULT_iptables-mod-ipv4options default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-ipv4options select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ipv4options iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-led tristate "iptables-mod-led.......................... LED trigger iptables extension" default y if DEFAULT_iptables-mod-led default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-led depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help iptables extension for triggering a LED. Targets: - LED https://netfilter.org/ config PACKAGE_iptables-mod-length2 tristate "iptables-mod-length2.......................... length2 iptables extension" default y if DEFAULT_iptables-mod-length2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-length2 depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help length2 iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-logmark tristate "iptables-mod-logmark.......................... LOGMARK iptables extension" default y if DEFAULT_iptables-mod-logmark default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-logmark select PACKAGE_libssp if GCC_LIBSSP help LOGMARK iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-lscan tristate "iptables-mod-lscan.............................. lscan iptables extension" default y if DEFAULT_iptables-mod-lscan default m if ALL depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-lscan help lscan iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-lua tristate "iptables-mod-lua..................... Lua PacketScript iptables extension" default y if DEFAULT_iptables-mod-lua default m if ALL depends on PACKAGE_iptables select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-lua help Lua PacketScript iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-nat-extra tristate "iptables-mod-nat-extra.............................. Extra NAT extensions" default y if DEFAULT_iptables-mod-nat-extra default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-nat-extra select PACKAGE_libssp if GCC_LIBSSP help iptables extensions for extra NAT targets. Targets: - MIRROR - NETMAP https://netfilter.org/ config PACKAGE_iptables-mod-nflog tristate "iptables-mod-nflog................................ Netfilter NFLOG target" default y if DEFAULT_iptables-mod-nflog default m if ALL||ALL_NONSHARED select PACKAGE_kmod-nfnetlink-log select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-nflog help iptables extension for user-space logging via NFNETLINK. Includes: - libxt_NFLOG https://netfilter.org/ config PACKAGE_iptables-mod-nfqueue tristate "iptables-mod-nfqueue............................ Netfilter NFQUEUE target" default y if DEFAULT_iptables-mod-nfqueue default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-nfnetlink-queue select PACKAGE_kmod-ipt-nfqueue help iptables extension for user-space queuing via NFNETLINK. Includes: - libxt_NFQUEUE https://netfilter.org/ config PACKAGE_iptables-mod-physdev tristate "iptables-mod-physdev.......................... physdev iptables extension" default y if DEFAULT_iptables-mod-physdev default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-physdev depends on PACKAGE_iptables select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The iptables physdev match. https://netfilter.org/ config PACKAGE_iptables-mod-psd tristate "iptables-mod-psd.................................. psd iptables extension" default y if DEFAULT_iptables-mod-psd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-psd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC help psd iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-quota2 tristate "iptables-mod-quota2............................ quota2 iptables extension" default y if DEFAULT_iptables-mod-quota2 default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_kmod-ipt-quota2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help quota2 iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-rpfilter tristate "iptables-mod-rpfilter........................ rpfilter iptables extension" default y if DEFAULT_iptables-mod-rpfilter default m if ALL||ALL_NONSHARED select PACKAGE_kmod-ipt-rpfilter select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables help iptables extensions for reverse path filter test on a packet Matches: - rpfilter https://netfilter.org/ config PACKAGE_iptables-mod-sysrq tristate "iptables-mod-sysrq.............................. SYSRQ iptables extension" default y if DEFAULT_iptables-mod-sysrq default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-ipt-sysrq depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC help SYSRQ iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-tarpit tristate "iptables-mod-tarpit............................ TARPIT iptables extension" default y if DEFAULT_iptables-mod-tarpit default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-tarpit depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help TARPIT iptables extension http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptables-mod-tee tristate "iptables-mod-tee................................. TEE iptables extensions" default y if DEFAULT_iptables-mod-tee default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ipt-tee select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC help TEE iptables extensions. Targets: - TEE https://netfilter.org/ config PACKAGE_iptables-mod-tproxy tristate "iptables-mod-tproxy................ Transparent proxy iptables extensions" default y if DEFAULT_iptables-mod-tproxy default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_iptables select PACKAGE_kmod-ipt-tproxy select PACKAGE_librt if USE_GLIBC help Transparent proxy iptables extensions. Matches: - socket Targets: - TPROXY https://netfilter.org/ config PACKAGE_iptables-mod-trace tristate "iptables-mod-trace................................ Netfilter TRACE target" default y if DEFAULT_iptables-mod-trace default m if ALL||ALL_NONSHARED depends on PACKAGE_iptables select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-debug select PACKAGE_libssp if GCC_LIBSSP help iptables extension for TRACE target Includes: - libxt_TRACE https://netfilter.org/ config PACKAGE_iptables-mod-u32 tristate "iptables-mod-u32................................. U32 iptables extensions" default y if DEFAULT_iptables-mod-u32 default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-ipt-u32 select PACKAGE_libssp if GCC_LIBSSP help U32 iptables extensions. Matches: - u32 https://netfilter.org/ config PACKAGE_iptables-mod-ulog tristate "iptables-mod-ulog.............................. user-space packet logging" default y if DEFAULT_iptables-mod-ulog default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-ulog help iptables extensions for user-space packet logging. Targets: - ULOG https://netfilter.org/ config PACKAGE_iptables-nft tristate "iptables-nft......................... IP firewall administration tool nft" default y if DEFAULT_iptables-nft default m if ALL||ALL_NONSHARED depends on PACKAGE_libxtables select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPTABLES_NFTABLES select PACKAGE_librt if USE_GLIBC select PACKAGE_libxtables-nft depends on PACKAGE_iptables help Extra iptables nftables nft binaries. iptables-nft iptables-nft-restore iptables-nft-save iptables-translate iptables-restore-translate https://netfilter.org/ config PACKAGE_iptaccount tristate "iptaccount.......................... iptables-mod-account control utility" default y if DEFAULT_iptaccount default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_iptables-mod-account select PACKAGE_libssp if GCC_LIBSSP help iptables-mod-account control utility http://xtables-addons.sourceforge.net/ Jo-Philipp Wich config PACKAGE_iptgeoip tristate "iptgeoip.. iptables-mod-geoip support scripts for MaxMind GeoIP databases" default y if DEFAULT_iptgeoip default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-io select PACKAGE_perl select PACKAGE_perl-text-csv_xs select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_iptables select PACKAGE_perlbase-getopt select PACKAGE_iptables-mod-geoip select PACKAGE_libc depends on !arc select PACKAGE_wget if !BUSYBOX_CONFIG_WGET && PACKAGE_uclient-fetch config PACKAGE_miniupnpc tristate "miniupnpc........................................ Lightweight UPnP client" default y if DEFAULT_miniupnpc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libminiupnpc help Lightweight UPnP client https://miniupnp.tuxfamily.org Steven Barth config PACKAGE_miniupnpd tristate "miniupnpd..................... Lightweight UPnP IGD, NAT-PMP & PCP daemon" default y if DEFAULT_miniupnpd default m if ALL select PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libip6tc if IPV6 select PACKAGE_libcap select PACKAGE_ip6tables if IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libip4tc select PACKAGE_libssp if GCC_LIBSSP help Lightweight UPnP IGD, NAT-PMP & PCP daemon https://miniupnp.tuxfamily.org/ config PACKAGE_natpmpc tristate "natpmpc....................... NAT Port Mapping Protocol (NAT-PMP) client" default y if DEFAULT_natpmpc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnatpmp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help libnatpmp is an attempt to make a portable and fully compliant implementation of the protocol for the client side. It is based on non blocking sockets and all calls of the API are asynchronous. It is therefore very easy to integrate the NAT-PMP code to any event driven code. This package contains the natpmp client. http://miniupnp.free.fr/libnatpmp.html Hauke Mehrtens config PACKAGE_nftables tristate "nftables..................... nftables packet filtering userspace utility" default y if DEFAULT_nftables default m if ALL select PACKAGE_kmod-nft-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_jansson if PACKAGE_NFT_WITH_JSON depends on IPV6 select PACKAGE_libnftnl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help nftables packet filtering userspace utility http://netfilter.org/projects/nftables/ Steven Barth config PACKAGE_NFT_WITH_JSON bool "Build nftables with json support" depends on PACKAGE_nftables default n config PACKAGE_shorewall tristate "shorewall........................ Shorewall Central Administration System" default y if DEFAULT_shorewall default m if ALL depends on !arc select PACKAGE_iptables-mod-hashlimit select PACKAGE_perlbase-hash select PACKAGE_libc select PACKAGE_perlbase-findbin select PACKAGE_perlbase-autoloader select PACKAGE_perlbase-autouse select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-raw select PACKAGE_perl select PACKAGE_shorewall-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-digest select PACKAGE_kmod-ipt-hashlimit select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_shorewall-core tristate "shorewall-core............................................ Shorewall Core" default y if DEFAULT_shorewall-core default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The Shoreline Firewall, is high-level tool for configuring Netfilter. This package provides the core Shorewall libraries installed in /usr/share/shorewall/, which are required for the rest of the Shorewall packages to work. http://www.shorewall.net/ Willem van den Akker config PACKAGE_shorewall-lite tristate "shorewall-lite............................................ Shorewall Lite" default y if DEFAULT_shorewall-lite default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_shorewall-core select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_shorewall6 tristate "shorewall6...................... Shorewall6 Central Administration System" default y if DEFAULT_shorewall6 default m if ALL depends on !arc select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_shorewall6-lite tristate "shorewall6-lite.......................................... Shorewall6 Lite" default y if DEFAULT_shorewall6-lite default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPV6 select PACKAGE_ip6tables select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shorewall-core select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full menuconfig PACKAGE_snort tristate "snort..................... Lightweight Network Intrusion Detection System" default y if DEFAULT_snort default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_liblzma if SNORT_LZMA select PACKAGE_libpcre select PACKAGE_zlib select PACKAGE_libdaq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libdnet select PACKAGE_libuuid select PACKAGE_libnghttp2 help Snort is an open source network intrusion detection and prevention system. It is capable of performing real-time traffic analysis, alerting, blocking and packet logging on IP networks. It utilizes a combination of protocol analysis and pattern matching in order to detect anomalies, misuse and attacks. http://www.snort.org/ W. Michael Petullo source "feeds/packages/net/snort/Config.in" menuconfig PACKAGE_snort3 tristate "snort3.................... Lightweight Network Intrusion Detection System" default y if DEFAULT_snort3 default m if ALL select PACKAGE_luajit select PACKAGE_libhwloc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuuid select PACKAGE_libdnet select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread select PACKAGE_libdaq3 depends on (i386||x86_64||arm||armeb||aarch64||(powerpc&&HAS_FPU)||mips||mipsel||mips64) select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_zlib select PACKAGE_libtirpc help Snort is an open source network intrusion detection and prevention system. It is capable of performing real-time traffic analysis, alerting, blocking and packet logging on IP networks. It utilizes a combination of protocol analysis and pattern matching in order to detect anomalies, misuse and attacks. http://www.snort.org/ W. Michael Petullo endmenu menu "Firewall Tunnel" config PACKAGE_iodine tristate "iodine.............................. IP over DNS tunneling client version" default y if DEFAULT_iodine default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-tun help iodine client version http://code.kryo.se/iodine/ Uwe Kleine-König config PACKAGE_iodined tristate "iodined............................. IP over DNS tunneling server version" default y if DEFAULT_iodined default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-tun select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help iodine server version http://code.kryo.se/iodine/ Uwe Kleine-König endmenu menu "FreeRADIUS (version 3)" config PACKAGE_freeradius3 tristate "freeradius3......................... A flexible RADIUS server (version 3)" default y if DEFAULT_freeradius3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeradius3-common help A flexible RADIUS server (version 3) https://freeradius.org/ source "feeds/packages/net/freeradius3/Config.in" config PACKAGE_freeradius3-common tristate "freeradius3-common.......................................... common files" default y if DEFAULT_freeradius3-common default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libatomic select PACKAGE_libncurses select PACKAGE_libopenssl if FREERADIUS3_OPENSSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtalloc select PACKAGE_libcap select PACKAGE_libreadline help common files https://freeradius.org/ config PACKAGE_freeradius3-default tristate "freeradius3-default...... Modules needed for Radius default configuration" default y if DEFAULT_freeradius3-default default m if ALL select PACKAGE_freeradius3-mod-eap-peap select PACKAGE_freeradius3-mod-eap-tls select PACKAGE_freeradius3-mod-detail select PACKAGE_freeradius3-mod-eap-md5 select PACKAGE_freeradius3-mod-radutmp select PACKAGE_freeradius3-mod-logintime select PACKAGE_libc select PACKAGE_freeradius3-mod-chap select PACKAGE_freeradius3-mod-attr-filter select PACKAGE_freeradius3-mod-unix select PACKAGE_freeradius3-democerts select PACKAGE_freeradius3-mod-pap select PACKAGE_freeradius3-mod-eap select PACKAGE_freeradius3-mod-eap-ttls select PACKAGE_freeradius3-mod-eap-mschapv2 select PACKAGE_freeradius3-mod-digest select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_freeradius3 select PACKAGE_freeradius3-mod-exec select PACKAGE_librt if USE_GLIBC select PACKAGE_freeradius3-mod-realm select PACKAGE_freeradius3-mod-eap-leap select PACKAGE_freeradius3-mod-files select PACKAGE_freeradius3-mod-expr select PACKAGE_freeradius3-mod-preprocess select PACKAGE_freeradius3-mod-expiration select PACKAGE_freeradius3-mod-eap-pwd select PACKAGE_freeradius3-mod-mschap depends on FREERADIUS3_OPENSSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeradius3-mod-always select PACKAGE_freeradius3-mod-eap-gtc help This meta-package contains only dependencies for modules needed in FreeRADIUS default configuration. https://freeradius.org/ config PACKAGE_freeradius3-democerts tristate "freeradius3-democerts............... Demo certificates to test the server" default y if DEFAULT_freeradius3-democerts default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 select PACKAGE_libssp if GCC_LIBSSP help Demo certificates to test the server https://freeradius.org/ config PACKAGE_freeradius3-mod-always tristate "freeradius3-mod-always..................................... Always module" default y if DEFAULT_freeradius3-mod-always default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeradius3 help Always module https://freeradius.org/ config PACKAGE_freeradius3-mod-attr-filter tristate "freeradius3-mod-attr-filter........................... ATTR filter module" default y if DEFAULT_freeradius3-mod-attr-filter default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ATTR filter module https://freeradius.org/ config PACKAGE_freeradius3-mod-chap tristate "freeradius3-mod-chap......................................... CHAP module" default y if DEFAULT_freeradius3-mod-chap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help CHAP module https://freeradius.org/ config PACKAGE_freeradius3-mod-detail tristate "freeradius3-mod-detail........................ Detailed accounting module" default y if DEFAULT_freeradius3-mod-detail default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Detailed accounting module https://freeradius.org/ config PACKAGE_freeradius3-mod-digest tristate "freeradius3-mod-digest........................ HTTP Digest Authentication" default y if DEFAULT_freeradius3-mod-digest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help HTTP Digest Authentication https://freeradius.org/ config PACKAGE_freeradius3-mod-eap tristate "freeradius3-mod-eap...................................... Base EAP module" default y if DEFAULT_freeradius3-mod-eap default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Base EAP module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-gtc tristate "freeradius3-mod-eap-gtc................................... EAP/GTC module" default y if DEFAULT_freeradius3-mod-eap-gtc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3-mod-eap select PACKAGE_libssp if GCC_LIBSSP help EAP/GTC module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-leap tristate "freeradius3-mod-eap-leap................................. EAP/LEAP module" default y if DEFAULT_freeradius3-mod-eap-leap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3-mod-eap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help EAP/LEAP module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-md5 tristate "freeradius3-mod-eap-md5................................... EAP/MD5 module" default y if DEFAULT_freeradius3-mod-eap-md5 default m if ALL depends on PACKAGE_freeradius3-mod-eap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help EAP/MD5 module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-mschapv2 tristate "freeradius3-mod-eap-mschapv2........................ EAP/MS-CHAPv2 module" default y if DEFAULT_freeradius3-mod-eap-mschapv2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3-mod-eap depends on PACKAGE_freeradius3 select PACKAGE_freeradius3-mod-mschap help EAP/MS-CHAPv2 module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-peap tristate "freeradius3-mod-eap-peap................................. EAP/PEAP module" default y if DEFAULT_freeradius3-mod-eap-peap default m if ALL depends on PACKAGE_freeradius3-mod-eap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on FREERADIUS3_OPENSSL select PACKAGE_libssp if GCC_LIBSSP help EAP/PEAP module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-pwd tristate "freeradius3-mod-eap-pwd................................... EAP/PWD module" default y if DEFAULT_freeradius3-mod-eap-pwd default m if ALL depends on FREERADIUS3_OPENSSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3-mod-eap help EAP/PWD module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-tls tristate "freeradius3-mod-eap-tls................................... EAP/TLS module" default y if DEFAULT_freeradius3-mod-eap-tls default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on FREERADIUS3_OPENSSL depends on PACKAGE_freeradius3-mod-eap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help EAP/TLS module https://freeradius.org/ config PACKAGE_freeradius3-mod-eap-ttls tristate "freeradius3-mod-eap-ttls................................. EAP/TTLS module" default y if DEFAULT_freeradius3-mod-eap-ttls default m if ALL depends on PACKAGE_freeradius3-mod-eap-tls select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help EAP/TTLS module https://freeradius.org/ config PACKAGE_freeradius3-mod-exec tristate "freeradius3-mod-exec......................................... EXEC module" default y if DEFAULT_freeradius3-mod-exec default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help EXEC module https://freeradius.org/ config PACKAGE_freeradius3-mod-expiration tristate "freeradius3-mod-expiration............................. Expiration module" default y if DEFAULT_freeradius3-mod-expiration default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeradius3 help Expiration module https://freeradius.org/ config PACKAGE_freeradius3-mod-expr tristate "freeradius3-mod-expr......................................... EXPR module" default y if DEFAULT_freeradius3-mod-expr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help EXPR module https://freeradius.org/ config PACKAGE_freeradius3-mod-files tristate "freeradius3-mod-files......... Module using local files for authorization" default y if DEFAULT_freeradius3-mod-files default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Module using local files for authorization https://freeradius.org/ config PACKAGE_freeradius3-mod-ldap tristate "freeradius3-mod-ldap................................. LDAP Authentication" default y if DEFAULT_freeradius3-mod-ldap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on FREERADIUS3_OPENSSL select PACKAGE_libopenldap depends on PACKAGE_freeradius3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help LDAP Authentication https://freeradius.org/ config PACKAGE_freeradius3-mod-logintime tristate "freeradius3-mod-logintime............................... Logintime module" default y if DEFAULT_freeradius3-mod-logintime default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 help Logintime module https://freeradius.org/ config PACKAGE_freeradius3-mod-mschap tristate "freeradius3-mod-mschap...................... MS-CHAP and MS-CHAPv2 module" default y if DEFAULT_freeradius3-mod-mschap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 help MS-CHAP and MS-CHAPv2 module https://freeradius.org/ config PACKAGE_freeradius3-mod-pap tristate "freeradius3-mod-pap........................................... PAP module" default y if DEFAULT_freeradius3-mod-pap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 help PAP module https://freeradius.org/ config PACKAGE_freeradius3-mod-passwd tristate "freeradius3-mod-passwd................................. Rlm passwd module" default y if DEFAULT_freeradius3-mod-passwd default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Rlm passwd module https://freeradius.org/ config PACKAGE_freeradius3-mod-preprocess tristate "freeradius3-mod-preprocess................. Request pre-processing module" default y if DEFAULT_freeradius3-mod-preprocess default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 select PACKAGE_libssp if GCC_LIBSSP help Request pre-processing module https://freeradius.org/ config PACKAGE_freeradius3-mod-python tristate "freeradius3-mod-python..................................... Python module" default y if DEFAULT_freeradius3-mod-python default m if ALL depends on PACKAGE_freeradius3 depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python help Python module https://freeradius.org/ config PACKAGE_freeradius3-mod-python3 tristate "freeradius3-mod-python3................................... Python3 module" default y if DEFAULT_freeradius3-mod-python3 default m if ALL select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC help Python3 module https://freeradius.org/ config PACKAGE_freeradius3-mod-radutmp tristate "freeradius3-mod-radutmp............................... Radius UTMP module" default y if DEFAULT_freeradius3-mod-radutmp default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Radius UTMP module https://freeradius.org/ config PACKAGE_freeradius3-mod-realm tristate "freeradius3-mod-realm............................. Realms handling module" default y if DEFAULT_freeradius3-mod-realm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 help Realms handling module https://freeradius.org/ config PACKAGE_freeradius3-mod-rest tristate "freeradius3-mod-rest.................................. Radius REST module" default y if DEFAULT_freeradius3-mod-rest default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libcurl depends on PACKAGE_freeradius3 select PACKAGE_libjson-c select PACKAGE_libssp if GCC_LIBSSP help Radius REST module https://freeradius.org/ config PACKAGE_freeradius3-mod-sql tristate "freeradius3-mod-sql......................... Radius generic SQL front-end" default y if DEFAULT_freeradius3-mod-sql default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Radius generic SQL front-end https://freeradius.org/ config PACKAGE_freeradius3-mod-sql-mysql tristate "freeradius3-mod-sql-mysql.................. Radius MySQL back-end drivers" default y if DEFAULT_freeradius3-mod-sql-mysql default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3-mod-sql select PACKAGE_librt if USE_GLIBC help Radius MySQL back-end drivers https://freeradius.org/ config PACKAGE_freeradius3-mod-sql-null tristate "freeradius3-mod-sql-null............... Radius Dummy SQL back-end drivers" default y if DEFAULT_freeradius3-mod-sql-null default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeradius3-mod-sql select PACKAGE_libssp if GCC_LIBSSP help Radius Dummy SQL back-end drivers https://freeradius.org/ config PACKAGE_freeradius3-mod-sql-postgresql tristate "freeradius3-mod-sql-postgresql........ Radius PostgreSQL back-end drivers" default y if DEFAULT_freeradius3-mod-sql-postgresql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3-mod-sql help Radius PostgreSQL back-end drivers https://freeradius.org/ config PACKAGE_freeradius3-mod-sql-sqlite tristate "freeradius3-mod-sql-sqlite................ Radius SQLite back-end drivers" default y if DEFAULT_freeradius3-mod-sql-sqlite default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeradius3-mod-sql select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC help Radius SQLite back-end drivers https://freeradius.org/ config PACKAGE_freeradius3-mod-sqlcounter tristate "freeradius3-mod-sqlcounter" default y if DEFAULT_freeradius3-mod-sqlcounter default m if ALL depends on PACKAGE_freeradius3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeradius3-mod-sql help Packet counter using accounting records written into an SQL database https://freeradius.org/ config PACKAGE_freeradius3-mod-sqlippool tristate "freeradius3-mod-sqlippool................ Radius SQL Based IP Pool module" default y if DEFAULT_freeradius3-mod-sqlippool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeradius3-mod-sql depends on PACKAGE_freeradius3 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Radius SQL Based IP Pool module https://freeradius.org/ config PACKAGE_freeradius3-mod-unix tristate "freeradius3-mod-unix............................... System Authentication" default y if DEFAULT_freeradius3-mod-unix default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeradius3 select PACKAGE_libssp if GCC_LIBSSP help System Authentication https://freeradius.org/ config PACKAGE_freeradius3-utils tristate "freeradius3-utils................................. Misc. client utilities" default y if DEFAULT_freeradius3-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeradius3-common help Misc. client utilities https://freeradius.org/ endmenu menu "IP Addresses and Names" config PACKAGE_aggregate tristate "aggregate.................................... ipv4 cidr prefix aggregator" default y if DEFAULT_aggregate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help takes a list of prefixes in conventional format on stdin, and performs two optimisations to reduce the length of the prefix list. It removes any supplied prefixes which are supurfluous because they are already included in another supplied prefix (e.g., 203.97.2.0/24 would be removed if 203.97.0.0/17 was also supplied), and identifies adjacent prefixes that can be combined under a single, shorter-length prefix (e.g., 203.97.2.0/24 and 203.97.3.0/24 can be combined into the single prefix 203.97.2.0/23). https://ftp.isc.org/isc/aggregate/ Nikil Mehta config PACKAGE_announce tristate "announce......... Announce services on the network with Zeroconf/Bonjour " default y if DEFAULT_announce default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Announce services on the network with Zeroconf/Bonjour. This announces services such as ssh, sftp, and http running on the local machine to the network. https://github.com/probonopd/announce Simon Peter config PACKAGE_avahi-autoipd tristate "avahi-autoipd................ IPv4LL network address configuration daemon" default y if DEFAULT_avahi-autoipd default m if ALL select PACKAGE_libdaemon select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package implements IPv4LL, "Dynamic Configuration of IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for automatic IP address configuration from the link-local 169.254.0.0/16 range without the need for a central server. It is primarily intended to be used in ad-hoc networks which lack a DHCP server. http://www.avahi.org/ Ted Hess config PACKAGE_avahi-daemon-service-http tristate "avahi-daemon-service-http.......................... Announce HTTP service" default y if DEFAULT_avahi-daemon-service-http default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_avahi-daemon-service-ssh tristate "avahi-daemon-service-ssh............................ Announce SSH service" default y if DEFAULT_avahi-daemon-service-ssh default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_avahi-dbus-daemon tristate "avahi-dbus-daemon................. An mDNS/DNS-SD implementation (daemon)" default y if DEFAULT_avahi-dbus-daemon default m if ALL select PACKAGE_libexpat select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libdaemon select PACKAGE_libavahi-dbus-support help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon. http://www.avahi.org/ Ted Hess config PACKAGE_avahi-dnsconfd tristate "avahi-dnsconfd................... A Unicast DNS server using avahi-daemon" default y if DEFAULT_avahi-dnsconfd default m if ALL select PACKAGE_libavahi-dbus-support if PACKAGE_libavahi-nodbus-support config PACKAGE_avahi-nodbus-daemon tristate "avahi-nodbus-daemon............... An mDNS/DNS-SD implementation (daemon)" default y if DEFAULT_avahi-nodbus-daemon default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select PACKAGE_libdaemon select PACKAGE_librt if USE_GLIBC select PACKAGE_libavahi-nodbus-support select PACKAGE_librt help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This package contains an mDNS/DNS-SD daemon. http://www.avahi.org/ Ted Hess config PACKAGE_avahi-utils tristate "avahi-utils.................... An mDNS/DNS-SD implementation (utilities)" default y if DEFAULT_avahi-utils default m if ALL select PACKAGE_libavahi-client select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgdbm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Avahi is an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library). It facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. . This packages installs the following avahi utility programs: avahi-browse, avahi-publish, avahi-resolve, avahi-set-host-name. It also automatically adds the required libavahi-client package. For more information please see the avahi documentation. http://www.avahi.org/ Ted Hess config PACKAGE_bind-check tristate "bind-check" default y if DEFAULT_bind-check default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select OPENSSL_WITH_EC select PACKAGE_bind-libs select PACKAGE_libssp if GCC_LIBSSP help bind administration tools (named-checkconf and named-checkzone only) https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-client tristate "bind-client...................................... bind dynamic DNS client" default y if DEFAULT_bind-client default m if ALL select OPENSSL_WITH_EC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_bind-libs select PACKAGE_libssp if GCC_LIBSSP help bind dynamic DNS client https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-dig tristate "bind-dig........................................ bind DNS excavation tool" default y if DEFAULT_bind-dig default m if ALL select PACKAGE_bind-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select OPENSSL_WITH_EC help bind DNS excavation tool https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-dnssec tristate "bind-dnssec" default y if DEFAULT_bind-dnssec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select OPENSSL_WITH_EC select PACKAGE_bind-libs select PACKAGE_libssp if GCC_LIBSSP help bind administration tools (dnssec-keygen, dnssec-settime and dnssec-signzone only) https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-host tristate "bind-host......................................... bind simple DNS client" default y if DEFAULT_bind-host default m if ALL select OPENSSL_WITH_EC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bind-libs help bind simple DNS client https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-nslookup tristate "bind-nslookup...................................... bind nslookup utility" default y if DEFAULT_bind-nslookup default m if ALL select OPENSSL_WITH_EC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_bind-libs select PACKAGE_libssp if GCC_LIBSSP help bind nslookup utility https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-rndc tristate "bind-rndc......... bind administration tools (rndc and rndc-confgen only)" default y if DEFAULT_bind-rndc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select OPENSSL_WITH_EC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bind-libs help bind administration tools (rndc and rndc-confgen only) https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-server tristate "bind-server.............................................. bind DNS server" default y if DEFAULT_bind-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bind-libs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select OPENSSL_WITH_EC help bind DNS server https://www.isc.org/software/bind Noah Meyerhans source "feeds/packages/net/bind/Config.in" config PACKAGE_bind-server-filter-aaaa tristate "bind-server-filter-aaaa............... bind DNS server filter AAAA plugin" default y if DEFAULT_bind-server-filter-aaaa default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bind-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help bind DNS server filter AAAA plugin https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_bind-tools tristate "bind-tools............................... bind administration tools (all)" default y if DEFAULT_bind-tools default m if ALL select PACKAGE_libc select PACKAGE_bind-dig select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bind-dnssec select PACKAGE_librt if USE_GLIBC select PACKAGE_bind-check select PACKAGE_bind-host select PACKAGE_bind-nslookup select PACKAGE_bind-rndc help bind administration tools (all) https://www.isc.org/software/bind Noah Meyerhans config PACKAGE_danish tristate "danish................ A middle box implementation of RFC 6698 for HTTPS." default y if DEFAULT_danish default m if ALL select PACKAGE_python-dns select PACKAGE_kmod-ipt-filter select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables-mod-filter select PACKAGE_python-pcapy select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python depends on PACKAGE_iptables select PACKAGE_python-dpkt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help Danish is an experiment in middle-box DANE (RFC 6698) for HTTPS. https://www.middlebox-dane.org/ https://github.com/smutt/danish Andrew McConachie config PACKAGE_ddns-scripts tristate "ddns-scripts.............. Dynamic DNS Client scripts (with IPv6 support)" default y if DEFAULT_ddns-scripts default m if ALL help Dynamic DNS Client scripts (with IPv6 support) - Info: https://openwrt.org/docs/guide-user/services/ddns/client help A highly configurable set of scripts for doing dynamic dns updates. - IPv6 support - DNS server support - Glue Record support (require BIND host or KNOT host) - DNS requests via TCP - Proxy server support - log file support - support to run once Version: 2.7.8-14 Info : https://openwrt.org/docs/guide-user/services/ddns/client config PACKAGE_ddns-scripts_cloudflare.com-v4 tristate "ddns-scripts_cloudflare.com-v4..... CloudFlare.com API v4 (requires cURL)" default y if DEFAULT_ddns-scripts_cloudflare.com-v4 default m if ALL depends on PACKAGE_ddns-scripts select PACKAGE_curl help Dynamic DNS Client scripts extension for CloudFlare.com API-v4 (require/install cURL) config PACKAGE_ddns-scripts_freedns_42_pl tristate "ddns-scripts_freedns_42_pl" default y if DEFAULT_ddns-scripts_freedns_42_pl default m if ALL depends on PACKAGE_ddns-scripts select PACKAGE_curl help Dynamic DNS Client scripts extension for freedns.42.pl config PACKAGE_ddns-scripts_godaddy.com-v1 tristate "ddns-scripts_godaddy.com-v1................... GoDaddy.com (require cURL)" default y if DEFAULT_ddns-scripts_godaddy.com-v1 default m if ALL select PACKAGE_curl depends on PACKAGE_ddns-scripts help Dynamic DNS Client scripts extension for GoDaddy.com (require/install cURL) config PACKAGE_ddns-scripts_no-ip_com tristate "ddns-scripts_no-ip_com...................... DDNS extension for No-IP.com" default y if DEFAULT_ddns-scripts_no-ip_com default m if ALL depends on PACKAGE_ddns-scripts help Dynamic DNS Client scripts extension for No-IP.com config PACKAGE_ddns-scripts_nsupdate tristate "ddns-scripts_nsupdate................. DDNS extension using Bind nsupdate" default y if DEFAULT_ddns-scripts_nsupdate default m if ALL select PACKAGE_bind-client depends on PACKAGE_ddns-scripts help Dynamic DNS Client scripts extension for direct updates using Bind nsupdate help The script directly updates a PowerDNS (or maybe bind server) via nsupdate from bind-client package. It requires "option dns_server" to be set to the server to be used by nsupdate. "option username" should be set to the key name and "option password" to the base64 encoded shared secret. config PACKAGE_ddns-scripts_route53-v1 tristate "ddns-scripts_route53-v1....................... Amazon AWS Route 53 API v1" default y if DEFAULT_ddns-scripts_route53-v1 default m if ALL select PACKAGE_curl depends on PACKAGE_ddns-scripts select PACKAGE_openssl-util help Dynamic DNS Client scripts extension for Amazon AWS Route53. Note: You must also install ca-certificate or ca-bundle. It requires: "option username" to be a valid AWS access key id "option password" to be the matching AWS secret key id "option domain" to contain the hosted zone ID config PACKAGE_dhcp-forwarder tristate "dhcp-forwarder.......................................... DHCP relay agent" default y if DEFAULT_dhcp-forwarder default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This program forwards DHCP messages between subnets with different sublayer broadcast domains. It is similarly to the DHCP relay agent dhcrelay of ISC's DHCP, but has the following features which are important for me: - Runs as non-root in a chroot-jail - Uses "normal" AF_INET sockets; this allows to uses packetfilters to filter incoming messages. - The DHCP agent IDs can be defined freely - Has a small memory footprint when using dietlibc It tries to be RFC 2131/2132 and 3046 compliant. Probably it works with BOOTP (RFC 951) also, but since the handling of the giaddr field is described misleading (see RFC 1542), there may occur problems. http://www.nongnu.org/dhcp-fwd/ Scott K Logan config PACKAGE_dnscrypt-proxy tristate "dnscrypt-proxy" default y if DEFAULT_dnscrypt-proxy default m if ALL select PACKAGE_libldns if DNSCRYPT_ENABLE_PLUGINS select PACKAGE_dnscrypt-proxy-resolvers select PACKAGE_librt if USE_GLIBC select PACKAGE_libsodium select PACKAGE_libltdl if DNSCRYPT_ENABLE_PLUGINS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help dnscrypt-proxy provides local service which can be used directly as your local resolver or as a DNS forwarder, encrypting and authenticating requests using the DNSCrypt protocol and passing them to an upstream server. The DNSCrypt protocol uses high-speed high-security elliptic-curve cryptography and is very similar to DNSCurve, but focuses on securing communications between a client and its first-level resolver. https://github.com/dyne/dnscrypt-proxy Damiano Renfer source "feeds/packages/net/dnscrypt-proxy/Config.in" config PACKAGE_dnscrypt-proxy-resolvers tristate "dnscrypt-proxy-resolvers" default y if DEFAULT_dnscrypt-proxy-resolvers default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Package with current list of dnscrypt-proxy resolvers. https://github.com/dyne/dnscrypt-proxy Damiano Renfer config PACKAGE_dnsdist tristate "dnsdist.................. dnsdist DNS-, DOS- and abuse-aware loadbalancer" default y if DEFAULT_dnsdist default m if ALL select PACKAGE_libedit select PACKAGE_libsodium select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libatomic select PACKAGE_libfstrm select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetsnmp select PACKAGE_libgnutls if DNSDIST_GNUTLS select PACKAGE_protobuf select PACKAGE_libc select PACKAGE_boost select PACKAGE_libopenssl if DNSDIST_OPENSSL select PACKAGE_re2 help dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its goal in life is to route traffic to the best server, delivering top performance to legitimate users while shunting or blocking abusive traffic. https://dnsdist.org/ James Taylor comment "SSL support" choice prompt "Selected SSL library" default DNSDIST_OPENSSSL config DNSDIST_OPENSSL bool "OpenSSL" config DNSDIST_GNUTLS bool "GnuTLS" config DNSDIST_NOSSL bool "No SSL support" endchoice config PACKAGE_drill tristate "drill.......................................... DNS(SEC) information tool" default y if DEFAULT_drill default m if ALL select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libldns select PACKAGE_libssp if GCC_LIBSSP help drill is a tool to designed to get all sorts of information out of the DNS. It is specificly designed to be used with DNSSEC. http://www.nlnetlabs.nl/projects/ldns/ config PACKAGE_hostip tristate "hostip................................ Resolver to IPv4 or IPv6 addresses" default y if DEFAULT_hostip default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsodium help The DNSCrypt proxy ships with a simple tool named hostip that resolves a name to IPv4 or IPv6 addresses. https://github.com/dyne/dnscrypt-proxy Damiano Renfer config PACKAGE_idn tristate "idn......................... GNU IDN (Internationalized Domain Name) tool" default y if DEFAULT_idn default m if ALL select PACKAGE_libidn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help GNU Libidn is a fully documented implementation of the Stringprep, Punycode and IDNA specifications. Libidn's purpose is to encode and decode internationalized domain names. Command line tool using libidn http://www.gnu.org/software/libidn/ config PACKAGE_idn2 tristate "idn2....................... GNU IDN2 (Internationalized Domain Name) tool" default y if DEFAULT_idn2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libidn2 help Libidn2 is a free software implementation of IDNA2008, Punycode and TR46 in library form. It contains functionality to convert internationalized domain names to and from ASCII Compatible Encoding (ACE), following the IDNA2008 and TR46 standards. Command line tool using libidn2 http://www.gnu.org/software/libidn/ config PACKAGE_inadyn tristate "inadyn......................... A Dynamic DNS client with SSL/TLS support" default y if DEFAULT_inadyn default m if ALL select PACKAGE_ca-certificates select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_confuse select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support http://troglobit.com/project/inadyn/ config PACKAGE_isc-dhcp-client-ipv4 tristate "isc-dhcp-client-ipv4.................... ISC's DHCP client (without IPv6)" default y if DEFAULT_isc-dhcp-client-ipv4 default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-client-ipv6 tristate "isc-dhcp-client-ipv6....................... ISC's DHCP client (with IPv6)" default y if DEFAULT_isc-dhcp-client-ipv6 default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help provides a means for configuring one or more network interfaces using the Dynamic Host Configuration Protocol, BOOTP protocol, or if these protocols fail, by statically assigning an address. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-omshell-ipv4 tristate "isc-dhcp-omshell-ipv4.................. ISC's DHCP omshell (without IPv6)" default y if DEFAULT_isc-dhcp-omshell-ipv4 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_isc-dhcp-server-ipv4 help provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-omshell-ipv6 tristate "isc-dhcp-omshell-ipv6..................... ISC's DHCP omshell (with IPv6)" default y if DEFAULT_isc-dhcp-omshell-ipv6 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_isc-dhcp-server-ipv6 help provides an interactive way to connect to, query, and possibly change, the ISC DHCP Server's state via OMAPI, the Object Management API. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-relay-ipv4 tristate "isc-dhcp-relay-ipv4...................... ISC's DHCP relay (without IPv6)" default y if DEFAULT_isc-dhcp-relay-ipv4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support. This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-relay-ipv6 tristate "isc-dhcp-relay-ipv6......................... ISC's DHCP relay (with IPv6)" default y if DEFAULT_isc-dhcp-relay-ipv6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help provides a means for relaying DHCP and BOOTP requests from a subnet to which no DHCP server is directly connected to one or more DHCP servers on other subnets. This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-server-ipv4 tristate "isc-dhcp-server-ipv4.................... ISC's DHCP server (without IPv6)" default y if DEFAULT_isc-dhcp-server-ipv4 default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 support only. https://www.isc.org/software/dhcp Philip Prindeville config PACKAGE_isc-dhcp-server-ipv6 tristate "isc-dhcp-server-ipv6....................... ISC's DHCP server (with IPv6)" default y if DEFAULT_isc-dhcp-server-ipv6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help implements the Dynamic Host Configuration Protocol (DHCP) and the Internet Bootstrap Protocol (BOOTP). This package is compiled with IPv4 and IPv6 support. https://www.isc.org/software/dhcp Philip Prindeville menuconfig PACKAGE_kadnode tristate "kadnode................................................. P2P DNS Resolver" default y if DEFAULT_kadnode default m if ALL select PACKAGE_libmbedtls if KADNODE_ENABLE_BOB select PACKAGE_libmbedtls if KADNODE_ENABLE_TLS select PACKAGE_libnatpmp if KADNODE_ENABLE_NATPMP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libminiupnpc if KADNODE_ENABLE_UPNP select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help A P2P DNS system based on the BitTorrent network. It can be used as a decentralized DynDNS service. https://github.com/mwarning/KadNode Moritz Warning source "feeds/packages/net/kadnode/Config.in" config PACKAGE_kea-admin tristate "kea-admin.................................................. ISC Kea Admin" default y if DEFAULT_kea-admin default m if ALL select PACKAGE_kea-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help A useful tool for database backend maintenance (creating a new database, checking versions, upgrading etc.). https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-ctrl tristate "kea-ctrl................................................. ISC Kea Control" default y if DEFAULT_kea-ctrl default m if ALL select PACKAGE_kea-dhcp6 if IPV6 select PACKAGE_procps-ng-ps select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_procps-ng select PACKAGE_librt if USE_GLIBC select PACKAGE_kea-dhcp4 select PACKAGE_kea-dhcp-ddns help Tool to start, stop, reconfigure, and report status for the Kea servers. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-dhcp-ddns tristate "kea-dhcp-ddns................................... ISC Kea DHCP Dynamic DNS" default y if DEFAULT_kea-dhcp-ddns default m if ALL select PACKAGE_kea-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The DHCP Dynamic DNS process. This process acts as an intermediary between the DHCP servers and DNS servers. It receives name update requests from the DHCP servers and sends DNS Update messages to the DNS servers. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-dhcp4 tristate "kea-dhcp4......................................... ISC Kea DHCP Server v4" default y if DEFAULT_kea-dhcp4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kea-libs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The DHCPv4 server process. This process responds to DHCPv4 queries from clients. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-dhcp6 tristate "kea-dhcp6......................................... ISC Kea DHCP Server v6" default y if DEFAULT_kea-dhcp6 default m if ALL select PACKAGE_kea-libs select PACKAGE_libssp if GCC_LIBSSP depends on IPV6 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The DHCPv6 server process. This process responds to DHCPv6 queries from clients. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-lfc tristate "kea-lfc...................................................... ISC Kea lfc" default y if DEFAULT_kea-lfc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kea-libs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This process removes redundant information from the files used to provide persistent storage for the memfile data base backend. While it can be run standalone, it is normally run as and when required by the Kea DHCP servers. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-libs tristate "kea-libs............................................... ISC Kea Libraries" default y if DEFAULT_kea-libs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_log4cplus select PACKAGE_boost-system select PACKAGE_boost select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Kea required Libraries. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_kea-perfdhcp tristate "kea-perfdhcp............................. ISC Kea perfdhcp (Benchmarking)" default y if DEFAULT_kea-perfdhcp default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kea-libs select PACKAGE_libssp if GCC_LIBSSP help A DHCP benchmarking tool which simulates multiple clients to test both DHCPv4 and DHCPv6 server performance. https://www.isc.org/kea BangLang Huang, Rosy Song config PACKAGE_knot tristate "knot................................ Knot DNS server with control utility" default y if DEFAULT_knot default m if ALL depends on !arc select PACKAGE_knot-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_knot-libzscanner select PACKAGE_libatomic select PACKAGE_libedit select PACKAGE_liburcu select PACKAGE_librt if USE_GLIBC help High-performance authoritative-only DNS server. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-dig tristate "knot-dig............................ Knot DNS advanced DNS lookup utility" default y if DEFAULT_knot-dig default m if ALL select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libedit select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_knot-libs help Knot DNS advanced DNS lookup utility. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-host tristate "knot-host............................. Knot DNS simple DNS lookup utility" default y if DEFAULT_knot-host default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libedit select PACKAGE_knot-libs depends on !arc select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Knot DNS simple DNS lookup utility. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-keymgr tristate "knot-keymgr....................... Knot DNS DNSSEC key management utility" default y if DEFAULT_knot-keymgr default m if ALL select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_knot-libzscanner select PACKAGE_libssp if GCC_LIBSSP depends on !arc select PACKAGE_knot-libs select PACKAGE_librt if USE_GLIBC select PACKAGE_liburcu select PACKAGE_libedit help Knot DNS DNSSEC key management utility. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-nsupdate tristate "knot-nsupdate........................ Knot DNS dynamic DNS update utility" default y if DEFAULT_knot-nsupdate default m if ALL select PACKAGE_knot-libs depends on !arc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libedit select PACKAGE_knot-libzscanner select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libatomic help Knot DNS dynamic DNS update utility. https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-tests tristate "knot-tests................................................ Knot DNS tests" default y if DEFAULT_knot-tests default m if ALL select PACKAGE_liburcu select PACKAGE_libedit select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_knot-libs depends on !arc select PACKAGE_libatomic select PACKAGE_knot-libzscanner select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Unit tests for the Knot DNS server and libraries. Usage: /usr/share/knot/runtests.sh https://www.knot-dns.cz Daniel Salzman config PACKAGE_knot-zonecheck tristate "knot-zonecheck........................... Knot DNS zonefile check utility" default y if DEFAULT_knot-zonecheck default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_knot-libs depends on !arc select PACKAGE_libatomic select PACKAGE_knot-libzscanner select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liburcu select PACKAGE_libedit select PACKAGE_librt if USE_GLIBC help Knot DNS zonefile check utility. https://www.knot-dns.cz Daniel Salzman config PACKAGE_mdns-utils tristate "mdns-utils......................................... mDNS client utilities" default y if DEFAULT_mdns-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_mdnsd select PACKAGE_libssp if GCC_LIBSSP help Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains mDNS client utilities: - dns-sd - mDNSClient - mDNSIdentify - mDNSNetMonitor - mDNSProxyResponder - mDNSResponder http://developer.apple.com/networking/bonjour/ config PACKAGE_mdnsd tristate "mdnsd................................................. mDNS server daemon" default y if DEFAULT_mdnsd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This package contains the mDNS server daemon. http://developer.apple.com/networking/bonjour/ config PACKAGE_mdnsresponder tristate "mdnsresponder.......................................... mDNS suite (meta)" default y if DEFAULT_mdnsresponder default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_mdnsd select PACKAGE_mdns-utils select PACKAGE_librt if USE_GLIBC help Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. . This meta package contains only dependencies on other packages. http://developer.apple.com/networking/bonjour/ config PACKAGE_nsd tristate "nsd............................ NSD Name Server Daemon (with SSL support)" default y if DEFAULT_nsd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis config PACKAGE_nsd-control tristate "nsd-control................ NSD Name Server Daemon remote control utility" default y if DEFAULT_nsd-control default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis config PACKAGE_nsd-control-setup tristate "nsd-control-setup........... NSD Name Server Daemon SSL keys setup script" default y if DEFAULT_nsd-control-setup default m if ALL select PACKAGE_openssl-util select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis config PACKAGE_nsd-nossl tristate "nsd-nossl................... NSD Name Server Daemon (without SSL support)" default y if DEFAULT_nsd-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NSD is an authoritative only, high performance, simple and open source name server. https://www.nlnetlabs.nl/projects/nsd/ Vasilis Tsiligiannis config PACKAGE_ohybridproxy tristate "ohybridproxy....................................... mdns/dns hybrid-proxy" default y if DEFAULT_ohybridproxy default m if ALL select PACKAGE_mdnsd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libubox select PACKAGE_libssp if GCC_LIBSSP help This package provides a statically configured daemon for translating DNS requests to Multicast DNS and back again. https://github.com/sbyx/ohybridproxy Steven Barth config PACKAGE_stubby tristate "stubby................................ stubby - (daemon that uses getdns)" default y if DEFAULT_stubby default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ca-bundle if PACKAGE_ca-certificates config PACKAGE_tor-hs tristate "tor-hs................................... Tor hidden service configurator" default y if DEFAULT_tor-hs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_tor help Tor Hidden Service configurator Jan Pavlinec config PACKAGE_torsocks tristate "torsocks........................................................ torsocks" default y if DEFAULT_torsocks default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_tor select PACKAGE_libssp if GCC_LIBSSP help Torsocks allows you to use most applications in a safe way with Tor. It ensures that DNS requests are handled safely and explicitly rejects any traffic other than TCP from the application you're using. https://trac.torproject.org/projects/tor/wiki/doc/torsocks Jan Pavlinec config PACKAGE_unbound-anchor tristate "unbound-anchor......................... Recursive DNS Server (root DSKEY)" default y if DEFAULT_unbound-anchor default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select OPENSSL_WITH_EC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_unbound-daemon if PACKAGE_unbound-daemon-heavy config PACKAGE_unbound-checkconf tristate "unbound-checkconf.................. Recursive DNS Server (config checker)" default y if DEFAULT_unbound-checkconf default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_unbound-daemon if PACKAGE_unbound-daemon-heavy config PACKAGE_unbound-control tristate "unbound-control.................... Recursive DNS Server (remote control)" default y if DEFAULT_unbound-control default m if ALL select OPENSSL_WITH_EC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_unbound-daemon if PACKAGE_unbound-daemon-heavy config PACKAGE_unbound-control-setup tristate "unbound-control-setup............... Recursive DNS Server (control setup)" default y if DEFAULT_unbound-control-setup default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_openssl-util select PACKAGE_unbound-control select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select OPENSSL_WITH_EC select PACKAGE_libssp if GCC_LIBSSP help This package contains the Unbound control setup utility. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen config PACKAGE_unbound-daemon tristate "unbound-daemon.............. Recursive DNS Server (daemon, light traffic)" default y if DEFAULT_unbound-daemon default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libunbound-light select OPENSSL_WITH_EC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the Unbound daemon with basic includes necessary to meet the needs of UCI/LuCI configuration optoins. https://nlnetlabs.nl/projects/unbound/about Eric Luehrsen config PACKAGE_unbound-daemon-heavy tristate "unbound-daemon-heavy........ Recursive DNS Server (daemon, heavy traffic)" default y if DEFAULT_unbound-daemon-heavy default m if ALL select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libevent2-pthreads select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select OPENSSL_WITH_EC select PACKAGE_libunbound-heavy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help This package contains the Unbound daemon including 'libevent' and 'libpthread' to better handle large networks with heavy query loads. https://nlnetlabs.nl/documentation/unbound/howto-optimise Eric Luehrsen config PACKAGE_unbound-host tristate "unbound-host........................... Recursive DNS Server (DNS lookup)" default y if DEFAULT_unbound-host default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_wsdd2 tristate "wsdd2.............................. Web Services for Devices (WSD) daemon" default y if DEFAULT_wsdd2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Web Services for Devices or Web Services on Devices (WSD), is a Microsoft API to simplify programming connections to web service enabled devices, such as printers, scanners and file shares. This daemon advertises and responds to probe requests from Windows clients looking for file shares. It also implements LLMNR multicast name lookup services. https://kb.netgear.com/2649/NETGEAR-Open-Source-Code-for-Programmers-GPL Andy Walsh config PACKAGE_zonestitcher tristate "zonestitcher............. dynamically combine multiple DNS zones into one" default y if DEFAULT_zonestitcher default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package provides a statically configured daemon for translating DNS requests to Multicast DNS and back again. https://github.com/sbyx/ohybridproxy Steven Barth endmenu menu "Instant Messaging" config PACKAGE_bitlbee tristate "bitlbee............................ An IRC to other chat networks gateway" default y if DEFAULT_bitlbee default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libopenssl select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_glib2 help This program can be used as an IRC server which forwards everything you say to people on other chat networks: Jabber (which includes Google Talk and Facebook Chat), ICQ, AIM, MSN, Yahoo! and Twitter/Identica/Status.net. http://www.bitlbee.org/ Nikil Mehta config PACKAGE_irssi tristate "irssi................................................. Console IRC client" default y if DEFAULT_irssi default m if ALL select PACKAGE_glib2 select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Irssi is a terminal based IRC client for UNIX systems. https://irssi.org/ Peter Wagner config PACKAGE_ngircd tristate "ngircd................. Next Generation IRC Server (with OpenSSL support)" default y if DEFAULT_ngircd default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built with OpenSSL support. https://ngircd.barton.de config PACKAGE_ngircd-nossl tristate "ngircd-nossl........ Next Generation IRC Server (without OpenSSL support)" default y if DEFAULT_ngircd-nossl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help ngIRCd is an Open Source server for the Internet Relay Chat (IRC), which is developed and published under the terms of the GNU General Public Licence. ngIRCd means "next generation IRC daemon", it's written from scratch and not deduced from the "grandfather of IRC daemons", the daemon of the IRCNet. This package is built without OpenSSL support. https://ngircd.barton.de config PACKAGE_prosody tristate "prosody...................................................... XMPP server" default y if DEFAULT_prosody default m if ALL select PACKAGE_libidn select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua select PACKAGE_luafilesystem select PACKAGE_luaexpat select PACKAGE_luasec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luabitop help Prosody is an exciting new server for Jabber/XMPP written in Lua. It aims to be easy to use, and light on resources https://prosody.im/ Thomas Heil config PACKAGE_quassel-irssi tristate "quassel-irssi................. An irssi plugin to connect to quassel core" default y if DEFAULT_quassel-irssi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_quasselc select PACKAGE_irssi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help An irssi plugin that supports connecting to a quassel core. https://github.com/phhusson/quassel-irssi Ben Rosser config PACKAGE_umurmur-mbedtls tristate "umurmur-mbedtls.......................... uMurmur (with mbed TLS support)" default y if DEFAULT_umurmur-mbedtls default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmbedtls select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libprotobuf-c select PACKAGE_libconfig select PACKAGE_libssp if GCC_LIBSSP help Minimalistic Mumble server daemon. Uses the mbed TLS library for SSL and crypto. http://umurmur.net Martin Johansson config PACKAGE_umurmur-openssl tristate "umurmur-openssl........................... uMurmur (with OpenSSL support)" default y if DEFAULT_umurmur-openssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libprotobuf-c select PACKAGE_libconfig select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Minimalistic Mumble server daemon. Uses OpenSSL library for SSL and crypto. http://umurmur.net Martin Johansson menuconfig PACKAGE_znc tristate "znc.................................................................. ZNC" default y if DEFAULT_znc default m if ALL select PACKAGE_zlib select PACKAGE_icu if ZNC_ICU select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help ZNC is an IRC bouncer with many advanced features like detaching, multiple users, per channel playback buffer, SSL, IPv6, transparent DCC bouncing, and c++ module support to name a few. https://znc.in/ Jonas Gorski source "feeds/packages/net/znc/Config.in" config PACKAGE_znc-mod-adminlog tristate "znc-mod-adminlog................................... ZNC (adminlog plugin)" default y if DEFAULT_znc-mod-adminlog default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Log user connects and disconnects and failed logins to file or syslog. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-alias tristate "znc-mod-alias......................................... ZNC (alias plugin)" default y if DEFAULT_znc-mod-alias default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Provides bouncer-side command alias support. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-autoattach tristate "znc-mod-autoattach............................... ZNC (autoattach plugin)" default y if DEFAULT_znc-mod-autoattach default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Reattaches you to channels on activity. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-autocycle tristate "znc-mod-autocycle................................. ZNC (autocycle plugin)" default y if DEFAULT_znc-mod-autocycle default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Cycles a channel when you are the only one in there and you don't have op. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-autoop tristate "znc-mod-autoop....................................... ZNC (autoop plugin)" default y if DEFAULT_znc-mod-autoop default m if ALL depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Auto op the good guys. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-autoreply tristate "znc-mod-autoreply................................. ZNC (autoreply plugin)" default y if DEFAULT_znc-mod-autoreply default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Gives a automatic reply if someone messages you if you are away. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-autovoice tristate "znc-mod-autovoice................................. ZNC (autovoice plugin)" default y if DEFAULT_znc-mod-autovoice default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Autovoices everyone who joins some channel. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-awaynick tristate "znc-mod-awaynick................................... ZNC (awaynick plugin)" default y if DEFAULT_znc-mod-awaynick default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Change your nick while you are away. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-awaystore tristate "znc-mod-awaystore................................. ZNC (awaystore plugin)" default y if DEFAULT_znc-mod-awaystore default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Stores messages while away, also auto away. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-block-motd tristate "znc-mod-block-motd............................... ZNC (block-motd plugin)" default y if DEFAULT_znc-mod-block-motd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help This module blocks the server's Message of the Day. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-blockuser tristate "znc-mod-blockuser................................. ZNC (blockuser plugin)" default y if DEFAULT_znc-mod-blockuser default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Blocks certain users from using ZNC saying their account was disabled. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-bouncedcc tristate "znc-mod-bouncedcc................................. ZNC (bouncedcc plugin)" default y if DEFAULT_znc-mod-bouncedcc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Bounces dcc transfers through the znc server instead of sending them directly to the user. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-buffextras tristate "znc-mod-buffextras............................... ZNC (buffextras plugin)" default y if DEFAULT_znc-mod-buffextras default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Add nick changes, joins, parts, topic changes etc. to your playback buffer. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-cert tristate "znc-mod-cert........................................... ZNC (cert plugin)" default y if DEFAULT_znc-mod-cert default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Use a SSL certificate for connecting to a server. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-certauth tristate "znc-mod-certauth................................... ZNC (certauth plugin)" default y if DEFAULT_znc-mod-certauth default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help This module allows users to log in to ZNC via SSL client keys. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-chansaver tristate "znc-mod-chansaver................................. ZNC (chansaver plugin)" default y if DEFAULT_znc-mod-chansaver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Keeping config up to date when user joins and parts. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-clearbufferonmsg tristate "znc-mod-clearbufferonmsg................... ZNC (clearbufferonmsg plugin)" default y if DEFAULT_znc-mod-clearbufferonmsg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help This module keeps the buffer until the next message from the client. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-clientnotify tristate "znc-mod-clientnotify........................... ZNC (clientnotify plugin)" default y if DEFAULT_znc-mod-clientnotify default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Notify about new incoming connections to your user. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-controlpanel tristate "znc-mod-controlpanel........................... ZNC (controlpanel plugin)" default y if DEFAULT_znc-mod-controlpanel default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Allows you to add/remove/edit users and settings on the fly via IRC messages. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-crypt tristate "znc-mod-crypt......................................... ZNC (crypt plugin)" default y if DEFAULT_znc-mod-crypt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Encryption for channel/private messages. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-ctcpflood tristate "znc-mod-ctcpflood................................. ZNC (ctcpflood plugin)" default y if DEFAULT_znc-mod-ctcpflood default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module tries to block ctcp floods. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-dcc tristate "znc-mod-dcc............................................. ZNC (dcc plugin)" default y if DEFAULT_znc-mod-dcc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Allows you to transfer files to and from ZNC. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-disconkick tristate "znc-mod-disconkick............................... ZNC (disconkick plugin)" default y if DEFAULT_znc-mod-disconkick default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help This module will kick your client from all channels where you are, in case if ZNC disconnects from server. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-fail2ban tristate "znc-mod-fail2ban................................... ZNC (fail2ban plugin)" default y if DEFAULT_znc-mod-fail2ban default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Block IPs for some time after a failed login. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-flooddetach tristate "znc-mod-flooddetach............................. ZNC (flooddetach plugin)" default y if DEFAULT_znc-mod-flooddetach default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module detaches you from channels which are flooded. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-identfile tristate "znc-mod-identfile................................. ZNC (identfile plugin)" default y if DEFAULT_znc-mod-identfile default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Places the ident of a user to a file when they are trying to connect. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-imapauth tristate "znc-mod-imapauth................................... ZNC (imapauth plugin)" default y if DEFAULT_znc-mod-imapauth default m if ALL depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Allow users to authenticate via IMAP. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-keepnick tristate "znc-mod-keepnick................................... ZNC (keepnick plugin)" default y if DEFAULT_znc-mod-keepnick default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Tries to get you your primary nick. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-kickrejoin tristate "znc-mod-kickrejoin............................... ZNC (kickrejoin plugin)" default y if DEFAULT_znc-mod-kickrejoin default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Implements auto-rejoin-on-kick. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-lastseen tristate "znc-mod-lastseen................................... ZNC (lastseen plugin)" default y if DEFAULT_znc-mod-lastseen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Logs when a user last logged in to ZNC. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-listsockets tristate "znc-mod-listsockets............................. ZNC (listsockets plugin)" default y if DEFAULT_znc-mod-listsockets default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module displays a list of all open sockets in ZNC. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-log tristate "znc-mod-log............................................. ZNC (log plugin)" default y if DEFAULT_znc-mod-log default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Log conversations to file. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-missingmotd tristate "znc-mod-missingmotd............................. ZNC (missingmotd plugin)" default y if DEFAULT_znc-mod-missingmotd default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Sends 422 to clients when they login. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-modules_online tristate "znc-mod-modules_online....................... ZNC (modules_online plugin)" default y if DEFAULT_znc-mod-modules_online default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module fakes the online status of ZNC-*users. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-nickserv tristate "znc-mod-nickserv................................... ZNC (nickserv plugin)" default y if DEFAULT_znc-mod-nickserv default m if ALL depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Auths you with NickServ. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-notes tristate "znc-mod-notes......................................... ZNC (notes plugin)" default y if DEFAULT_znc-mod-notes default m if ALL depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This modules stores and displays short notes using a key/note pairs and shows them to you on connect. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-notify-connect tristate "znc-mod-notify-connect....................... ZNC (notify-connect plugin)" default y if DEFAULT_znc-mod-notify-connect default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Sends a notice to all admins when a user logs in or out. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-partyline tristate "znc-mod-partyline................................. ZNC (partyline plugin)" default y if DEFAULT_znc-mod-partyline default m if ALL depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Allows ZNC users to join internal channels and query other ZNC users on the same ZNC. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-perform tristate "znc-mod-perform..................................... ZNC (perform plugin)" default y if DEFAULT_znc-mod-perform default m if ALL depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Performs commands on connect. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-playback tristate "znc-mod-playback................................... ZNC (playback plugin)" default y if DEFAULT_znc-mod-playback default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Avoid repetitive playback buffers on re-connect with supported clients (e.g. mutter, colluquy) https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-q tristate "znc-mod-q................................................. ZNC (q plugin)" default y if DEFAULT_znc-mod-q default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Auths you with Q (and a little more). https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-raw tristate "znc-mod-raw............................................. ZNC (raw plugin)" default y if DEFAULT_znc-mod-raw default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help View all of the raw traffic. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-route-replies tristate "znc-mod-route-replies......................... ZNC (route-replies plugin)" default y if DEFAULT_znc-mod-route-replies default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Routes back answers to the right client when connected with multiple clients. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-sasl tristate "znc-mod-sasl........................................... ZNC (sasl plugin)" default y if DEFAULT_znc-mod-sasl default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The SASL module allows you to authenticate to an IRC network via SASL. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-savebuff tristate "znc-mod-savebuff................................... ZNC (savebuff plugin)" default y if DEFAULT_znc-mod-savebuff default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc help Saves your channel buffers into an encrypted file so they can survive restarts and reboots. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-schat tristate "znc-mod-schat......................................... ZNC (schat plugin)" default y if DEFAULT_znc-mod-schat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help SSL (encrypted) DCC chats. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-send-raw tristate "znc-mod-send-raw................................... ZNC (send-raw plugin)" default y if DEFAULT_znc-mod-send-raw default m if ALL depends on PACKAGE_znc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Allows you to send raw traffic to IRC from other users. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-shell tristate "znc-mod-shell......................................... ZNC (shell plugin)" default y if DEFAULT_znc-mod-shell default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Have your unix shell in a query window right inside of your IRC client. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-simple-away tristate "znc-mod-simple-away............................. ZNC (simple-away plugin)" default y if DEFAULT_znc-mod-simple-away default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help This module will automatically set you away on IRC while you are disconnected from the bouncer. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-stickychan tristate "znc-mod-stickychan............................... ZNC (stickychan plugin)" default y if DEFAULT_znc-mod-stickychan default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_znc select PACKAGE_libssp if GCC_LIBSSP help Keeps you sticked to specific channels. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-watch tristate "znc-mod-watch......................................... ZNC (watch plugin)" default y if DEFAULT_znc-mod-watch default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Monitor activity for specific text patterns from specific users and have the text sent to a special query window. https://znc.in/ Jonas Gorski config PACKAGE_znc-mod-webadmin tristate "znc-mod-webadmin................................... ZNC (webadmin plugin)" default y if DEFAULT_znc-mod-webadmin default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_znc help Allows you to add/remove/edit users and settings on the fly via a web browser. https://znc.in/ Jonas Gorski config PACKAGE_znc-webskin-dark-clouds tristate "znc-webskin-dark-clouds........................ ZNC (dark-clouds webskin)" default y if DEFAULT_znc-webskin-dark-clouds default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc-mod-webadmin select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help dark-clouds webskin for webadmin https://znc.in/ Jonas Gorski config PACKAGE_znc-webskin-forest tristate "znc-webskin-forest.................................. ZNC (forest webskin)" default y if DEFAULT_znc-webskin-forest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_znc-mod-webadmin select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help forest webskin for webadmin https://znc.in/ Jonas Gorski config PACKAGE_znc-webskin-ice tristate "znc-webskin-ice........................................ ZNC (ice webskin)" default y if DEFAULT_znc-webskin-ice default m if ALL depends on PACKAGE_znc-mod-webadmin select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help ice webskin for webadmin https://znc.in/ Jonas Gorski endmenu menu "Linux ATM tools" config PACKAGE_atm-aread tristate "atm-aread........................................... Linux ATM tool aread" default y if DEFAULT_atm-aread default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool aread. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmaddr tristate "atm-atmaddr....................................... Linux ATM tool atmaddr" default y if DEFAULT_atm-atmaddr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool atmaddr. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmdiag tristate "atm-atmdiag....................................... Linux ATM tool atmdiag" default y if DEFAULT_atm-atmdiag default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Linux ATM tool atmdiag. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmdump tristate "atm-atmdump....................................... Linux ATM tool atmdump" default y if DEFAULT_atm-atmdump default m if ALL select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool atmdump. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmloop tristate "atm-atmloop....................................... Linux ATM tool atmloop" default y if DEFAULT_atm-atmloop default m if ALL select PACKAGE_linux-atm select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool atmloop. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmsigd tristate "atm-atmsigd....................................... Linux ATM tool atmsigd" default y if DEFAULT_atm-atmsigd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Linux ATM tool atmsigd. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmswitch tristate "atm-atmswitch................................... Linux ATM tool atmswitch" default y if DEFAULT_atm-atmswitch default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool atmswitch. http://linux-atm.sourceforge.net/ config PACKAGE_atm-atmtcp tristate "atm-atmtcp......................................... Linux ATM tool atmtcp" default y if DEFAULT_atm-atmtcp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool atmtcp. http://linux-atm.sourceforge.net/ config PACKAGE_atm-awrite tristate "atm-awrite......................................... Linux ATM tool awrite" default y if DEFAULT_atm-awrite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool awrite. http://linux-atm.sourceforge.net/ config PACKAGE_atm-bus tristate "atm-bus............................................... Linux ATM tool bus" default y if DEFAULT_atm-bus default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Linux ATM tool bus. http://linux-atm.sourceforge.net/ config PACKAGE_atm-debug-tools tristate "atm-debug-tools................................ Linux ATM debugging tools" default y if DEFAULT_atm-debug-tools default m if ALL select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the Linux ATM debugging tools. http://linux-atm.sourceforge.net/ config PACKAGE_atm-diagnostics tristate "atm-diagnostics.................................... Linux ATM Diagnostics" default y if DEFAULT_atm-diagnostics default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the Linux ATM diagnostics. http://linux-atm.sourceforge.net/ config PACKAGE_atm-esi tristate "atm-esi............................................... Linux ATM tool esi" default y if DEFAULT_atm-esi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Linux ATM tool esi. http://linux-atm.sourceforge.net/ config PACKAGE_atm-ilmid tristate "atm-ilmid........................................... Linux ATM tool ilmid" default y if DEFAULT_atm-ilmid default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool ilmid. http://linux-atm.sourceforge.net/ config PACKAGE_atm-ilmidiag tristate "atm-ilmidiag..................................... Linux ATM tool ilmidiag" default y if DEFAULT_atm-ilmidiag default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Linux ATM tool ilmidiag. http://linux-atm.sourceforge.net/ config PACKAGE_atm-lecs tristate "atm-lecs............................................. Linux ATM tool lecs" default y if DEFAULT_atm-lecs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool lecs. http://linux-atm.sourceforge.net/ config PACKAGE_atm-les tristate "atm-les............................................... Linux ATM tool les" default y if DEFAULT_atm-les default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Linux ATM tool les. http://linux-atm.sourceforge.net/ config PACKAGE_atm-mpcd tristate "atm-mpcd............................................. Linux ATM tool mpcd" default y if DEFAULT_atm-mpcd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool mpcd. http://linux-atm.sourceforge.net/ config PACKAGE_atm-saaldump tristate "atm-saaldump..................................... Linux ATM tool saaldump" default y if DEFAULT_atm-saaldump default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Linux ATM tool saaldump. http://linux-atm.sourceforge.net/ config PACKAGE_atm-sonetdiag tristate "atm-sonetdiag................................... Linux ATM tool sonetdiag" default y if DEFAULT_atm-sonetdiag default m if ALL select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool sonetdiag. http://linux-atm.sourceforge.net/ config PACKAGE_atm-svc_recv tristate "atm-svc_recv..................................... Linux ATM tool svc_recv" default y if DEFAULT_atm-svc_recv default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Linux ATM tool svc_recv. http://linux-atm.sourceforge.net/ config PACKAGE_atm-svc_send tristate "atm-svc_send..................................... Linux ATM tool svc_send" default y if DEFAULT_atm-svc_send default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Linux ATM tool svc_send. http://linux-atm.sourceforge.net/ config PACKAGE_atm-tools tristate "atm-tools................................................ Linux ATM tools" default y if DEFAULT_atm-tools default m if ALL select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the Linux ATM tools. http://linux-atm.sourceforge.net/ config PACKAGE_atm-ttcp_atm tristate "atm-ttcp_atm..................................... Linux ATM tool ttcp_atm" default y if DEFAULT_atm-ttcp_atm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Linux ATM tool ttcp_atm. http://linux-atm.sourceforge.net/ config PACKAGE_atm-zeppelin tristate "atm-zeppelin..................................... Linux ATM tool zeppelin" default y if DEFAULT_atm-zeppelin default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_linux-atm select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux ATM tool zeppelin. http://linux-atm.sourceforge.net/ config PACKAGE_br2684ctl tristate "br2684ctl.................... ATM Ethernet bridging configuration utility" default y if DEFAULT_br2684ctl default m if ALL select PACKAGE_libc select PACKAGE_linux-atm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Support for AAL5 encapsulation (RFC-1483/RFC-2684) over ATM. http://linux-atm.sourceforge.net/ endmenu menu "LoRaWAN" config PACKAGE_libloragw-tests tristate "libloragw-tests....... Test programs for libloragw to check functionality" default y if DEFAULT_libloragw-tests default m if ALL select PACKAGE_libloragw select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on (!PACKAGE_lora-picogw-hal) select PACKAGE_libssp if GCC_LIBSSP help Test programs for libloragw to check functionality Xue Liu config PACKAGE_libloragw-utils tristate "libloragw-utils........................... Utility programs for libloragw" default y if DEFAULT_libloragw-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (!PACKAGE_lora-picogw-hal) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libloragw help Utility programs for libloragw Xue Liu endmenu menu "NMAP Suite" config PACKAGE_ncat tristate "ncat............................ Much-improved reimplementation of Netcat" default y if DEFAULT_ncat default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Much-improved reimplementation of Netcat http://nmap.org/ Nuno Goncalves config PACKAGE_ncat-ssl tristate "ncat-ssl..................................... Ncat (with OpenSSL support)" default y if DEFAULT_ncat-ssl default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Ncat (with OpenSSL support) http://nmap.org/ Nuno Goncalves config PACKAGE_ndiff tristate "ndiff....................... Utility to compare the results of Nmap scans" default y if DEFAULT_ndiff default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Utility to compare the results of Nmap scans http://nmap.org/ Nuno Goncalves config PACKAGE_nmap tristate "nmap................ Utility for network exploration or security auditing" default y if DEFAULT_nmap default m if ALL select PACKAGE_libstdcpp select PACKAGE_libpcre select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Utility for network exploration or security auditing http://nmap.org/ Nuno Goncalves config PACKAGE_nmap-ssl tristate "nmap-ssl..................................... Nmap (with OpenSSL support)" default y if DEFAULT_nmap-ssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help Nmap (with OpenSSL support) http://nmap.org/ Nuno Goncalves config PACKAGE_nping tristate "nping...................... Network packet generation tool / ping utility" default y if DEFAULT_nping default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp help Network packet generation tool / ping utility http://nmap.org/ Nuno Goncalves endmenu menu "NTRIP" config PACKAGE_ntripcaster tristate "ntripcaster................................... Standard Ntrip Broadcaster" default y if DEFAULT_ntripcaster default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help BKG Standard Ntrip Broadcaster https://igs.bkg.bund.de/ntrip Nuno Goncalves config PACKAGE_ntripclient tristate "ntripclient........................ Ntrip Version 2.0 Command Line Client" default y if DEFAULT_ntripclient default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Ntrip Version 2.0 Command Line Client, reading from Ntrip Version 1.0 or 2.0 Caster http://igs.bkg.bund.de/ntrip/download Nuno Goncalves config PACKAGE_ntripserver tristate "ntripserver........................ Ntrip Version 2.0 Command Line Server" default y if DEFAULT_ntripserver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ntrip Version 2.0 Command Line Server, reading from SISNeT Server, TCP/UDP IP Port, Serial port, or NtripCaster to support an Ntrip Version 1.0 or 2.0 Caster http://igs.bkg.bund.de/ntrip/download Nuno Goncalves endmenu menu "OLSR.org network framework" config PACKAGE_oonf-dlep-proxy tristate "oonf-dlep-proxy............................ Build DLEP Radio+Router Agent" default y if DEFAULT_oonf-dlep-proxy default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci select PACKAGE_oonf-init-scripts select PACKAGE_librt select PACKAGE_libnl-tiny help Build DLEP Radio+Router Agent http://www.olsr.org/ Henning Rogge config PACKAGE_oonf-dlep-radio tristate "oonf-dlep-radio................................... Build DLEP Radio Agent" default y if DEFAULT_oonf-dlep-radio default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnl-tiny select PACKAGE_librt select PACKAGE_oonf-init-scripts select PACKAGE_libuci select PACKAGE_librt if USE_GLIBC help Build DLEP Radio Agent http://www.olsr.org/ Henning Rogge config PACKAGE_oonf-init-scripts tristate "oonf-init-scripts............................ Common OONF startup scripts" default y if DEFAULT_oonf-init-scripts default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Common OONF startup scripts http://www.olsr.org/ Henning Rogge menuconfig PACKAGE_oonf-olsrd2 tristate "oonf-olsrd2................................. Build Olsrd V2 Routing Agent" default y if DEFAULT_oonf-olsrd2 default m if ALL select PACKAGE_librt select PACKAGE_oonf-init-scripts select PACKAGE_libuci select PACKAGE_libnl-tiny select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Build Olsrd V2 Routing Agent http://www.olsr.org/ Henning Rogge source "feeds/routing/oonf-olsrd2/Config.in" endmenu menu "Open vSwitch" config PACKAGE_openvswitch tristate "openvswitch................................................. Open vSwitch" default y if DEFAULT_openvswitch default m if ALL select PACKAGE_kmod-openvswitch if PACKAGE_kmod-openvswitch-intree config PACKAGE_openvswitch-common tristate default y if DEFAULT_openvswitch-common select PACKAGE_openvswitch-libofproto select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libatomic select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-libofproto tristate default y if DEFAULT_openvswitch-libofproto select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-libopenvswitch tristate default y if DEFAULT_openvswitch-libopenvswitch select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-libovn tristate default y if DEFAULT_openvswitch-libovn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-libovsdb tristate default y if DEFAULT_openvswitch-libovsdb select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-ovn-common tristate default y if DEFAULT_openvswitch-ovn-common select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-ovn-host tristate "openvswitch-ovn-host.............. Open Virtual Network (chassis package)" default y if DEFAULT_openvswitch-ovn-host default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_openvswitch-ovn-common select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-ovn-north tristate "openvswitch-ovn-north............... Open Virtual Network (north package)" default y if DEFAULT_openvswitch-ovn-north default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libatomic select PACKAGE_openvswitch-ovsdb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-ovsdb tristate default y if DEFAULT_openvswitch-ovsdb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-python tristate "openvswitch-python......................... Open vSwitch (Python library)" default y if DEFAULT_openvswitch-python default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-python3 tristate "openvswitch-python3....................... Open vSwitch (Python3 library)" default y if DEFAULT_openvswitch-python3 default m if ALL select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_openvswitch-vswitchd tristate default y if DEFAULT_openvswitch-vswitchd select PACKAGE_openvswitch-libopenvswitch select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libatomic select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy endmenu menu "OpenLDAP" menuconfig PACKAGE_libopenldap tristate "libopenldap............................. LDAP directory suite (libraries)" default y if DEFAULT_libopenldap default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libdb47 if OPENLDAP_DB47 select PACKAGE_icu if OPENLDAP_ICU select PACKAGE_libsasl2 help OpenLDAP Software is an open source implementation of the Lightweight Directory Access Protocol (LDAP). This package contains the shared LDAP client libraries, needed by other programs. http://www.openldap.org/ W. Michael Petullo config OPENLDAP_DEBUG bool "Enable debugging information" default y help Enable debugging information. This option must be enabled for the loglevel directive to work. config OPENLDAP_CRYPT bool "Crypt(3) passwords support" default n help With crypt(3) password storage scheme enabled, OpenLDAP can receive and store SHA-256 and SHA-512 password hashes from Samba AD-DC. If this option is disabled, synchronization of passwords between Samba AD-DC (v4.5 and above) and OpenLDAP requires use of cleartext passwords. To enable crypt(3) password synchronization functionality: 1. Re-include crypt(3) support in OpenWRT by enabling 'Include crypt() support for SHA256, SHA512 and Blowfish ciphers' option in "Advanced configuration options (for developers)" -> "Toolchain Options". 2. Provision AD-DC with 'password hash userPassword schemes' option. For more information, see smb.conf manpage for details on 'password hash userPassword schemes'. 3. Use a script to synchronize passwords from AD-DC to OpenLDAP. See samba-tool manpage for 'user syncpasswords'. config OPENLDAP_MONITOR bool "Enable monitor backend" default n help Enable monitor backend to obtain information about the running status of the daemon. See OpenLDAP documentation for more information. config OPENLDAP_DB47 bool "Berkeley DB support" default n help Enable Berkeley DB support (BDB). config OPENLDAP_ICU bool "ICU support" default n help Enable ICU (International Components for Unicode) support. config PACKAGE_openldap-server tristate "openldap-server............................ LDAP directory suite (server)" default y if DEFAULT_openldap-server default m if ALL select PACKAGE_libuuid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap help This package contains server programs required to provide LDAP services. http://www.openldap.org/ W. Michael Petullo config PACKAGE_openldap-utils tristate "openldap-utils.......................... LDAP directory suite (utilities)" default y if DEFAULT_openldap-utils default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap help This package contains client programs required to access LDAP servers. http://www.openldap.org/ W. Michael Petullo endmenu menu "Printing" config PACKAGE_p910nd tristate "p910nd............................... A small non-spooling printer server" default y if DEFAULT_p910nd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help p910nd is a small daemon that copies any data received on the port it is listening on to the corresponding printer port. It is primarily intended for diskless Linux hosts running as printer drivers but there is no reason why it could not be used on diskful hosts. Port 9100 is copied to /dev/lp0, 9101 to /dev/lp1 and 9102 to /dev/lp2. The default is port 9100 to /dev/lp0. http://p910nd.sourceforge.net Philipp Kerling endmenu menu "Routing and Redirection" config PACKAGE_babel-pinger tristate "babel-pinger................................................ Babel-pinger" default y if DEFAULT_babel-pinger default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help Babel-pinger is a hack to export a default route into Babel for people using DHCP to configure their routers rather than speaking to their upstream provider with a proper routing protocol. http://www.pps.univ-paris-diderot.fr/~jch/software/babel/ Gabriel Kerneis config PACKAGE_babeld tristate "babeld.................. A loop-avoiding distance-vector routing protocol" default y if DEFAULT_babeld default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP help Babel is a loop-avoiding distance-vector routing protocol for IPv6 and IPv4 with fast convergence properties. It is based on the ideas in DSDV, AODV and Cisco's EIGRP, but is designed to work well not only in wired networks but also in wireless mesh networks, and has been extended with support for overlay networks. Babel is in the process of becoming an IETF Standard. https://www.irif.fr/~jch/software/babel/ Gabriel Kerneis , Baptiste Jonglez config PACKAGE_batmand tristate "batmand.............................. B.A.T.M.A.N. layer 3 routing daemon" default y if DEFAULT_batmand default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help B.A.T.M.A.N. layer 3 routing daemon https://www.open-mesh.org/ Corinna "Elektra" Aichele config PACKAGE_bcp38 tristate "bcp38................................................... BCP38 compliance" default y if DEFAULT_bcp38 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ipset select PACKAGE_libssp if GCC_LIBSSP help bcp38 implements IETF BCP38 for home routers. See https://tools.ietf.org/html/bcp38. This package provides BCP38 for IPv4 only - IPv6 uses source specific default routes, so no firewall configuration is needed. https://github.com/dtaht/ceropackages-3.10 Toke Høiland-Jørgensen config PACKAGE_bird1-ipv4 tristate "bird1-ipv4................ The BIRD Internet Routing Daemon (v1.6) (IPv4)" default y if DEFAULT_bird1-ipv4 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is IPv4 version of BIRD, it supports OSPFv2, RIPv2 and BGP protocols. In BGP, BIRD supports communities, multiprotocol extensions, MD5 authentication, 32bit AS numbers and could act as a route server or a route reflector. BIRD also supports multiple RIBs, multiple kernel routing tables and redistribution between the protocols with a powerful configuration syntax. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird1-ipv4-uci tristate "bird1-ipv4-uci......................... The BIRD UCI module (v1.6) (IPv4)" default y if DEFAULT_bird1-ipv4-uci default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libuci select PACKAGE_bird1-ipv4 select PACKAGE_uci select PACKAGE_librt if USE_GLIBC help bird1-ipv4 UCI integration module https://github.com/eloicaso/bird-openwrt/ Eloi Carbo config PACKAGE_bird1-ipv6 tristate "bird1-ipv6................ The BIRD Internet Routing Daemon (v1.6) (IPv6)" default y if DEFAULT_bird1-ipv6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is IPv6 version of BIRD, it supports OSPFv3, RIPng and BGP protocols. In BGP, BIRD supports communities, multiprotocol extensions, MD5 authentication, 32bit AS numbers and could act as a route server or a route reflector. BIRD also supports multiple RIBs, multiple kernel routing tables and redistribution between the protocols with a powerful configuration syntax. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird1-ipv6-uci tristate "bird1-ipv6-uci......................... The BIRD UCI module (v1.6) (IPv6)" default y if DEFAULT_bird1-ipv6-uci default m if ALL select PACKAGE_bird1-ipv6 select PACKAGE_libuci select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uci select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help bird1-ipv6 UCI integration module https://github.com/eloicaso/bird-openwrt/ Eloi Carbo config PACKAGE_bird1c-ipv4 tristate "bird1c-ipv4................... The BIRD command-line client (v1.6) (IPv4)" default y if DEFAULT_bird1c-ipv4 default m if ALL select PACKAGE_libreadline select PACKAGE_bird1-ipv4 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is a BIRD command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. Unless you can't afford dependency on ncurses and readline, you should install BIRD command-line client together with BIRD. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird1c-ipv6 tristate "bird1c-ipv6................... The BIRD command-line client (v1.6) (IPv6)" default y if DEFAULT_bird1c-ipv6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline select PACKAGE_bird1-ipv6 select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is a BIRD command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. Unless you can't afford dependency on ncurses and readline, you should install BIRD command-line client together with BIRD. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird1cl-ipv4 tristate "bird1cl-ipv4...... The BIRD lightweight command-line client (v1.6) (IPv4)" default y if DEFAULT_bird1cl-ipv4 default m if ALL select PACKAGE_bird1-ipv4 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is a BIRD lightweight command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird1cl-ipv6 tristate "bird1cl-ipv6...... The BIRD lightweight command-line client (v1.6) (IPv6)" default y if DEFAULT_bird1cl-ipv6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bird1-ipv6 help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This packages the legacy v1.6 branch of Bird, which splits IPv4 and IPv6 support into separate binaries. See also the bird2 package for the newer branch which integrates support for both IP protocols in a single binary. This is a BIRD lightweight command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. https://bird.network.cz/ Álvaro Fernández Rojas config PACKAGE_bird2 tristate "bird2.............................. The BIRD Internet Routing Daemon (v2)" default y if DEFAULT_bird2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread depends on m || (PACKAGE_bird1-ipv4 != y) depends on m || (PACKAGE_bird1-ipv6 != y) help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. BIRD supports OSPFv2, RIPv2, Babel and BGP protocols for IPv4 and OSPFv3, RIPng, Babel and BGP protocols for IPv6. In BGP, BIRD supports communities, multiprotocol extensions, MD5 authentication, 32bit AS numbers and could act as a route server or a route reflector. BIRD also supports multiple RIBs, multiple kernel routing tables and redistribution between the protocols with a powerful configuration syntax. This is the 2.0 branch of Bird which integrates support for IPv4 and IPv6 into a single branch, and also adds support for the Babel routing protocol. http://bird.network.cz/ Toke Høiland-Jørgensen config PACKAGE_bird2c tristate "bird2c................................. The BIRD command-line client (v2)" default y if DEFAULT_bird2c default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libreadline select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bird2 depends on m || (PACKAGE_bird1c-ipv4 != y) depends on m || (PACKAGE_bird1c-ipv6 != y) help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This is a BIRD command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. Unless you can't afford dependency on ncurses and readline, you should install BIRD command-line client together with BIRD. http://bird.network.cz/ Toke Høiland-Jørgensen config PACKAGE_bird2cl tristate "bird2cl.................... The BIRD lightweight command-line client (v2)" default y if DEFAULT_bird2cl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bird2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_bird1cl-ipv4 != y) depends on m || (PACKAGE_bird1cl-ipv6 != y) help BIRD is an internet routing daemon which manages TCP/IP routing tables with support of modern routing protocols, easy to use configuration interface and powerful route filtering language. It is lightweight and efficient and therefore appropriate for small embedded routers. This is a BIRD lightweight command-line client. It is used to send commands to BIRD, commands can perform simple actions such as enabling/disabling of protocols, telling BIRD to show various information, telling it to show a routing table filtered by a filter, or asking BIRD to reconfigure. http://bird.network.cz/ Toke Høiland-Jørgensen menuconfig PACKAGE_bmx6 tristate "bmx6......................................... BMX6 layer 3 routing daemon" default y if DEFAULT_bmx6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun depends on IPV6 select PACKAGE_kmod-ip6-tunnel select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-iptunnel6 help BMX6 layer 3 routing daemon supporting IPv4, IPv6, and IPv4 over IPv6 http://bmx6.net/ Axel Neumann config PACKAGE_bmx6-json tristate "bmx6-json.................................... json plugin based on json-c" default y if DEFAULT_bmx6-json default m if ALL select PACKAGE_libc depends on PACKAGE_bmx6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libjson-c select PACKAGE_libssp if GCC_LIBSSP help json plugin based on json-c http://bmx6.net/ Axel Neumann config PACKAGE_bmx6-sms tristate "bmx6-sms...................................................... sms plugin" default y if DEFAULT_bmx6-sms default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx6 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help sms plugin http://bmx6.net/ Axel Neumann config PACKAGE_bmx6-table tristate "bmx6-table" default y if DEFAULT_bmx6-table default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help bmx6 table plugin to automatic announce routing-table routes via ip6ip tunnels http://bmx6.net/ Axel Neumann config PACKAGE_bmx6-uci-config tristate "bmx6-uci-config......... configuration plugin based on uci (recommended!)" default y if DEFAULT_bmx6-uci-config default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_bmx6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuci help configuration plugin based on uci (recommended!) http://bmx6.net/ Axel Neumann menuconfig PACKAGE_bmx7 tristate "bmx7......................................... BMX7 layer 3 routing daemon" default y if DEFAULT_bmx7 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libiwinfo select PACKAGE_libmbedtls select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help BMX7 routing daemon supporting securely-entrusted IPv6 (and IPv4in6) routing http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-iwinfo tristate "bmx7-iwinfo" default y if DEFAULT_bmx7-iwinfo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx7 select PACKAGE_libiwinfo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help link characteristics plugin based on libiwinfo (recommended!) http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-json tristate "bmx7-json.................................... json plugin based on json-c" default y if DEFAULT_bmx7-json default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx7 select PACKAGE_librt if USE_GLIBC select PACKAGE_libjson-c help json plugin based on json-c http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-mdns tristate "bmx7-mdns.................................... bmx7 distributed DNS system" default y if DEFAULT_bmx7-mdns default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_bmx7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_bmx7-sms help Distributed DNS system using bmx7 sms plugin http://bmx6.net Pau Escrich select CONFIG_BUSYBOX_CONFIG_CROND select CONFIG_BUSYBOX_CONFIG_CRONTAB config PACKAGE_bmx7-sms tristate "bmx7-sms...................................................... sms plugin" default y if DEFAULT_bmx7-sms default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_bmx7 select PACKAGE_libssp if GCC_LIBSSP help sms plugin http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-table tristate "bmx7-table............. plugin to announce routes from tables via tunnels" default y if DEFAULT_bmx7-table default m if ALL depends on PACKAGE_bmx7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_bmx7-tun depends on IPV6 help plugin to announce routes from tables via tunnels http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-topology tristate "bmx7-topology............................................ topology plugin" default y if DEFAULT_bmx7-topology default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx7 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help topology plugin http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-tun tristate "bmx7-tun......................... ipip-based tunnel plugin (recommended!)" default y if DEFAULT_bmx7-tun default m if ALL select PACKAGE_kmod-iptunnel6 select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ip6-tunnel depends on IPV6 select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_bmx7 help ipip-based tunnel plugin (recommended!) http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_bmx7-uci-config tristate "bmx7-uci-config......... configuration plugin based on uci (recommended!)" default y if DEFAULT_bmx7-uci-config default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_bmx7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci help configuration plugin based on uci (recommended!) http://github.com/bmx-routing/bmx7 Axel Neumann config PACKAGE_cjdns tristate "cjdns..................... Encrypted near-zero-conf mesh routing protocol" default y if DEFAULT_cjdns default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luasocket select PACKAGE_lua-bencode select PACKAGE_libc select PACKAGE_kmod-tun depends on IPV6 select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_dkjson select PACKAGE_libuci-lua select PACKAGE_librt select PACKAGE_lua-sha2 select PACKAGE_libnl-tiny help Cjdns implements an encrypted IPv6 network using public-key cryptography for address allocation and a distributed hash table for routing. This provides near-zero-configuration networking, and prevents many of the security and scalability issues that plague existing networks. https://github.com/cjdelisle/cjdns Lars Gierth config PACKAGE_cjdns-tests tristate "cjdns-tests............................................. cjdns test cases" default y if DEFAULT_cjdns-tests default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt help cjdns test cases https://github.com/cjdelisle/cjdns Lars Gierth config PACKAGE_dcstad tristate "dcstad................................... Dual-Channel WiFi client daemon" default y if DEFAULT_dcstad default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libdcwsocket select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libdcwproto help Implementation of the Dual-Channel WiFi client daemon https://www.edgewaterwireless.com Carey Sonsino config PACKAGE_dcwapd tristate "dcwapd....................................... Dual-Channel WiFi AP daemon" default y if DEFAULT_dcwapd default m if ALL select PACKAGE_libdcwsocket select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libdcwproto select PACKAGE_libc select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libuci select PACKAGE_mrmctl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-macremapper help Implementation of the Dual-Channel WiFi AP daemon https://www.edgewaterwireless.com Carey Sonsino config PACKAGE_devlink tristate "devlink.......................................... Network devlink utility" default y if DEFAULT_devlink default m if ALL select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Network devlink utility http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_genl tristate "genl.................................... General netlink utility frontend" default y if DEFAULT_genl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_libnl-tiny select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libssp if GCC_LIBSSP help General netlink utility frontend http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_igmpproxy tristate "igmpproxy....................................... Multicast Routing Daemon" default y if DEFAULT_igmpproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help IGMPproxy is a simple dynamic Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol). http://sourceforge.net/projects/igmpproxy Felix Fietkau config PACKAGE_ip-bridge tristate "ip-bridge..................... Bridge configuration utility from iproute2" default y if DEFAULT_ip-bridge default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_librt if USE_GLIBC select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_libnl-tiny help Bridge configuration utility from iproute2 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_ip-full tristate "ip-full................................... Routing control utility (Full)" default y if DEFAULT_ip-full default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelf select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Routing control utility (Full) http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_ip-tiny tristate "ip-tiny................................ Routing control utility (Minimal)" default y if DEFAULT_ip-tiny default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libnl-tiny select PACKAGE_libssp if GCC_LIBSSP help Routing control utility (Minimal) http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior menuconfig PACKAGE_lldpd tristate "lldpd............................... Link Layer Discovery Protocol daemon" default y if DEFAULT_lldpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjson-c if LLDPD_WITH_JSON select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libnetsnmp if LLDPD_WITH_SNMP help LLDP (Link Layer Discovery Protocol) is an industry standard protocol designed to supplant proprietary Link-Layer protocols such as Extreme's EDP (Extreme Discovery Protocol) and CDP (Cisco Discovery Protocol). The goal of LLDP is to provide an inter-vendor compatible mechanism to deliver Link-Layer notifications to adjacent network devices. https://vincentbernat.github.io/lldpd/ Stijn Tintel source "package/network/services/lldpd/Config.in" config PACKAGE_mcproxy tristate "mcproxy..................................... Multicast Proxy for IGMP/MLD" default y if DEFAULT_mcproxy default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP depends on (!GCC_VERSION_4_4&&!GCC_VERSION_4_6) select PACKAGE_libstdcpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help mcproxy is a free & open source implementation of the IGMP/MLD proxy function (see RFC 4605) for Linux systems. It operates on the kernel tables for multicast routing and allows for multiple instantiations, as well as dynamically changing downstream interfaces. http://mcproxy.realmv6.org Steven Barth config PACKAGE_mrmctl tristate "mrmctl............................. Dual-Channel WiFi macremapper utility" default y if DEFAULT_mrmctl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-macremapper select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Command-line utility to manually manipulate the macremapper kernel module https://www.edgewaterwireless.com Carey Sonsino config PACKAGE_mwan3 tristate "mwan3........... Multiwan hotplug script with connection tracking support" default y if DEFAULT_mwan3 default m if ALL select PACKAGE_iptables-mod-ipopt select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_ipset select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_nstat tristate "nstat......................................... Network statistics utility" default y if DEFAULT_nstat default m if ALL select PACKAGE_libnl-tiny select PACKAGE_librt if USE_GLIBC select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) help Network statistics utility http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior menuconfig PACKAGE_olsrd tristate "olsrd......................... OLSR (Optimized Link State Routing) daemon" default y if DEFAULT_olsrd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help OLSR (Optimized Link State Routing) daemon http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-arprefresh tristate "olsrd-mod-arprefresh..................... Kernel ARP cache refresh plugin" default y if DEFAULT_olsrd-mod-arprefresh default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Kernel ARP cache refresh plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-bmf tristate "olsrd-mod-bmf.......................... Basic multicast forwarding plugin" default y if DEFAULT_olsrd-mod-bmf default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Basic multicast forwarding plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-dot-draw tristate "olsrd-mod-dot-draw....................... Dot topology information plugin" default y if DEFAULT_olsrd-mod-dot-draw default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Dot topology information plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-dyn-gw tristate "olsrd-mod-dyn-gw......................... Dynamic internet gateway plugin" default y if DEFAULT_olsrd-mod-dyn-gw default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Dynamic internet gateway plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-dyn-gw-plain tristate "olsrd-mod-dyn-gw-plain............. Dynamic internet gateway plain plugin" default y if DEFAULT_olsrd-mod-dyn-gw-plain default m if ALL depends on PACKAGE_olsrd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Dynamic internet gateway plain plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-httpinfo tristate "olsrd-mod-httpinfo................... Small informative web server plugin" default y if DEFAULT_olsrd-mod-httpinfo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Small informative web server plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-jsoninfo tristate "olsrd-mod-jsoninfo............. Small informative plugin with JSON output" default y if DEFAULT_olsrd-mod-jsoninfo default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Small informative plugin with JSON output http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-mdns tristate "olsrd-mod-mdns................ MDNS/Zeroconf/Bonjour packet distribution " default y if DEFAULT_olsrd-mod-mdns default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MDNS/Zeroconf/Bonjour packet distribution http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-nameservice tristate "olsrd-mod-nameservice............... Lightweight hostname resolver plugin" default y if DEFAULT_olsrd-mod-nameservice default m if ALL depends on PACKAGE_olsrd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Lightweight hostname resolver plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-netjson tristate "olsrd-mod-netjson........................ netjson plugin with JSON output" default y if DEFAULT_olsrd-mod-netjson default m if ALL depends on PACKAGE_olsrd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help netjson plugin with JSON output http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-p2pd tristate "olsrd-mod-p2pd............................. Peer to Peer Discovery plugin" default y if DEFAULT_olsrd-mod-p2pd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Peer to Peer Discovery plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-pgraph tristate "olsrd-mod-pgraph...................... output network topology for pgraph" default y if DEFAULT_olsrd-mod-pgraph default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help output network topology for pgraph http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-pud tristate "olsrd-mod-pud........................ Position Update Distribution plugin" default y if DEFAULT_olsrd-mod-pud default m if ALL select PACKAGE_libgps select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Position Update Distribution plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-quagga tristate "olsrd-mod-quagga........................................... Quagga plugin" default y if DEFAULT_olsrd-mod-quagga default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_olsrd select PACKAGE_libssp if GCC_LIBSSP help Quagga plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-secure tristate "olsrd-mod-secure......... Message signing plugin to secure routing domain" default y if DEFAULT_olsrd-mod-secure default m if ALL depends on PACKAGE_olsrd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Message signing plugin to secure routing domain http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-sgwdynspeed tristate "olsrd-mod-sgwdynspeed................. Smart Gateway dynamic speed plugin" default y if DEFAULT_olsrd-mod-sgwdynspeed default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Smart Gateway dynamic speed plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-txtinfo tristate "olsrd-mod-txtinfo.................... Small informative web server plugin" default y if DEFAULT_olsrd-mod-txtinfo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Small informative web server plugin http://www.olsr.org/ Saverio Proto config PACKAGE_olsrd-mod-watchdog tristate "olsrd-mod-watchdog....................................... Watchdog plugin" default y if DEFAULT_olsrd-mod-watchdog default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_olsrd help Watchdog plugin http://www.olsr.org/ Saverio Proto config PACKAGE_prince tristate "prince............................................................ Prince" default y if DEFAULT_prince default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Prince is an open source implementation of the PopRouting Algorithm. It has been developed as a Google Summer of Code Project in collaboration with Freifunk and the University of Trento. Prince fetches topology data from a Link State routing daemon (OONF, OLSR, OSPF, etc), calculates the betweenness centrality using the topology and then computes the the timers' optimal values using these data. At the end of the computation the timers are pushed back to the routing daemon. Since v0.4 it supports both OONF and OLSRd. https://github.com/AdvancedNetworkingSystems/prince menuconfig PACKAGE_quagga tristate "quagga................................. The Quagga Software Routing Suite" default y if DEFAULT_quagga default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help A routing software package that provides TCP/IP based routing services with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+ https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-bgpd tristate "quagga-bgpd......................... BGPv4, BGPv4+, BGPv4- routing engine" default y if DEFAULT_quagga-bgpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_quagga-libzebra select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_quagga help BGPv4, BGPv4+, BGPv4- routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-isisd tristate "quagga-isisd........................................ IS-IS routing engine" default y if DEFAULT_quagga-isisd default m if ALL select PACKAGE_quagga-libzebra select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP help IS-IS routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-libospf tristate "quagga-libospf.............................................. OSPF library" default y if DEFAULT_quagga-libospf default m if ALL depends on PACKAGE_quagga select PACKAGE_quagga-libzebra select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help OSPF library https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-libzebra tristate "quagga-libzebra............................................ zebra library" default y if DEFAULT_quagga-libzebra default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_quagga help zebra library https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-ospf6d tristate "quagga-ospf6d...................................... OSPFv3 routing engine" default y if DEFAULT_quagga-ospf6d default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_quagga-libospf depends on IPV6 help OSPFv3 routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-ospfd tristate "quagga-ospfd....................................... OSPFv2 routing engine" default y if DEFAULT_quagga-ospfd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_quagga-libospf depends on PACKAGE_quagga help OSPFv2 routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-ripd tristate "quagga-ripd........................................... RIP routing engine" default y if DEFAULT_quagga-ripd default m if ALL select PACKAGE_quagga-libzebra select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP help RIP routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-ripngd tristate "quagga-ripngd....................................... RIPNG routing engine" default y if DEFAULT_quagga-ripngd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_quagga-libzebra depends on PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPV6 help RIPNG routing engine https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-vtysh tristate "quagga-vtysh................ integrated shell for Quagga routing software" default y if DEFAULT_quagga-vtysh default m if ALL select PACKAGE_libreadline select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_quagga-libzebra depends on PACKAGE_quagga select PACKAGE_libncurses help integrated shell for Quagga routing software https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-watchquagga tristate "quagga-watchquagga....................................... Quagga watchdog" default y if DEFAULT_quagga-watchquagga default y if PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_quagga select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_quagga-libzebra help Quagga watchdog https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_quagga-zebra tristate "quagga-zebra................................................ Zebra daemon" default y if DEFAULT_quagga-zebra default y if PACKAGE_quagga select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_quagga-libzebra depends on PACKAGE_quagga select PACKAGE_libssp if GCC_LIBSSP help Zebra daemon https://www.quagga.net Vasilis Tsiligiannis config PACKAGE_rdma tristate "rdma................................................ Network rdma utility" default y if DEFAULT_rdma default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_librt if USE_GLIBC select PACKAGE_libcap if PACKAGE_ip-full help Network rdma utility http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_relayd tristate "relayd................................ Transparent routing / relay daemon" default y if DEFAULT_relayd default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Transparent routing / relay daemon Felix Fietkau config PACKAGE_smcroute tristate "smcroute................................. Static Multicast Routing Daemon" default y if DEFAULT_smcroute default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SMCRoute is a command line tool to manipulate the multicast routes of the Linux kernel. http://troglobit.com/smcroute.html Moritz Warning config PACKAGE_ss tristate "ss............................................. Socket statistics utility" default y if DEFAULT_ss default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libelf if (PACKAGE_tc||PACKAGE_ip-full) select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_libnl-tiny help Socket statistics utility http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_sslh tristate "sslh................................................. SSL/SSH multiplexer" default y if DEFAULT_sslh default m if ALL select PACKAGE_libpcre if USE_MUSL select PACKAGE_libpcre if USE_UCLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libconfig select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SSL/SSH multiplexer https://rutschle.net/tech/sslh/README.html Jonathan McCrohan config PACKAGE_tc tristate "tc............................................... Traffic control utility" default y if DEFAULT_tc default m if ALL select PACKAGE_kmod-sched-core select PACKAGE_libcap if PACKAGE_ip-full select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmnl if (PACKAGE_devlink||PACKAGE_rdma) select PACKAGE_libxtables select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libelf help Traffic control utility http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 Russell Senior config PACKAGE_tcpproxy tristate "tcpproxy.................................. IPv4/IPv6 tcp connection proxy" default y if DEFAULT_tcpproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help tcpproxy is a simple tcp connection proxy which combines the features of rinetd and 6tunnel. tcpproxy supports IPv4 and IPv6 and also supports connections from IPv6 to IPv4 endpoints and vice versa. http://www.spreadspace.org/tcpproxy/ Christian Pointner config PACKAGE_vis tristate "vis........................ visualization server for B.A.T.M.A.N. layer 3" default y if DEFAULT_vis default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help visualization server for B.A.T.M.A.N. layer 3 https://www.open-mesh.org/ Corinna "Elektra" Aichele config PACKAGE_yggdrasil tristate "yggdrasil.......... Yggdrasil supports end-to-end encrypted IPv6 networks" default y if DEFAULT_yggdrasil default m if ALL select PACKAGE_dkjson select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_libssp if GCC_LIBSSP help Yggdrasil builds end-to-end encrypted networks with IPv6. Beyond the similarities with cjdns is a different routing algorithm. This globally-agreed spanning tree uses greedy routing in a metric space. Back-pressure routing techniques allow advanced link aggregation bonding on per-stream basis. In turn, a single stream will span across multiple network interfaces simultaneously with much greater throughput. https://yggdrasil-network.github.io/ William Fleurant endmenu menu "SSH" config PACKAGE_autossh tristate "autossh................................................... Autossh client" default y if DEFAULT_autossh default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Autossh client https://www.harding.motd.ca/autossh/ Christian Beier config PACKAGE_openssh-client tristate "openssh-client............................................ OpenSSH client" default y if DEFAULT_openssh-client default m if ALL select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help OpenSSH client. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-client-utils tristate "openssh-client-utils............................ OpenSSH client utilities" default y if DEFAULT_openssh-client-utils default m if ALL select PACKAGE_zlib select PACKAGE_openssh-client select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_openssh-keygen select PACKAGE_libc help OpenSSH client utilities. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-keygen tristate "openssh-keygen............................................ OpenSSH keygen" default y if DEFAULT_openssh-keygen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help OpenSSH keygen. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-moduli tristate "openssh-moduli....................................... OpenSSH moduli file" default y if DEFAULT_openssh-moduli default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_openssh-keygen select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OpenSSH server moduli file. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-server tristate "openssh-server............................................ OpenSSH server" default y if DEFAULT_openssh-server default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_zlib select PACKAGE_openssh-keygen select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OpenSSH server. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-server-pam tristate "openssh-server-pam..................... OpenSSH server (with PAM support)" default y if DEFAULT_openssh-server-pam default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpam select PACKAGE_libpthread if USE_GLIBC select PACKAGE_openssh-keygen select PACKAGE_libc help OpenSSH server (with PAM support). http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-sftp-avahi-service tristate "openssh-sftp-avahi-service.................. OpenSSH (SFTP Avahi service)" default y if DEFAULT_openssh-sftp-avahi-service default m if ALL select PACKAGE_openssh-sftp-server select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_openssh-sftp-client tristate "openssh-sftp-client.................................. OpenSSH SFTP client" default y if DEFAULT_openssh-sftp-client default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help OpenSSH SFTP client. http://www.openssh.com/ Peter Wagner config PACKAGE_openssh-sftp-server tristate "openssh-sftp-server.................................. OpenSSH SFTP server" default y if DEFAULT_openssh-sftp-server default m if ALL select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help OpenSSH SFTP server. http://www.openssh.com/ Peter Wagner config PACKAGE_sshtunnel tristate "sshtunnel................ Manages Local and Remote openssh ssh(1) tunnels" default y if DEFAULT_sshtunnel default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_openssh-client help Creates openssh ssh(1) Local and Remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS Nuno Goncalves config PACKAGE_tmate tristate "tmate........................................... Instant Terminal Sharing" default y if DEFAULT_tmate default m if ALL select PACKAGE_msgpack-c select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssh select PACKAGE_terminfo select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Tmate is a fork of tmux. It provides an instant pairing solution. https://tmate.io Tianling Shen config PACKAGE_ubus-tmate tristate "ubus-tmate........................................ tmate.io ubus bindings" default y if DEFAULT_ubus-tmate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_tmate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help It allows to create remote sessions over tmate through ubus. Nicolas Pace endmenu menu "THC-IPv6 attack and analyzing toolkit" config PACKAGE_thc-ipv6-address6 tristate "thc-ipv6-address6.............................. THC-IPv6 address6 utility" default y if DEFAULT_thc-ipv6-address6 default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the address6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-alive6 tristate "thc-ipv6-alive6.................................. THC-IPv6 alive6 utility" default y if DEFAULT_thc-ipv6-alive6 default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the alive6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-covert-send6 tristate "thc-ipv6-covert-send6...................... THC-IPv6 covert_send6 utility" default y if DEFAULT_thc-ipv6-covert-send6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the covert_send6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-covert-send6d tristate "thc-ipv6-covert-send6d.................... THC-IPv6 covert_send6d utility" default y if DEFAULT_thc-ipv6-covert-send6d default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the covert_send6d utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-denial6 tristate "thc-ipv6-denial6................................ THC-IPv6 denial6 utility" default y if DEFAULT_thc-ipv6-denial6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the denial6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-detect-new-ip6 tristate "thc-ipv6-detect-new-ip6.................. THC-IPv6 detect-new-ip6 utility" default y if DEFAULT_thc-ipv6-detect-new-ip6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the detect-new-ip6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-detect-sniffer6 tristate "thc-ipv6-detect-sniffer6................ THC-IPv6 detect_sniffer6 utility" default y if DEFAULT_thc-ipv6-detect-sniffer6 default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the detect_sniffer6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-dnsdict6 tristate "thc-ipv6-dnsdict6.............................. THC-IPv6 dnsdict6 utility" default y if DEFAULT_thc-ipv6-dnsdict6 default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help This package contains the dnsdict6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-dnsrevenum6 tristate "thc-ipv6-dnsrevenum6........................ THC-IPv6 dnsrevenum6 utility" default y if DEFAULT_thc-ipv6-dnsrevenum6 default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the dnsrevenum6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-dos-new-ip6 tristate "thc-ipv6-dos-new-ip6........................ THC-IPv6 dos-new-ip6 utility" default y if DEFAULT_thc-ipv6-dos-new-ip6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the dos-new-ip6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-dump-router6 tristate "thc-ipv6-dump-router6...................... THC-IPv6 dump_router6 utility" default y if DEFAULT_thc-ipv6-dump-router6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the dump_router6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-exploit6 tristate "thc-ipv6-exploit6.............................. THC-IPv6 exploit6 utility" default y if DEFAULT_thc-ipv6-exploit6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the exploit6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-advertise6 tristate "thc-ipv6-fake-advertise6................ THC-IPv6 fake_advertise6 utility" default y if DEFAULT_thc-ipv6-fake-advertise6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the fake_advertise6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-dhcps6 tristate "thc-ipv6-fake-dhcps6........................ THC-IPv6 fake_dhcps6 utility" default y if DEFAULT_thc-ipv6-fake-dhcps6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the fake_dhcps6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-dns6d tristate "thc-ipv6-fake-dns6d.......................... THC-IPv6 fake_dns6d utility" default y if DEFAULT_thc-ipv6-fake-dns6d default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the fake_dns6d utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-dnsupdate6 tristate "thc-ipv6-fake-dnsupdate6................ THC-IPv6 fake_dnsupdate6 utility" default y if DEFAULT_thc-ipv6-fake-dnsupdate6 default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the fake_dnsupdate6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-mipv6 tristate "thc-ipv6-fake-mipv6.......................... THC-IPv6 fake_mipv6 utility" default y if DEFAULT_thc-ipv6-fake-mipv6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the fake_mipv6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-mld26 tristate "thc-ipv6-fake-mld26.......................... THC-IPv6 fake_mld26 utility" default y if DEFAULT_thc-ipv6-fake-mld26 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the fake_mld26 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-mld6 tristate "thc-ipv6-fake-mld6............................ THC-IPv6 fake_mld6 utility" default y if DEFAULT_thc-ipv6-fake-mld6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the fake_mld6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-mldrouter6 tristate "thc-ipv6-fake-mldrouter6................ THC-IPv6 fake_mldrouter6 utility" default y if DEFAULT_thc-ipv6-fake-mldrouter6 default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the fake_mldrouter6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-router26 tristate "thc-ipv6-fake-router26.................... THC-IPv6 fake_router26 utility" default y if DEFAULT_thc-ipv6-fake-router26 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the fake_router26 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-router6 tristate "thc-ipv6-fake-router6...................... THC-IPv6 fake_router6 utility" default y if DEFAULT_thc-ipv6-fake-router6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the fake_router6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fake-solicitate6 tristate "thc-ipv6-fake-solicitate6.............. THC-IPv6 fake_solicitate6 utility" default y if DEFAULT_thc-ipv6-fake-solicitate6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the fake_solicitate6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-advertise6 tristate "thc-ipv6-flood-advertise6.............. THC-IPv6 flood_advertise6 utility" default y if DEFAULT_thc-ipv6-flood-advertise6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the flood_advertise6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-dhcpc6 tristate "thc-ipv6-flood-dhcpc6...................... THC-IPv6 flood_dhcpc6 utility" default y if DEFAULT_thc-ipv6-flood-dhcpc6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the flood_dhcpc6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-mld26 tristate "thc-ipv6-flood-mld26........................ THC-IPv6 flood_mld26 utility" default y if DEFAULT_thc-ipv6-flood-mld26 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the flood_mld26 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-mld6 tristate "thc-ipv6-flood-mld6.......................... THC-IPv6 flood_mld6 utility" default y if DEFAULT_thc-ipv6-flood-mld6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the flood_mld6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-mldrouter6 tristate "thc-ipv6-flood-mldrouter6.............. THC-IPv6 flood_mldrouter6 utility" default y if DEFAULT_thc-ipv6-flood-mldrouter6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the flood_mldrouter6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-router26 tristate "thc-ipv6-flood-router26.................. THC-IPv6 flood_router26 utility" default y if DEFAULT_thc-ipv6-flood-router26 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the flood_router26 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-router6 tristate "thc-ipv6-flood-router6.................... THC-IPv6 flood_router6 utility" default y if DEFAULT_thc-ipv6-flood-router6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the flood_router6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-flood-solicitate6 tristate "thc-ipv6-flood-solicitate6............ THC-IPv6 flood_solicitate6 utility" default y if DEFAULT_thc-ipv6-flood-solicitate6 default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the flood_solicitate6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fragmentation6 tristate "thc-ipv6-fragmentation6.................. THC-IPv6 fragmentation6 utility" default y if DEFAULT_thc-ipv6-fragmentation6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the fragmentation6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fuzz-dhcpc6 tristate "thc-ipv6-fuzz-dhcpc6........................ THC-IPv6 fuzz_dhcpc6 utility" default y if DEFAULT_thc-ipv6-fuzz-dhcpc6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the fuzz_dhcpc6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fuzz-dhcps6 tristate "thc-ipv6-fuzz-dhcps6........................ THC-IPv6 fuzz_dhcps6 utility" default y if DEFAULT_thc-ipv6-fuzz-dhcps6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the fuzz_dhcps6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-fuzz-ip6 tristate "thc-ipv6-fuzz-ip6.............................. THC-IPv6 fuzz_ip6 utility" default y if DEFAULT_thc-ipv6-fuzz-ip6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the fuzz_ip6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-implementation6 tristate "thc-ipv6-implementation6................ THC-IPv6 implementation6 utility" default y if DEFAULT_thc-ipv6-implementation6 default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the implementation6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-implementation6d tristate "thc-ipv6-implementation6d.............. THC-IPv6 implementation6d utility" default y if DEFAULT_thc-ipv6-implementation6d default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the implementation6d utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-inverse-lookup6 tristate "thc-ipv6-inverse-lookup6................ THC-IPv6 inverse_lookup6 utility" default y if DEFAULT_thc-ipv6-inverse-lookup6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the inverse_lookup6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-kill-router6 tristate "thc-ipv6-kill-router6...................... THC-IPv6 kill_router6 utility" default y if DEFAULT_thc-ipv6-kill-router6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the kill_router6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-ndpexhaust6 tristate "thc-ipv6-ndpexhaust6........................ THC-IPv6 ndpexhaust6 utility" default y if DEFAULT_thc-ipv6-ndpexhaust6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the ndpexhaust6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-node-query6 tristate "thc-ipv6-node-query6........................ THC-IPv6 node_query6 utility" default y if DEFAULT_thc-ipv6-node-query6 default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the node_query6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-parasite6 tristate "thc-ipv6-parasite6............................ THC-IPv6 parasite6 utility" default y if DEFAULT_thc-ipv6-parasite6 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the parasite6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-passive-discovery6 tristate "thc-ipv6-passive-discovery6.......... THC-IPv6 passive_discovery6 utility" default y if DEFAULT_thc-ipv6-passive-discovery6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the passive_discovery6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-randicmp6 tristate "thc-ipv6-randicmp6............................ THC-IPv6 randicmp6 utility" default y if DEFAULT_thc-ipv6-randicmp6 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the randicmp6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-redir6 tristate "thc-ipv6-redir6.................................. THC-IPv6 redir6 utility" default y if DEFAULT_thc-ipv6-redir6 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the redir6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-rsmurf6 tristate "thc-ipv6-rsmurf6................................ THC-IPv6 rsmurf6 utility" default y if DEFAULT_thc-ipv6-rsmurf6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the rsmurf6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-sendpees6 tristate "thc-ipv6-sendpees6............................ THC-IPv6 sendpees6 utility" default y if DEFAULT_thc-ipv6-sendpees6 default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the sendpees6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-sendpeesmp6 tristate "thc-ipv6-sendpeesmp6........................ THC-IPv6 sendpeesmp6 utility" default y if DEFAULT_thc-ipv6-sendpeesmp6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the sendpeesmp6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-smurf6 tristate "thc-ipv6-smurf6.................................. THC-IPv6 smurf6 utility" default y if DEFAULT_thc-ipv6-smurf6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains the smurf6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-thcping6 tristate "thc-ipv6-thcping6.............................. THC-IPv6 thcping6 utility" default y if DEFAULT_thc-ipv6-thcping6 default m if ALL select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help This package contains the thcping6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-toobig6 tristate "thc-ipv6-toobig6................................ THC-IPv6 toobig6 utility" default y if DEFAULT_thc-ipv6-toobig6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the toobig6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich config PACKAGE_thc-ipv6-trace6 tristate "thc-ipv6-trace6.................................. THC-IPv6 trace6 utility" default y if DEFAULT_thc-ipv6-trace6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains the trace6 utility of the THC-IPv6 toolkit. https://github.com/vanhauser-thc/thc-ipv6 Jo-Philipp Wich endmenu menu "Telephony" menuconfig PACKAGE_asterisk16 tristate "asterisk16............................. Complete open source PBX, v16.3.0" default y if DEFAULT_asterisk16 default m if ALL select PACKAGE_libc select PACKAGE_libxml2 select PACKAGE_jansson select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuuid select PACKAGE_libsqlite3 select PACKAGE_libedit select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libcap help Asterisk is a complete PBX in software. It provides all of the features you would expect from a PBX and more. Asterisk does voice over IP in three protocols, and can interoperate with almost all standards-based telephony equipment using relatively inexpensive hardware. http://www.asterisk.org/ Jiri Slachta menu "Advanced configuration" depends on PACKAGE_asterisk16 config ASTERISK16_LOW_MEMORY bool "Optimize Asterisk 16 for low memory usage" default n help Warning: this feature is known to cause problems with some modules. Disable it if you experience problems like segmentation faults. endmenu config PACKAGE_asterisk16-app-adsiprog tristate "asterisk16-app-adsiprog......................... ADSI programming support" default y if DEFAULT_asterisk16-app-adsiprog default m if ALL select PACKAGE_asterisk16-res-adsi depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Asterisk ADSI programming application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-agent-pool tristate "asterisk16-app-agent-pool................. Call center agent pool support" default y if DEFAULT_asterisk16-app-agent-pool default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Call center agent pool applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-alarmreceiver tristate "asterisk16-app-alarmreceiver...................... Alarm receiver support" default y if DEFAULT_asterisk16-app-alarmreceiver default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Alarm receiver for Asterisk. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-amd tristate "asterisk16-app-amd................... Answering machine detection support" default y if DEFAULT_asterisk16-app-amd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Answering Machine Detection application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-authenticate tristate "asterisk16-app-authenticate................ Authenticate commands support" default y if DEFAULT_asterisk16-app-authenticate default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Authentication application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-bridgeaddchan tristate "asterisk16-app-bridgeaddchan.................. Bridge add channel support" default y if DEFAULT_asterisk16-app-bridgeaddchan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Bridge-add-channel application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-bridgewait tristate "asterisk16-app-bridgewait......................... Holding bridge support" default y if DEFAULT_asterisk16-app-bridgewait default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-bridge-holding select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Application to place a channel into a holding bridge. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-celgenuserevent tristate "asterisk16-app-celgenuserevent............ User-defined CEL event support" default y if DEFAULT_asterisk16-app-celgenuserevent default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Generate a user defined CEL event. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-chanisavail tristate "asterisk16-app-chanisavail............ Channel availability check support" default y if DEFAULT_asterisk16-app-chanisavail default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Check channel availability. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-channelredirect tristate "asterisk16-app-channelredirect................ Redirect a channel support" default y if DEFAULT_asterisk16-app-channelredirect default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Redirects a given channel to a dialplan target. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-chanspy tristate "asterisk16-app-chanspy......................... Channel listen in support" default y if DEFAULT_asterisk16-app-chanspy default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Listen to the audio of an active channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-confbridge tristate "asterisk16-app-confbridge............................. ConfBridge support" default y if DEFAULT_asterisk16-app-confbridge default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-bridge-softmix select PACKAGE_asterisk16-bridge-simple select PACKAGE_asterisk16-bridge-builtin-features depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Conference bridge application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-controlplayback tristate "asterisk16-app-controlplayback.................. Control playback support" default y if DEFAULT_asterisk16-app-controlplayback default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Control playback application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-dahdiras tristate "asterisk16-app-dahdiras...................... Execute an ISDN RAS support" default y if DEFAULT_asterisk16-app-dahdiras default m if ALL select PACKAGE_librt if USE_GLIBC depends on !aarch64 depends on USB_SUPPORT select PACKAGE_asterisk16-chan-dahdi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help DAHDI ISDN Remote Access Server. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-dictate tristate "asterisk16-app-dictate................. Virtual dictation machine support" default y if DEFAULT_asterisk16-app-dictate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Virtual dictation machine. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-directed-pickup tristate "asterisk16-app-directed-pickup.............. Directed call pickup support" default y if DEFAULT_asterisk16-app-directed-pickup default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Directed call pickup application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-directory tristate "asterisk16-app-directory..................... Extension directory support" default y if DEFAULT_asterisk16-app-directory default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Extension directory. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-disa tristate "asterisk16-app-disa.................. Direct Inward System Access support" default y if DEFAULT_asterisk16-app-disa default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Direct Inward System Access application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-dumpchan tristate "asterisk16-app-dumpchan.................. Dump info about channel support" default y if DEFAULT_asterisk16-app-dumpchan default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Dump info about the calling channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-exec tristate "asterisk16-app-exec............................. Exec application support" default y if DEFAULT_asterisk16-app-exec default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Executes dialplan applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-externalivr tristate "asterisk16-app-externalivr................ External IVR interface support" default y if DEFAULT_asterisk16-app-externalivr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help External IVR interface application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-festival tristate "asterisk16-app-festival................ Simple festival interface support" default y if DEFAULT_asterisk16-app-festival default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Simple Festival interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-flash tristate "asterisk16-app-flash............................... Flash channel support" default y if DEFAULT_asterisk16-app-flash default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-chan-dahdi depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on USB_SUPPORT depends on !aarch64 select PACKAGE_librt if USE_GLIBC help Flash channel application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-followme tristate "asterisk16-app-followme........................ Find-me/follow-me support" default y if DEFAULT_asterisk16-app-followme default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Find-Me/Follow-Me application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-getcpeid tristate "asterisk16-app-getcpeid.......................... Get ADSI CPE ID support" default y if DEFAULT_asterisk16-app-getcpeid default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Get ADSI CPE ID. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-ices tristate "asterisk16-app-ices............................ Encode and stream support" default y if DEFAULT_asterisk16-app-ices default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Encode and stream via Icecast and IceS. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-image tristate "asterisk16-app-image.......................... Image transmission support" default y if DEFAULT_asterisk16-app-image default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Image transmission application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-ivrdemo tristate "asterisk16-app-ivrdemo.................................. IVR demo support" default y if DEFAULT_asterisk16-app-ivrdemo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help IVR demo application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-milliwatt tristate "asterisk16-app-milliwatt..... Digital milliwatt [mu-law] test app support" default y if DEFAULT_asterisk16-app-milliwatt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Digital milliwatt test application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-minivm tristate "asterisk16-app-minivm................... Minimal voicemail system support" default y if DEFAULT_asterisk16-app-minivm default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help A minimal voicemail e-mail system. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-mixmonitor tristate "asterisk16-app-mixmonitor........ Record a call and mix the audio support" default y if DEFAULT_asterisk16-app-mixmonitor default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Mixed audio monitoring application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-morsecode tristate "asterisk16-app-morsecode.............................. Morse code support" default y if DEFAULT_asterisk16-app-morsecode default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Morse code. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-mp3 tristate "asterisk16-app-mp3..................................... Silly MP3 support" default y if DEFAULT_asterisk16-app-mp3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_mpg123 depends on AUDIO_SUPPORT depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Silly MP3 application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-originate tristate "asterisk16-app-originate........................ Originate a call support" default y if DEFAULT_asterisk16-app-originate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Originate call. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-page tristate "asterisk16-app-page......................... Page multiple phones support" default y if DEFAULT_asterisk16-app-page default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-app-confbridge select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC help Page multiple phones. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-playtones tristate "asterisk16-app-playtones................... Playtones application support" default y if DEFAULT_asterisk16-app-playtones default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Playtones application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-privacy tristate "asterisk16-app-privacy...................... Require phone number support" default y if DEFAULT_asterisk16-app-privacy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Require phone number to be entered if no Caller ID sent. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-queue tristate "asterisk16-app-queue.......................... True Call Queueing support" default y if DEFAULT_asterisk16-app-queue default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help True call queueing. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-read tristate "asterisk16-app-read................................ Variable read support" default y if DEFAULT_asterisk16-app-read default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Read variable application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-readexten tristate "asterisk16-app-readexten................... Extension to variable support" default y if DEFAULT_asterisk16-app-readexten default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Read and evaluate extension validity. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-record tristate "asterisk16-app-record.......................... Record sound file support" default y if DEFAULT_asterisk16-app-record default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Trivial record application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-saycounted tristate "asterisk16-app-saycounted.......................... Decline words support" default y if DEFAULT_asterisk16-app-saycounted default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Decline words according to channel language. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-sayunixtime tristate "asterisk16-app-sayunixtime......................... Say Unix time support" default y if DEFAULT_asterisk16-app-sayunixtime default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Say time. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-senddtmf tristate "asterisk16-app-senddtmf......................... Send DTMF digits support" default y if DEFAULT_asterisk16-app-senddtmf default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Send DTMF digits application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-sendtext tristate "asterisk16-app-sendtext................................ Send text support" default y if DEFAULT_asterisk16-app-sendtext default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Send text applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-skel tristate "asterisk16-app-skel............................ Skeleton [sample] support" default y if DEFAULT_asterisk16-app-skel default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Skeleton application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-sms tristate "asterisk16-app-sms........................................... SMS support" default y if DEFAULT_asterisk16-app-sms default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help SMS/PSTN handler. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-softhangup tristate "asterisk16-app-softhangup.............. Hang up requested channel support" default y if DEFAULT_asterisk16-app-softhangup default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Hangs up the requested channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-speech tristate "asterisk16-app-speech............................ Dialplan Speech support" default y if DEFAULT_asterisk16-app-speech default m if ALL select PACKAGE_asterisk16-res-speech select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC help Dialplan speech applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-stack tristate "asterisk16-app-stack.......................... Stack applications support" default y if DEFAULT_asterisk16-app-stack default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-agi help Dialplan subroutines. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-stasis tristate "asterisk16-app-stasis............................ Stasis dialplan support" default y if DEFAULT_asterisk16-app-stasis default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP help Stasis dialplan application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-statsd tristate "asterisk16-app-statsd............................ statsd dialplan support" default y if DEFAULT_asterisk16-app-statsd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-statsd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StatsD dialplan application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-stream-echo tristate "asterisk16-app-stream-echo........................... Stream echo support" default y if DEFAULT_asterisk16-app-stream-echo default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Stream echo application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-system tristate "asterisk16-app-system................................ System exec support" default y if DEFAULT_asterisk16-app-system default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Generic system application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-talkdetect tristate "asterisk16-app-talkdetect........ File playback with audio detect support" default y if DEFAULT_asterisk16-app-talkdetect default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Playback with talk detection. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-test tristate "asterisk16-app-test............................... Interface test support" default y if DEFAULT_asterisk16-app-test default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Interface test application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-transfer tristate "asterisk16-app-transfer............ Transfers caller to other ext support" default y if DEFAULT_asterisk16-app-transfer default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Transfers a caller to another extension. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-url tristate "asterisk16-app-url...................................... Send URL support" default y if DEFAULT_asterisk16-app-url default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Send URL applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-userevent tristate "asterisk16-app-userevent....................... Custom user event support" default y if DEFAULT_asterisk16-app-userevent default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Custom user event application. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-verbose tristate "asterisk16-app-verbose........................... Verbose logging support" default y if DEFAULT_asterisk16-app-verbose default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Send verbose output. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-waitforring tristate "asterisk16-app-waitforring................... Wait for first ring support" default y if DEFAULT_asterisk16-app-waitforring default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Waits until first ring after time. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-waitforsilence tristate "asterisk16-app-waitforsilence............. Wait for silence/noise support" default y if DEFAULT_asterisk16-app-waitforsilence default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Wait for silence/noise. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-waituntil tristate "asterisk16-app-waituntil................................... Sleep support" default y if DEFAULT_asterisk16-app-waituntil default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Wait until specified time. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-while tristate "asterisk16-app-while.................................. While loop support" default y if DEFAULT_asterisk16-app-while default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help While loops and conditional execution. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-app-zapateller tristate "asterisk16-app-zapateller.................... Block telemarketers support" default y if DEFAULT_asterisk16-app-zapateller default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Block telemarketers with special information tone. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-builtin-features tristate "asterisk16-bridge-builtin-features............. Bridging features support" default y if DEFAULT_asterisk16-bridge-builtin-features default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Built in bridging features. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-builtin-interval-features tristate "asterisk16-bridge-builtin-interval-features" default y if DEFAULT_asterisk16-bridge-builtin-interval-features default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Built in bridging interval features. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-holding tristate "asterisk16-bridge-holding" default y if DEFAULT_asterisk16-bridge-holding default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Holding bridge module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-native-rtp tristate "asterisk16-bridge-native-rtp" default y if DEFAULT_asterisk16-bridge-native-rtp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Native RTP bridging module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-simple tristate "asterisk16-bridge-simple...... Simple two channel bridging module support" default y if DEFAULT_asterisk16-bridge-simple default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Simple two channel bridging module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-bridge-softmix tristate "asterisk16-bridge-softmix" default y if DEFAULT_asterisk16-bridge-softmix default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Multi-party software based channel mixing. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cdr tristate "asterisk16-cdr...................................... Provides CDR support" default y if DEFAULT_asterisk16-cdr default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Call Detail Records. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cdr-csv tristate "asterisk16-cdr-csv.............................. Provides CDR CSV support" default y if DEFAULT_asterisk16-cdr-csv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Comma Separated Values CDR backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cdr-sqlite3 tristate "asterisk16-cdr-sqlite3...................... Provides CDR SQLITE3 support" default y if DEFAULT_asterisk16-cdr-sqlite3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 depends on PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC help SQLite3 CDR backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cel-custom tristate "asterisk16-cel-custom............... Customizable CSV CEL backend support" default y if DEFAULT_asterisk16-cel-custom default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Customizable Comma Separated Values CEL backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cel-manager tristate "asterisk16-cel-manager........................... AMI CEL backend support" default y if DEFAULT_asterisk16-cel-manager default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Asterisk Manager Interface CEL backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-cel-sqlite3-custom tristate "asterisk16-cel-sqlite3-custom................. SQLite3 custom CEL support" default y if DEFAULT_asterisk16-cel-sqlite3-custom default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help SQLite3 custom CEL module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-alsa tristate "asterisk16-chan-alsa................................ ALSA channel support" default y if DEFAULT_asterisk16-chan-alsa default m if ALL depends on AUDIO_SUPPORT select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_alsa-lib help ALSA console channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-bridge-media tristate "asterisk16-chan-bridge-media......... Bridge media channel driver support" default y if DEFAULT_asterisk16-chan-bridge-media default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Bridge media channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-console tristate "asterisk16-chan-console................... Console channel driver support" default y if DEFAULT_asterisk16-chan-console default m if ALL select PACKAGE_portaudio depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT help Console channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-dahdi tristate "asterisk16-chan-dahdi.............................. DAHDI channel support" default y if DEFAULT_asterisk16-chan-dahdi default m if ALL depends on USB_SUPPORT select PACKAGE_dahdi-tools-libtonezone depends on !aarch64 select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-dahdi select PACKAGE_libpri select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help DAHDI telephony. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-dongle tristate "asterisk16-chan-dongle..................... Huawei UMTS 3G dongle support" default y if DEFAULT_asterisk16-chan-dongle default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-usb-serial-option depends on PACKAGE_asterisk16 select PACKAGE_kmod-usb-acm select PACKAGE_usb-modeswitch select PACKAGE_libusb-1.0 select PACKAGE_kmod-usb-serial select PACKAGE_libc depends on USB_SUPPORT select PACKAGE_librt if USE_GLIBC help Asterisk channel driver for Huawei UMTS 3G dongle. https://github.com/wdoekes/asterisk-chan-dongle Jiri Slachta config PACKAGE_asterisk16-chan-iax2 tristate "asterisk16-chan-iax2................................ IAX2 channel support" default y if DEFAULT_asterisk16-chan-iax2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-timing-timerfd depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Inter Asterisk eXchange. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-mgcp tristate "asterisk16-chan-mgcp........................................ MGCP support" default y if DEFAULT_asterisk16-chan-mgcp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Media Gateway Control Protocol. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-mobile tristate "asterisk16-chan-mobile......................... Bluetooth channel support" default y if DEFAULT_asterisk16-chan-mobile default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bluez-libs depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC help Bluetooth mobile device channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-motif tristate "asterisk16-chan-motif............................. Jingle channel support" default y if DEFAULT_asterisk16-chan-motif default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-xmpp help Motif Jingle channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-ooh323 tristate "asterisk16-chan-ooh323............................. H.323 channel support" default y if DEFAULT_asterisk16-chan-ooh323 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Objective Systems H.323 channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-oss tristate "asterisk16-chan-oss.................................. OSS channel support" default y if DEFAULT_asterisk16-chan-oss default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OSS console channel driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-phone tristate "asterisk16-chan-phone........................ Linux telephony API support" default y if DEFAULT_asterisk16-chan-phone default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Linux telephony API support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-rtp tristate "asterisk16-chan-rtp............................ RTP media channel support" default y if DEFAULT_asterisk16-chan-rtp default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help RTP media channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-sccp tristate "asterisk16-chan-sccp................................ SCCP channel support" default y if DEFAULT_asterisk16-chan-sccp default m if ALL select PACKAGE_libltdl select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-bridge-native-rtp select PACKAGE_asterisk16-res-stasis-device-state select PACKAGE_libc select PACKAGE_asterisk16-bridge-softmix select PACKAGE_asterisk16-bridge-simple select PACKAGE_asterisk16-voicemail select PACKAGE_asterisk16-bridge-holding select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC depends on m || (PACKAGE_asterisk16-chan-skinny != y) help Replacement for the SCCP channel driver (chan_skinny) in Asterisk. Extended features include shared lines, presence / BLF, customizable feature buttons and custom device state. https://github.com/chan-sccp/chan-sccp Jiri Slachta config PACKAGE_asterisk16-chan-sip tristate "asterisk16-chan-sip.................................. SIP channel support" default y if DEFAULT_asterisk16-chan-sip default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-app-confbridge select PACKAGE_librt if USE_GLIBC help Session Initiation Protocol. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-skinny tristate "asterisk16-chan-skinny............................ Skinny channel support" default y if DEFAULT_asterisk16-chan-skinny default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Skinny Client Control Protocol. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-chan-unistim tristate "asterisk16-chan-unistim.......................... Unistim channel support" default y if DEFAULT_asterisk16-chan-unistim default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help UNISTIM protocol. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-a-mu tristate "asterisk16-codec-a-mu................... Alaw to ulaw translation support" default y if DEFAULT_asterisk16-codec-a-mu default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Alaw and ulaw direct coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-adpcm tristate "asterisk16-codec-adpcm................................ ADPCM text support" default y if DEFAULT_asterisk16-codec-adpcm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Adaptive Differential PCM coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-alaw tristate "asterisk16-codec-alaw.......... Signed linear to alaw translation support" default y if DEFAULT_asterisk16-codec-alaw default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Alaw coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-dahdi tristate "asterisk16-codec-dahdi............................... DAHDI codec support" default y if DEFAULT_asterisk16-codec-dahdi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-chan-dahdi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 depends on USB_SUPPORT depends on !aarch64 select PACKAGE_librt if USE_GLIBC help Generic DAHDI transcoder codec translator. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-g722 tristate "asterisk16-codec-g722...................................... G.722 support" default y if DEFAULT_asterisk16-codec-g722 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help ITU G.722-64kbps G722 transcoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-g726 tristate "asterisk16-codec-g726......... Signed linear to G.726 translation support" default y if DEFAULT_asterisk16-codec-g726 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help ITU G.726-32kbps G726 transcoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-g729 tristate "asterisk16-codec-g729................................ G.729 codec support" default y if DEFAULT_asterisk16-codec-g729 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bcg729 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Asterisk G.729 codec based on bcg729 implementation. http://asterisk.hosting.lv Alex Samorukov config PACKAGE_asterisk16-codec-gsm tristate "asterisk16-codec-gsm................... linear to GSM translation support" default y if DEFAULT_asterisk16-codec-gsm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help GSM coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-ilbc tristate "asterisk16-codec-ilbc................. linear to ILBC translation support" default y if DEFAULT_asterisk16-codec-ilbc default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help iLBC coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-lpc10 tristate "asterisk16-codec-lpc10............... Linear to LPC10 translation support" default y if DEFAULT_asterisk16-codec-lpc10 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help LPC10 2.4kbps coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-opus tristate "asterisk16-codec-opus................................. Opus codec support" default y if DEFAULT_asterisk16-codec-opus default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopus select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Opus is the default audio codec in WebRTC. WebRTC is available in Asterisk via SIP over WebSockets (WSS). Nevertheless, Opus can be used for other transports (UDP, TCP, TLS) as well. Opus supersedes previous codecs like CELT and SiLK. Furthermore, in favor of Opus, other open-source audio codecs are no longer developed, like Speex, iSAC, iLBC, and Siren. If you use your Asterisk as a back-to-back user agent (B2BUA) and you transcode between various audio codecs, one should enable Opus for future compatibility. Opus is not only supported for pass-through but can be transcoded as well. https://github.com/traud/asterisk-opus Jiri Slachta config PACKAGE_asterisk16-codec-resample tristate "asterisk16-codec-resample................. resample sLinear audio support" default y if DEFAULT_asterisk16-codec-resample default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SLIN resampling codec. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-speex tristate "asterisk16-codec-speex....................... Speex Coder/Decoder support" default y if DEFAULT_asterisk16-codec-speex default m if ALL select PACKAGE_libspeex select PACKAGE_libssp if GCC_LIBSSP depends on !SOFT_FLOAT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libspeexdsp select PACKAGE_librt if USE_GLIBC help Speex coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-codec-ulaw tristate "asterisk16-codec-ulaw.......... Signed linear to ulaw translation support" default y if DEFAULT_asterisk16-codec-ulaw default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ulaw coder/decoder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-curl tristate "asterisk16-curl............................................. CURL support" default y if DEFAULT_asterisk16-curl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl depends on PACKAGE_asterisk16 help cURL support http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-g719 tristate "asterisk16-format-g719..................................... G.719 support" default y if DEFAULT_asterisk16-format-g719 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help ITU G.719. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-g723 tristate "asterisk16-format-g723................................... G.723.1 support" default y if DEFAULT_asterisk16-format-g723 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help G.723.1 simple timestamp file format. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-g726 tristate "asterisk16-format-g726..................................... G.726 support" default y if DEFAULT_asterisk16-format-g726 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Raw G.726 data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-g729 tristate "asterisk16-format-g729..................................... G.729 support" default y if DEFAULT_asterisk16-format-g729 default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Raw G.729 data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-gsm tristate "asterisk16-format-gsm................................. GSM format support" default y if DEFAULT_asterisk16-format-gsm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Raw GSM data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-h263 tristate "asterisk16-format-h263............................... H263 format support" default y if DEFAULT_asterisk16-format-h263 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Raw H.263 data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-h264 tristate "asterisk16-format-h264............................... H264 format support" default y if DEFAULT_asterisk16-format-h264 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Raw H.264 data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-ilbc tristate "asterisk16-format-ilbc............................... ILBC format support" default y if DEFAULT_asterisk16-format-ilbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Raw iLBC data. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-mp3 tristate "asterisk16-format-mp3................................. MP3 format support" default y if DEFAULT_asterisk16-format-mp3 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help MP3 format. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-ogg-speex tristate "asterisk16-format-ogg-speex...................... OGG/Speex audio support" default y if DEFAULT_asterisk16-format-ogg-speex default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libogg select PACKAGE_libspeex select PACKAGE_libssp if GCC_LIBSSP depends on !SOFT_FLOAT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help OGG/Speex audio. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-ogg-vorbis tristate "asterisk16-format-ogg-vorbis.................... OGG/Vorbis audio support" default y if DEFAULT_asterisk16-format-ogg-vorbis default m if ALL select PACKAGE_libvorbis select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help OGG/Vorbis audio. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-pcm tristate "asterisk16-format-pcm................................. PCM format support" default y if DEFAULT_asterisk16-format-pcm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Raw/Sun ulaw/alaw 8KHz and G.722 16Khz. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-siren14 tristate "asterisk16-format-siren14................................ Siren14 support" default y if DEFAULT_asterisk16-format-siren14 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help ITU G.722.1 Annex C. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-siren7 tristate "asterisk16-format-siren7.................................. Siren7 support" default y if DEFAULT_asterisk16-format-siren7 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help ITU G.722.1. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-sln tristate "asterisk16-format-sln......................... Raw slinear format support" default y if DEFAULT_asterisk16-format-sln default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Raw signed linear audio support 8khz-192khz. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-vox tristate "asterisk16-format-vox................................. VOX format support" default y if DEFAULT_asterisk16-format-vox default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Dialogic VOX file format. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-wav tristate "asterisk16-format-wav.......... WAV format (8000hz Signed Linear) support" default y if DEFAULT_asterisk16-format-wav default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Microsoft WAV/WAV16 format. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-format-wav-gsm tristate "asterisk16-format-wav-gsm........... WAV format (Proprietary GSM) support" default y if DEFAULT_asterisk16-format-wav-gsm default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Microsoft WAV format. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-aes tristate "asterisk16-func-aes....................... AES dialplan functions support" default y if DEFAULT_asterisk16-func-aes default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help AES dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-base64 tristate "asterisk16-func-base64............................ base64 support support" default y if DEFAULT_asterisk16-func-base64 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Base64 encode/decode dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-blacklist tristate "asterisk16-func-blacklist.................. Blacklist on callerid support" default y if DEFAULT_asterisk16-func-blacklist default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Look up Caller ID name/number from blacklist database. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-callcompletion tristate "asterisk16-func-callcompletion" default y if DEFAULT_asterisk16-func-callcompletion default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Call control configuration function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-channel tristate "asterisk16-func-channel............................. Channel info support" default y if DEFAULT_asterisk16-func-channel default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Channel information dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-config tristate "asterisk16-func-config........ Configuration file variable access support" default y if DEFAULT_asterisk16-func-config default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Asterisk configuration file variable access. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-cut tristate "asterisk16-func-cut................................. CUT function support" default y if DEFAULT_asterisk16-func-cut default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Cut out information from a string. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-db tristate "asterisk16-func-db.......................... Database interaction support" default y if DEFAULT_asterisk16-func-db default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Database related dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-devstate tristate "asterisk16-func-devstate................... Blinky lights control support" default y if DEFAULT_asterisk16-func-devstate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Gets or sets a device state in the dialplan. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-dialgroup tristate "asterisk16-func-dialgroup............ Dialgroup dialplan function support" default y if DEFAULT_asterisk16-func-dialgroup default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Dialgroup dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-dialplan tristate "asterisk16-func-dialplan" default y if DEFAULT_asterisk16-func-dialplan default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Dialplan context/extension/priority checking functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-enum tristate "asterisk16-func-enum........................................ ENUM support" default y if DEFAULT_asterisk16-func-enum default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ENUM related dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-env tristate "asterisk16-func-env........................ Environment functions support" default y if DEFAULT_asterisk16-func-env default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Environment/filesystem dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-extstate tristate "asterisk16-func-extstate.................. Hinted extension state support" default y if DEFAULT_asterisk16-func-extstate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Gets the state of an extension in the dialplan. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-frame-trace tristate "asterisk16-func-frame-trace" default y if DEFAULT_asterisk16-func-frame-trace default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Frame trace for internal ast_frame debugging. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-global tristate "asterisk16-func-global........................... Global variable support" default y if DEFAULT_asterisk16-func-global default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Variable dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-groupcount tristate "asterisk16-func-groupcount........................... Group count support" default y if DEFAULT_asterisk16-func-groupcount default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Channel group dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-hangupcause tristate "asterisk16-func-hangupcause........ HANGUPCAUSE related functions support" default y if DEFAULT_asterisk16-func-hangupcause default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Hangup cause related functions and applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-holdintercept tristate "asterisk16-func-holdintercept" default y if DEFAULT_asterisk16-func-holdintercept default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Hold interception dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-iconv tristate "asterisk16-func-iconv......................... Charset conversion support" default y if DEFAULT_asterisk16-func-iconv default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Charset conversions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-jitterbuffer tristate "asterisk16-func-jitterbuffer" default y if DEFAULT_asterisk16-func-jitterbuffer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Jitter buffer for read side of channel. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-lock tristate "asterisk16-func-lock............................ Dialplan mutexes support" default y if DEFAULT_asterisk16-func-lock default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Dialplan mutexes. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-math tristate "asterisk16-func-math.............................. Math functions support" default y if DEFAULT_asterisk16-func-math default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Mathematical dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-md5 tristate "asterisk16-func-md5................ MD5 digest dialplan functions support" default y if DEFAULT_asterisk16-func-md5 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help MD5 digest dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-module tristate "asterisk16-func-module.............. Simple module check function support" default y if DEFAULT_asterisk16-func-module default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Checks if Asterisk module is loaded in memory. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-periodic-hook tristate "asterisk16-func-periodic-hook............ Periodic dialplan hooks support" default y if DEFAULT_asterisk16-func-periodic-hook default m if ALL select PACKAGE_asterisk16-func-uri select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-func-groupcount select PACKAGE_asterisk16-func-cut depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-app-chanspy help Periodic dialplan hooks. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-pitchshift tristate "asterisk16-func-pitchshift...... Audio effects dialplan functions support" default y if DEFAULT_asterisk16-func-pitchshift default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Audio effects dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-presencestate tristate "asterisk16-func-presencestate.............. Hinted presence state support" default y if DEFAULT_asterisk16-func-presencestate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Gets or sets a presence state in the dialplan. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-rand tristate "asterisk16-func-rand...................... RAND dialplan function support" default y if DEFAULT_asterisk16-func-rand default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Random number dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-realtime tristate "asterisk16-func-realtime.............. REALTIME dialplan function support" default y if DEFAULT_asterisk16-func-realtime default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Read/write/store/destroy values from a realtime repository. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-sha1 tristate "asterisk16-func-sha1......... SHA-1 computation dialplan function support" default y if DEFAULT_asterisk16-func-sha1 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SHA-1 computation dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-shell tristate "asterisk16-func-shell...................................... Shell support" default y if DEFAULT_asterisk16-func-shell default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Collects the output generated by a command executed by the system shell. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-sorcery tristate "asterisk16-func-sorcery........ Get a field from a sorcery object support" default y if DEFAULT_asterisk16-func-sorcery default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Get a field from a sorcery object. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-speex tristate "asterisk16-func-speex.................... Noise reduction and AGC support" default y if DEFAULT_asterisk16-func-speex default m if ALL select PACKAGE_libspeexdsp select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !SOFT_FLOAT select PACKAGE_libspeex depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Noise reduction and Automatic Gain Control. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-sprintf tristate "asterisk16-func-sprintf................ SPRINTF dialplan function support" default y if DEFAULT_asterisk16-func-sprintf default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help SPRINTF dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-srv tristate "asterisk16-func-srv................................ SRV functions support" default y if DEFAULT_asterisk16-func-srv default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SRV related dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-sysinfo tristate "asterisk16-func-sysinfo..... System information related functions support" default y if DEFAULT_asterisk16-func-sysinfo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help System information related functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-talkdetect tristate "asterisk16-func-talkdetect...... Talk detection dialplan function support" default y if DEFAULT_asterisk16-func-talkdetect default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Talk detection dialplan function. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-uri tristate "asterisk16-func-uri.................... URI encoding and decoding support" default y if DEFAULT_asterisk16-func-uri default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help URI encode/decode dialplan functions. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-version tristate "asterisk16-func-version.......... Get Asterisk version/build info support" default y if DEFAULT_asterisk16-func-version default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Get Asterisk version/build info. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-vmcount tristate "asterisk16-func-vmcount......................... vmcount dialplan support" default y if DEFAULT_asterisk16-func-vmcount default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Indicator for whether a voice mailbox has messages in a given folder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-func-volume tristate "asterisk16-func-volume..... Technology independent volume control support" default y if DEFAULT_asterisk16-func-volume default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Technology independent volume control. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-odbc tristate "asterisk16-odbc............................................. ODBC support" default y if DEFAULT_asterisk16-odbc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_unixodbc depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help ODBC support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-ael tristate "asterisk16-pbx-ael...................... Asterisk Extension Logic support" default y if DEFAULT_asterisk16-pbx-ael default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_asterisk16-res-ael-share select PACKAGE_librt if USE_GLIBC help Asterisk Extension Language compiler. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-dundi tristate "asterisk16-pbx-dundi....................................... Dundi support" default y if DEFAULT_asterisk16-pbx-dundi default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Distributed Universal Number Discovery. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-loopback tristate "asterisk16-pbx-loopback.......................... Loopback switch support" default y if DEFAULT_asterisk16-pbx-loopback default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Loopback switch. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-lua tristate "asterisk16-pbx-lua........................................... Lua support" default y if DEFAULT_asterisk16-pbx-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC help Lua PBX switch. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-realtime tristate "asterisk16-pbx-realtime.......................... Realtime Switch support" default y if DEFAULT_asterisk16-pbx-realtime default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Realtime switch. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pbx-spool tristate "asterisk16-pbx-spool.................................. Call Spool support" default y if DEFAULT_asterisk16-pbx-spool default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Outgoing spool support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pgsql tristate "asterisk16-pgsql...................................... PostgreSQL support" default y if DEFAULT_asterisk16-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PostgreSQL support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-pjsip tristate "asterisk16-pjsip................................... pjsip channel support" default y if DEFAULT_asterisk16-pjsip default m if ALL select PACKAGE_libpjmedia select PACKAGE_libpjsua select PACKAGE_asterisk16-res-http-websocket select PACKAGE_librt if USE_GLIBC select PACKAGE_libpjsip-ua select PACKAGE_asterisk16-res-pjproject select PACKAGE_libpjsua2 select PACKAGE_asterisk16-res-sorcery select PACKAGE_libc select PACKAGE_libpjsip-simple select PACKAGE_libpjnath select PACKAGE_libpjsip select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC help PJSIP SIP stack. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-adsi tristate "asterisk16-res-adsi................................. Provide ADSI support" default y if DEFAULT_asterisk16-res-adsi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help ADSI resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ael-share tristate "asterisk16-res-ael-share...................... Shareable AEL code support" default y if DEFAULT_asterisk16-res-ael-share default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Shareable code for AEL. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-agi tristate "asterisk16-res-agi.................... Asterisk Gateway Interface support" default y if DEFAULT_asterisk16-res-agi default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_asterisk16-res-speech select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Asterisk Gateway Interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari tristate "asterisk16-res-ari.................... Asterisk RESTful interface support" default y if DEFAULT_asterisk16-res-ari default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-http-websocket help Asterisk RESTful Interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-applications tristate "asterisk16-res-ari-applications" default y if DEFAULT_asterisk16-res-ari-applications default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_asterisk16-res-ari-model select PACKAGE_libc select PACKAGE_asterisk16-res-ari select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help RESTful API module - Stasis application resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-asterisk tristate "asterisk16-res-ari-asterisk........... RESTful Asterisk resources support" default y if DEFAULT_asterisk16-res-ari-asterisk default m if ALL select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_asterisk16-res-ari select PACKAGE_librt if USE_GLIBC help RESTful API module - Asterisk resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-bridges tristate "asterisk16-res-ari-bridges.............. RESTful bridge resources support" default y if DEFAULT_asterisk16-res-ari-bridges default m if ALL select PACKAGE_asterisk16-res-stasis-playback select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-ari select PACKAGE_libc select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 help RESTful API module - bridge resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-channels tristate "asterisk16-res-ari-channels............ RESTful channel resources support" default y if DEFAULT_asterisk16-res-ari-channels default m if ALL select PACKAGE_asterisk16-res-stasis-playback select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-stasis-answer select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_asterisk16-res-ari select PACKAGE_asterisk16-res-stasis-snoop help RESTful API module - channel resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-device-states tristate "asterisk16-res-ari-device-states.. RESTful device state resources support" default y if DEFAULT_asterisk16-res-ari-device-states default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-ari select PACKAGE_asterisk16-res-stasis-device-state select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help RESTful API module - device state resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-endpoints tristate "asterisk16-res-ari-endpoints.......... RESTful endpoint resources support" default y if DEFAULT_asterisk16-res-ari-endpoints default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-stasis select PACKAGE_asterisk16-res-ari depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help RESTful API module - endpoint resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-events tristate "asterisk16-res-ari-events............. RESTful WebSocket resource support" default y if DEFAULT_asterisk16-res-ari-events default m if ALL select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-ari select PACKAGE_librt if USE_GLIBC help RESTful API module - WebSocket resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-mailboxes tristate "asterisk16-res-ari-mailboxes......... RESTful mailboxes resources support" default y if DEFAULT_asterisk16-res-ari-mailboxes default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_asterisk16-res-ari-model select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-ari select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-stasis-mailbox help RESTful API module - mailboxes resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-model tristate "asterisk16-res-ari-model.................... ARI model validators support" default y if DEFAULT_asterisk16-res-ari-model default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help ARI model validators. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-playbacks tristate "asterisk16-res-ari-playbacks.. RESTful playback control resources support" default y if DEFAULT_asterisk16-res-ari-playbacks default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_asterisk16-res-ari select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-stasis-playback help RESTful API module - playback control resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-recordings tristate "asterisk16-res-ari-recordings........ RESTful recording resources support" default y if DEFAULT_asterisk16-res-ari-recordings default m if ALL select PACKAGE_asterisk16-res-stasis-recording select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-ari depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_asterisk16-res-ari-model select PACKAGE_libc help RESTful API module - recording resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-ari-sounds tristate "asterisk16-res-ari-sounds................ RESTful sound resources support" default y if DEFAULT_asterisk16-res-ari-sounds default m if ALL select PACKAGE_asterisk16-res-ari depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_asterisk16-res-ari-model select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-stasis select PACKAGE_librt if USE_GLIBC help RESTful API module - sound resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-calendar tristate "asterisk16-res-calendar............................. Calendar API support" default y if DEFAULT_asterisk16-res-calendar default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Asterisk calendar integration. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-calendar-caldav tristate "asterisk16-res-calendar-caldav................... CalDAV calendar support" default y if DEFAULT_asterisk16-res-calendar-caldav default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-calendar select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libneon select PACKAGE_librt if USE_GLIBC select PACKAGE_libical help Asterisk CalDAV calendar integration. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-calendar-ews tristate "asterisk16-res-calendar-ews......................... EWS calendar support" default y if DEFAULT_asterisk16-res-calendar-ews default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-calendar select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libneon help Asterisk MS Exchange Web Service calendar integration. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-calendar-exchange tristate "asterisk16-res-calendar-exchange............... Exchange calendar support" default y if DEFAULT_asterisk16-res-calendar-exchange default m if ALL select PACKAGE_asterisk16-res-calendar select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiksemel select PACKAGE_librt if USE_GLIBC select PACKAGE_libneon select PACKAGE_libical help Asterisk MS Exchange calendar integration. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-calendar-icalendar tristate "asterisk16-res-calendar-icalendar............. iCalendar calendar support" default y if DEFAULT_asterisk16-res-calendar-icalendar default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_asterisk16-res-calendar select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libneon select PACKAGE_librt if USE_GLIBC select PACKAGE_libical help Asterisk iCalendar .ics file integration. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-chan-stats tristate "asterisk16-res-chan-stats................... statsd channel stats support" default y if DEFAULT_asterisk16-res-chan-stats default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-statsd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Example of how to use Stasis. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-clialiases tristate "asterisk16-res-clialiases............................ CLI aliases support" default y if DEFAULT_asterisk16-res-clialiases default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help CLI aliases. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-clioriginate tristate "asterisk16-res-clioriginate........................ Calls via CLI support" default y if DEFAULT_asterisk16-res-clioriginate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Call origination and redirection from the CLI. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-config-ldap tristate "asterisk16-res-config-ldap............... LDAP realtime interface support" default y if DEFAULT_asterisk16-res-config-ldap default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap help LDAP realtime interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-config-mysql tristate "asterisk16-res-config-mysql.................... MySQL CDR backend support" default y if DEFAULT_asterisk16-res-config-mysql default m if ALL select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MySQL realtime configuration driver. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-config-sqlite3 tristate "asterisk16-res-config-sqlite3.... SQLite 3 realtime config engine support" default y if DEFAULT_asterisk16-res-config-sqlite3 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SQLite3 realtime config engine. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-convert tristate "asterisk16-res-convert........ File format conversion CLI command support" default y if DEFAULT_asterisk16-res-convert default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help File format conversion CLI command. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-endpoint-stats tristate "asterisk16-res-endpoint-stats................ Endpoint statistics support" default y if DEFAULT_asterisk16-res-endpoint-stats default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-statsd select PACKAGE_librt if USE_GLIBC help Endpoint statistics. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-fax tristate "asterisk16-res-fax................................... FAX modules support" default y if DEFAULT_asterisk16-res-fax default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-timing-pthread select PACKAGE_librt if USE_GLIBC help Generic FAX applications. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-fax-spandsp tristate "asterisk16-res-fax-spandsp................ Spandsp T.38 and G.711 support" default y if DEFAULT_asterisk16-res-fax-spandsp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-fax select PACKAGE_libspandsp select PACKAGE_libtiff depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Spandsp G.711 and T.38 FAX technologies. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-celt tristate "asterisk16-res-format-attr-celt..... CELT format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-celt default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help CELT format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-g729 tristate "asterisk16-res-format-attr-g729.... G.729 format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-g729 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help G.729 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-h263 tristate "asterisk16-res-format-attr-h263.... H.263 format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-h263 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help H.263 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-h264 tristate "asterisk16-res-format-attr-h264.... H.264 format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-h264 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help H.264 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-ilbc tristate "asterisk16-res-format-attr-ilbc..... ILBC format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-ilbc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help iLBC format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-opus tristate "asterisk16-res-format-attr-opus..... Opus format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-opus default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Opus format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-silk tristate "asterisk16-res-format-attr-silk..... SILK format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-silk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help SILK format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-siren14 tristate "asterisk16-res-format-attr-siren14" default y if DEFAULT_asterisk16-res-format-attr-siren14 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Siren14 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-siren7 tristate "asterisk16-res-format-attr-siren7. Siren7 format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-siren7 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Siren7 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-format-attr-vp8 tristate "asterisk16-res-format-attr-vp8....... VP8 format attribute module support" default y if DEFAULT_asterisk16-res-format-attr-vp8 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help VP8 format attribute module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-hep tristate "asterisk16-res-hep..................................... HEPv3 API support" default y if DEFAULT_asterisk16-res-hep default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help HEPv3 API. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-hep-pjsip tristate "asterisk16-res-hep-pjsip...................... PJSIP HEPv3 Logger support" default y if DEFAULT_asterisk16-res-hep-pjsip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-hep select PACKAGE_asterisk16-pjsip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help PJSIP HEPv3 logger. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-hep-rtcp tristate "asterisk16-res-hep-rtcp........................ RTCP HEPv3 Logger support" default y if DEFAULT_asterisk16-res-hep-rtcp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-hep select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help RTCP HEPv3 logger. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-http-media-cache tristate "asterisk16-res-http-media-cache......... HTTP media cache backend support" default y if DEFAULT_asterisk16-res-http-media-cache default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_asterisk16-curl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help HTTP media cache backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-http-websocket tristate "asterisk16-res-http-websocket............. HTTP websocket support support" default y if DEFAULT_asterisk16-res-http-websocket default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help HTTP WebSocket support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-limit tristate "asterisk16-res-limit............................. Resource limits support" default y if DEFAULT_asterisk16-res-limit default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Resource limits. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-manager-devicestate tristate "asterisk16-res-manager-devicestate.. Device state topic forwarder support" default y if DEFAULT_asterisk16-res-manager-devicestate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Manager device state topic forwarder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-manager-presencestate tristate "asterisk16-res-manager-presencestate" default y if DEFAULT_asterisk16-res-manager-presencestate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Manager presence state topic forwarder. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-monitor tristate "asterisk16-res-monitor.................... PBX channel monitoring support" default y if DEFAULT_asterisk16-res-monitor default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Call monitoring resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-musiconhold tristate "asterisk16-res-musiconhold................................... MOH support" default y if DEFAULT_asterisk16-res-musiconhold default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Music On Hold resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-mutestream tristate "asterisk16-res-mutestream............ Mute audio stream resources support" default y if DEFAULT_asterisk16-res-mutestream default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Mute audio stream resources. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-mwi-devstate tristate "asterisk16-res-mwi-devstate................ MWI device state subs support" default y if DEFAULT_asterisk16-res-mwi-devstate default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This module allows presence subscriptions to voicemail boxes. This allows common BLF keys to act as voicemail waiting indicators. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-mwi-external tristate "asterisk16-res-mwi-external........... Core external MWI resource support" default y if DEFAULT_asterisk16-res-mwi-external default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Core external MWI resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-mwi-external-ami tristate "asterisk16-res-mwi-external-ami............. AMI for external MWI support" default y if DEFAULT_asterisk16-res-mwi-external-ami default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-mwi-external help AMI support for external MWI. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-parking tristate "asterisk16-res-parking............................. Phone Parking support" default y if DEFAULT_asterisk16-res-parking default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-bridge-holding help Call parking resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-phoneprov tristate "asterisk16-res-phoneprov...................... Phone Provisioning support" default y if DEFAULT_asterisk16-res-phoneprov default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help HTTP phone provisioning. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-pjproject tristate "asterisk16-res-pjproject.... Bridge PJPROJECT to Asterisk logging support" default y if DEFAULT_asterisk16-res-pjproject default m if ALL select PACKAGE_libc select PACKAGE_libpjsip-ua select PACKAGE_libpj select PACKAGE_libpjsua2 select PACKAGE_libpjsua select PACKAGE_librt if USE_GLIBC select PACKAGE_libpjmedia select PACKAGE_libpjlib-util select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libsrtp2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpjsip select PACKAGE_libpjnath select PACKAGE_libpjsip-simple help PJProject log and utility support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-pjsip-phoneprov tristate "asterisk16-res-pjsip-phoneprov.......... PJSIP Phone Provisioning support" default y if DEFAULT_asterisk16-res-pjsip-phoneprov default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-pjsip select PACKAGE_asterisk16-res-phoneprov help PJSIP phone provisioning. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-pktccops tristate "asterisk16-res-pktccops................ PktcCOPS manager for MGCP support" default y if DEFAULT_asterisk16-res-pktccops default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help PktcCOPS manager for MGCP. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-realtime tristate "asterisk16-res-realtime............................. RealTime CLI support" default y if DEFAULT_asterisk16-res-realtime default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Realtime data lookup/rewrite. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-remb-modifier tristate "asterisk16-res-remb-modifier....................... REMB modifier support" default y if DEFAULT_asterisk16-res-remb-modifier default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help REMB modifier module. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-resolver-unbound tristate "asterisk16-res-resolver-unbound............. Unbound DNS resolver support" default y if DEFAULT_asterisk16-res-resolver-unbound default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_asterisk16-res-rtp-asterisk tristate "asterisk16-res-rtp-asterisk............................ RTP stack support" default y if DEFAULT_asterisk16-res-rtp-asterisk default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpjsip-ua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpjsua2 select PACKAGE_libpjsua select PACKAGE_libpjsip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpjsip-simple select PACKAGE_libpjnath select PACKAGE_libpjmedia help Asterisk RTP stack. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-rtp-multicast tristate "asterisk16-res-rtp-multicast................ RTP multicast engine support" default y if DEFAULT_asterisk16-res-rtp-multicast default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Multicast RTP engine. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-security-log tristate "asterisk16-res-security-log............... Security event logging support" default y if DEFAULT_asterisk16-res-security-log default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Security event logging. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-smdi tristate "asterisk16-res-smdi................................. Provide SMDI support" default y if DEFAULT_asterisk16-res-smdi default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Simplified Message Desk Interface resource. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-snmp tristate "asterisk16-res-snmp................. SNMP [Sub]Agent for Asterisk support" default y if DEFAULT_asterisk16-res-snmp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetsnmp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help SNMP agent for Asterisk. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-sorcery tristate "asterisk16-res-sorcery........................ Sorcery data layer support" default y if DEFAULT_asterisk16-res-sorcery default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Sorcery backend modules for data access intended for using realtime as backend. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-sorcery-memory-cache tristate "asterisk16-res-sorcery-memory-cache" default y if DEFAULT_asterisk16-res-sorcery-memory-cache default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Sorcery memory cache object wizard. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-speech tristate "asterisk16-res-speech..................... Speech Recognition API support" default y if DEFAULT_asterisk16-res-speech default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Generic speech recognition API. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-srtp tristate "asterisk16-res-srtp................................. SRTP Support support" default y if DEFAULT_asterisk16-res-srtp default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsrtp2 help Secure RTP. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis tristate "asterisk16-res-stasis......................... Stasis application support" default y if DEFAULT_asterisk16-res-stasis default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Stasis application support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-answer tristate "asterisk16-res-stasis-answer........... Stasis application answer support" default y if DEFAULT_asterisk16-res-stasis-answer default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-stasis depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Stasis application answer support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-device-state tristate "asterisk16-res-stasis-device-state" default y if DEFAULT_asterisk16-res-stasis-device-state default m if ALL select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Stasis application device state support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-mailbox tristate "asterisk16-res-stasis-mailbox......... Stasis application mailbox support" default y if DEFAULT_asterisk16-res-stasis-mailbox default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-mwi-external select PACKAGE_librt if USE_GLIBC help Stasis application mailbox support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-playback tristate "asterisk16-res-stasis-playback....... Stasis application playback support" default y if DEFAULT_asterisk16-res-stasis-playback default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-res-stasis-recording depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Stasis application playback support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-recording tristate "asterisk16-res-stasis-recording..... Stasis application recording support" default y if DEFAULT_asterisk16-res-stasis-recording default m if ALL select PACKAGE_asterisk16-res-stasis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Stasis application recording support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stasis-snoop tristate "asterisk16-res-stasis-snoop............. Stasis application snoop support" default y if DEFAULT_asterisk16-res-stasis-snoop default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_asterisk16-res-stasis-recording help Stasis application snoop support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-statsd tristate "asterisk16-res-statsd.............................. statsd client support" default y if DEFAULT_asterisk16-res-statsd default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Statsd client support. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-stun-monitor tristate "asterisk16-res-stun-monitor...................... STUN monitoring support" default y if DEFAULT_asterisk16-res-stun-monitor default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help STUN network monitor. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-timing-dahdi tristate "asterisk16-res-timing-dahdi............... DAHDI Timing Interface support" default y if DEFAULT_asterisk16-res-timing-dahdi default m if ALL select PACKAGE_asterisk16-chan-dahdi depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !aarch64 select PACKAGE_librt if USE_GLIBC depends on USB_SUPPORT help DAHDI timing interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-timing-pthread tristate "asterisk16-res-timing-pthread........... pthread Timing Interface support" default y if DEFAULT_asterisk16-res-timing-pthread default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help pthread timing interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-timing-timerfd tristate "asterisk16-res-timing-timerfd........... Timerfd Timing Interface support" default y if DEFAULT_asterisk16-res-timing-timerfd default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Timerfd timing interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-res-xmpp tristate "asterisk16-res-xmpp............. XMPP client and component module support" default y if DEFAULT_asterisk16-res-xmpp default m if ALL select PACKAGE_libiksemel select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help Asterisk XMPP interface. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-sounds tristate "asterisk16-sounds......................................... Sounds support" default y if DEFAULT_asterisk16-sounds default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package provides the sound-files for Asterisk 16. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-aelparse tristate "asterisk16-util-aelparse................................ aelparse utility" default y if DEFAULT_asterisk16-util-aelparse default m if ALL select PACKAGE_asterisk16-pbx-ael select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Check extensions.ael file. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-astcanary tristate "asterisk16-util-astcanary.............................. astcanary utility" default y if DEFAULT_asterisk16-util-astcanary default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help Assures Asterisk no threads have gone missing. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-astdb2bdb tristate "asterisk16-util-astdb2bdb.............................. astdb2bdb utility" default y if DEFAULT_asterisk16-util-astdb2bdb default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Convert astdb back to Berkeley DB 1.86. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-astdb2sqlite3 tristate "asterisk16-util-astdb2sqlite3...................... astdb2sqlite3 utility" default y if DEFAULT_asterisk16-util-astdb2sqlite3 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Convert astdb to SQLite 3. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-check-expr tristate "asterisk16-util-check-expr............................ check_expr utility" default y if DEFAULT_asterisk16-util-check-expr default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Expression checker [older version]. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-check-expr2 tristate "asterisk16-util-check-expr2.......................... check_expr2 utility" default y if DEFAULT_asterisk16-util-check-expr2 default m if ALL depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Expression checker [newer version]. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-conf2ael tristate "asterisk16-util-conf2ael................................ conf2ael utility" default y if DEFAULT_asterisk16-util-conf2ael default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_asterisk16-pbx-ael select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 help Convert .conf to .ael. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-muted tristate "asterisk16-util-muted...................................... muted utility" default y if DEFAULT_asterisk16-util-muted default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Listens for AMI events. Mutes soundcard during call. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-smsq tristate "asterisk16-util-smsq........................................ smsq utility" default y if DEFAULT_asterisk16-util-smsq default m if ALL select PACKAGE_libpopt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_asterisk16 help Send messages from command line. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-stereorize tristate "asterisk16-util-stereorize............................ stereorize utility" default y if DEFAULT_asterisk16-util-stereorize default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Merge two mono WAV-files to one stereo WAV-file. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-util-streamplayer tristate "asterisk16-util-streamplayer........................ streamplayer utility" default y if DEFAULT_asterisk16-util-streamplayer default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_asterisk16 select PACKAGE_libssp if GCC_LIBSSP help A utility for reading from a raw TCP stream [MOH source]. http://www.asterisk.org/ Jiri Slachta config PACKAGE_asterisk16-voicemail tristate "asterisk16-voicemail................................... Voicemail support" default y if DEFAULT_asterisk16-voicemail default m if ALL select PACKAGE_asterisk16-res-adsi select PACKAGE_librt if USE_GLIBC select PACKAGE_asterisk16-res-smdi select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_asterisk16 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Voicemail modules. http://www.asterisk.org/ Jiri Slachta menuconfig PACKAGE_baresip tristate "baresip............. Portable and modular SIP User-Agent with A/V support" default y if DEFAULT_baresip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librem select PACKAGE_libre select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Portable and modular SIP User-Agent with A/V support http://www.creytiv.com Jiri Slachta source "feeds/telephony/net/baresip/Config.in" config PACKAGE_baresip-mod-alsa tristate "baresip-mod-alsa....................................... ALSA audio driver" default y if DEFAULT_baresip-mod-alsa default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT select PACKAGE_alsa-lib depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ALSA audio driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-aubridge tristate "baresip-mod-aubridge................................. Audio bridge module" default y if DEFAULT_baresip-mod-aubridge default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Audio bridge module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-aufile tristate "baresip-mod-aufile...... Audio module for using a WAV-file as audio input" default y if DEFAULT_baresip-mod-aufile default m if ALL select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Audio module for using a WAV-file as audio input http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-avcodec tristate "baresip-mod-avcodec............................. Video codec using FFmpeg" default y if DEFAULT_baresip-mod-avcodec default m if ALL depends on !(PACKAGE_libx264) || BUILD_PATENTED depends on BARESIP_WITH_FFMPEG depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libffmpeg-full depends on AUDIO_SUPPORT help Video codec using FFmpeg http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-avformat tristate "baresip-mod-avformat........................... Video source using FFmpeg" default y if DEFAULT_baresip-mod-avformat default m if ALL depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_baresip-mod-avcodec select PACKAGE_libssp if GCC_LIBSSP help Video source using FFmpeg http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-b2bua tristate "baresip-mod-b2bua......................... Back-to-Back User-Agent module" default y if DEFAULT_baresip-mod-b2bua default m if ALL depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Back-to-Back User-Agent module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-cons tristate "baresip-mod-cons............................... UDP/TCP console UI driver" default y if DEFAULT_baresip-mod-cons default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help UDP/TCP console UI driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-ctrl-tcp tristate "baresip-mod-ctrl-tcp............................... TCP control interface" default y if DEFAULT_baresip-mod-ctrl-tcp default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TCP control interface http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-debug-cmd tristate "baresip-mod-debug-cmd..................................... Debug commands" default y if DEFAULT_baresip-mod-debug-cmd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Debug commands http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-dtls-srtp tristate "baresip-mod-dtls-srtp.................... DTLS-SRTP end-to-end encryption" default y if DEFAULT_baresip-mod-dtls-srtp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DTLS-SRTP end-to-end encryption http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-dtmfio tristate "baresip-mod-dtmfio..................................... DTMF input/output" default y if DEFAULT_baresip-mod-dtmfio default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DTMF input/output http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-echo tristate "baresip-mod-echo...................................... Echo server module" default y if DEFAULT_baresip-mod-echo default m if ALL depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Echo server module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-evdev tristate "baresip-mod-evdev..................................... Linux input driver" default y if DEFAULT_baresip-mod-evdev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Linux input driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-fakevideo tristate "baresip-mod-fakevideo..................... Fake video input/output driver" default y if DEFAULT_baresip-mod-fakevideo default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Fake video input/output driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-g711 tristate "baresip-mod-g711....................................... G.711 audio codec" default y if DEFAULT_baresip-mod-g711 default m if ALL depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help G.711 audio codec http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-g722 tristate "baresip-mod-g722....................................... G.722 audio codec" default y if DEFAULT_baresip-mod-g722 default m if ALL depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libspandsp select PACKAGE_libssp if GCC_LIBSSP help G.722 audio codec http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-g726 tristate "baresip-mod-g726....................................... G.726 audio codec" default y if DEFAULT_baresip-mod-g726 default m if ALL depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libspandsp select PACKAGE_libssp if GCC_LIBSSP help G.726 audio codec http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-httpd tristate "baresip-mod-httpd............................... HTTP webserver UI-module" default y if DEFAULT_baresip-mod-httpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help HTTP webserver UI-module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-mwi tristate "baresip-mod-mwi............................... Message Waiting Indication" default y if DEFAULT_baresip-mod-mwi default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Message Waiting Indication http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-natpmp tristate "baresip-mod-natpmp...................... NAT Port Mapping Protocol module" default y if DEFAULT_baresip-mod-natpmp default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help NAT Port Mapping Protocol module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-opus tristate "baresip-mod-opus............................ OPUS Interactive audio codec" default y if DEFAULT_baresip-mod-opus default m if ALL select PACKAGE_libopus depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help OPUS Interactive audio codec http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-oss tristate "baresip-mod-oss......................................... OSS audio driver" default y if DEFAULT_baresip-mod-oss default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help OSS audio driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-plc tristate "baresip-mod-plc.................................. Packet Loss Concealment" default y if DEFAULT_baresip-mod-plc default m if ALL depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libspandsp select PACKAGE_libssp if GCC_LIBSSP help Packet Loss Concealment http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-portaudio tristate "baresip-mod-portaudio............................. Portaudio audio driver" default y if DEFAULT_baresip-mod-portaudio default m if ALL select PACKAGE_portaudio depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT help Portaudio audio driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-presence tristate "baresip-mod-presence..................................... Presence module" default y if DEFAULT_baresip-mod-presence default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Presence module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-pulse tristate "baresip-mod-pulse................................ Pulseaudio audio driver" default y if DEFAULT_baresip-mod-pulse default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Pulseaudio audio driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-rtcpsummary tristate "baresip-mod-rtcpsummary.............................. RTCP summary module" default y if DEFAULT_baresip-mod-rtcpsummary default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help RTCP summary module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-selfview tristate "baresip-mod-selfview............................... Video selfview module" default y if DEFAULT_baresip-mod-selfview default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Video selfview module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-sndfile tristate "baresip-mod-sndfile........................ Audio dumper using libsndfile" default y if DEFAULT_baresip-mod-sndfile default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsndfile select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Audio dumper using libsndfile http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-srtp tristate "baresip-mod-srtp........................... Secure RTP module using libre" default y if DEFAULT_baresip-mod-srtp default m if ALL select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Secure RTP module using libre http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-stdio tristate "baresip-mod-stdio........................ Standard input/output UI driver" default y if DEFAULT_baresip-mod-stdio default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Standard input/output UI driver http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-uuid tristate "baresip-mod-uuid............................... UUID generator and loader" default y if DEFAULT_baresip-mod-uuid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help UUID generator and loader http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-v4l2 tristate "baresip-mod-v4l2............................... Video4Linux2 video source" default y if DEFAULT_baresip-mod-v4l2 default m if ALL select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libv4l select PACKAGE_libssp if GCC_LIBSSP help Video4Linux2 video source http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-v4l2-codec tristate "baresip-mod-v4l2-codec................... Video4Linux2 video codec module" default y if DEFAULT_baresip-mod-v4l2-codec default m if ALL depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Video4Linux2 video codec module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-vidbridge tristate "baresip-mod-vidbridge................................ Video bridge module" default y if DEFAULT_baresip-mod-vidbridge default m if ALL depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Video bridge module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-vidloop tristate "baresip-mod-vidloop............................... Video-loop test module" default y if DEFAULT_baresip-mod-vidloop default m if ALL select PACKAGE_libc depends on PACKAGE_baresip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Video-loop test module http://www.creytiv.com Jiri Slachta config PACKAGE_baresip-mod-vumeter tristate "baresip-mod-vumeter...................... Display audio levels in console" default y if DEFAULT_baresip-mod-vumeter default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_baresip select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Display audio levels in console http://www.creytiv.com Jiri Slachta menuconfig PACKAGE_freeswitch-stable tristate "freeswitch-stable................ Open source telephony platform, v1.10.6" default y if DEFAULT_freeswitch-stable default m if ALL select PACKAGE_libspeex select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libpng if FS_STABLE_WITH_PNG select PACKAGE_libedit select PACKAGE_unixodbc if FS_STABLE_WITH_ODBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libsqlite3 select PACKAGE_libc select PACKAGE_libfreetype if FS_STABLE_WITH_FREETYPE select PACKAGE_librt select PACKAGE_libpcre select PACKAGE_libopenssl select PACKAGE_libspandsp3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_sofia-sip select PACKAGE_libspeexdsp select PACKAGE_libuuid help FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media. https://www.freeswitch.org Sebastian Kemper source "feeds/telephony/net/freeswitch-stable/Config.in" config PACKAGE_freeswitch-stable-example-curl tristate "freeswitch-stable-example-curl..................... Example configuration" default y if DEFAULT_freeswitch-stable-example-curl default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-insideout tristate "freeswitch-stable-example-insideout................ Example configuration" default y if DEFAULT_freeswitch-stable-example-insideout default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-minimal tristate "freeswitch-stable-example-minimal.................. Example configuration" default y if DEFAULT_freeswitch-stable-example-minimal default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-rayo tristate "freeswitch-stable-example-rayo..................... Example configuration" default y if DEFAULT_freeswitch-stable-example-rayo default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-sbc tristate "freeswitch-stable-example-sbc...................... Example configuration" default y if DEFAULT_freeswitch-stable-example-sbc default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-softphone tristate "freeswitch-stable-example-softphone................ Example configuration" default y if DEFAULT_freeswitch-stable-example-softphone default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-testing tristate "freeswitch-stable-example-testing.................. Example configuration" default y if DEFAULT_freeswitch-stable-example-testing default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-example-vanilla tristate "freeswitch-stable-example-vanilla.................. Example configuration" default y if DEFAULT_freeswitch-stable-example-vanilla default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package does not install any configuration for FreeSWITCH into /etc/freeswitch. The system administrator is completely responsible for that directory. If you install one of the example configuration packages, it will install the corresponding sample configuration to /usr/share/freeswitch/examples where you can take a look at it. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-de tristate "freeswitch-stable-lang-de.......................... German language files" default y if DEFAULT_freeswitch-stable-lang-de default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This package includes the German language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-en tristate "freeswitch-stable-lang-en......................... English language files" default y if DEFAULT_freeswitch-stable-lang-en default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This package includes the English language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-es tristate "freeswitch-stable-lang-es......................... Spanish language files" default y if DEFAULT_freeswitch-stable-lang-es default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package includes the Spanish language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-fr tristate "freeswitch-stable-lang-fr.......................... French language files" default y if DEFAULT_freeswitch-stable-lang-fr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This package includes the French language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-he tristate "freeswitch-stable-lang-he.......................... Hebrew language files" default y if DEFAULT_freeswitch-stable-lang-he default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package includes the Hebrew language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-pt tristate "freeswitch-stable-lang-pt...................... Portuguese language files" default y if DEFAULT_freeswitch-stable-lang-pt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package includes the Portuguese language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-ru tristate "freeswitch-stable-lang-ru......................... Russian language files" default y if DEFAULT_freeswitch-stable-lang-ru default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package includes the Russian language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-lang-sv tristate "freeswitch-stable-lang-sv......................... Swedish language files" default y if DEFAULT_freeswitch-stable-lang-sv default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package includes the Swedish language files for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-fonts tristate "freeswitch-stable-misc-fonts....................................... Fonts" default y if DEFAULT_freeswitch-stable-misc-fonts default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package includes the fonts bundled with FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-grammar tristate "freeswitch-stable-misc-grammar................................... Grammar" default y if DEFAULT_freeswitch-stable-misc-grammar default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains grammar files. mod_pocketsphinx would be a potential user. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-images tristate "freeswitch-stable-misc-images..................................... Images" default y if DEFAULT_freeswitch-stable-misc-images default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package includes the images bundled with FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-perl-esl tristate "freeswitch-stable-misc-perl-esl................................. Perl ESL" default y if DEFAULT_freeswitch-stable-misc-perl-esl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_perl depends on PERL_THREADS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-dynaloader select PACKAGE_perlbase-data select PACKAGE_perlbase-autoloader depends on PACKAGE_freeswitch-stable help This package contains the Perl binding for FreeSWITCH's Event Socket Library (ESL). https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-python-esl tristate "freeswitch-stable-misc-python-esl............................. Python ESL" default y if DEFAULT_freeswitch-stable-misc-python-esl default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-light select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help This package contains the Python binding for FreeSWITCH's Event Socket Library (ESL). https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-misc-timezones tristate "freeswitch-stable-misc-timezones.......................... Timezones file" default y if DEFAULT_freeswitch-stable-misc-timezones default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package includes a timezones file for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-abstraction tristate "freeswitch-stable-mod-abstraction................. API abstraction module" default y if DEFAULT_freeswitch-stable-mod-abstraction default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module provides a way to create new API functions via regex rewriting. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-alsa tristate "freeswitch-stable-mod-alsa.......................... ALSA endpoint module" default y if DEFAULT_freeswitch-stable-mod-alsa default m if ALL depends on PACKAGE_freeswitch-stable depends on AUDIO_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib help ALSA endpoint module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-amr tristate "freeswitch-stable-mod-amr......................... AMR passthrough module" default y if DEFAULT_freeswitch-stable-mod-amr default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Passthrough AMR codec support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-amrwb tristate "freeswitch-stable-mod-amrwb.............. AMR wideband passthrough module" default y if DEFAULT_freeswitch-stable-mod-amrwb default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Passthrough AMR wideband codec support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-av tristate "freeswitch-stable-mod-av....................................... AV module" default y if DEFAULT_freeswitch-stable-mod-av default m if ALL depends on x86_64 select PACKAGE_librt if USE_GLIBC select PACKAGE_libffmpeg-full depends on PACKAGE_freeswitch-stable depends on AUDIO_SUPPORT depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Video codec and format support via FFmpeg. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-avmd tristate "freeswitch-stable-mod-avmd.................... Voicemail detection module" default y if DEFAULT_freeswitch-stable-mod-avmd default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module attempts to determine when a voicemail system has answered the call. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-b64 tristate "freeswitch-stable-mod-b64.................................. Base64 module" default y if DEFAULT_freeswitch-stable-mod-b64 default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Transfers data Base64 encoded. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-basic tristate "freeswitch-stable-mod-basic................................. BASIC module" default y if DEFAULT_freeswitch-stable-mod-basic default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help BASIC module for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-bcg729 tristate "freeswitch-stable-mod-bcg729............................... bcg729 module" default y if DEFAULT_freeswitch-stable-mod-bcg729 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_bcg729 depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help FreeSWITCH G.729 module using the opensource bcg729 implementation by Belledonne Communications. https://github.com/xadhoom/mod_bcg729 Sebastian Kemper config PACKAGE_freeswitch-stable-mod-bert tristate "freeswitch-stable-mod-bert................................... BERT module" default y if DEFAULT_freeswitch-stable-mod-bert default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Line testing tool. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-blacklist tristate "freeswitch-stable-mod-blacklist.................. Blacklist helper module" default y if DEFAULT_freeswitch-stable-mod-blacklist default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module provides tools to blacklist callers. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-callcenter tristate "freeswitch-stable-mod-callcenter...................... Call center module" default y if DEFAULT_freeswitch-stable-mod-callcenter default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module implements Automated Call Distribution queues. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cdr-csv tristate "freeswitch-stable-mod-cdr-csv............................. CSV CDR module" default y if DEFAULT_freeswitch-stable-mod-cdr-csv default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help CSV Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cdr-mongodb tristate "freeswitch-stable-mod-cdr-mongodb..................... MongoDB CDR module" default y if DEFAULT_freeswitch-stable-mod-cdr-mongodb default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MongoDB Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cdr-pg-csv tristate "freeswitch-stable-mod-cdr-pg-csv................... PostgreSQL CDR module" default y if DEFAULT_freeswitch-stable-mod-cdr-pg-csv default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PostgreSQL Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cdr-sqlite tristate "freeswitch-stable-mod-cdr-sqlite....................... SQLite CDR module" default y if DEFAULT_freeswitch-stable-mod-cdr-sqlite default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SQLite Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cidlookup tristate "freeswitch-stable-mod-cidlookup.................. Caller ID lookup module" default y if DEFAULT_freeswitch-stable-mod-cidlookup default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module provides an API for querying caller ID name and location data. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-clearmode tristate "freeswitch-stable-mod-clearmode......................... Clearmode module" default y if DEFAULT_freeswitch-stable-mod-clearmode default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Clearmode codec passthrough support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cluechoo tristate "freeswitch-stable-mod-cluechoo.......................... Clue Choo module" default y if DEFAULT_freeswitch-stable-mod-cluechoo default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help This demo module renders a Clue Choo train on the FreeSWITCH console. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-commands tristate "freeswitch-stable-mod-commands........................... Commands module" default y if DEFAULT_freeswitch-stable-mod-commands default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module provides miscellaneous API commands. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-conference tristate "freeswitch-stable-mod-conference....................... Conference module" default y if DEFAULT_freeswitch-stable-mod-conference default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This module provides multi-party conferencing. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-console tristate "freeswitch-stable-mod-console...................... Console logger module" default y if DEFAULT_freeswitch-stable-mod-console default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Allows control over what messages get logged to the console. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-curl tristate "freeswitch-stable-mod-curl................................... cURL module" default y if DEFAULT_freeswitch-stable-mod-curl default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module provides an API for making HTTP requests with cURL. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-cv tristate "freeswitch-stable-mod-cv................................... OpenCV module" default y if DEFAULT_freeswitch-stable-mod-cv default m if ALL select PACKAGE_opencv select PACKAGE_libssp if GCC_LIBSSP depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help This module exposes opencv actions to enable computer vision actions. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dahdi-codec tristate "freeswitch-stable-mod-dahdi-codec..................... DAHDI codec module" default y if DEFAULT_freeswitch-stable-mod-dahdi-codec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help DAHDI codec module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-db tristate "freeswitch-stable-mod-db....................................... DB module" default y if DEFAULT_freeswitch-stable-mod-db default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module implements a simple db API with group support. Also can be used as a limit db backend. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dialplan-asterisk tristate "freeswitch-stable-mod-dialplan-asterisk......... Asterisk dialplan module" default y if DEFAULT_freeswitch-stable-mod-dialplan-asterisk default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Asterisk extensions.conf style dialplan parser. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dialplan-directory tristate "freeswitch-stable-mod-dialplan-directory....... Directory dialplan module" default y if DEFAULT_freeswitch-stable-mod-dialplan-directory default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Directory dialplan support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dialplan-xml tristate "freeswitch-stable-mod-dialplan-xml................... XML dialplan module" default y if DEFAULT_freeswitch-stable-mod-dialplan-xml default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Standard FreeSWITCH XML dialplan support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dingaling tristate "freeswitch-stable-mod-dingaling...................... Generic XMPP module" default y if DEFAULT_freeswitch-stable-mod-dingaling default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Allows FreeSWITCH to be used as a client for XMPP Servers. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-directory tristate "freeswitch-stable-mod-directory............ Dial-by-name directory module" default y if DEFAULT_freeswitch-stable-mod-directory default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module implements a dial-by-name directory IVR. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-distributor tristate "freeswitch-stable-mod-distributor................ Load distributor module" default y if DEFAULT_freeswitch-stable-mod-distributor default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module implements a mechanism for performing load balancing. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-dptools tristate "freeswitch-stable-mod-dptools...................... Dialplan tools module" default y if DEFAULT_freeswitch-stable-mod-dptools default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module implements basic dialplan tools. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-easyroute tristate "freeswitch-stable-mod-easyroute....................... DID routing module" default y if DEFAULT_freeswitch-stable-mod-easyroute default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module does destination lookup based on DID. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-enum tristate "freeswitch-stable-mod-enum........................... ENUM routing module" default y if DEFAULT_freeswitch-stable-mod-enum default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libldns depends on PACKAGE_freeswitch-stable help This module implements ENUM support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-erlang-event tristate "freeswitch-stable-mod-erlang-event................... Erlang event module" default y if DEFAULT_freeswitch-stable-mod-erlang-event default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_erlang select PACKAGE_libc help Erlang event module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-esf tristate "freeswitch-stable-mod-esf............................... Multicast module" default y if DEFAULT_freeswitch-stable-mod-esf default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module adds multi-cast support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-esl tristate "freeswitch-stable-mod-esl.............................. Single ESL module" default y if DEFAULT_freeswitch-stable-mod-esl default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module adds an API for generating one-off ESL requests. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-event-multicast tristate "freeswitch-stable-mod-event-multicast............. Multicast Event module" default y if DEFAULT_freeswitch-stable-mod-event-multicast default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Multicast Event System for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-event-socket tristate "freeswitch-stable-mod-event-socket................... Event socket module" default y if DEFAULT_freeswitch-stable-mod-event-socket default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Sends events via a single socket. Needed for fs_cli. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-event-test tristate "freeswitch-stable-mod-event-test....................... Event test module" default y if DEFAULT_freeswitch-stable-mod-event-test default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Event demo module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-event-zmq tristate "freeswitch-stable-mod-event-zmq......................... ZMQ event module" default y if DEFAULT_freeswitch-stable-mod-event-zmq default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !USE_UCLIBCXX depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help ZMQ event module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-expr tristate "freeswitch-stable-mod-expr................................... Expr module" default y if DEFAULT_freeswitch-stable-mod-expr default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module adds expr support for expression evaluation. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-fail2ban tristate "freeswitch-stable-mod-fail2ban................... Fail2ban logging module" default y if DEFAULT_freeswitch-stable-mod-fail2ban default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Provides support for Fail2ban logging. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-fifo tristate "freeswitch-stable-mod-fifo................................... FIFO module" default y if DEFAULT_freeswitch-stable-mod-fifo default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module adds a first-in first-out queue system. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-format-cdr tristate "freeswitch-stable-mod-format-cdr.................. Multiformat CDR module" default y if DEFAULT_freeswitch-stable-mod-format-cdr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A superset of mod_json_cdr and mod_xml_cdr. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-freetdm tristate "freeswitch-stable-mod-freetdm.................... FreeTDM endpoint module" default y if DEFAULT_freeswitch-stable-mod-freetdm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libfreetdm-stable depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module is the glue between FreeSWITCH and FreeTDM. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-fsk tristate "freeswitch-stable-mod-fsk..................................... FSK module" default y if DEFAULT_freeswitch-stable-mod-fsk default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module adds frequency-shift keying support which can be used to send and receive caller ID. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-fsv tristate "freeswitch-stable-mod-fsv..................................... FSV module" default y if DEFAULT_freeswitch-stable-mod-fsv default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module provides dialplan applications for recording and playing videos. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-g723-1 tristate "freeswitch-stable-mod-g723-1.................. G.723.1 passthrough module" default y if DEFAULT_freeswitch-stable-mod-g723-1 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help G.723.1 codec passthrough. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-g729 tristate "freeswitch-stable-mod-g729...................... G.729 passthrough module" default y if DEFAULT_freeswitch-stable-mod-g729 default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help G.729 codec passthrough. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-graylog2 tristate "freeswitch-stable-mod-graylog2.................... Graylog2 logger module" default y if DEFAULT_freeswitch-stable-mod-graylog2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GELF logger for Graylog2 and Logstash. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-gsmopen tristate "freeswitch-stable-mod-gsmopen........................ GSM endpoint module" default y if DEFAULT_freeswitch-stable-mod-gsmopen default m if ALL select PACKAGE_libctb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gsmlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libjpeg select PACKAGE_libtiff depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help GSMopen is a channel driver that allows an SMS to be sent to and from FreeSWITCH as well as incoming and outgoing GSM voice calls. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-h26x tristate "freeswitch-stable-mod-h26x...................... H.26x passthrough module" default y if DEFAULT_freeswitch-stable-mod-h26x default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help H.26x video codec passthrough. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-hash tristate "freeswitch-stable-mod-hash................................... Hash module" default y if DEFAULT_freeswitch-stable-mod-hash default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module provides a key-value in-memory datastore. Usable as a limit backend. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-hiredis tristate "freeswitch-stable-mod-hiredis........................ Redis client module" default y if DEFAULT_freeswitch-stable-mod-hiredis default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libhiredis depends on PACKAGE_freeswitch-stable help This module provides a mechanism to use Redis as a datastore. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-httapi tristate "freeswitch-stable-mod-httapi.............................. HT-TAPI module" default y if DEFAULT_freeswitch-stable-mod-httapi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This module provides an API for controlling the switch by responding to HTTP requests. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-http-cache tristate "freeswitch-stable-mod-http-cache............ HTTP GET with caching module" default y if DEFAULT_freeswitch-stable-mod-http-cache default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module provides an API for making HTTP GET requests where the result is cached. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-isac tristate "freeswitch-stable-mod-isac................................... iSAC module" default y if DEFAULT_freeswitch-stable-mod-isac default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC depends on arm||i386||mips||mips64||mips64el||mipsel||x86_64 help iSAC codec support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-json-cdr tristate "freeswitch-stable-mod-json-cdr........................... JSON CDR module" default y if DEFAULT_freeswitch-stable-mod-json-cdr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help JSON-based Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-kazoo tristate "freeswitch-stable-mod-kazoo................................. Kazoo module" default y if DEFAULT_freeswitch-stable-mod-kazoo default m if ALL select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable help Kazoo module for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-lcr tristate "freeswitch-stable-mod-lcr..................................... LCR module" default y if DEFAULT_freeswitch-stable-mod-lcr default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module adds a facility for least-cost routing. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-ldap tristate "freeswitch-stable-mod-ldap................................... LDAP module" default y if DEFAULT_freeswitch-stable-mod-ldap default m if ALL select PACKAGE_libopenldap depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help LDAP module for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-local-stream tristate "freeswitch-stable-mod-local-stream................... Local stream module" default y if DEFAULT_freeswitch-stable-mod-local-stream default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Connects multiple channels to a looped stream. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-logfile tristate "freeswitch-stable-mod-logfile......................... File logger module" default y if DEFAULT_freeswitch-stable-mod-logfile default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Logs FreeSWITCH output to a file. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-loopback tristate "freeswitch-stable-mod-loopback........................... Loopback module" default y if DEFAULT_freeswitch-stable-mod-loopback default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help A loopback channel driver. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-lua tristate "freeswitch-stable-mod-lua..................................... Lua module" default y if DEFAULT_freeswitch-stable-mod-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_liblua depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help Lua language interface for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-mariadb tristate "freeswitch-stable-mod-mariadb............................. MariaDB module" default y if DEFAULT_freeswitch-stable-mod-mariadb default m if ALL select PACKAGE_librt if USE_GLIBC depends on !USE_UCLIBCXX depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb help Adds MariaDB support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-mp4v tristate "freeswitch-stable-mod-mp4v.................. MP4 video passthrough module" default y if DEFAULT_freeswitch-stable-mod-mp4v default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help MP4 video passthrough. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-native-file tristate "freeswitch-stable-mod-native-file..................... Native file module" default y if DEFAULT_freeswitch-stable-mod-native-file default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Plays files that are already encoded in the right format. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-nibblebill tristate "freeswitch-stable-mod-nibblebill....................... Nibblebill module" default y if DEFAULT_freeswitch-stable-mod-nibblebill default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module allows for real-time accounting of a cash balance and using that information for call routing. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-odbc-cdr tristate "freeswitch-stable-mod-odbc-cdr........................... ODBC CDR module" default y if DEFAULT_freeswitch-stable-mod-odbc-cdr default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ODBC Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-opus tristate "freeswitch-stable-mod-opus................................... Opus module" default y if DEFAULT_freeswitch-stable-mod-opus default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Opus codec support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-opusfile tristate "freeswitch-stable-mod-opusfile.......................... Opus file module" default y if DEFAULT_freeswitch-stable-mod-opusfile default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libopusenc select PACKAGE_libopusfile select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Read and Write OGG/Opus files. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-oreka tristate "freeswitch-stable-mod-oreka................................. Oreka module" default y if DEFAULT_freeswitch-stable-mod-oreka default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module provides media recording with the Oreka cross-platform audio stream recording and retrieval system. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-perl tristate "freeswitch-stable-mod-perl................................... Perl module" default y if DEFAULT_freeswitch-stable-mod-perl default m if ALL depends on PACKAGE_perl depends on PERL_THREADS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libgdbm select PACKAGE_perlbase-essential depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help This package contains mod_perl for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-pgsql tristate "freeswitch-stable-mod-pgsql............................ PostgreSQL module" default y if DEFAULT_freeswitch-stable-mod-pgsql default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Adds PostgreSQL support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-png tristate "freeswitch-stable-mod-png..................................... PNG module" default y if DEFAULT_freeswitch-stable-mod-png default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on FS_STABLE_WITH_PNG depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Allows playback of video using PNG files. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-pocketsphinx tristate "freeswitch-stable-mod-pocketsphinx................... Pocketsphinx module" default y if DEFAULT_freeswitch-stable-mod-pocketsphinx default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libsamplerate select PACKAGE_libssp if GCC_LIBSSP help This module allows speech recognition. You might want to install freeswitch-stable-misc-grammar as well. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-portaudio tristate "freeswitch-stable-mod-portaudio......................... Portaudio module" default y if DEFAULT_freeswitch-stable-mod-portaudio default m if ALL select PACKAGE_portaudio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable depends on AUDIO_SUPPORT help Voice through a local soundcard. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-portaudio-stream tristate "freeswitch-stable-mod-portaudio-stream........ Portaudio streaming module" default y if DEFAULT_freeswitch-stable-mod-portaudio-stream default m if ALL depends on AUDIO_SUPPORT depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_portaudio help Stream from an external audio source for Music on Hold. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-posix-timer tristate "freeswitch-stable-mod-posix-timer..................... POSIX timer module" default y if DEFAULT_freeswitch-stable-mod-posix-timer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Add POSIX timer support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-prefix tristate "freeswitch-stable-mod-prefix......................... Prefix match module" default y if DEFAULT_freeswitch-stable-mod-prefix default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module provides a data store with fast lookups by the longest prefix match rule. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-python tristate "freeswitch-stable-mod-python............................... Python module" default y if DEFAULT_freeswitch-stable-mod-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC help Python support module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-radius-cdr tristate "freeswitch-stable-mod-radius-cdr....................... Radius CDR module" default y if DEFAULT_freeswitch-stable-mod-radius-cdr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Radius Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-random tristate "freeswitch-stable-mod-random.............................. Entropy module" default y if DEFAULT_freeswitch-stable-mod-random default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module extracts entropy from FreeSWITCH and feeds it into /dev/random. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-raven tristate "freeswitch-stable-mod-raven......................... Raven logging module" default y if DEFAULT_freeswitch-stable-mod-raven default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Adds support for logging to Raven instances. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-rayo tristate "freeswitch-stable-mod-rayo................................... Rayo module" default y if DEFAULT_freeswitch-stable-mod-rayo default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_freeswitch-stable-mod-ssml select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Rayo/XMPP 3PCC server for FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-redis tristate "freeswitch-stable-mod-redis................... Redis limit backend module" default y if DEFAULT_freeswitch-stable-mod-redis default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help This module provides a mechanism to use Redis as a limit backend data store. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-rss tristate "freeswitch-stable-mod-rss..................................... RSS module" default y if DEFAULT_freeswitch-stable-mod-rss default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Parses and reads XML based RSS feeds and reads the entries aloud via a TTS engine. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-rtc tristate "freeswitch-stable-mod-rtc......................... Media streaming module" default y if DEFAULT_freeswitch-stable-mod-rtc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Media streaming as used by WebRTC and mod_verto. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-rtmp tristate "freeswitch-stable-mod-rtmp.......................... RTMP endpoint module" default y if DEFAULT_freeswitch-stable-mod-rtmp default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RTMP endpoint support. Allows FreeSWITCH to be used from RTMP clients. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-de tristate "freeswitch-stable-mod-say-de........................... German Say module" default y if DEFAULT_freeswitch-stable-mod-say-de default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-en tristate "freeswitch-stable-mod-say-en.......................... English Say module" default y if DEFAULT_freeswitch-stable-mod-say-en default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-es tristate "freeswitch-stable-mod-say-es.......................... Spanish Say module" default y if DEFAULT_freeswitch-stable-mod-say-es default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-es-ar tristate "freeswitch-stable-mod-say-es-ar........... Argentinian Spanish Say module" default y if DEFAULT_freeswitch-stable-mod-say-es-ar default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-fa tristate "freeswitch-stable-mod-say-fa.......................... Persian Say module" default y if DEFAULT_freeswitch-stable-mod-say-fa default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-fr tristate "freeswitch-stable-mod-say-fr........................... French Say module" default y if DEFAULT_freeswitch-stable-mod-say-fr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-he tristate "freeswitch-stable-mod-say-he........................... Hebrew Say module" default y if DEFAULT_freeswitch-stable-mod-say-he default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-hr tristate "freeswitch-stable-mod-say-hr......................... Croatian Say module" default y if DEFAULT_freeswitch-stable-mod-say-hr default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-hu tristate "freeswitch-stable-mod-say-hu........................ Hungarian Say module" default y if DEFAULT_freeswitch-stable-mod-say-hu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-it tristate "freeswitch-stable-mod-say-it.......................... Italian Say module" default y if DEFAULT_freeswitch-stable-mod-say-it default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-ja tristate "freeswitch-stable-mod-say-ja......................... Japanese Say module" default y if DEFAULT_freeswitch-stable-mod-say-ja default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-nl tristate "freeswitch-stable-mod-say-nl............................ Dutch Say module" default y if DEFAULT_freeswitch-stable-mod-say-nl default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-pl tristate "freeswitch-stable-mod-say-pl........................... Polish Say module" default y if DEFAULT_freeswitch-stable-mod-say-pl default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-pt tristate "freeswitch-stable-mod-say-pt....................... Portuguese Say module" default y if DEFAULT_freeswitch-stable-mod-say-pt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-ru tristate "freeswitch-stable-mod-say-ru.......................... Russian Say module" default y if DEFAULT_freeswitch-stable-mod-say-ru default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-sv tristate "freeswitch-stable-mod-say-sv.......................... Swedish Say module" default y if DEFAULT_freeswitch-stable-mod-say-sv default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-th tristate "freeswitch-stable-mod-say-th............................. Thai Say module" default y if DEFAULT_freeswitch-stable-mod-say-th default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-say-zh tristate "freeswitch-stable-mod-say-zh.......................... Chinese Say module" default y if DEFAULT_freeswitch-stable-mod-say-zh default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Uses prerecorded sounds to read or say various things. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-shell-stream tristate "freeswitch-stable-mod-shell-stream................... Shell stream module" default y if DEFAULT_freeswitch-stable-mod-shell-stream default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Allows to stream audio from an arbitrary shell command. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-shout tristate "freeswitch-stable-mod-shout................................. Shout module" default y if DEFAULT_freeswitch-stable-mod-shout default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmpg123 select PACKAGE_lame-lib select PACKAGE_libshout depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Allows to stream audio from MP3s or Shoutcast streams. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-signalwire tristate "freeswitch-stable-mod-signalwire....................... SignalWire module" default y if DEFAULT_freeswitch-stable-mod-signalwire default m if ALL select PACKAGE_signalwire-client-c select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help SignalWire CLOUD - FreeSWITCH connector. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-skinny tristate "freeswitch-stable-mod-skinny............................... Skinny module" default y if DEFAULT_freeswitch-stable-mod-skinny default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Skinny Call Control Protocol endpoint support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-sms tristate "freeswitch-stable-mod-sms..................................... SMS module" default y if DEFAULT_freeswitch-stable-mod-sms default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module provides an abstract facility for interfacing with SMS systems. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-snapshot tristate "freeswitch-stable-mod-snapshot........................... Snapshot module" default y if DEFAULT_freeswitch-stable-mod-snapshot default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This module can record a sliding window of audio and take snapshots to disk. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-sndfile tristate "freeswitch-stable-mod-sndfile........................... Soundfile module" default y if DEFAULT_freeswitch-stable-mod-sndfile default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsndfile help Adds sound format support via libsndfile. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-snmp tristate "freeswitch-stable-mod-snmp................................... SNMP module" default y if DEFAULT_freeswitch-stable-mod-snmp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libnetsnmp select PACKAGE_libssp if GCC_LIBSSP help An SNMP stats reporter. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-snom tristate "freeswitch-stable-mod-snom................................... SNOM module" default y if DEFAULT_freeswitch-stable-mod-snom default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This module implements features specific to SNOM phones. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-sofia tristate "freeswitch-stable-mod-sofia............................. Sofia SIP module" default y if DEFAULT_freeswitch-stable-mod-sofia default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help SIP module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-sonar tristate "freeswitch-stable-mod-sonar................................. Sonar module" default y if DEFAULT_freeswitch-stable-mod-sonar default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module measures the latency on an audio link by sending audible audio sonar pings. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-spandsp tristate "freeswitch-stable-mod-spandsp............................. SpanDSP module" default y if DEFAULT_freeswitch-stable-mod-spandsp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libjpeg select PACKAGE_libtiff depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_liblzma help This module implements SpanDSP fax. It includes DSP and codec functionality. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-spy tristate "freeswitch-stable-mod-spy................................ User Spy module" default y if DEFAULT_freeswitch-stable-mod-spy default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module adds the ability to monitor the audio of a channel. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-ssml tristate "freeswitch-stable-mod-ssml................................... SSML module" default y if DEFAULT_freeswitch-stable-mod-ssml default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help mod_ssml is a FreeSWITCH module that renders SSML into audio. This module requires a text-to-speech module for speech synthesis. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-stress tristate "freeswitch-stable-mod-stress............................... Stress module" default y if DEFAULT_freeswitch-stable-mod-stress default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module attempts to detect voice stress on an audio channel. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-syslog tristate "freeswitch-stable-mod-syslog........................ Syslog logger module" default y if DEFAULT_freeswitch-stable-mod-syslog default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Logs FreeSWITCH output to the syslog. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-theora tristate "freeswitch-stable-mod-theora................... Theora passthrough module" default y if DEFAULT_freeswitch-stable-mod-theora default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Theora video codec passthrough. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-tone-stream tristate "freeswitch-stable-mod-tone-stream..................... Tone stream module" default y if DEFAULT_freeswitch-stable-mod-tone-stream default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Tone generation stream. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-translate tristate "freeswitch-stable-mod-translate................ Number translation module" default y if DEFAULT_freeswitch-stable-mod-translate default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module implements number translation. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-tts-commandline tristate "freeswitch-stable-mod-tts-commandline............ TTS command-line module" default y if DEFAULT_freeswitch-stable-mod-tts-commandline default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Run a command-line and play the output file. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-unimrcp tristate "freeswitch-stable-mod-unimrcp............................. UniMRCP module" default y if DEFAULT_freeswitch-stable-mod-unimrcp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help Allows communication with Media Resource Control Protocol servers. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-valet-parking tristate "freeswitch-stable-mod-valet-parking................. Valet parking module" default y if DEFAULT_freeswitch-stable-mod-valet-parking default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This module implements the valet call parking strategy. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-verto tristate "freeswitch-stable-mod-verto................................. Verto module" default y if DEFAULT_freeswitch-stable-mod-verto default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Verto signaling protocol. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-video-filter tristate "freeswitch-stable-mod-video-filter......... Video filter chromakey module" default y if DEFAULT_freeswitch-stable-mod-video-filter default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This module provides a media bug for chromakey functionality. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-vmd tristate "freeswitch-stable-mod-vmd..................... Voicemail detection module" default y if DEFAULT_freeswitch-stable-mod-vmd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP help This module detects voicemail beeps. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-voicemail tristate "freeswitch-stable-mod-voicemail......................... Voicemail module" default y if DEFAULT_freeswitch-stable-mod-voicemail default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This module provides a voicemail system. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-voicemail-ivr tristate "freeswitch-stable-mod-voicemail-ivr................. Voicemail IVR module" default y if DEFAULT_freeswitch-stable-mod-voicemail-ivr default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This module provides an extensible voicemail IVR system. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-xml-cdr tristate "freeswitch-stable-mod-xml-cdr............................. XML CDR module" default y if DEFAULT_freeswitch-stable-mod-xml-cdr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help XML Call Detail Record handler. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-xml-curl tristate "freeswitch-stable-mod-xml-curl........................... XML cURL module" default y if DEFAULT_freeswitch-stable-mod-xml-curl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Provides an XML cURL interfaces to pull dynamic XML configuration for FreeSWITCH over HTTP. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-xml-ldap tristate "freeswitch-stable-mod-xml-ldap........................... XML LDAP module" default y if DEFAULT_freeswitch-stable-mod-xml-ldap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap depends on PACKAGE_freeswitch-stable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help LDAP XML gateway. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-xml-rpc tristate "freeswitch-stable-mod-xml-rpc............................. XML RPC module" default y if DEFAULT_freeswitch-stable-mod-xml-rpc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Allows using the webapi to control FreeSWITCH. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-xml-scgi tristate "freeswitch-stable-mod-xml-scgi........................... XML SCGI module" default y if DEFAULT_freeswitch-stable-mod-xml-scgi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help SCGI XML Gateway. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-yaml tristate "freeswitch-stable-mod-yaml................................... YAML module" default y if DEFAULT_freeswitch-stable-mod-yaml default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_freeswitch-stable select PACKAGE_libyaml select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help YAML language module. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-mod-yuv tristate "freeswitch-stable-mod-yuv................................. Raw YUV module" default y if DEFAULT_freeswitch-stable-mod-yuv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_freeswitch-stable depends on FS_STABLE_WITH_LIBYUV select PACKAGE_librt if USE_GLIBC help Raw YUV I420 video codec support. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-fs-cli tristate "freeswitch-stable-util-fs-cli................................ CLI utility" default y if DEFAULT_freeswitch-stable-util-fs-cli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help The fs_cli program is a Command-Line Interface that allows a user to connect to a FreeSWITCH instance running on the local or a remote system. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-fs-encode tristate "freeswitch-stable-util-fs-encode........... Sound file conversion utility" default y if DEFAULT_freeswitch-stable-util-fs-encode default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_freeswitch-stable-mod-native-file select PACKAGE_librt if USE_GLIBC select PACKAGE_freeswitch-stable-mod-sndfile depends on PACKAGE_freeswitch-stable select PACKAGE_freeswitch-stable-mod-spandsp help Format conversion of sound files so the result can be used by mod_native_file. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-fs-ivrd tristate "freeswitch-stable-util-fs-ivrd........................ IVR daemon utility" default y if DEFAULT_freeswitch-stable-util-fs-ivrd default m if ALL depends on PACKAGE_freeswitch-stable select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The FreeSWITCH IVR daemon is an abstraction layer that sits on top of the ESL. The basic idea is that the ivrd will allow the user to have a STDIN/STDOUT interface for simple call control. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-fs-tts tristate "freeswitch-stable-util-fs-tts.................. TTS to sound file utility" default y if DEFAULT_freeswitch-stable-util-fs-tts default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Use TTS to generate a sound file. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-gentls-cert tristate "freeswitch-stable-util-gentls-cert............... TLS certificate utility" default y if DEFAULT_freeswitch-stable-util-gentls-cert default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_openssl-util select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_freeswitch-stable help Can be used to create TLS certificates and setup CAs. https://www.freeswitch.org Sebastian Kemper config PACKAGE_freeswitch-stable-util-tone2wav tristate "freeswitch-stable-util-tone2wav............ Sound file generation utility" default y if DEFAULT_freeswitch-stable-util-tone2wav default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_freeswitch-stable-mod-sndfile depends on PACKAGE_freeswitch-stable help Generates a sound file from a teletone script. The output can be in any format that is supported by libsndfile. https://www.freeswitch.org Sebastian Kemper menuconfig PACKAGE_kamailio5 tristate "kamailio5............. Mature and flexible open source SIP server, v5.2.1" default y if DEFAULT_kamailio5 default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libxml2 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libreadline help Mature and flexible open source SIP server, v5.2.1 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-lib-libkamailio-ims tristate "kamailio5-lib-libkamailio-ims...................... Kamailio5 IMS library" default y if DEFAULT_kamailio5-lib-libkamailio-ims default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Kamailio5 IMS library http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-lib-libtrie tristate "kamailio5-lib-libtrie..................... Kamailio5 digital tree library" default y if DEFAULT_kamailio5-lib-libtrie default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Kamailio5 digital tree library http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-acc tristate "kamailio5-mod-acc............................... Accounting for Kamailio5" default y if DEFAULT_kamailio5-mod-acc default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP help Accounting for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-acc-diameter tristate "kamailio5-mod-acc-diameter. Accounting for DIAMETER backend for Kamailio5" default y if DEFAULT_kamailio5-mod-acc-diameter default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-acc select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Accounting for DIAMETER backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-acc-json tristate "kamailio5-mod-acc-json" default y if DEFAULT_kamailio5-mod-acc-json default m if ALL select PACKAGE_jansson depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-acc help Accounting with records exported in JSON format for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-alias-db tristate "kamailio5-mod-alias-db............ Database-backend aliases for Kamailio5" default y if DEFAULT_kamailio5-mod-alias-db default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Database-backend aliases for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-jsdt tristate "kamailio5-mod-app-jsdt.......... Execute JavaScript scripts for Kamailio5" default y if DEFAULT_kamailio5-mod-app-jsdt default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Execute JavaScript scripts for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-lua tristate "kamailio5-mod-app-lua......... Execute embedded Lua scripts for Kamailio5" default y if DEFAULT_kamailio5-mod-app-lua default m if ALL select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Execute embedded Lua scripts for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-python tristate "kamailio5-mod-app-python............ Execute Python scripts for Kamailio5" default y if DEFAULT_kamailio5-mod-app-python default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python-light depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC help Execute Python scripts for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-python3 tristate "kamailio5-mod-app-python3.... Python3 scripting interpreter for Kamailio5" default y if DEFAULT_kamailio5-mod-app-python3 default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help Python3 scripting interpreter for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-ruby tristate "kamailio5-mod-app-ruby.......... Ruby scripting interpreter for Kamailio5" default y if DEFAULT_kamailio5-mod-app-ruby default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libruby help Ruby scripting interpreter for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-app-sqlang tristate "kamailio5-mod-app-sqlang. Execute Squirrel language scripts for Kamailio5" default y if DEFAULT_kamailio5-mod-app-sqlang default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP help Execute Squirrel language scripts for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-async tristate "kamailio5-mod-async.... Asynchronous SIP handling functions for Kamailio5" default y if DEFAULT_kamailio5-mod-async default m if ALL select PACKAGE_kamailio5-mod-tmx select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm help Asynchronous SIP handling functions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth tristate "kamailio5-mod-auth................ Authentication Framework for Kamailio5" default y if DEFAULT_kamailio5-mod-auth default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Authentication Framework for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth-db tristate "kamailio5-mod-auth-db...... Database-backend authentication for Kamailio5" default y if DEFAULT_kamailio5-mod-auth-db default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-auth select PACKAGE_libssp if GCC_LIBSSP help Database-backend authentication for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth-diameter tristate "kamailio5-mod-auth-diameter........ Diameter authentication for Kamailio5" default y if DEFAULT_kamailio5-mod-auth-diameter default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-sl help Diameter authentication for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth-ephemeral tristate "kamailio5-mod-auth-ephemeral......... Ephemeral credentials for Kamailio5" default y if DEFAULT_kamailio5-mod-auth-ephemeral default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ephemeral credentials for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth-identity tristate "kamailio5-mod-auth-identity........ Identity authentication for Kamailio5" default y if DEFAULT_kamailio5-mod-auth-identity default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl depends on PACKAGE_kamailio5 help Identity authentication for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-auth-xkeys tristate "kamailio5-mod-auth-xkeys......... Shared-key authentication for Kamailio5" default y if DEFAULT_kamailio5-mod-auth-xkeys default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-auth depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Shared-key authentication for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-avp tristate "kamailio5-mod-avp.............. Functions for handling AVPs for Kamailio5" default y if DEFAULT_kamailio5-mod-avp default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Functions for handling AVPs for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-avpops tristate "kamailio5-mod-avpops......................... AVP operation for Kamailio5" default y if DEFAULT_kamailio5-mod-avpops default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help AVP operation for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-benchmark tristate "kamailio5-mod-benchmark................... Config benchmark for Kamailio5" default y if DEFAULT_kamailio5-mod-benchmark default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Config benchmark for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-blst tristate "kamailio5-mod-blst............. Blacklisting API for config for Kamailio5" default y if DEFAULT_kamailio5-mod-blst default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Blacklisting API for config for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-call-control tristate "kamailio5-mod-call-control.................... Call Control for Kamailio5" default y if DEFAULT_kamailio5-mod-call-control default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-pv select PACKAGE_kamailio5-mod-dialog select PACKAGE_libssp if GCC_LIBSSP help Call Control for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-call-obj tristate "kamailio5-mod-call-obj......... Call identification support for Kamailio5" default y if DEFAULT_kamailio5-mod-call-obj default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Call identification support for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-carrierroute tristate "kamailio5-mod-carrierroute................... Carrier Route for Kamailio5" default y if DEFAULT_kamailio5-mod-carrierroute default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-lib-libtrie select PACKAGE_libssp if GCC_LIBSSP help Carrier Route for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cdp tristate "kamailio5-mod-cdp.......................... C Diameter Peer for Kamailio5" default y if DEFAULT_kamailio5-mod-cdp default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help C Diameter Peer for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cdp-avp tristate "kamailio5-mod-cdp-avp................ CDP AVP helper module for Kamailio5" default y if DEFAULT_kamailio5-mod-cdp-avp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-cdp depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help CDP AVP helper module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cfg-db tristate "kamailio5-mod-cfg-db......... Load parameters from database for Kamailio5" default y if DEFAULT_kamailio5-mod-cfg-db default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Load parameters from database for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cfg-rpc tristate "kamailio5-mod-cfg-rpc............ Update parameters via RPC for Kamailio5" default y if DEFAULT_kamailio5-mod-cfg-rpc default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Update parameters via RPC for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cfgt tristate "kamailio5-mod-cfgt..................... Unit test reporting for Kamailio5" default y if DEFAULT_kamailio5-mod-cfgt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Unit test reporting for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cfgutils tristate "kamailio5-mod-cfgutils.................... Config utilities for Kamailio5" default y if DEFAULT_kamailio5-mod-cfgutils default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Config utilities for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cnxcc tristate "kamailio5-mod-cnxcc.................... Limit call duration for Kamailio5" default y if DEFAULT_kamailio5-mod-cnxcc default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libhiredis select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-dialog select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 help Limit call duration for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-corex tristate "kamailio5-mod-corex....................... Legacy functions for Kamailio5" default y if DEFAULT_kamailio5-mod-corex default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Legacy functions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-counters tristate "kamailio5-mod-counters.. Functions for counter manipulation for Kamailio5" default y if DEFAULT_kamailio5-mod-counters default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Functions for counter manipulation for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-cplc tristate "kamailio5-mod-cplc.... Call Processing Language interpreter for Kamailio5" default y if DEFAULT_kamailio5-mod-cplc default m if ALL select PACKAGE_kamailio5-mod-usrloc depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-sl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Call Processing Language interpreter for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-crypto tristate "kamailio5-mod-crypto............ Various cryptography tools for Kamailio5" default y if DEFAULT_kamailio5-mod-crypto default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libopenssl help Various cryptography tools for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ctl tristate "kamailio5-mod-ctl............... BINRPC transport interface for Kamailio5" default y if DEFAULT_kamailio5-mod-ctl default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help BINRPC transport interface for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-berkeley tristate "kamailio5-mod-db-berkeley.............. Berkeley DB backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-berkeley default m if ALL select PACKAGE_libdb47 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Berkeley DB backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-cluster tristate "kamailio5-mod-db-cluster........ Database clustering system for Kamailio5" default y if DEFAULT_kamailio5-mod-db-cluster default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Database clustering system for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-flatstore tristate "kamailio5-mod-db-flatstore. fast write-only text DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-flatstore default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help fast write-only text DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-mysql tristate "kamailio5-mod-db-mysql.................... MySQL DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-mysql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MySQL DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-postgres tristate "kamailio5-mod-db-postgres............ PostgreSQL DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-postgres default m if ALL select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 help PostgreSQL DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-redis tristate "kamailio5-mod-db-redis.. Database backend with Redis server for Kamailio5" default y if DEFAULT_kamailio5-mod-db-redis default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libhiredis select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Database backend with Redis server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-sqlite tristate "kamailio5-mod-db-sqlite.................. SQLite DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-sqlite default m if ALL select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help SQLite DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-text tristate "kamailio5-mod-db-text...................... Text DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-text default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Text DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db-unixodbc tristate "kamailio5-mod-db-unixodbc.............. UnixODBC DB-backend for Kamailio5" default y if DEFAULT_kamailio5-mod-db-unixodbc default m if ALL select PACKAGE_unixodbc depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help UnixODBC DB-backend for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db2-ldap tristate "kamailio5-mod-db2-ldap.................... DBv2 LDAP module for Kamailio5" default y if DEFAULT_kamailio5-mod-db2-ldap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DBv2 LDAP module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-db2-ops tristate "kamailio5-mod-db2-ops.......... Run SQL queries from script for Kamailio5" default y if DEFAULT_kamailio5-mod-db2-ops default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Run SQL queries from script for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-debugger tristate "kamailio5-mod-debugger.... Interactive config file debugger for Kamailio5" default y if DEFAULT_kamailio5-mod-debugger default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Interactive config file debugger for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-dialog tristate "kamailio5-mod-dialog........................ Dialog support for Kamailio5" default y if DEFAULT_kamailio5-mod-dialog default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-rr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Dialog support for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-dialplan tristate "kamailio5-mod-dialplan................. Dialplan management for Kamailio5" default y if DEFAULT_kamailio5-mod-dialplan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpcre help Dialplan management for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-dispatcher tristate "kamailio5-mod-dispatcher........................ Dispatcher for Kamailio5" default y if DEFAULT_kamailio5-mod-dispatcher default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Dispatcher for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-diversion tristate "kamailio5-mod-diversion......... Diversion header insertion for Kamailio5" default y if DEFAULT_kamailio5-mod-diversion default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Diversion header insertion for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-dmq tristate "kamailio5-mod-dmq................ Distributed Message Queue for Kamailio5" default y if DEFAULT_kamailio5-mod-dmq default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP help Distributed Message Queue for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-dmq-usrloc tristate "kamailio5-mod-dmq-usrloc............ DMQ USRLOC replication for Kamailio5" default y if DEFAULT_kamailio5-mod-dmq-usrloc default m if ALL select PACKAGE_kamailio5-mod-usrloc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-dmq select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help DMQ USRLOC replication for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-domain tristate "kamailio5-mod-domain.................. Multi-domain support for Kamailio5" default y if DEFAULT_kamailio5-mod-domain default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Multi-domain support for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-domainpolicy tristate "kamailio5-mod-domainpolicy................... Domain policy for Kamailio5" default y if DEFAULT_kamailio5-mod-domainpolicy default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Domain policy for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-drouting tristate "kamailio5-mod-drouting.............. Dynamic routing module for Kamailio5" default y if DEFAULT_kamailio5-mod-drouting default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Dynamic routing module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-enum tristate "kamailio5-mod-enum............................. ENUM lookup for Kamailio5" default y if DEFAULT_kamailio5-mod-enum default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ENUM lookup for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-erlang tristate "kamailio5-mod-erlang.......... Erlang node connector module for Kamailio5" default y if DEFAULT_kamailio5-mod-erlang default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 depends on !USE_MUSL help Erlang node connector module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-evapi tristate "kamailio5-mod-evapi............. push event details via tcp for Kamailio5" default y if DEFAULT_kamailio5-mod-evapi default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libev help push event details via tcp for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-evrexec tristate "kamailio5-mod-evrexec....... Execut event routes at startup for Kamailio5" default y if DEFAULT_kamailio5-mod-evrexec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Execut event routes at startup for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-exec tristate "kamailio5-mod-exec........................... External exec for Kamailio5" default y if DEFAULT_kamailio5-mod-exec default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help External exec for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-group tristate "kamailio5-mod-group........... Database-backend user-groups for Kamailio5" default y if DEFAULT_kamailio5-mod-group default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Database-backend user-groups for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-gzcompress tristate "kamailio5-mod-gzcompress............. Compress SIP messages for Kamailio5" default y if DEFAULT_kamailio5-mod-gzcompress default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Compress SIP messages for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-h350 tristate "kamailio5-mod-h350................................... H.350 for Kamailio5" default y if DEFAULT_kamailio5-mod-h350 default m if ALL select PACKAGE_kamailio5-mod-ldap select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap help H.350 for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-htable tristate "kamailio5-mod-htable............................ Hash Table for Kamailio5" default y if DEFAULT_kamailio5-mod-htable default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Hash Table for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-http-client tristate "kamailio5-mod-http-client........... HTTP client using CURL for Kamailio5" default y if DEFAULT_kamailio5-mod-http-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl help HTTP client using CURL for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-imc tristate "kamailio5-mod-imc.......................... IM conferencing for Kamailio5" default y if DEFAULT_kamailio5-mod-imc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-db-mysql depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help IM conferencing for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-auth tristate "kamailio5-mod-ims-auth........... IMS authentication module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-auth default m if ALL select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-cdp depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libc help IMS authentication module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-charging tristate "kamailio5-mod-ims-charging... IMS charging component module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-charging default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libc select PACKAGE_kamailio5-mod-cdp select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 help IMS charging component module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-dialog tristate "kamailio5-mod-ims-dialog........ IMS dialog tracking module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-dialog default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-rr select PACKAGE_kamailio5-mod-tm help IMS dialog tracking module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-diameter-server tristate "kamailio5-mod-ims-diameter-server" default y if DEFAULT_kamailio5-mod-ims-diameter-server default m if ALL select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-cdp depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help IMS DIAMETER server module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-icscf tristate "kamailio5-mod-ims-icscf......... IMS ICSCF component module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-icscf default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-mod-cdp select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libc select PACKAGE_kamailio5-mod-sl select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP help IMS ICSCF component module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-ipsec-pcscf tristate "kamailio5-mod-ims-ipsec-pcscf" default y if DEFAULT_kamailio5-mod-ims-ipsec-pcscf default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-ims-usrloc-pcscf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmnl depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-lib-libkamailio-ims help Diameter server implementation for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-isc tristate "kamailio5-mod-ims-isc............. IMS ISC component module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-isc default m if ALL select PACKAGE_kamailio5-mod-ims-usrloc-scscf select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help IMS ISC component module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-ocs tristate "kamailio5-mod-ims-ocs.............. MS OCS component module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-ocs default m if ALL select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-cdp help MS OCS component module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-qos tristate "kamailio5-mod-ims-qos" default y if DEFAULT_kamailio5-mod-ims-qos default m if ALL select PACKAGE_kamailio5-mod-ims-usrloc-pcscf select PACKAGE_libc select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-cdp depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_kamailio5-mod-ims-dialog help IMS Diameter Rx interface between PCSCF and PCRF functions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-registrar-pcscf tristate "kamailio5-mod-ims-registrar-pcscf" default y if DEFAULT_kamailio5-mod-ims-registrar-pcscf default m if ALL select PACKAGE_kamailio5-mod-ims-usrloc-pcscf select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-lib-libkamailio-ims help MS PCSCF registrar module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-registrar-scscf tristate "kamailio5-mod-ims-registrar-scscf" default y if DEFAULT_kamailio5-mod-ims-registrar-scscf default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-cdp-avp select PACKAGE_libc select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-lib-libkamailio-ims select PACKAGE_kamailio5-mod-cdp select PACKAGE_kamailio5-mod-ims-usrloc-scscf help IMS SCSCF registrar module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-usrloc-pcscf tristate "kamailio5-mod-ims-usrloc-pcscf..... IMS PCSCF usrloc module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-usrloc-pcscf default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help IMS PCSCF usrloc module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ims-usrloc-scscf tristate "kamailio5-mod-ims-usrloc-scscf..... IMS SCSCF usrloc module for Kamailio5" default y if DEFAULT_kamailio5-mod-ims-usrloc-scscf default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help IMS SCSCF usrloc module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ipops tristate "kamailio5-mod-ipops................. IP and IPv6 operations for Kamailio5" default y if DEFAULT_kamailio5-mod-ipops default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help IP and IPv6 operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-jansson tristate "kamailio5-mod-jansson............ Access to JSON attributes for Kamailio5" default y if DEFAULT_kamailio5-mod-jansson default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_jansson select PACKAGE_libssp if GCC_LIBSSP help Access to JSON attributes for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-janssonrpcc tristate "kamailio5-mod-janssonrpcc....... Alternative JSONRPC server for Kamailio5" default y if DEFAULT_kamailio5-mod-janssonrpcc default m if ALL select PACKAGE_kamailio5-mod-jansson select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Alternative JSONRPC server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-json tristate "kamailio5-mod-json...... Access to JSON document attributes for Kamailio5" default y if DEFAULT_kamailio5-mod-json default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjson-c help Access to JSON document attributes for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-jsonrpcs tristate "kamailio5-mod-jsonrpcs............ JSONRPC server over HTTP for Kamailio5" default y if DEFAULT_kamailio5-mod-jsonrpcs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 depends on PACKAGE_kamailio5 help JSONRPC server over HTTP for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-keepalive tristate "kamailio5-mod-keepalive........... SIP keepalive monitoring for Kamailio5" default y if DEFAULT_kamailio5-mod-keepalive default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SIP keepalive monitoring for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-kex tristate "kamailio5-mod-kex.......................... Core extensions for Kamailio5" default y if DEFAULT_kamailio5-mod-kex default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Core extensions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-lcr tristate "kamailio5-mod-lcr....................... Least Cost Routing for Kamailio5" default y if DEFAULT_kamailio5-mod-lcr default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre help Least Cost Routing for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ldap tristate "kamailio5-mod-ldap.......................... LDAP connector for Kamailio5" default y if DEFAULT_kamailio5-mod-ldap default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenldap select PACKAGE_libssp if GCC_LIBSSP help LDAP connector for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-log-custom tristate "kamailio5-mod-log-custom........ Logging to custom backends for Kamailio5" default y if DEFAULT_kamailio5-mod-log-custom default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Logging to custom backends for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-mangler tristate "kamailio5-mod-mangler......................... SDP mangling for Kamailio5" default y if DEFAULT_kamailio5-mod-mangler default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SDP mangling for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-matrix tristate "kamailio5-mod-matrix..................... Matrix operations for Kamailio5" default y if DEFAULT_kamailio5-mod-matrix default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Matrix operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-maxfwd tristate "kamailio5-mod-maxfwd................. Max-Forward processor for Kamailio5" default y if DEFAULT_kamailio5-mod-maxfwd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Max-Forward processor for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-mediaproxy tristate "kamailio5-mod-mediaproxy........... Automatic NAT traversal for Kamailio5" default y if DEFAULT_kamailio5-mod-mediaproxy default m if ALL select PACKAGE_kamailio5-mod-dialog select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Automatic NAT traversal for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-mohqueue tristate "kamailio5-mod-mohqueue........ Music on hold queuing system for Kamailio5" default y if DEFAULT_kamailio5-mod-mohqueue default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-rtpproxy select PACKAGE_kamailio5-mod-sl help Music on hold queuing system for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-mqueue tristate "kamailio5-mod-mqueue.......... Generic message queue system for Kamailio5" default y if DEFAULT_kamailio5-mod-mqueue default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Generic message queue system for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-msilo tristate "kamailio5-mod-msilo....................... SIP message silo for Kamailio5" default y if DEFAULT_kamailio5-mod-msilo default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm help SIP message silo for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-msrp tristate "kamailio5-mod-msrp..................... MSRP routing engine for Kamailio5" default y if DEFAULT_kamailio5-mod-msrp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tls depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MSRP routing engine for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-mtree tristate "kamailio5-mod-mtree.................. Memory caching system for Kamailio5" default y if DEFAULT_kamailio5-mod-mtree default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Memory caching system for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-nat-traversal tristate "kamailio5-mod-nat-traversal.................. NAT traversal for Kamailio5" default y if DEFAULT_kamailio5-mod-nat-traversal default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-dialog select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl help NAT traversal for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-nathelper tristate "kamailio5-mod-nathelper......................... NAT helper for Kamailio5" default y if DEFAULT_kamailio5-mod-nathelper default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-usrloc help NAT helper for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ndb-redis tristate "kamailio5-mod-ndb-redis............. Connect to REDIS NoSQL for Kamailio5" default y if DEFAULT_kamailio5-mod-ndb-redis default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libhiredis select PACKAGE_libssp if GCC_LIBSSP help Connect to REDIS NoSQL for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-nosip tristate "kamailio5-mod-nosip............... non-sip package handling for Kamailio5" default y if DEFAULT_kamailio5-mod-nosip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-rr depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help non-sip package handling for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-outbound tristate "kamailio5-mod-outbound......... SIP Outbound implementation for Kamailio5" default y if DEFAULT_kamailio5-mod-outbound default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-stun select PACKAGE_libssp if GCC_LIBSSP help SIP Outbound implementation for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-p-usrloc tristate "kamailio5-mod-p-usrloc......... Partitioned USRLOC services for Kamailio5" default y if DEFAULT_kamailio5-mod-p-usrloc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Partitioned USRLOC services for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-path tristate "kamailio5-mod-path...................... SIP path insertion for Kamailio5" default y if DEFAULT_kamailio5-mod-path default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-rr select PACKAGE_libssp if GCC_LIBSSP help SIP path insertion for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pdb tristate "kamailio5-mod-pdb................ Number portability module for Kamailio5" default y if DEFAULT_kamailio5-mod-pdb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Number portability module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pdt tristate "kamailio5-mod-pdt.............. Prefix-to-Domain translator for Kamailio5" default y if DEFAULT_kamailio5-mod-pdt default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Prefix-to-Domain translator for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-permissions tristate "kamailio5-mod-permissions.............. Permissions control for Kamailio5" default y if DEFAULT_kamailio5-mod-permissions default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Permissions control for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pike tristate "kamailio5-mod-pike.......................... Flood detector for Kamailio5" default y if DEFAULT_kamailio5-mod-pike default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Flood detector for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pipelimit tristate "kamailio5-mod-pipelimit........... Traffic shaping policies for Kamailio5" default y if DEFAULT_kamailio5-mod-pipelimit default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl help Traffic shaping policies for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-prefix-route tristate "kamailio5-mod-prefix-route......... Execute based on prefix for Kamailio5" default y if DEFAULT_kamailio5-mod-prefix-route default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Execute based on prefix for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence tristate "kamailio5-mod-presence..................... Presence server for Kamailio5" default y if DEFAULT_kamailio5-mod-presence default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-sl select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Presence server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-conference tristate "kamailio5-mod-presence-conference........ Conference events for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-conference default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Conference events for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-dialoginfo tristate "kamailio5-mod-presence-dialoginfo.... Dialog Event presence for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-dialoginfo default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Dialog Event presence for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-mwi tristate "kamailio5-mod-presence-mwi.................... MWI presence for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-mwi default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MWI presence for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-profile tristate "kamailio5-mod-presence-profile..... User profile extensions for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-profile default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC help User profile extensions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-reginfo tristate "kamailio5-mod-presence-reginfo........... Registration info for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-reginfo default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Registration info for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-presence-xml tristate "kamailio5-mod-presence-xml................... XCAP presence for Kamailio5" default y if DEFAULT_kamailio5-mod-presence-xml default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-xcap-client select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help XCAP presence for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua tristate "kamailio5-mod-pua...................... Presence User Agent for Kamailio5" default y if DEFAULT_kamailio5-mod-pua default m if ALL select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Presence User Agent for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-bla tristate "kamailio5-mod-pua-bla.......... Bridged Line Appearence PUA for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-bla default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kamailio5-mod-usrloc select PACKAGE_kamailio5-mod-pua depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC help Bridged Line Appearence PUA for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-dialoginfo tristate "kamailio5-mod-pua-dialoginfo.............. Dialog Event PUA for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-dialoginfo default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-pua select PACKAGE_kamailio5-mod-dialog help Dialog Event PUA for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-json tristate "kamailio5-mod-pua-json" default y if DEFAULT_kamailio5-mod-pua-json default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjson-c help Presence user agent implementation with JSON messages for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-reginfo tristate "kamailio5-mod-pua-reginfo............ PUA registration info for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-reginfo default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-pua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-usrloc help PUA registration info for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-rpc tristate "kamailio5-mod-pua-rpc............... RPC extensions for PUA for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-rpc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-pua depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help RPC extensions for PUA for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-usrloc tristate "kamailio5-mod-pua-usrloc................. PUA User Location for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-usrloc default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-usrloc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-pua help PUA User Location for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pua-xmpp tristate "kamailio5-mod-pua-xmpp............................ PUA XMPP for Kamailio5" default y if DEFAULT_kamailio5-mod-pua-xmpp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-xmpp select PACKAGE_kamailio5-mod-pua depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC help PUA XMPP for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-pv tristate "kamailio5-mod-pv.......................... Pseudo-Variables for Kamailio5" default y if DEFAULT_kamailio5-mod-pv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Pseudo-Variables for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-qos tristate "kamailio5-mod-qos.............................. QoS control for Kamailio5" default y if DEFAULT_kamailio5-mod-qos default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-dialog select PACKAGE_libssp if GCC_LIBSSP help QoS control for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ratelimit tristate "kamailio5-mod-ratelimit................... Traffic shapping for Kamailio5" default y if DEFAULT_kamailio5-mod-ratelimit default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Traffic shapping for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-regex tristate "kamailio5-mod-regex..................... Regular Expression for Kamailio5" default y if DEFAULT_kamailio5-mod-regex default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libssp if GCC_LIBSSP help Regular Expression for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-registrar tristate "kamailio5-mod-registrar...................... SIP Registrar for Kamailio5" default y if DEFAULT_kamailio5-mod-registrar default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-usrloc select PACKAGE_libssp if GCC_LIBSSP help SIP Registrar for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rls tristate "kamailio5-mod-rls..................... Resource List Server for Kamailio5" default y if DEFAULT_kamailio5-mod-rls default m if ALL select PACKAGE_kamailio5-mod-pua depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_kamailio5-mod-tm select PACKAGE_kamailio5-mod-presence select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Resource List Server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rr tristate "kamailio5-mod-rr.................... Record-Route and Route for Kamailio5" default y if DEFAULT_kamailio5-mod-rr default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Record-Route and Route for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rtimer tristate "kamailio5-mod-rtimer......................... Routing Timer for Kamailio5" default y if DEFAULT_kamailio5-mod-rtimer default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Routing Timer for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rtjson tristate "kamailio5-mod-rtjson......... SIP routing based on JSON API for Kamailio5" default y if DEFAULT_kamailio5-mod-rtjson default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SIP routing based on JSON API for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rtpengine tristate "kamailio5-mod-rtpengine......................... RTP engine for Kamailio5" default y if DEFAULT_kamailio5-mod-rtpengine default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP help RTP engine for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-rtpproxy tristate "kamailio5-mod-rtpproxy........................... RTP proxy for Kamailio5" default y if DEFAULT_kamailio5-mod-rtpproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RTP proxy for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sanity tristate "kamailio5-mod-sanity..................... SIP sanity checks for Kamailio5" default y if DEFAULT_kamailio5-mod-sanity default m if ALL select PACKAGE_kamailio5-mod-sl select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SIP sanity checks for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sca tristate "kamailio5-mod-sca.................. Shared Call Appearances for Kamailio5" default y if DEFAULT_kamailio5-mod-sca default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl help Shared Call Appearances for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sctp tristate "kamailio5-mod-sctp............................ SCTP support for Kamailio5" default y if DEFAULT_kamailio5-mod-sctp default m if ALL select PACKAGE_libsctp select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SCTP support for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sdpops tristate "kamailio5-mod-sdpops................. Managing SDP payloads for Kamailio5" default y if DEFAULT_kamailio5-mod-sdpops default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Managing SDP payloads for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-seas tristate "kamailio5-mod-seas.......... Sip Express Application Server for Kamailio5" default y if DEFAULT_kamailio5-mod-seas default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Sip Express Application Server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sipcapture tristate "kamailio5-mod-sipcapture....................... SIP capture for Kamailio5" default y if DEFAULT_kamailio5-mod-sipcapture default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SIP capture for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sipdump tristate "kamailio5-mod-sipdump..................... Save SIP traffic for Kamailio5" default y if DEFAULT_kamailio5-mod-sipdump default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Save SIP traffic for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sipt tristate "kamailio5-mod-sipt.............. SIP-T and SIP-I operations for Kamailio5" default y if DEFAULT_kamailio5-mod-sipt default m if ALL select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SIP-T and SIP-I operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-siptrace tristate "kamailio5-mod-siptrace........................... SIP trace for Kamailio5" default y if DEFAULT_kamailio5-mod-siptrace default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SIP trace for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-siputils tristate "kamailio5-mod-siputils....................... SIP utilities for Kamailio5" default y if DEFAULT_kamailio5-mod-siputils default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-sl select PACKAGE_libssp if GCC_LIBSSP help SIP utilities for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sl tristate "kamailio5-mod-sl......................... Stateless replier for Kamailio5" default y if DEFAULT_kamailio5-mod-sl default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Stateless replier for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sms tristate "kamailio5-mod-sms.................... SIP-to-SMS IM gateway for Kamailio5" default y if DEFAULT_kamailio5-mod-sms default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SIP-to-SMS IM gateway for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-smsops tristate "kamailio5-mod-smsops............. Handle SMS packets in SIP for Kamailio5" default y if DEFAULT_kamailio5-mod-smsops default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Handle SMS packets in SIP for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-snmpstats tristate "kamailio5-mod-snmpstats...... SNMP interface for statistics for Kamailio5" default y if DEFAULT_kamailio5-mod-snmpstats default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetsnmp select PACKAGE_libssp if GCC_LIBSSP help SNMP interface for statistics for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-speeddial tristate "kamailio5-mod-speeddial..... Per-user speed-dial controller for Kamailio5" default y if DEFAULT_kamailio5-mod-speeddial default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Per-user speed-dial controller for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sqlops tristate "kamailio5-mod-sqlops........................ SQL operations for Kamailio5" default y if DEFAULT_kamailio5-mod-sqlops default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help SQL operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-ss7ops tristate "kamailio5-mod-ss7ops...... JSON Operations for SS7 over HEP for Kamailio5" default y if DEFAULT_kamailio5-mod-ss7ops default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help JSON Operations for SS7 over HEP for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-sst tristate "kamailio5-mod-sst........................ SIP Session Timer for Kamailio5" default y if DEFAULT_kamailio5-mod-sst default m if ALL select PACKAGE_kamailio5-mod-dialog select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl help SIP Session Timer for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-statistics tristate "kamailio5-mod-statistics................. Script statistics for Kamailio5" default y if DEFAULT_kamailio5-mod-statistics default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Script statistics for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-statsc tristate "kamailio5-mod-statsc.................. Statistics collector for Kamailio5" default y if DEFAULT_kamailio5-mod-statsc default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Statistics collector for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-statsd tristate "kamailio5-mod-statsd...... Connector for statsd application for Kamailio5" default y if DEFAULT_kamailio5-mod-statsd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Connector for statsd application for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-stun tristate "kamailio5-mod-stun..................... STUN server support for Kamailio5" default y if DEFAULT_kamailio5-mod-stun default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help STUN server support for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tcpops tristate "kamailio5-mod-tcpops....... TCP options tweaking operations for Kamailio5" default y if DEFAULT_kamailio5-mod-tcpops default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help TCP options tweaking operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-textops tristate "kamailio5-mod-textops...................... Text operations for Kamailio5" default y if DEFAULT_kamailio5-mod-textops default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Text operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-textopsx tristate "kamailio5-mod-textopsx............... Extra text operations for Kamailio5" default y if DEFAULT_kamailio5-mod-textopsx default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Extra text operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-timer tristate "kamailio5-mod-timer.. Execute routing blocks on core timers for Kamailio5" default y if DEFAULT_kamailio5-mod-timer default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Execute routing blocks on core timers for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tls tristate "kamailio5-mod-tls........................... TLS operations for Kamailio5" default y if DEFAULT_kamailio5-mod-tls default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help TLS operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tm tristate "kamailio5-mod-tm............................... Transaction for Kamailio5" default y if DEFAULT_kamailio5-mod-tm default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Transaction for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tmrec tristate "kamailio5-mod-tmrec................. Match time recurrences for Kamailio5" default y if DEFAULT_kamailio5-mod-tmrec default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Match time recurrences for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tmx tristate "kamailio5-mod-tmx............ Transaction module extensions for Kamailio5" default y if DEFAULT_kamailio5-mod-tmx default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Transaction module extensions for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-topoh tristate "kamailio5-mod-topoh........................ Topology hiding for Kamailio5" default y if DEFAULT_kamailio5-mod-topoh default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-rr help Topology hiding for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-topos tristate "kamailio5-mod-topos.............. Topology stripping module for Kamailio5" default y if DEFAULT_kamailio5-mod-topos default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-rr help Topology stripping module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-topos-redis tristate "kamailio5-mod-topos-redis... Redis backend for topos module for Kamailio5" default y if DEFAULT_kamailio5-mod-topos-redis default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-topos select PACKAGE_kamailio5-mod-ndb-redis help Redis backend for topos module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-tsilo tristate "kamailio5-mod-tsilo.................... Transaction storage for Kamailio5" default y if DEFAULT_kamailio5-mod-tsilo default m if ALL select PACKAGE_kamailio5-mod-registrar select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_kamailio5-mod-sl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm help Transaction storage for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uac tristate "kamailio5-mod-uac........................ User Agent Client for Kamailio5" default y if DEFAULT_kamailio5-mod-uac default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm help User Agent Client for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uac-redirect tristate "kamailio5-mod-uac-redirect... User Agent Client redirection for Kamailio5" default y if DEFAULT_kamailio5-mod-uac-redirect default m if ALL select PACKAGE_kamailio5-mod-tm select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help User Agent Client redirection for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uid-auth-db tristate "kamailio5-mod-uid-auth-db............ Authentication module for Kamailio5" default y if DEFAULT_kamailio5-mod-uid-auth-db default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-auth select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Authentication module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uid-avp-db tristate "kamailio5-mod-uid-avp-db........... AVP database operations for Kamailio5" default y if DEFAULT_kamailio5-mod-uid-avp-db default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help AVP database operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uid-domain tristate "kamailio5-mod-uid-domain................ Domains management for Kamailio5" default y if DEFAULT_kamailio5-mod-uid-domain default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Domains management for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uid-gflags tristate "kamailio5-mod-uid-gflags....... Global attributes and flags for Kamailio5" default y if DEFAULT_kamailio5-mod-uid-gflags default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Global attributes and flags for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uid-uri-db tristate "kamailio5-mod-uid-uri-db........... Database URI operations for Kamailio5" default y if DEFAULT_kamailio5-mod-uid-uri-db default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Database URI operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uri-db tristate "kamailio5-mod-uri-db..... Database-backend SIP URI checking for Kamailio5" default y if DEFAULT_kamailio5-mod-uri-db default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Database-backend SIP URI checking for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-userblacklist tristate "kamailio5-mod-userblacklist................ User blacklists for Kamailio5" default y if DEFAULT_kamailio5-mod-userblacklist default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-lib-libtrie select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help User blacklists for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-usrloc tristate "kamailio5-mod-usrloc......................... User location for Kamailio5" default y if DEFAULT_kamailio5-mod-usrloc default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help User location for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-utils tristate "kamailio5-mod-utils......................... Misc utilities for Kamailio5" default y if DEFAULT_kamailio5-mod-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Misc utilities for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-uuid tristate "kamailio5-mod-uuid.......................... UUID utilities for Kamailio5" default y if DEFAULT_kamailio5-mod-uuid default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuuid select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help UUID utilities for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-websocket tristate "kamailio5-mod-websocket.......... WebSocket transport layer for Kamailio5" default y if DEFAULT_kamailio5-mod-websocket default m if ALL select PACKAGE_kamailio5-mod-sl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-tm select PACKAGE_libunistring select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 help WebSocket transport layer for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xcap-client tristate "kamailio5-mod-xcap-client...................... XCAP Client for Kamailio5" default y if DEFAULT_kamailio5-mod-xcap-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl help XCAP Client for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xcap-server tristate "kamailio5-mod-xcap-server....... XCAP server implementation for Kamailio5" default y if DEFAULT_kamailio5-mod-xcap-server default m if ALL select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kamailio5-mod-sl select PACKAGE_kamailio5-mod-xhttp select PACKAGE_libssp if GCC_LIBSSP help XCAP server implementation for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xhttp tristate "kamailio5-mod-xhttp..... Basic HTTP request handling server for Kamailio5" default y if DEFAULT_kamailio5-mod-xhttp default m if ALL select PACKAGE_kamailio5-mod-sl depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Basic HTTP request handling server for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xhttp-pi tristate "kamailio5-mod-xhttp-pi......... HTTP provisioning interface for Kamailio5" default y if DEFAULT_kamailio5-mod-xhttp-pi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-xhttp select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help HTTP provisioning interface for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xhttp-rpc tristate "kamailio5-mod-xhttp-rpc.... RPC commands handling over HTTP for Kamailio5" default y if DEFAULT_kamailio5-mod-xhttp-rpc default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kamailio5-mod-xhttp help RPC commands handling over HTTP for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xlog tristate "kamailio5-mod-xlog......................... Advanced logger for Kamailio5" default y if DEFAULT_kamailio5-mod-xlog default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Advanced logger for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xmlops tristate "kamailio5-mod-xmlops........................ XML operations for Kamailio5" default y if DEFAULT_kamailio5-mod-xmlops default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help XML operations for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xmlrpc tristate "kamailio5-mod-xmlrpc........................ XML RPC module for Kamailio5" default y if DEFAULT_kamailio5-mod-xmlrpc default m if ALL select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_kamailio5 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help XML RPC module for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xmpp tristate "kamailio5-mod-xmpp..................... SIP-to-XMPP Gateway for Kamailio5" default y if DEFAULT_kamailio5-mod-xmpp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libexpat select PACKAGE_kamailio5-mod-tm depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC help SIP-to-XMPP Gateway for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-mod-xprint tristate "kamailio5-mod-xprint........ Print messages with specifiers for Kamailio5" default y if DEFAULT_kamailio5-mod-xprint default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Print messages with specifiers for Kamailio5 http://www.kamailio.org/ Jiri Slachta config PACKAGE_kamailio5-util-kambdb-recover tristate "kamailio5-util-kambdb-recover..... Kamailio5 Berkeley DB recovery utility" default y if DEFAULT_kamailio5-util-kambdb-recover default m if ALL depends on PACKAGE_kamailio5 select PACKAGE_librt if USE_GLIBC select PACKAGE_kamailio5-mod-db-berkeley select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Kamailio5 Berkeley DB recovery utility http://www.kamailio.org/ Jiri Slachta config PACKAGE_miax tristate "miax..................................... A console iax (asterisk) client" default y if DEFAULT_miax default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help miax is a console iax (asterisk) client, it can work with a soundcard as a normal voip phone, taking input/output from keyboard or analog/gsm/isdn modem. http://www.eja.it/?l=en&n=miax config PACKAGE_pcapsipdump tristate "pcapsipdump.................................... SIP sessions dumping tool" default y if DEFAULT_pcapsipdump default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC help pcapsipdump is a tool for dumping SIP sessions (+RTP traffic, if available) to disk in a fashion similar to "tcpdump -w" (format is exactly the same), but one file per sip session (even if there is thousands of concurrect SIP sessions). http://sourceforge.net/projects/pcapsipdump/ config PACKAGE_restund tristate "restund......................................... Modular STUN/TURN server" default y if DEFAULT_restund default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Modular STUN/TURN server http://www.creytiv.com Jiri Slachta config PACKAGE_restund-mod-mysql tristate "restund-mod-mysql.................. restund MySQL database backend module" default y if DEFAULT_restund-mod-mysql default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmariadb select PACKAGE_librt if USE_GLIBC depends on PACKAGE_restund help restund MySQL database backend module http://www.creytiv.com Jiri Slachta menuconfig PACKAGE_rtpproxy tristate "rtpproxy......................... RTP (Realtime Transport Protocol) proxy" default y if DEFAULT_rtpproxy default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help RTP (Realtime Transport Protocol) proxy http://www.rtpproxy.org/ Jiri Slachta config PACKAGE_rtpproxy-mod-acct-csv tristate "rtpproxy-mod-acct-csv......................... RTPproxy accounting module" default y if DEFAULT_rtpproxy-mod-acct-csv default m if ALL depends on PACKAGE_rtpproxy select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help RTPproxy accounting module http://www.rtpproxy.org/ Jiri Slachta config PACKAGE_sipp tristate "sipp.................. test tool / traffic generator for the SIP protocol" default y if DEFAULT_sipp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help SIPp is a free Open Source test tool / traffic generator for the SIP protocol. It includes a few basic SipStone user agent scenarios (UAC and UAS) and establishes and releases multiple calls with the INVITE and BYE methods. http://sipp.sourceforge.net/ menuconfig PACKAGE_siproxd tristate "siproxd.......................... SIP (Session Initiation Protocol) proxy" default y if DEFAULT_siproxd default m if ALL select PACKAGE_libltdl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libosip2 help Siproxd is a proxy/masquerading daemon for the SIP protocol. Refer to https://openwrt.org/docs/guide-user/services/voip/siproxd for configuration details and examples. http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-blacklist tristate "siproxd-mod-blacklist........................... siproxd blacklist plugin" default y if DEFAULT_siproxd-mod-blacklist default m if ALL depends on PACKAGE_siproxd select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help siproxd blacklist plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-codecfilter tristate "siproxd-mod-codecfilter....................... siproxd codecfilter plugin" default y if DEFAULT_siproxd-mod-codecfilter default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help siproxd codecfilter plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-defaulttarget tristate "siproxd-mod-defaulttarget................... siproxd defaulttarget plugin" default y if DEFAULT_siproxd-mod-defaulttarget default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_siproxd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help siproxd defaulttarget plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-demo tristate "siproxd-mod-demo..................................... siproxd demo plugin" default y if DEFAULT_siproxd-mod-demo default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help siproxd demo plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-fix-DTAG tristate "siproxd-mod-fix-DTAG............................. siproxd fix_DTAG plugin" default y if DEFAULT_siproxd-mod-fix-DTAG default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_siproxd help siproxd fix_DTAG plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-fix-bogus-via tristate "siproxd-mod-fix-bogus-via................... siproxd fix_bogus_via plugin" default y if DEFAULT_siproxd-mod-fix-bogus-via default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help siproxd fix_bogus_via plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-fix-fbox-anoncall tristate "siproxd-mod-fix-fbox-anoncall........... siproxd fix_fbox_anoncall plugin" default y if DEFAULT_siproxd-mod-fix-fbox-anoncall default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP help siproxd fix_fbox_anoncall plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-logcall tristate "siproxd-mod-logcall............................... siproxd logcall plugin" default y if DEFAULT_siproxd-mod-logcall default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_siproxd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help siproxd logcall plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-prefix tristate "siproxd-mod-prefix................................. siproxd prefix plugin" default y if DEFAULT_siproxd-mod-prefix default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_siproxd help siproxd prefix plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-regex tristate "siproxd-mod-regex................................... siproxd regex plugin" default y if DEFAULT_siproxd-mod-regex default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help siproxd regex plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-shortdial tristate "siproxd-mod-shortdial........................... siproxd shortdial plugin" default y if DEFAULT_siproxd-mod-shortdial default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help siproxd shortdial plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-siptrunk tristate "siproxd-mod-siptrunk............................. siproxd siptrunk plugin" default y if DEFAULT_siproxd-mod-siptrunk default m if ALL depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help siproxd siptrunk plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-stats tristate "siproxd-mod-stats................................... siproxd stats plugin" default y if DEFAULT_siproxd-mod-stats default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP help siproxd stats plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-stripheader tristate "siproxd-mod-stripheader....................... siproxd stripheader plugin" default y if DEFAULT_siproxd-mod-stripheader default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_siproxd select PACKAGE_libssp if GCC_LIBSSP help siproxd stripheader plugin http://siproxd.sourceforge.net/ config PACKAGE_siproxd-mod-stun tristate "siproxd-mod-stun..................................... siproxd stun plugin" default y if DEFAULT_siproxd-mod-stun default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_siproxd help siproxd stun plugin http://siproxd.sourceforge.net/ menuconfig PACKAGE_yate tristate "yate........................................ Yet Another Telephony Engine" default y if DEFAULT_yate default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Yet Another Telephony Engine http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-collection-basic tristate "yate-collection-basic.................................. Basic Yate Server" default y if DEFAULT_yate-collection-basic default m if ALL select PACKAGE_libc select PACKAGE_yate-sounds select PACKAGE_yate-mod-regfile select PACKAGE_librt if USE_GLIBC select PACKAGE_yate-mod-rmanager select PACKAGE_libpthread if USE_GLIBC select PACKAGE_yate-mod-yrtpchan select PACKAGE_yate-mod-tonegen select PACKAGE_yate-mod-dumbchan select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_yate-mod-regexroute select PACKAGE_yate-mod-ysipchan help Basic Yate Server http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-accfile tristate "yate-mod-accfile......................... SIP or H.323 client (from file)" default y if DEFAULT_yate-mod-accfile default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help SIP or H.323 client (from file) module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-alsachan tristate "yate-mod-alsachan..................................... ALSA Sound Channel" default y if DEFAULT_yate-mod-alsachan default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib depends on PACKAGE_yate depends on AUDIO_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help ALSA Sound Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-amrnbcodec tristate "yate-mod-amrnbcodec......................................... AMR-NB Codec" default y if DEFAULT_yate-mod-amrnbcodec default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libc depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help AMR-NB Codec module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-analog tristate "yate-mod-analog............................... Analog (e.g. POTS) Channel" default y if DEFAULT_yate-mod-analog default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Analog (e.g. POTS) Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-analogdetect tristate "yate-mod-analogdetect............................... Analog Data Detector" default y if DEFAULT_yate-mod-analogdetect default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Analog Data Detector module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-analyzer tristate "yate-mod-analyzer.................... Test Call Generator and AQ Analyzer" default y if DEFAULT_yate-mod-analyzer default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Test Call Generator and AQ Analyzer module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-cache tristate "yate-mod-cache................................ CNAM and LNP memory caches" default y if DEFAULT_yate-mod-cache default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help CNAM and LNP memory caches module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-callcounters tristate "yate-mod-callcounters............................. Count Active Call Legs" default y if DEFAULT_yate-mod-callcounters default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Count Active Call Legs module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-callfork tristate "yate-mod-callfork............................................ Call Forker" default y if DEFAULT_yate-mod-callfork default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Call Forker module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-callgen tristate "yate-mod-callgen.......................................... Call Generator" default y if DEFAULT_yate-mod-callgen default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Call Generator module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-camel-map tristate "yate-mod-camel-map.................... MAP/CAMEL TCAP <-> XML translators" default y if DEFAULT_yate-mod-camel-map default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MAP/CAMEL TCAP <-> XML translators module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ccongestion tristate "yate-mod-ccongestion........ Accept Status from Installed Engine Monitors" default y if DEFAULT_yate-mod-ccongestion default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help Accept Status from Installed Engine Monitors module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-cdrbuild tristate "yate-mod-cdrbuild............................. Call Detail Record Builder" default y if DEFAULT_yate-mod-cdrbuild default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Call Detail Record Builder module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-cdrcombine tristate "yate-mod-cdrcombine. Call Detail Records per call instead of per call leg" default y if DEFAULT_yate-mod-cdrcombine default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Call Detail Records per call instead of per call leg module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-cdrfile tristate "yate-mod-cdrfile.............................. Call Detail Record to File" default y if DEFAULT_yate-mod-cdrfile default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Call Detail Record to File module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ciscosm tristate "yate-mod-ciscosm............................................. SS7 Support" default y if DEFAULT_yate-mod-ciscosm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help SS7 Support module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-clustering tristate "yate-mod-clustering............................ Clustering Server Support" default y if DEFAULT_yate-mod-clustering default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Clustering Server Support module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-conference tristate "yate-mod-conference................................ Conference Room Mixer" default y if DEFAULT_yate-mod-conference default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Conference Room Mixer module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-cpuload tristate "yate-mod-cpuload........................ Monitor CPU load and Inform Yate" default y if DEFAULT_yate-mod-cpuload default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Monitor CPU load and Inform Yate module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-dbpbx tristate "yate-mod-dbpbx................... PBX IVR and Multi-routing from Database" default y if DEFAULT_yate-mod-dbpbx default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help PBX IVR and Multi-routing from Database module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-dbwave tristate "yate-mod-dbwave................................. Wav Media for DB Storage" default y if DEFAULT_yate-mod-dbwave default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_yate-mod-wavefile select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Wav Media for DB Storage module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-dumbchan tristate "yate-mod-dumbchan.......................................... Dummy Channel" default y if DEFAULT_yate-mod-dumbchan default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Dummy Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-enumroute tristate "yate-mod-enumroute.......................................... ENUM Routing" default y if DEFAULT_yate-mod-enumroute default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ENUM Routing module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-eventlogs tristate "yate-mod-eventlogs.................. Write events and alarms to log files" default y if DEFAULT_yate-mod-eventlogs default m if ALL depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Write events and alarms to log files module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-extmodule tristate "yate-mod-extmodule............................... External Module Handler" default y if DEFAULT_yate-mod-extmodule default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help External Module Handler module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-faxchan tristate "yate-mod-faxchan..................................... Spandsp Fax Channel" default y if DEFAULT_yate-mod-faxchan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libspandsp depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Spandsp Fax Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-fileinfo tristate "yate-mod-fileinfo....................................... File Info Holder" default y if DEFAULT_yate-mod-fileinfo default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help File Info Holder module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-filetransfer tristate "yate-mod-filetransfer............................... File Transfer Driver" default y if DEFAULT_yate-mod-filetransfer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help File Transfer Driver module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-gvoice tristate "yate-mod-gvoice..................................... Google Voice support" default y if DEFAULT_yate-mod-gvoice default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help Google Voice support module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-heartbeat tristate "yate-mod-heartbeat......................... Linux-HA compatible heartbeat" default y if DEFAULT_yate-mod-heartbeat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Linux-HA compatible heartbeat module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ilbccodec tristate "yate-mod-ilbccodec............................................ iLBC Codec" default y if DEFAULT_yate-mod-ilbccodec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help iLBC Codec module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ilbcwebrtc tristate "yate-mod-ilbcwebrtc................... iLBC Codec from the WebRTC project" default y if DEFAULT_yate-mod-ilbcwebrtc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help iLBC Codec from the WebRTC project module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-isaccodec tristate "yate-mod-isaccodec........................... internet Speech Audio Codec" default y if DEFAULT_yate-mod-isaccodec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help internet Speech Audio Codec module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-isupmangler tristate "yate-mod-isupmangler.................... ISUP parameter mangling in a STP" default y if DEFAULT_yate-mod-isupmangler default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help ISUP parameter mangling in a STP module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-jabberclient tristate "yate-mod-jabberclient...................................... Jabber Client" default y if DEFAULT_yate-mod-jabberclient default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Jabber Client module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-jabberserver tristate "yate-mod-jabberserver...................................... Jabber Server" default y if DEFAULT_yate-mod-jabberserver default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Jabber Server module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-javascript tristate "yate-mod-javascript....... Routing using the embedded Javascript language" default y if DEFAULT_yate-mod-javascript default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Routing using the embedded Javascript language module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-jbfeatures tristate "yate-mod-jbfeatures............................... Jabber Server Features" default y if DEFAULT_yate-mod-jbfeatures default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Jabber Server Features module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-lateroute tristate "yate-mod-lateroute................................... Last Chance Routing" default y if DEFAULT_yate-mod-lateroute default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Last Chance Routing module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-mgcpca tristate "yate-mod-mgcpca..................... Media Gateway Control Protocol Agent" default y if DEFAULT_yate-mod-mgcpca default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Media Gateway Control Protocol Agent module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-mgcpgw tristate "yate-mod-mgcpgw................... Media Gateway Control Protocol Gateway" default y if DEFAULT_yate-mod-mgcpgw default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Media Gateway Control Protocol Gateway module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-moh tristate "yate-mod-moh................................... On Hold (music) Generator" default y if DEFAULT_yate-mod-moh default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help On Hold (music) Generator module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-monitoring tristate "yate-mod-monitoring..................... Monitoring/gathering Information" default y if DEFAULT_yate-mod-monitoring default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help Monitoring/gathering Information module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-mrcpspeech tristate "yate-mod-mrcpspeech.......... MRCP v2 Voice/Tone Detector and Synthesizer" default y if DEFAULT_yate-mod-mrcpspeech default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help MRCP v2 Voice/Tone Detector and Synthesizer module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-msgsniff tristate "yate-mod-msgsniff................................. Sample Message Sniffer" default y if DEFAULT_yate-mod-msgsniff default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Sample Message Sniffer module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-mux tristate "yate-mod-mux............................................ Data Multiplexor" default y if DEFAULT_yate-mod-mux default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Data Multiplexor module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-mysqldb tristate "yate-mod-mysqldb........................................ MySQL Backend DB" default y if DEFAULT_yate-mod-mysqldb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help MySQL Backend DB module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-openssl tristate "yate-mod-openssl........................... Encrypted transport (OpenSSL)" default y if DEFAULT_yate-mod-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Encrypted transport (OpenSSL) module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-osschan tristate "yate-mod-osschan....................................... OSS Sound Channel" default y if DEFAULT_yate-mod-osschan default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help OSS Sound Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-park tristate "yate-mod-park............................................... Call Parking" default y if DEFAULT_yate-mod-park default m if ALL depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Call Parking module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-pbx tristate "yate-mod-pbx........................................ PBX Message Handlers" default y if DEFAULT_yate-mod-pbx default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PBX Message Handlers module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-pbxassist tristate "yate-mod-pbxassist............................. Full featured PBX and IVR" default y if DEFAULT_yate-mod-pbxassist default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Full featured PBX and IVR module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-pgsqldb tristate "yate-mod-pgsqldb................................. PostgrestSQL Backend DB" default y if DEFAULT_yate-mod-pgsqldb default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PostgrestSQL Backend DB module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-presence tristate "yate-mod-presence............................................... Presence" default y if DEFAULT_yate-mod-presence default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Presence module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-queues tristate "yate-mod-queues............... Call Distribution and Queues from Database" default y if DEFAULT_yate-mod-queues default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Call Distribution and Queues from Database module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-queuesnotify tristate "yate-mod-queuesnotify............. Notify when queued call status changes" default y if DEFAULT_yate-mod-queuesnotify default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Notify when queued call status changes module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-regexroute tristate "yate-mod-regexroute..................... Regular Expression Based Routing" default y if DEFAULT_yate-mod-regexroute default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Regular Expression Based Routing module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-regfile tristate "yate-mod-regfile..................... Registration based on users in file" default y if DEFAULT_yate-mod-regfile default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help Registration based on users in file module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-register tristate "yate-mod-register....................... Call Detail Record to a database" default y if DEFAULT_yate-mod-register default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Call Detail Record to a database module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-rmanager tristate "yate-mod-rmanager................................. Yate Remote Management" default y if DEFAULT_yate-mod-rmanager default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Yate Remote Management module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-sigtransport tristate "yate-mod-sigtransport.......... SIGTRAN (SS7 over IP) connection provider" default y if DEFAULT_yate-mod-sigtransport default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help SIGTRAN (SS7 over IP) connection provider module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-sip-cnam-lnp tristate "yate-mod-sip-cnam-lnp...... Query CNAM and LNP databases using SIP INVITE" default y if DEFAULT_yate-mod-sip-cnam-lnp default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Query CNAM and LNP databases using SIP INVITE module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-sipfeatures tristate "yate-mod-sipfeatures..................... SIP Features (SUBSCRIBE/NOTIFY)" default y if DEFAULT_yate-mod-sipfeatures default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help SIP Features (SUBSCRIBE/NOTIFY) module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-sqlitedb tristate "yate-mod-sqlitedb......................................... SQLite Support" default y if DEFAULT_yate-mod-sqlitedb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 help SQLite Support module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ss7-lnp-ansi tristate "yate-mod-ss7-lnp-ansi................................ Query LNP Databases" default y if DEFAULT_yate-mod-ss7-lnp-ansi default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Query LNP Databases module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-subscription tristate "yate-mod-subscription.......... Subcription handler and presence notifier" default y if DEFAULT_yate-mod-subscription default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Subcription handler and presence notifier module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-tdmcard tristate "yate-mod-tdmcard.................... TDM Cards Signalling and Data Driver" default y if DEFAULT_yate-mod-tdmcard default m if ALL depends on PACKAGE_yate select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TDM Cards Signalling and Data Driver module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-tonedetect tristate "yate-mod-tonedetect.......................... Detectors for Various Tones" default y if DEFAULT_yate-mod-tonedetect default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Detectors for Various Tones module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-tonegen tristate "yate-mod-tonegen......................................... Tones Generator" default y if DEFAULT_yate-mod-tonegen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate help Tones Generator module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-users tristate "yate-mod-users..................................................... Users" default y if DEFAULT_yate-mod-users default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Users module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-wavefile tristate "yate-mod-wavefile........................... Wav file Record and Playback" default y if DEFAULT_yate-mod-wavefile default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help Wav file Record and Playback module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-wpcard tristate "yate-mod-wpcard............. Wanpipe PRI cards Signalling and Data Driver" default y if DEFAULT_yate-mod-wpcard default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Wanpipe PRI cards Signalling and Data Driver module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-yiaxchan tristate "yate-mod-yiaxchan............................................ IAX Channel" default y if DEFAULT_yate-mod-yiaxchan default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help IAX Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-yjinglechan tristate "yate-mod-yjinglechan...................................... Jingle Channel" default y if DEFAULT_yate-mod-yjinglechan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate help Jingle Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-yradius tristate "yate-mod-yradius........................................... RADIUS Client" default y if DEFAULT_yate-mod-yradius default m if ALL depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help RADIUS Client module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-yrtpchan tristate "yate-mod-yrtpchan...................... RTP Channel and Other Data Helper" default y if DEFAULT_yate-mod-yrtpchan default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help RTP Channel and Other Data Helper module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ysigchan tristate "yate-mod-ysigchan........... SS7/ISDN Protocols - Yate Signalling Library" default y if DEFAULT_yate-mod-ysigchan default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SS7/ISDN Protocols - Yate Signalling Library module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ysipchan tristate "yate-mod-ysipchan............................................ SIP Channel" default y if DEFAULT_yate-mod-ysipchan default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help SIP Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ysnmpagent tristate "yate-mod-ysnmpagent.................................. SNMP Protocol Agent" default y if DEFAULT_yate-mod-ysnmpagent default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help SNMP Protocol Agent module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ysockschan tristate "yate-mod-ysockschan........................................ SOCKS Channel" default y if DEFAULT_yate-mod-ysockschan default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_libssp if GCC_LIBSSP help SOCKS Channel module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-ystunchan tristate "yate-mod-ystunchan.......................................... STUN Support" default y if DEFAULT_yate-mod-ystunchan default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_yate select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help STUN Support module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-zapcard tristate "yate-mod-zapcard............................ Zaptel PRI/TDM/FXS/FXO cards" default y if DEFAULT_yate-mod-zapcard default m if ALL depends on USB_SUPPORT depends on PACKAGE_yate select PACKAGE_kmod-dahdi select PACKAGE_librt if USE_GLIBC depends on !aarch64 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Zaptel PRI/TDM/FXS/FXO cards module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-mod-zlibcompress tristate "yate-mod-zlibcompress................................... Zlib Compression" default y if DEFAULT_yate-mod-zlibcompress default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_yate select PACKAGE_zlib select PACKAGE_libssp if GCC_LIBSSP help Zlib Compression module for yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-scripts-perl tristate "yate-scripts-perl................................... Perl module for Yate" default y if DEFAULT_yate-scripts-perl default m if ALL depends on PACKAGE_yate select PACKAGE_perlbase-data select PACKAGE_librt if USE_GLIBC select PACKAGE_yate-mod-extmodule select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !arc depends on PACKAGE_perl help Perl module for Yate http://yate.null.ro/ Jiri Slachta config PACKAGE_yate-sounds tristate "yate-sounds.............................................. Sounds for Yate" default y if DEFAULT_yate-sounds default m if ALL depends on PACKAGE_yate select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Sounds for Yate http://yate.null.ro/ Jiri Slachta endmenu menu "Telephony Lantiq" config PACKAGE_asterisk16-chan-lantiq tristate "asterisk16-chan-lantiq............................. Lantiq channel driver" default y if DEFAULT_asterisk16-chan-lantiq default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC depends on (TARGET_lantiq_falcon||TARGET_lantiq_xway||TARGET_lantiq_xrx200) select PACKAGE_asterisk16 depends on TARGET_lantiq select PACKAGE_kmod-ltq-vmmc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on (TARGET_lantiq_xway||TARGET_lantiq_xrx200) help An implementation of a Lantiq TAPI channel driver for Asterisk 16. https://github.com/kochstefan/asterisk_channel_lantiq Jiri Slachta endmenu menu "Time Synchronization" config PACKAGE_chrony tristate "chrony................................. A versatile NTP client and server" default y if DEFAULT_chrony default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help An NTP client and server designed to perform well in a wide range of conditions. It can synchronize the system clock with NTP servers, reference clocks, and manual input using wristwatch and keyboard. http://chrony.tuxfamily.org/ Miroslav Lichvar config PACKAGE_htpdate tristate "htpdate.................. an HTP (Hypertext Time Protocol) implementation" default y if DEFAULT_htpdate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The HTTP Time Protocol (HTP) is used to synchronize a computer's time with web servers as reference time source. Htpdate will synchronize your computer's time by extracting timestamps from HTTP headers found in web server responses. Htpdate can be used as a daemon, to keep your computer synchronized. http://www.vervest.com/htp/ Tijs Van Buggenhout , Marcin Jurkowski config PACKAGE_linuxptp tristate "linuxptp...................... Linux Precision Time Protocol (PTP) daemon" default y if DEFAULT_linuxptp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The PTP daemon (PTPd) implements version 2 of the Precision Time Protocol (PTP) as defined by the IEEE 1588-2008 standard. PTP was developed to provide very precise time coordination of LAN connected computers. http://linuxptp.sourceforge.net/ Wojciech Dubowik config PACKAGE_ntp-keygen tristate "ntp-keygen................................................ ISC ntp keygen" default y if DEFAULT_ntp-keygen default m if ALL select PACKAGE_libcap select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libevent2-pthreads select PACKAGE_libc help The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntp-keygen. http://www.ntp.org/ Peter Wagner config PACKAGE_ntp-utils tristate "ntp-utils.............................................. ISC ntp utilities" default y if DEFAULT_ntp-utils default m if ALL select PACKAGE_libcap select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdc, ntpq and ntptime. http://www.ntp.org/ Peter Wagner config PACKAGE_ntpclient tristate "ntpclient............................. NTP (Network Time Protocol) client" default y if DEFAULT_ntpclient default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help NTP client for setting system time from NTP servers. http://doolittle.icarus.com/ntpclient/ Ted Hess config PACKAGE_ntpd tristate "ntpd...................................................... ISC ntp server" default y if DEFAULT_ntpd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libcap select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ntp-utils select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains the ntpd server. http://www.ntp.org/ Peter Wagner config PACKAGE_ntpdate tristate "ntpdate..................................................... ISC ntp date" default y if DEFAULT_ntpdate default m if ALL select PACKAGE_libcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libevent2-pthreads select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The ISC ntp suite is a collection of tools used to synchronize the system clock with remote NTP time servers and run/monitor local NTP servers. . This package contains ntpdate. http://www.ntp.org/ Peter Wagner endmenu menu "VPN" config PACKAGE_chaosvpn tristate "chaosvpn.................................. Config generator for chaos vpn" default y if DEFAULT_chaosvpn default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_fastd tristate "fastd................................... Fast and Secure Tunneling Daemon" default y if DEFAULT_fastd default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjson-c if FASTD_WITH_STATUS_SOCKET select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_librt select PACKAGE_libcap if FASTD_WITH_CAPABILITIES select PACKAGE_libuecc select PACKAGE_librt if USE_GLIBC help Fast and secure tunneling daemon, which is optimized on small code size and few dependencies https://github.com/NeoRaider/fastd/ Matthias Schiffer source "feeds/packages/net/fastd/Config.in" config PACKAGE_ipsec-tools tristate "ipsec-tools....................................... IPsec management tools" default y if DEFAULT_ipsec-tools default m if ALL select PACKAGE_kmod-ipsec select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help IPsec management tools http://ipsec-tools.sourceforge.net/ Noah Meyerhans config PACKAGE_libreswan tristate "libreswan......................................... Libreswan IPsec Server" default y if DEFAULT_libreswan default m if ALL depends on PACKAGE_iptables select PACKAGE_libunbound-light if PACKAGE_libunbound-heavy config PACKAGE_ocserv tristate "ocserv............................................ OpenConnect VPN server" default y if DEFAULT_ocserv default m if ALL select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libseccomp if OCSERV_SECCOMP select PACKAGE_librt if USE_GLIBC select PACKAGE_libradcli if OCSERV_RADIUS select PACKAGE_libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libhttp-parser if OCSERV_HTTP_PARSER select PACKAGE_libpam if OCSERV_PAM select PACKAGE_libgnutls select PACKAGE_libreadline select PACKAGE_libprotobuf-c if OCSERV_PROTOBUF select PACKAGE_certtool help OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be a secure, small, fast and configurable VPN server. It implements the OpenConnect SSL VPN protocol, and has also (currently experimental) compatibility with clients using the AnyConnect SSL VPN protocol. The OpenConnect VPN protocol uses the standard IETF security protocols such as TLS 1.2, and Datagram TLS to provide the secure VPN service. http://www.infradead.org/ocserv/ Nikos Mavrogiannopoulos source "feeds/packages/net/ocserv/Config.in" config PACKAGE_openconnect tristate "openconnect" default y if DEFAULT_openconnect default m if ALL select PACKAGE_vpnc-scripts select PACKAGE_libtasn1 if OPENCONNECT_GNUTLS select PACKAGE_librt if USE_GLIBC select PACKAGE_resolveip select PACKAGE_libxml2 select PACKAGE_kmod-tun select PACKAGE_libp11 if OPENCONNECT_OPENSSL select PACKAGE_p11-kit if OPENCONNECT_OPENSSL select PACKAGE_libc select PACKAGE_libstoken if OPENCONNECT_STOKEN select PACKAGE_libopenssl if OPENCONNECT_OPENSSL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls if OPENCONNECT_GNUTLS select PACKAGE_libpthread if USE_GLIBC help A VPN client compatible with several SSL VPN implementations (ocserv, Cisco AnyConnect, Juniper, Palo Alto) OpenConnect is an SSL VPN client initially created to support Cisco's AnyConnect SSL VPN. It has since been extended to support the Pulse Connect Secure VPN (formerly known as Juniper Network Connect or Junos Pulse) and the Palo Alto Networks GlobalProtect SSL VPN. A corresponding OpenConnect VPN server implementation can be found in the ocserv package. https://www.infradead.org/openconnect/ Nikos Mavrogiannopoulos source "feeds/packages/net/openconnect/Config.in" config PACKAGE_opennhrp tristate "opennhrp............................... NBMA Next Hop Resolution Protocol" default y if DEFAULT_opennhrp default m if ALL select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_openvpn-easy-rsa tristate "openvpn-easy-rsa............... CLI utility to build and manage a PKI CA." default y if DEFAULT_openvpn-easy-rsa default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_openssl-util select PACKAGE_libssp if GCC_LIBSSP help CLI utility to build and manage a PKI CA. http://openvpn.net menuconfig PACKAGE_openvpn-mbedtls tristate "openvpn-mbedtls................... Open source VPN solution using mbedTLS" default y if DEFAULT_openvpn-mbedtls default m if ALL select PACKAGE_liblzo if OPENVPN_mbedtls_ENABLE_LZO select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-tun select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ip-tiny if OPENVPN_mbedtls_ENABLE_IPROUTE2 && PACKAGE_ip-full source "package/network/services/openvpn/Config-mbedtls.in" menuconfig PACKAGE_openvpn-nossl tristate "openvpn-nossl.......... Open source VPN solution using plaintext (no SSL)" default y if DEFAULT_openvpn-nossl default m if ALL select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblzo if OPENVPN_nossl_ENABLE_LZO select PACKAGE_ip-tiny if OPENVPN_nossl_ENABLE_IPROUTE2 && PACKAGE_ip-full source "package/network/services/openvpn/Config-nossl.in" menuconfig PACKAGE_openvpn-openssl tristate "openvpn-openssl................... Open source VPN solution using OpenSSL" default y if DEFAULT_openvpn-openssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblzo if OPENVPN_openssl_ENABLE_LZO select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if OPENVPN_openssl_ENABLE_IPROUTE2 && PACKAGE_ip-full source "package/network/services/openvpn/Config-openssl.in" config PACKAGE_pptpd tristate "pptpd................................................. PopTop pptp server" default y if DEFAULT_pptpd default m if ALL select PACKAGE_kmod-ppp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-mppe select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-gre select PACKAGE_ppp help PopTop pptp server http://poptop.sourceforge.net/ config PACKAGE_softethervpn-base tristate "softethervpn-base" default y if DEFAULT_softethervpn-base default m if ALL select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline help SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco config PACKAGE_softethervpn-bridge tristate "softethervpn-bridge" default y if DEFAULT_softethervpn-bridge default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_softethervpn-base select PACKAGE_libssp if GCC_LIBSSP help SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco config PACKAGE_softethervpn-client tristate "softethervpn-client" default y if DEFAULT_softethervpn-client default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_softethervpn-base help SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco config PACKAGE_softethervpn-server tristate "softethervpn-server" default y if DEFAULT_softethervpn-server default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_softethervpn-base select PACKAGE_libssp if GCC_LIBSSP help SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the world's most powerful and easy-to-use multi-protocol VPN software developed as an academic project from University of Tsukuba, Japan. SoftEther VPN has strong compatibility to today's most popular VPN products among the world. It has the interoperability with OpenVPN, L2TP, IPsec, EtherIP, L2TPv3, Cisco VPN Routers and MS-SSTP VPN Clients. SoftEther VPN is the world's only VPN software which supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Ultra-optimized SSL-VPN Protocol of SoftEther VPN has very fast throughput, low latency and firewall resistance. http://www.softether.org/ Federico Di Marco config PACKAGE_softethervpn5-bridge tristate "softethervpn5-bridge..................... softethervpn5 v5.01.9674 bridge" default y if DEFAULT_softethervpn5-bridge default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_softethervpn5-libs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnbridge (daemon). http://www.softether.org/ Andy Walsh config PACKAGE_softethervpn5-client tristate "softethervpn5-client..................... softethervpn5 v5.01.9674 client" default y if DEFAULT_softethervpn5-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_softethervpn5-libs help SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnclient. http://www.softether.org/ Andy Walsh config PACKAGE_softethervpn5-libs tristate default y if DEFAULT_softethervpn5-libs select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_libpthread select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libreadline help softethervpn5 v5.01.9674 libs http://www.softether.org/ Andy Walsh config PACKAGE_softethervpn5-server tristate "softethervpn5-server..................... softethervpn5 v5.01.9674 server" default y if DEFAULT_softethervpn5-server default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_softethervpn5-libs select PACKAGE_libssp if GCC_LIBSSP help SoftEther VPN supports SSL-VPN, OpenVPN, L2TP, EtherIP, L2TPv3 and IPsec as a single VPN software. SoftEther VPN is not only an alternative VPN server to existing VPN products (OpenVPN, IPsec and MS-SSTP), but has also original strong SSL-VPN protocol to penetrate any kinds of firewalls. Guide: https://wordpress.tirlins.com/2015/03/setting-up-softether-vpn-on-openwrt/ Provides the vpnserver (daemon). http://www.softether.org/ Andy Walsh config PACKAGE_sstp-client tristate "sstp-client...................... SSTP-Client is a SSTP client for Linux." default y if DEFAULT_sstp-client default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libopenssl select PACKAGE_ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The advantage of SSTP compared to other vpn protocols like PPTP and L2TP is that it cannot be easily blocked by firewalls since the traffic is transmitted over HTTPS on port 443. This software has a similar commandline and configuration to the standard linux pptp-client software. Features: - Connect to Microsoft RAS network using SSTP - Use HTTPS with strong encryption over port 443 - Asynchronous HDLC frame support - Integration with pon/poff http://sstp-client.sourceforge.net/ Federico Di Marco menuconfig PACKAGE_strongswan tristate "strongswan.................................................... StrongSwan" default y if DEFAULT_strongswan default m if ALL depends on PACKAGE_iptables select PACKAGE_kmod-crypto-authenc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_iptables-mod-ipsec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full source "feeds/packages/net/strongswan/Config.in" config PACKAGE_strongswan-charon tristate "strongswan-charon................... StrongSwan IKEv1/IKEv2 keying daemon" default y if DEFAULT_strongswan-charon default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains charon, an IKEv2 keying daemon. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-charon-cmd tristate "strongswan-charon-cmd...................... StrongSwan charon-cmd utility" default y if DEFAULT_strongswan-charon-cmd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-charon depends on PACKAGE_strongswan help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the charon-cmd utility. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-default tristate "strongswan-default.................................. StrongSwan (default)" default y if DEFAULT_strongswan-default default m if ALL select PACKAGE_strongswan-ipsec select PACKAGE_strongswan-mod-constraints select PACKAGE_strongswan-mod-xauth-generic select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-pkcs1 select PACKAGE_strongswan-mod-md5 select PACKAGE_strongswan-mod-x509 select PACKAGE_strongswan-mod-sha2 select PACKAGE_strongswan-mod-pubkey select PACKAGE_strongswan-mod-kernel-netlink select PACKAGE_strongswan-mod-fips-prf select PACKAGE_strongswan-mod-random select PACKAGE_strongswan-mod-sshkey select PACKAGE_strongswan-mod-updown select PACKAGE_strongswan-mod-pgp select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-mod-aes select PACKAGE_strongswan-mod-sha1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_strongswan-mod-dnskey select PACKAGE_strongswan-mod-rc2 select PACKAGE_strongswan-mod-resolve select PACKAGE_strongswan-mod-gmp depends on PACKAGE_strongswan select PACKAGE_strongswan-charon select PACKAGE_strongswan-mod-hmac select PACKAGE_strongswan-mod-socket-default select PACKAGE_libc select PACKAGE_strongswan-mod-nonce select PACKAGE_strongswan-mod-attr select PACKAGE_strongswan-mod-des select PACKAGE_strongswan-mod-revocation select PACKAGE_strongswan-mod-pem select PACKAGE_strongswan-mod-connmark select PACKAGE_strongswan-mod-xcbc select PACKAGE_strongswan-mod-stroke help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to match upstream defaults. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-full tristate "strongswan-full........................................ StrongSwan (full)" default y if DEFAULT_strongswan-full default m if ALL select PACKAGE_strongswan-mod-uci select PACKAGE_strongswan-mod-pubkey select PACKAGE_strongswan-mod-sha2 select PACKAGE_strongswan-charon-cmd select PACKAGE_strongswan-mod-x509 select PACKAGE_strongswan-mod-duplicheck select PACKAGE_strongswan-mod-agent select PACKAGE_strongswan-mod-sql select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-gcm select PACKAGE_strongswan-mod-xauth-generic select PACKAGE_strongswan-mod-mysql select PACKAGE_strongswan-ipsec select PACKAGE_strongswan-mod-eap-radius select PACKAGE_strongswan-mod-farp select PACKAGE_strongswan-mod-forecast select PACKAGE_strongswan-mod-aes select PACKAGE_strongswan-mod-blowfish select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-mod-updown select PACKAGE_strongswan-mod-vici select PACKAGE_strongswan-mod-gcrypt select PACKAGE_strongswan-mod-pgp select PACKAGE_strongswan-mod-ccm select PACKAGE_strongswan-mod-random select PACKAGE_strongswan-mod-fips-prf select PACKAGE_strongswan-pki select PACKAGE_strongswan-mod-kernel-netlink select PACKAGE_strongswan-mod-socket-default select PACKAGE_strongswan-mod-hmac depends on PACKAGE_strongswan select PACKAGE_strongswan-mod-gmp select PACKAGE_strongswan-mod-pkcs7 select PACKAGE_strongswan-mod-coupling select PACKAGE_strongswan-mod-md4 select PACKAGE_strongswan-mod-resolve select PACKAGE_strongswan-mod-test-vectors select PACKAGE_strongswan-mod-rc2 select PACKAGE_strongswan-mod-dnskey select PACKAGE_strongswan-mod-smp select PACKAGE_strongswan-mod-pkcs11 select PACKAGE_strongswan-mod-stroke select PACKAGE_strongswan-mod-pkcs12 select PACKAGE_strongswan-mod-connmark select PACKAGE_strongswan-mod-eap-identity select PACKAGE_strongswan-mod-pem select PACKAGE_strongswan-mod-des select PACKAGE_libc select PACKAGE_strongswan-mod-curve25519 select PACKAGE_strongswan-mod-attr-sql select PACKAGE_strongswan-mod-md5 select PACKAGE_strongswan-mod-addrblock select PACKAGE_strongswan-swanctl select PACKAGE_strongswan-mod-pkcs1 select PACKAGE_strongswan-mod-dhcp select PACKAGE_strongswan-mod-constraints select PACKAGE_strongswan-mod-curl select PACKAGE_strongswan-mod-sha1 select PACKAGE_strongswan-mod-eap-mschapv2 select PACKAGE_strongswan-mod-load-tester select PACKAGE_strongswan-mod-ldap select PACKAGE_strongswan-mod-sshkey select PACKAGE_strongswan-mod-pkcs8 select PACKAGE_strongswan-charon select PACKAGE_strongswan-mod-af-alg select PACKAGE_strongswan-mod-ha select PACKAGE_strongswan-mod-cmac select PACKAGE_strongswan-mod-whitelist depends on DEVEL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_strongswan-mod-openssl select PACKAGE_strongswan-mod-xauth-eap select PACKAGE_strongswan-mod-eap-tls select PACKAGE_strongswan-mod-xcbc select PACKAGE_strongswan-mod-sqlite select PACKAGE_strongswan-mod-revocation select PACKAGE_strongswan-mod-attr select PACKAGE_strongswan-mod-nonce select PACKAGE_strongswan-mod-led select PACKAGE_strongswan-scepclient select PACKAGE_strongswan-mod-eap-md5 select PACKAGE_strongswan-mod-ctr select PACKAGE_strongswan-mod-unity help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains dependencies for all of the strongswan plugins except kernel-libipsec, socket-dynamic and which are omitted in favor of the kernel-netlink and socket-default plugins. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-ipsec tristate "strongswan-ipsec.................................... StrongSwan utilities" default y if DEFAULT_strongswan-ipsec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the ipsec utility. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-isakmp tristate "strongswan-isakmp.................................... StrongSwan (isakmp)" default y if DEFAULT_strongswan-isakmp default m if ALL select PACKAGE_strongswan-ipsec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-md5 select PACKAGE_strongswan-mod-socket-default select PACKAGE_strongswan-mod-hmac select PACKAGE_strongswan-mod-uci select PACKAGE_strongswan-charon select PACKAGE_strongswan-mod-pubkey depends on PACKAGE_strongswan select PACKAGE_strongswan-mod-nonce select PACKAGE_strongswan-mod-kernel-netlink select PACKAGE_libc select PACKAGE_strongswan-mod-random select PACKAGE_strongswan-mod-des select PACKAGE_strongswan-mod-gmpdh select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-mod-updown select PACKAGE_strongswan-mod-sha1 select PACKAGE_strongswan-mod-aes select PACKAGE_strongswan-mod-stroke help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies to establish ISAKMP / IKE PSK connections, dropping other capabilities in favor of small size Can fit most routers even with 4Mb flash (after removing IPv6 support). http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-libtls tristate "strongswan-libtls...................................... StrongSwan libtls" default y if DEFAULT_strongswan-libtls default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains libtls for strongSwan plugins eap-tls, eap-ttls, eap-peap, tnc-tnccs http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-minimal tristate "strongswan-minimal.................................. StrongSwan (minimal)" default y if DEFAULT_strongswan-minimal default m if ALL select PACKAGE_strongswan-mod-nonce select PACKAGE_strongswan-mod-kernel-netlink select PACKAGE_libc select PACKAGE_strongswan-mod-random select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-mod-updown select PACKAGE_strongswan-mod-sha1 select PACKAGE_strongswan-mod-aes select PACKAGE_strongswan-mod-xcbc select PACKAGE_strongswan-mod-stroke select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-hmac select PACKAGE_strongswan-mod-socket-default depends on PACKAGE_strongswan select PACKAGE_strongswan-mod-pubkey select PACKAGE_strongswan-charon select PACKAGE_strongswan-mod-gmp select PACKAGE_strongswan-mod-x509 help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This meta-package contains only dependencies for a minimal IKEv2 setup. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-addrblock tristate "strongswan-mod-addrblock" default y if DEFAULT_strongswan-mod-addrblock default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan RFC 3779 address block constraint support plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-aes tristate "strongswan-mod-aes.......................... StrongSwan AES crypto plugin" default y if DEFAULT_strongswan-mod-aes default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan AES crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-af-alg tristate "strongswan-mod-af-alg" default y if DEFAULT_strongswan-mod-af-alg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_kmod-crypto-user help StrongSwan AF_ALG crypto interface to Linux Crypto API plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-agent tristate "strongswan-mod-agent................. StrongSwan SSH agent signing plugin" default y if DEFAULT_strongswan-mod-agent default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan SSH agent signing plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-attr tristate "strongswan-mod-attr.................. StrongSwan file based config plugin" default y if DEFAULT_strongswan-mod-attr default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan file based config plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-attr-sql tristate "strongswan-mod-attr-sql............... StrongSwan SQL based config plugin" default y if DEFAULT_strongswan-mod-attr-sql default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_strongswan-charon depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC help StrongSwan SQL based config plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-blowfish tristate "strongswan-mod-blowfish................ StrongSwan Blowfish crypto plugin" default y if DEFAULT_strongswan-mod-blowfish default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan Blowfish crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-ccm tristate "strongswan-mod-ccm............. StrongSwan CCM AEAD wrapper crypto plugin" default y if DEFAULT_strongswan-mod-ccm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan CCM AEAD wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-cmac tristate "strongswan-mod-cmac........................ StrongSwan CMAC crypto plugin" default y if DEFAULT_strongswan-mod-cmac default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan CMAC crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-connmark tristate "strongswan-mod-connmark... StrongSwan netfilter connection marking plugin" default y if DEFAULT_strongswan-mod-connmark default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan netfilter connection marking plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-constraints tristate "strongswan-mod-constraints" default y if DEFAULT_strongswan-mod-constraints default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan advanced X509 constraint checking plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-coupling tristate "strongswan-mod-coupling" default y if DEFAULT_strongswan-mod-coupling default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan IKEv2 plugin to couple peer certificates permanently to authentication plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-ctr tristate "strongswan-mod-ctr......... StrongSwan Counter Mode wrapper crypto plugin" default y if DEFAULT_strongswan-mod-ctr default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan Counter Mode wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-curl tristate "strongswan-mod-curl................ StrongSwan cURL fetcher plugin plugin" default y if DEFAULT_strongswan-mod-curl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libcurl depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan cURL fetcher plugin plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-curve25519 tristate "strongswan-mod-curve25519.... StrongSwan Curve25519 Diffie-Hellman plugin" default y if DEFAULT_strongswan-mod-curve25519 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan Curve25519 Diffie-Hellman plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-des tristate "strongswan-mod-des.......................... StrongSwan DES crypto plugin" default y if DEFAULT_strongswan-mod-des default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan DES crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-dhcp tristate "strongswan-mod-dhcp...... StrongSwan DHCP based attribute provider plugin" default y if DEFAULT_strongswan-mod-dhcp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan DHCP based attribute provider plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-dnskey tristate "strongswan-mod-dnskey.............. StrongSwan DNS RR key decoding plugin" default y if DEFAULT_strongswan-mod-dnskey default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan DNS RR key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-duplicheck tristate "strongswan-mod-duplicheck.. StrongSwan advanced duplicate checking plugin" default y if DEFAULT_strongswan-mod-duplicheck default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan advanced duplicate checking plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-eap-identity tristate "strongswan-mod-eap-identity........ StrongSwan EAP identity helper plugin" default y if DEFAULT_strongswan-mod-eap-identity default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan EAP identity helper plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-eap-md5 tristate "strongswan-mod-eap-md5......... StrongSwan EAP MD5 (CHAP) EAP auth plugin" default y if DEFAULT_strongswan-mod-eap-md5 default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan EAP MD5 (CHAP) EAP auth plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-eap-mschapv2 tristate "strongswan-mod-eap-mschapv2..... StrongSwan EAP MS-CHAPv2 EAP auth plugin" default y if DEFAULT_strongswan-mod-eap-mschapv2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-mod-md4 depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_strongswan-mod-des select PACKAGE_libssp if GCC_LIBSSP help StrongSwan EAP MS-CHAPv2 EAP auth plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-eap-radius tristate "strongswan-mod-eap-radius.............. StrongSwan EAP RADIUS auth plugin" default y if DEFAULT_strongswan-mod-eap-radius default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan EAP RADIUS auth plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-eap-tls tristate "strongswan-mod-eap-tls.................... StrongSwan EAP TLS auth plugin" default y if DEFAULT_strongswan-mod-eap-tls default m if ALL select PACKAGE_strongswan-libtls select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help StrongSwan EAP TLS auth plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-farp tristate "strongswan-mod-farp................ StrongSwan fake arp respsonses plugin" default y if DEFAULT_strongswan-mod-farp default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan fake arp respsonses plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-fips-prf tristate "strongswan-mod-fips-prf................ StrongSwan FIPS PRF crypto plugin" default y if DEFAULT_strongswan-mod-fips-prf default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_strongswan-mod-sha1 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan FIPS PRF crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-forecast tristate "strongswan-mod-forecast" default y if DEFAULT_strongswan-mod-forecast default m if ALL select PACKAGE_kmod-ipt-conntrack-extra select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan forward multi/broadcast traffic plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-gcm tristate "strongswan-mod-gcm............. StrongSwan GCM AEAD wrapper crypto plugin" default y if DEFAULT_strongswan-mod-gcm default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan GCM AEAD wrapper crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-gcrypt tristate "strongswan-mod-gcrypt........................ StrongSwan libgcrypt plugin" default y if DEFAULT_strongswan-mod-gcrypt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgcrypt select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan libgcrypt plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-gmp tristate "strongswan-mod-gmp.............................. StrongSwan libgmp plugin" default y if DEFAULT_strongswan-mod-gmp default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgmp help StrongSwan libgmp plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-gmpdh tristate "strongswan-mod-gmpdh.......... StrongSwan DH-Groups; no libgmp dep plugin" default y if DEFAULT_strongswan-mod-gmpdh default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan DH-Groups; no libgmp dep plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-ha tristate "strongswan-mod-ha............ StrongSwan high availability cluster plugin" default y if DEFAULT_strongswan-mod-ha default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan high availability cluster plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-hmac tristate "strongswan-mod-hmac........................ StrongSwan HMAC crypto plugin" default y if DEFAULT_strongswan-mod-hmac default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan HMAC crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-kernel-libipsec tristate "strongswan-mod-kernel-libipsec" default y if DEFAULT_strongswan-mod-kernel-libipsec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan libipsec kernel interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-kernel-netlink tristate "strongswan-mod-kernel-netlink. StrongSwan netlink kernel interface plugin" default y if DEFAULT_strongswan-mod-kernel-netlink default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan netlink kernel interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-ldap tristate "strongswan-mod-ldap............................... StrongSwan LDAP plugin" default y if DEFAULT_strongswan-mod-ldap default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap help StrongSwan LDAP plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-led tristate "strongswan-mod-led........... StrongSwan LED blink on IKE activity plugin" default y if DEFAULT_strongswan-mod-led default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan LED blink on IKE activity plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-load-tester tristate "strongswan-mod-load-tester................ StrongSwan load testing plugin" default y if DEFAULT_strongswan-mod-load-tester default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan load testing plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-md4 tristate "strongswan-mod-md4.......................... StrongSwan MD4 crypto plugin" default y if DEFAULT_strongswan-mod-md4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan MD4 crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-md5 tristate "strongswan-mod-md5.......................... StrongSwan MD5 crypto plugin" default y if DEFAULT_strongswan-mod-md5 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan MD5 crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-mysql tristate "strongswan-mod-mysql.......... StrongSwan MySQL database interface plugin" default y if DEFAULT_strongswan-mod-mysql default m if ALL select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-sql select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC help StrongSwan MySQL database interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-nonce tristate "strongswan-mod-nonce................. StrongSwan nonce genereation plugin" default y if DEFAULT_strongswan-mod-nonce default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan nonce genereation plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-openssl tristate "strongswan-mod-openssl.................. StrongSwan OpenSSL crypto plugin" default y if DEFAULT_strongswan-mod-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help StrongSwan OpenSSL crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pem tristate "strongswan-mod-pem........................ StrongSwan PEM decoding plugin" default y if DEFAULT_strongswan-mod-pem default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan PEM decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pgp tristate "strongswan-mod-pgp.................... StrongSwan PGP key decoding plugin" default y if DEFAULT_strongswan-mod-pgp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan PGP key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pkcs1 tristate "strongswan-mod-pkcs1................ StrongSwan PKCS1 key decoding plugin" default y if DEFAULT_strongswan-mod-pkcs1 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan PKCS1 key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pkcs11 tristate "strongswan-mod-pkcs11.............. StrongSwan PKCS11 key decoding plugin" default y if DEFAULT_strongswan-mod-pkcs11 default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan PKCS11 key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pkcs12 tristate "strongswan-mod-pkcs12.............. StrongSwan PKCS12 key decoding plugin" default y if DEFAULT_strongswan-mod-pkcs12 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan PKCS12 key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pkcs7 tristate "strongswan-mod-pkcs7................ StrongSwan PKCS7 key decoding plugin" default y if DEFAULT_strongswan-mod-pkcs7 default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan PKCS7 key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pkcs8 tristate "strongswan-mod-pkcs8................ StrongSwan PKCS8 key decoding plugin" default y if DEFAULT_strongswan-mod-pkcs8 default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan PKCS8 key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-pubkey tristate "strongswan-mod-pubkey................... StrongSwan raw public key plugin" default y if DEFAULT_strongswan-mod-pubkey default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan raw public key plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-random tristate "strongswan-mod-random.............................. StrongSwan RNG plugin" default y if DEFAULT_strongswan-mod-random default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help StrongSwan RNG plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-rc2 tristate "strongswan-mod-rc2.......................... StrongSwan RC2 crypto plugin" default y if DEFAULT_strongswan-mod-rc2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan RC2 crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-resolve tristate "strongswan-mod-resolve.................... StrongSwan DNS resolver plugin" default y if DEFAULT_strongswan-mod-resolve default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help StrongSwan DNS resolver plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-revocation tristate "strongswan-mod-revocation..... StrongSwan X509 CRL/OCSP revocation plugin" default y if DEFAULT_strongswan-mod-revocation default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan X509 CRL/OCSP revocation plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-sha1 tristate "strongswan-mod-sha1........................ StrongSwan SHA1 crypto plugin" default y if DEFAULT_strongswan-mod-sha1 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help StrongSwan SHA1 crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-sha2 tristate "strongswan-mod-sha2........................ StrongSwan SHA2 crypto plugin" default y if DEFAULT_strongswan-mod-sha2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help StrongSwan SHA2 crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-smp tristate "strongswan-mod-smp" default y if DEFAULT_strongswan-mod-smp default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help StrongSwan SMP configuration and control interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-socket-default tristate "strongswan-mod-socket-default" default y if DEFAULT_strongswan-mod-socket-default default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan default socket implementation for charon plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-socket-dynamic tristate "strongswan-mod-socket-dynamic" default y if DEFAULT_strongswan-mod-socket-dynamic default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help StrongSwan dynamic socket implementation for charon plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-sql tristate "strongswan-mod-sql.............. StrongSwan SQL database interface plugin" default y if DEFAULT_strongswan-mod-sql default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan SQL database interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-sqlite tristate "strongswan-mod-sqlite........ StrongSwan SQLite database interface plugin" default y if DEFAULT_strongswan-mod-sqlite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 depends on PACKAGE_strongswan select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_strongswan-mod-sql help StrongSwan SQLite database interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-sshkey tristate "strongswan-mod-sshkey................. StrongSwan SSH key decoding plugin" default y if DEFAULT_strongswan-mod-sshkey default m if ALL depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan SSH key decoding plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-stroke tristate "strongswan-mod-stroke........................... StrongSwan Stroke plugin" default y if DEFAULT_strongswan-mod-stroke default m if ALL select PACKAGE_strongswan-ipsec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_strongswan-charon depends on PACKAGE_strongswan help StrongSwan Stroke plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-test-vectors tristate "strongswan-mod-test-vectors........ StrongSwan crypto test vectors plugin" default y if DEFAULT_strongswan-mod-test-vectors default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan crypto test vectors plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-uci tristate "strongswan-mod-uci................ StrongSwan UCI config interface plugin" default y if DEFAULT_strongswan-mod-uci default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libuci help StrongSwan UCI config interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-unity tristate "strongswan-mod-unity............. StrongSwan Cisco Unity extension plugin" default y if DEFAULT_strongswan-mod-unity default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help StrongSwan Cisco Unity extension plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-updown tristate "strongswan-mod-updown.................. StrongSwan updown firewall plugin" default y if DEFAULT_strongswan-mod-updown default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan updown firewall plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-vici tristate "strongswan-mod-vici" default y if DEFAULT_strongswan-mod-vici default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan Versatile IKE Configuration Interface plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-whitelist tristate "strongswan-mod-whitelist.... StrongSwan peer identity whitelisting plugin" default y if DEFAULT_strongswan-mod-whitelist default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan peer identity whitelisting plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-x509 tristate "strongswan-mod-x509................... StrongSwan x509 certificate plugin" default y if DEFAULT_strongswan-mod-x509 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan x509 certificate plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-xauth-eap tristate "strongswan-mod-xauth-eap............. StrongSwan EAP XAuth backend plugin" default y if DEFAULT_strongswan-mod-xauth-eap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help StrongSwan EAP XAuth backend plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-xauth-generic tristate "strongswan-mod-xauth-generic..... StrongSwan generic XAuth backend plugin" default y if DEFAULT_strongswan-mod-xauth-generic default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan generic XAuth backend plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-mod-xcbc tristate "strongswan-mod-xcbc........................ StrongSwan xcbc crypto plugin" default y if DEFAULT_strongswan-mod-xcbc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan xcbc crypto plugin http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-pki tristate "strongswan-pki....................................... StrongSwan PKI tool" default y if DEFAULT_strongswan-pki default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the pki tool. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-scepclient tristate "strongswan-scepclient............................. StrongSwan SCEP client" default y if DEFAULT_strongswan-scepclient default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_strongswan select PACKAGE_libssp if GCC_LIBSSP help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the SCEP client. http://www.strongswan.org/ Stijn Tintel config PACKAGE_strongswan-swanctl tristate "strongswan-swanctl............................ StrongSwan swanctl utility" default y if DEFAULT_strongswan-swanctl default m if ALL select PACKAGE_strongswan-mod-vici select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_strongswan help StrongSwan is an OpenSource IPsec implementation for the Linux operating system. This package contains the swanctl utility. http://www.strongswan.org/ Stijn Tintel config PACKAGE_tinc tristate "tinc................................................ VPN tunneling daemon" default y if DEFAULT_tinc default m if ALL select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblzo select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_zlib help tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. http://www.tinc-vpn.org/ Saverio Proto config PACKAGE_uanytun tristate "uanytun.......................... micro anycast tunneling daemon (gcrypt)" default y if DEFAULT_uanytun default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgcrypt select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun help uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner config PACKAGE_uanytun-nettle tristate "uanytun-nettle................... micro anycast tunneling daemon (nettle)" default y if DEFAULT_uanytun-nettle default m if ALL select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnettle help uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner config PACKAGE_uanytun-nocrypt tristate "uanytun-nocrypt................ micro anycast tunneling daemon (no crypt)" default y if DEFAULT_uanytun-nocrypt default m if ALL select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner config PACKAGE_uanytun-sslcrypt tristate "uanytun-sslcrypt................ micro anycast tunneling daemon (openssl)" default y if DEFAULT_uanytun-sslcrypt default m if ALL select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help uAnytun is a tiny implementation of SATP the secure anycast tunneling protocol. SATP defines a protocol used for communication between any combination of unicast and anycast tunnel endpoints. It has less protocol overhead than IPSec in Tunnel mode and allows tunneling of every ETHER TYPE protocol (e.g. ethernet, ip, arp ...). SATP directly includes cryptography and message authentication based on the methods used by SRTP. It is intended to deliver a generic, scalable and secure solution for tunneling and relaying of packets of any protocol. Unlike Anytun which is a full featured implementation uAnytun has no support for multiple connections or synchronisation. It is a small single threaded implementation intended to act as a client on small platforms. http://www.anytun.org/ Christian Pointner config PACKAGE_vpnc tristate "vpnc........................................ VPN client for Cisco EasyVPN" default y if DEFAULT_vpnc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgcrypt select PACKAGE_resolveip select PACKAGE_libgpg-error select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libgnutls if VPNC_GNUTLS select PACKAGE_vpnc-scripts select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl if VPNC_OPENSSL help A VPN client compatible with Cisco's EasyVPN equipment. Supports IPSec (ESP) with Mode Configuration and Xauth. Supports only shared-secret IPSec authentication with Xauth, AES (256, 192, 128), 3DES, 1DES, MD5, SHA1, DH1/2/5 and IP tunneling. http://www.unix-ag.uni-kl.de/~massar/vpnc/ Daniel Gimpelevich source "feeds/packages/net/vpnc/Config.in" config PACKAGE_vpnc-scripts tristate "vpnc-scripts........... VPN configuration script for vpnc and OpenConnect" default y if DEFAULT_vpnc-scripts default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the vpnc-script which is used by vpnc and OpenConnect to configure the tunnel interface. Nikos Mavrogiannopoulos config PACKAGE_wireguard tristate "wireguard......................................... WireGuard meta-package" default y if DEFAULT_wireguard default m if ALL select PACKAGE_wireguard-tools select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-wireguard select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help WireGuard is a novel VPN that runs inside the Linux Kernel and utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It uses UDP. https://www.wireguard.com Jason A. Donenfeld Kevin Darbyshire-Bryant config PACKAGE_wireguard-tools tristate "wireguard-tools................. WireGuard userspace control program (wg)" default y if DEFAULT_wireguard-tools default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_xl2tpd tristate "xl2tpd....................... An L2TP (Layer 2 Tunneling Protocol) daemon" default y if DEFAULT_xl2tpd default m if ALL depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_librt if USE_GLIBC select PACKAGE_ppp-mod-pppol2tp select PACKAGE_libc depends on PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_resolveip select PACKAGE_libssp if GCC_LIBSSP help l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661). It does implement both LAC and LNS role in a L2TP networking architecture. The main goal of this protocol is to tunnel PPP frame trough an IP network. http://www.xelerance.com/software/xl2tpd/ Yousong Zhou config PACKAGE_zerotier tristate "zerotier.. Create flat virtual Ethernet networks of almost unlimited size" default y if DEFAULT_zerotier default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-tun select PACKAGE_libstdcpp select PACKAGE_libminiupnpc select PACKAGE_ip-tiny if PACKAGE_ip-full source "feeds/packages/net/zerotier/Config.in" endmenu menu "Version Control Systems" config PACKAGE_git tristate "git...................................... The fast version control system" default y if DEFAULT_git default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_zlib select PACKAGE_librt help Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. https://git-scm.com Peter Wagner config PACKAGE_git-gitweb tristate "git-gitweb.................................. Git repository web interface" default y if DEFAULT_git-gitweb default m if ALL select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_librt select PACKAGE_zlib select PACKAGE_perl-cgi select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-encode depends on PACKAGE_perl select PACKAGE_git select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_perlbase-storable select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-digest select PACKAGE_perlbase-filetest select PACKAGE_perlbase-time help Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This package builds the gitweb web interface for git repositories https://git-scm.com Peter Wagner config PACKAGE_git-http tristate "git-http............................................... Git HTTP commands" default y if DEFAULT_git-http default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_git select PACKAGE_librt select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency. This package allows git push/fetch over http(s) and ftp(s) https://git-scm.com Peter Wagner config PACKAGE_gitolite tristate "gitolite......................... Easy administration of git repositories" default y if DEFAULT_gitolite default m if ALL select PACKAGE_perlbase-text select PACKAGE_perlbase-getopt select PACKAGE_perlbase-time select PACKAGE_perlbase-utf8 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-sys depends on PACKAGE_perl select PACKAGE_perlbase-essential select PACKAGE_git select PACKAGE_perlbase-digest select PACKAGE_perlbase-storable select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-env select PACKAGE_perlbase-data select PACKAGE_perlbase-mime select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-findbin select PACKAGE_libc help Gitolite is a system for managing access to git repositories. See https://openwrt.org/docs/guide-user/services/gitolite for a guide to installation. NB: You will need an SSH server to use gitolite: dropbear is now sufficient for gitolite purposes. http://gitolite.com/gitolite Daniel Dickinson config PACKAGE_subversion-client tristate "subversion-client................................ subversion client tools" default y if DEFAULT_subversion-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_subversion-libs help Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion client tools. https://subversion.apache.org/ Val Kulkov config PACKAGE_subversion-libs tristate "subversion-libs.......................................... subversion libs" default y if DEFAULT_subversion-libs default m if ALL select PACKAGE_libmagic select PACKAGE_libsqlite3 select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libaprutil select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion libraries. https://subversion.apache.org/ Val Kulkov config PACKAGE_subversion-server tristate "subversion-server...................................... subversion server" default y if DEFAULT_subversion-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_subversion-libs help Subversion is a free/open-source version control system. That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of time machine. This package contains the Subversion server. https://subversion.apache.org/ Val Kulkov endmenu menu "WWAN" config PACKAGE_adb-enablemodem tristate "adb-enablemodem..................................... Enable modem via adb" default y if DEFAULT_adb-enablemodem default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_adb select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Enable modem via adb config PACKAGE_comgt tristate "comgt............................... Option/Vodafone 3G/GPRS control tool" default y if DEFAULT_comgt default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_chat select PACKAGE_libssp if GCC_LIBSSP help comgt is a scripting language interpreter useful for establishing communications on serial lines and through PCMCIA modems as well as GPRS and 3G datacards. http://manpages.ubuntu.com/manpages/trusty/man1/comgt.1.html Felix Fietkau config PACKAGE_comgt-directip tristate "comgt-directip......................... Sierra Wireless Direct-IP support" default y if DEFAULT_comgt-directip default m if ALL||ALL_NONSHARED select PACKAGE_kmod-usb-net-sierrawireless select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-usb-serial-sierrawireless select PACKAGE_comgt depends on USB_SUPPORT select PACKAGE_kmod-usb-net select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-usb-serial help Sierra Wireless Direct-IP support Felix Fietkau config PACKAGE_comgt-ncm tristate "comgt-ncm.............................................. NCM 3G/4G Support" default y if DEFAULT_comgt-ncm default m if ALL||ALL_NONSHARED depends on PACKAGE_kmod-usb-net select PACKAGE_libc select PACKAGE_kmod-usb-serial-option select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kmod-usb-serial select PACKAGE_kmod-usb-net-huawei-cdc-ncm select PACKAGE_librt if USE_GLIBC select PACKAGE_wwan select PACKAGE_comgt depends on USB_SUPPORT help NCM 3G/4G Support Felix Fietkau config PACKAGE_uqmi tristate "uqmi......................... Control utility for mobile broadband modems" default y if DEFAULT_uqmi default m if ALL||ALL_NONSHARED depends on USB_SUPPORT select PACKAGE_wwan select PACKAGE_librt if USE_GLIBC select PACKAGE_libblobmsg-json select PACKAGE_kmod-usb-net-qmi-wwan select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-usb-net select PACKAGE_libubox help uqmi is a command line tool for controlling mobile broadband modems using the QMI-protocol. Matti Laakso endmenu menu "Web Servers/Proxies" config PACKAGE_apache tristate "apache............................................. The Apache Web Server" default y if DEFAULT_apache default m if ALL select PACKAGE_libpcre select PACKAGE_libaprutil select PACKAGE_libapr select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the Apache web server and utility programs. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-ab tristate "apache-ab....................................... Apache benchmark utility" default y if DEFAULT_apache-ab default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_apache select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache server benchmarking utility. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-error tristate "apache-error............................................. Error documents" default y if DEFAULT_apache-error default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_apache help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache multi language custom error documents. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-icons tristate "apache-icons........................................... Icons from Apache" default y if DEFAULT_apache-icons default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_apache help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the icons from Apache. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-deflate tristate "apache-mod-deflate........................................ Deflate module" default y if DEFAULT_apache-mod-deflate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib depends on PACKAGE_apache select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Deflate support for the Apache HTTP server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-http2 tristate "apache-mod-http2............................................ HTTP2 module" default y if DEFAULT_apache-mod-http2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl depends on PACKAGE_apache select PACKAGE_libnghttp2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help HTTP/2 transport layer for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-ldap tristate "apache-mod-ldap.............................................. LDAP module" default y if DEFAULT_apache-mod-ldap default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil select PACKAGE_libaprutil-ldap depends on PACKAGE_apache select PACKAGE_libssp if GCC_LIBSSP help LDAP authentication/authorization module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-lua tristate "apache-mod-lua................................................ Lua module" default y if DEFAULT_apache-mod-lua default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_liblua depends on PACKAGE_apache help Lua support for the Apache HTTP server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-md tristate "apache-mod-md............................. Managed Domain handling module" default y if DEFAULT_apache-mod-md default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl depends on PACKAGE_apache select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_jansson help Managed Domain handling. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-proxy tristate "apache-mod-proxy............................................ Proxy module" default y if DEFAULT_apache-mod-proxy default m if ALL depends on PACKAGE_apache select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Proxy modules for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-proxy-html tristate "apache-mod-proxy-html.................................. Proxy HTML module" default y if DEFAULT_apache-mod-proxy-html default m if ALL depends on PACKAGE_apache select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_apache-mod-proxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help HTML and XML content filters for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-session-crypto tristate "apache-mod-session-crypto.......................... Session crypto module" default y if DEFAULT_apache-mod-session-crypto default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_libaprutil depends on PACKAGE_apache select PACKAGE_libaprutil-crypto-openssl select PACKAGE_libssp if GCC_LIBSSP help Session encryption support for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-ssl tristate "apache-mod-ssl............................................ SSL/TLS module" default y if DEFAULT_apache-mod-ssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_apache select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help SSL/TLS module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-suexec tristate "apache-mod-suexec.......................................... suEXEC module" default y if DEFAULT_apache-mod-suexec default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_apache-suexec depends on PACKAGE_apache select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help suEXEC module for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-mod-webdav tristate "apache-mod-webdav.......................................... WebDAV module" default y if DEFAULT_apache-mod-webdav default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_apache help WebDAV support for the Apache HTTP Server. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-suexec tristate "apache-suexec.............................................. Apache suEXEC" default y if DEFAULT_apache-suexec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_apache select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. This package contains the suEXEC utility from Apache. https://httpd.apache.org/ Thomas Heil config PACKAGE_apache-utils tristate "apache-utils............................................ Apache utilities" default y if DEFAULT_apache-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_apache select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server. Apache utility programs for webservers. https://httpd.apache.org/ Thomas Heil config PACKAGE_cgi-io tristate "cgi-io.................. CGI utility for handling up/downloading of files" default y if DEFAULT_cgi-io default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC help This package contains an cgi utility that is useful for up/downloading files John Crispin config PACKAGE_clamav tristate "clamav............................................................ ClamAV" default y if DEFAULT_clamav default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcre2 select PACKAGE_libjson-c select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libmilter-sendmail select PACKAGE_libltdl select PACKAGE_musl-fts if USE_MUSL select PACKAGE_zlib select PACKAGE_libstdcpp if USE_LIBSTDCXX help ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats. https://www.clamav.net/ Marko Ratkaj Lucian Cristian config PACKAGE_e2guardian tristate "e2guardian.................................................... E2Guardian" default y if DEFAULT_e2guardian default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_zlib select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help E2Guardian http://e2guardian.org/cms/ Luka Perkov config PACKAGE_freshclam tristate "freshclam........................................ ClamAV database updater" default y if DEFAULT_freshclam default m if ALL select PACKAGE_zlib select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libmilter-sendmail select PACKAGE_musl-fts if USE_MUSL select PACKAGE_libltdl select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libjson-c select PACKAGE_libpcre2 select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_clamav select PACKAGE_libpthread if USE_GLIBC help Database updater for ClamAV https://www.clamav.net/ Marko Ratkaj Lucian Cristian config PACKAGE_haproxy tristate "haproxy............ The Reliable, High Performance TCP/HTTP Load Balancer" default y if DEFAULT_haproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libatomic select PACKAGE_libncurses select PACKAGE_libreadline select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libltdl select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre help Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built with SSL and LUA support. https://www.haproxy.org/ Thomas Heil , Christian Lachner menuconfig PACKAGE_halog tristate "halog........ The Reliable, High Performance TCP/HTTP Load Balancer halog" default y if DEFAULT_halog default m if ALL depends on PACKAGE_haproxy select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help HAProxy Log Analyzer https://www.haproxy.org/ Thomas Heil , Christian Lachner config PACKAGE_haproxy-nossl tristate "haproxy-nossl...... The Reliable, High Performance TCP/HTTP Load Balancer" default y if DEFAULT_haproxy-nossl default m if ALL select PACKAGE_libpcre select PACKAGE_libatomic select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libltdl select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Open source Reliable, High Performance TCP/HTTP Load Balancer. This package is built without SSL support. https://www.haproxy.org/ Thomas Heil , Christian Lachner config PACKAGE_kcptun-c tristate "kcptun-c............................... KCP-based Secure Tunnel (client)" default y if DEFAULT_kcptun-c default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help kcptun is a Stable & Secure Tunnel Based On KCP with N:M Multiplexing https://github.com/xtaci/kcptun Dengfeng Liu config PACKAGE_kcptun-s tristate "kcptun-s............................... KCP-based Secure Tunnel (server)" default y if DEFAULT_kcptun-s default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help kcptun is a Stable & Secure Tunnel Based On KCP with N:M Multiplexing https://github.com/xtaci/kcptun Dengfeng Liu menuconfig PACKAGE_lighttpd tristate "lighttpd........................... A flexible and lightweight web server" default y if DEFAULT_lighttpd default m if ALL select PACKAGE_libpcre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl if LIGHTTPD_SSL select PACKAGE_libpthread help A flexible and lightweight web server https://www.lighttpd.net/ W. Michael Petullo config LIGHTTPD_SSL bool "SSL support" depends on PACKAGE_lighttpd default y help Implements SSL support in lighttpd (using libopenssl). This option is required if you enable the SSL engine in your lighttpd confguration file. config PACKAGE_lighttpd-mod-access tristate "lighttpd-mod-access........................... Access restrictions module" default y if DEFAULT_lighttpd-mod-access default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP help Access restrictions module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-accesslog tristate "lighttpd-mod-accesslog............................. Access logging module" default y if DEFAULT_lighttpd-mod-accesslog default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Access logging module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-alias tristate "lighttpd-mod-alias................................ Directory alias module" default y if DEFAULT_lighttpd-mod-alias default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help Directory alias module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-auth tristate "lighttpd-mod-auth.................................. Authentication module" default y if DEFAULT_lighttpd-mod-auth default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Authentication module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-authn_file tristate "lighttpd-mod-authn_file................. File-based authentication module" default y if DEFAULT_lighttpd-mod-authn_file default m if ALL depends on PACKAGE_lighttpd-mod-auth select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help File-based authentication module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-authn_gssapi tristate "lighttpd-mod-authn_gssapi........... Kerberos-based authentication module" default y if DEFAULT_lighttpd-mod-authn_gssapi default m if ALL select PACKAGE_krb5-libs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lighttpd-mod-auth depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP help Kerberos-based authentication module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-authn_ldap tristate "lighttpd-mod-authn_ldap................. LDAP-based authentication module" default y if DEFAULT_lighttpd-mod-authn_ldap default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenldap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lighttpd-mod-auth help LDAP-based authentication module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-authn_mysql tristate "lighttpd-mod-authn_mysql............... Mysql-based authentication module" default y if DEFAULT_lighttpd-mod-authn_mysql default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lighttpd-mod-auth select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lighttpd help Mysql-based authentication module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-cgi tristate "lighttpd-mod-cgi.............................................. CGI module" default y if DEFAULT_lighttpd-mod-cgi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP help CGI module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-cml tristate "lighttpd-mod-cml.............................. Cache Meta Language module" default y if DEFAULT_lighttpd-mod-cml default m if ALL select PACKAGE_liblua depends on PACKAGE_lighttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Cache Meta Language module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-compress tristate "lighttpd-mod-compress............................. Compress output module" default y if DEFAULT_lighttpd-mod-compress default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Compress output module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-deflate tristate "lighttpd-mod-deflate...................... Compress dynamic output module" default y if DEFAULT_lighttpd-mod-deflate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Compress dynamic output module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-evasive tristate "lighttpd-mod-evasive...................................... Evasive module" default y if DEFAULT_lighttpd-mod-evasive default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help Evasive module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-evhost tristate "lighttpd-mod-evhost...................... Enhanced Virtual-Hosting module" default y if DEFAULT_lighttpd-mod-evhost default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help Enhanced Virtual-Hosting module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-expire tristate "lighttpd-mod-expire........................................ Expire module" default y if DEFAULT_lighttpd-mod-expire default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Expire module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-extforward tristate "lighttpd-mod-extforward............................ Extract client module" default y if DEFAULT_lighttpd-mod-extforward default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Extract client module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-fastcgi tristate "lighttpd-mod-fastcgi...................................... FastCGI module" default y if DEFAULT_lighttpd-mod-fastcgi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help FastCGI module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-flv_streaming tristate "lighttpd-mod-flv_streaming.......................... FLV streaming module" default y if DEFAULT_lighttpd-mod-flv_streaming default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help FLV streaming module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-magnet tristate "lighttpd-mod-magnet........................................ Magnet module" default y if DEFAULT_lighttpd-mod-magnet default m if ALL depends on PACKAGE_lighttpd select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Magnet module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-mysql_vhost tristate "lighttpd-mod-mysql_vhost.................... Mysql virtual hosting module" default y if DEFAULT_lighttpd-mod-mysql_vhost default m if ALL depends on PACKAGE_lighttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Mysql virtual hosting module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-proxy tristate "lighttpd-mod-proxy.......................................... Proxy module" default y if DEFAULT_lighttpd-mod-proxy default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Proxy module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-redirect tristate "lighttpd-mod-redirect............................. URL redirection module" default y if DEFAULT_lighttpd-mod-redirect default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre help URL redirection module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-rewrite tristate "lighttpd-mod-rewrite................................ URL rewriting module" default y if DEFAULT_lighttpd-mod-rewrite default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help URL rewriting module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-rrdtool tristate "lighttpd-mod-rrdtool...................................... RRDtool module" default y if DEFAULT_lighttpd-mod-rrdtool default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help RRDtool module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-scgi tristate "lighttpd-mod-scgi............................................ SCGI module" default y if DEFAULT_lighttpd-mod-scgi default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SCGI module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-secdownload tristate "lighttpd-mod-secdownload................. Secure and fast download module" default y if DEFAULT_lighttpd-mod-secdownload default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Secure and fast download module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-setenv tristate "lighttpd-mod-setenv.................. Environment variable setting module" default y if DEFAULT_lighttpd-mod-setenv default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP help Environment variable setting module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-simple_vhost tristate "lighttpd-mod-simple_vhost.................. Simple virtual hosting module" default y if DEFAULT_lighttpd-mod-simple_vhost default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Simple virtual hosting module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-ssi tristate "lighttpd-mod-ssi.............................................. SSI module" default y if DEFAULT_lighttpd-mod-ssi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpcre select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help SSI module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-status tristate "lighttpd-mod-status......................... Server status display module" default y if DEFAULT_lighttpd-mod-status default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help Server status display module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-trigger_b4_dl tristate "lighttpd-mod-trigger_b4_dl................ Trigger before download module" default y if DEFAULT_lighttpd-mod-trigger_b4_dl default m if ALL select PACKAGE_libgdbm select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lighttpd help Trigger before download module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-userdir tristate "lighttpd-mod-userdir............................... User directory module" default y if DEFAULT_lighttpd-mod-userdir default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help User directory module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-usertrack tristate "lighttpd-mod-usertrack.............................. User tracking module" default y if DEFAULT_lighttpd-mod-usertrack default m if ALL depends on PACKAGE_lighttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help User tracking module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-webdav tristate "lighttpd-mod-webdav........................................ WebDAV module" default y if DEFAULT_lighttpd-mod-webdav default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 depends on PACKAGE_lighttpd help WebDAV module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_lighttpd-mod-wstunnel tristate "lighttpd-mod-wstunnel......................... Websocket tunneling module" default y if DEFAULT_lighttpd-mod-wstunnel default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lighttpd help Websocket tunneling module https://www.lighttpd.net/ W. Michael Petullo config PACKAGE_nginx tristate "nginx................................................... Nginx web server" default y if DEFAULT_nginx default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_liblua if NGINX_LUA select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 if NGINX_DAV select PACKAGE_libblobmsg-json if NGINX_UBUS select PACKAGE_libopenssl if NGINX_SSL select PACKAGE_libubus if NGINX_UBUS select PACKAGE_libjson-c if NGINX_UBUS select PACKAGE_zlib if NGINX_HTTP_GZIP select PACKAGE_libpcre if NGINX_PCRE select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC help nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) http://nginx.org/ Thomas Heil Ansuel Smith source "feeds/packages/net/nginx/Config.in" config PACKAGE_nginx-all-module tristate "nginx-all-module............... Nginx web server with ALL module selected" default y if DEFAULT_nginx-all-module default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_liblua select PACKAGE_libjson-c select PACKAGE_libpthread select PACKAGE_libxml2 select PACKAGE_libblobmsg-json select PACKAGE_libc select PACKAGE_libubus select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) This variant is compiled with ALL module selected. http://nginx.org/ Thomas Heil Ansuel Smith config PACKAGE_nginx-mod-luci tristate "nginx-mod-luci.................................... Support file for Nginx" default y if DEFAULT_nginx-mod-luci default m if ALL select PACKAGE_uwsgi-luci-support select PACKAGE_uwsgi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_nginx if PACKAGE_nginx-ssl Ansuel Smith config PACKAGE_nginx-mod-luci-ssl tristate "nginx-mod-luci-ssl............. Support file for Nginx with HTTPS support" default y if DEFAULT_nginx-mod-luci-ssl default m if ALL select PACKAGE_nginx-ssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_uwsgi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uwsgi-luci-support help This also include redirect from http to https and cert autogeneration. http://nginx.org/ Thomas Heil Ansuel Smith config PACKAGE_nginx-ssl tristate "nginx-ssl.............................. Nginx web server with SSL support" default y if DEFAULT_nginx-ssl default m if ALL select PACKAGE_libpcre if NGINX_PCRE select PACKAGE_libc select PACKAGE_zlib if NGINX_HTTP_GZIP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_liblua if NGINX_LUA select PACKAGE_libxml2 if NGINX_DAV select PACKAGE_libblobmsg-json if NGINX_UBUS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libjson-c if NGINX_UBUS select PACKAGE_libubus if NGINX_UBUS select PACKAGE_libopenssl if NGINX_SSL help nginx is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. (Some module require SSL module enable to show up in config menu) This variant is compiled with SSL support enabled. To enable additional module select them in the nginx default configuration menu. http://nginx.org/ Thomas Heil Ansuel Smith source "feeds/packages/net/nginx/Config_ssl.in" config PACKAGE_polipo tristate "polipo............................................... A caching web proxy" default y if DEFAULT_polipo default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy, a proxy server). While Polipo was designed to be used by one person or a small group of people, there is nothing that prevents it from being used by a larger group. http://www.pps.univ-paris-diderot.fr/~jch/software/polipo/ Gabriel Kerneis menuconfig PACKAGE_privoxy tristate "privoxy................................................ Privoxy WEB Proxy" default y if DEFAULT_privoxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcre if !PRIVOXY_no_pcre select PACKAGE_libpthread if !PRIVOXY_no_pthread select PACKAGE_zlib if !PRIVOXY_no_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Privoxy WEB Proxy - Homepage: www.privoxy.org http://www.privoxy.org/ help Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, modifying web page content, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks. Run as : privoxy=8118:privoxy=8118 Version: 3.0.28-1 Home : http://www.privoxy.org/ source "feeds/packages/net/privoxy/Config.in" config PACKAGE_radicale-py2 tristate "radicale-py2................... Radicale CalDAV/CardDAV server (Python 2)" default y if DEFAULT_radicale-py2 default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-openssl select PACKAGE_python-xml select PACKAGE_python-logging select PACKAGE_python-codecs help Radicale CalDAV/CardDAV server (Python 2) - Homepage: http://radicale.org/ http://radicale.org/ help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. !!! Will install and use Python 2 !!! . Version : 1.1.6 Homepage: http://radicale.org/ config PACKAGE_radicale-py3 tristate "radicale-py3................... Radicale CalDAV/CardDAV server (Python 3)" default y if DEFAULT_radicale-py3 default m if ALL select PACKAGE_python3-urllib select PACKAGE_python3-logging select PACKAGE_python3-codecs depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-openssl select PACKAGE_python3-xml help Radicale CalDAV/CardDAV server (Python 3) - Homepage: http://radicale.org/ http://radicale.org/ help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. !!! Will install and use Python 3 !!! . Version : 1.1.6 Homepage: http://radicale.org/ config PACKAGE_radicale2 tristate "radicale2............................. Radicale 2.x CalDAV/CardDAV server" default y if DEFAULT_radicale2 default m if ALL select PACKAGE_python3-setuptools select PACKAGE_python3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-vobject select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-dateutil help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. This package contains the python files. Note that md5 encryption of passwords requires passlib, and bcrypt encryption requires passlib + bcrypt. These are not added as hard dependencies as users may be running radicale2 with a web server doing the authentication instead of radicale2. http://radicale.org/ Daniel Dickinson config PACKAGE_radicale2-examples tristate "radicale2-examples........................... Radicale v2 example configs" default y if DEFAULT_radicale2-examples default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. . This package contains upstream configs for example purposes. http://radicale.org/ Daniel Dickinson config PACKAGE_radicale2-src tristate "radicale2-src............... Radicale 2.x CalDAV/CardDAV server (sources)" default y if DEFAULT_radicale2-src default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. This package contains the python files. Note that md5 encryption of passwords requires passlib, and bcrypt encryption requires passlib + bcrypt. These are not added as hard dependencies as users may be running radicale2 with a web server doing the authentication instead of radicale2. . (Contains the Python3 sources for this package). http://radicale.org/ Daniel Dickinson config PACKAGE_shadowsocks-libev-config tristate "shadowsocks-libev-config................ shadowsocks-libev config scripts" default y if DEFAULT_shadowsocks-libev-config default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help shadowsocks-libev config scripts https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou config PACKAGE_shadowsocks-libev-ss-local tristate "shadowsocks-libev-ss-local.................... shadowsocks-libev ss-local" default y if DEFAULT_shadowsocks-libev-ss-local default m if ALL select PACKAGE_libsodium select PACKAGE_shadowsocks-libev-config select PACKAGE_libmbedtls select PACKAGE_libev select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help shadowsocks-libev ss-local https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou config PACKAGE_shadowsocks-libev-ss-redir tristate "shadowsocks-libev-ss-redir.................... shadowsocks-libev ss-redir" default y if DEFAULT_shadowsocks-libev-ss-redir default m if ALL select PACKAGE_libev select PACKAGE_libmbedtls select PACKAGE_shadowsocks-libev-config select PACKAGE_libsodium select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help shadowsocks-libev ss-redir https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou config PACKAGE_shadowsocks-libev-ss-rules tristate "shadowsocks-libev-ss-rules.................... shadowsocks-libev ss-rules" default y if DEFAULT_shadowsocks-libev-ss-rules default m if ALL select PACKAGE_iptables-mod-tproxy select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_shadowsocks-libev-ss-server tristate "shadowsocks-libev-ss-server.................. shadowsocks-libev ss-server" default y if DEFAULT_shadowsocks-libev-ss-server default m if ALL select PACKAGE_libmbedtls select PACKAGE_libev select PACKAGE_libsodium select PACKAGE_shadowsocks-libev-config select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcares help shadowsocks-libev ss-server https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou config PACKAGE_shadowsocks-libev-ss-tunnel tristate "shadowsocks-libev-ss-tunnel.................. shadowsocks-libev ss-tunnel" default y if DEFAULT_shadowsocks-libev-ss-tunnel default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libsodium select PACKAGE_shadowsocks-libev-config select PACKAGE_libmbedtls select PACKAGE_libev help shadowsocks-libev ss-tunnel https://github.com/shadowsocks/shadowsocks-libev Yousong Zhou config PACKAGE_sockd tristate "sockd................................................. Dante SOCKS Daemon" default y if DEFAULT_sockd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy". This package provides the Dante sockd daemon. http://www.inet.no/dante/ Jo-Philipp Wich config PACKAGE_socksify tristate "socksify.............................................. Dante SOCKS Client" default y if DEFAULT_socksify default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Dante is a circuit-level firewall/proxy that can be used to provide convenient and secure network connectivity, requiring only that the server Dante runs on has external network connectivity. Dante is used daily by Fortune 100 companies and large international organizations, either as a standard SOCKS server or as a "reverse proxy". This package provides the Dante socksify client. http://www.inet.no/dante/ Jo-Philipp Wich config PACKAGE_spawn-fcgi tristate "spawn-fcgi............................ Tool to spawn fastcgi applications" default y if DEFAULT_spawn-fcgi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help spawn-fcgi is used to spawn fastcgi applications http://redmine.lighttpd.net/projects/spawn-fcgi Daniel Golle menuconfig PACKAGE_squid tristate "squid...................................... full-featured Web proxy cache" default y if DEFAULT_squid default m if ALL select PACKAGE_libopenssl if SQUID_use-openssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libatomic select PACKAGE_librt select PACKAGE_libcap if SQUID_with-libcap select PACKAGE_libltdl select PACKAGE_librt if USE_GLIBC select PACKAGE_libgnutls if SQUID_use-gnutls select PACKAGE_libpthread select PACKAGE_libnettle if SQUID_with-nettle select PACKAGE_libexpat if SQUID_with-expat select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_libxml2 if SQUID_with-libxml2 help Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. http://www.squid-cache.org/ Marko Ratkaj source "feeds/packages/net/squid/Config.in" config PACKAGE_squid-mod-cachemgr tristate "squid-mod-cachemgr............ Web based proxy manager and reporting tool" default y if DEFAULT_squid-mod-cachemgr default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_squid select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Web based proxy manager and reporting tool http://www.squid-cache.org/ Marko Ratkaj config PACKAGE_tinyproxy tristate "tinyproxy................ Tinyproxy is a lightweight HTTP and HTTPS proxy" default y if DEFAULT_tinyproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tinyproxy is a lightweight HTTP and HTTPS proxy https://tinyproxy.github.io/ Jo-Philipp Wich config PACKAGE_uhttpd tristate "uhttpd........................ uHTTPd - tiny, single threaded HTTP server" default y if DEFAULT_uhttpd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libjson-script select PACKAGE_libjson-c select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json help uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua support. It is intended as a drop-in replacement for the Busybox HTTP daemon. Felix Fietkau config uhttpd_lua depends on PACKAGE_uhttpd-mod-lua bool "Enable Integrated Lua interpreter" default y config PACKAGE_uhttpd-mod-lua tristate "uhttpd-mod-lua... uHTTPd - tiny, single threaded HTTP server (Lua plugin)" default y if DEFAULT_uhttpd-mod-lua default m if ALL depends on PACKAGE_uhttpd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC help The Lua plugin adds a CGI-like Lua runtime interface to uHTTPd. Felix Fietkau config PACKAGE_uhttpd-mod-ubus tristate "uhttpd-mod-ubus. uHTTPd - tiny, single threaded HTTP server (ubus plugin)" default y if DEFAULT_uhttpd-mod-ubus default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libblobmsg-json depends on PACKAGE_uhttpd select PACKAGE_libssp if GCC_LIBSSP help The ubus plugin adds a HTTP/JSON RPC proxy for ubus and publishes the session.* namespace and procedures. Felix Fietkau menuconfig PACKAGE_uwsgi tristate "uwsgi................................................... The uWSGI server" default y if DEFAULT_uwsgi default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libuuid select PACKAGE_libcap select PACKAGE_libssp if GCC_LIBSSP help The uWSGI project (to be used together with nginx or nginx-ssl). https://uwsgi-docs.readthedocs.io/en/latest/ Ansuel Smith config PACKAGE_uwsgi-cgi-plugin tristate "uwsgi-cgi-plugin..................... The CGI plugin for the uWSGI server" default y if DEFAULT_uwsgi-cgi-plugin default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_uwsgi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_uwsgi help The CGI plugin for the uWSGI project. Ansuel Smith config PACKAGE_uwsgi-logfile-plugin tristate "uwsgi-logfile-plugin............. The Logfile plugin for the uWSGI server" default y if DEFAULT_uwsgi-logfile-plugin default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_uwsgi select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_uwsgi help The Logfile plugin for the uWSGI project. Ansuel Smith config PACKAGE_uwsgi-luci-support tristate "uwsgi-luci-support....................... Support files for LuCI on Nginx" default y if DEFAULT_uwsgi-luci-support default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_uwsgi-cgi-plugin select PACKAGE_uwsgi-syslog-plugin depends on PACKAGE_uwsgi select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_uwsgi help Support files for LuCI on Nginx Ansuel Smith config PACKAGE_uwsgi-python3-plugin tristate "uwsgi-python3-plugin............. The Python3 plugin for the uWSGI server" default y if DEFAULT_uwsgi-python3-plugin default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-light depends on PACKAGE_uwsgi depends on PACKAGE_uwsgi help The Python3 plugin for the uWSGI project. Ansuel Smith config PACKAGE_uwsgi-syslog-plugin tristate "uwsgi-syslog-plugin............... The Syslog plugin for the uWSGI server" default y if DEFAULT_uwsgi-syslog-plugin default m if ALL depends on PACKAGE_uwsgi select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_uwsgi help The Syslog plugin for the uWSGI project. Ansuel Smith endmenu menu "Wireless" config PACKAGE_hcxdumptool tristate "hcxdumptool.................................................. hcxdumptool" default y if DEFAULT_hcxdumptool default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Small tool to capture packets from wlan devices. After capturing, upload the "uncleaned" cap here (https://wpa-sec.stanev.org/?submit) to see if your ap or the client is vulnerable by using common wordlists. Convert the cap to hccapx and/or to WPA-PMKID-PBKDF2 hashline (16800) with hcxpcaptool (hcxtools) and check if wlan-key or plainmasterkey was transmitted unencrypted. https://github.com/ZerBea/hcxdumptool Andreas Nilsen config PACKAGE_hcxtools tristate "hcxtools........................................................ hcxtools" default y if DEFAULT_hcxtools default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc help Set of tools convert packets from captures (h = hash, c = capture, convert and calculate candidates, x = different hashtypes) for the use with latest hashcat or John the Ripper. https://github.com/ZerBea/hcxtools Andreas Nilsen endmenu menu "dial-in/up" config PACKAGE_rp-pppoe-common tristate "rp-pppoe-common......................... PPPoE (PPP over Ethernet) common" default y if DEFAULT_rp-pppoe-common default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ppp help Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains files common to server and relay. http://roaringpenguin.com/products/pppoe config PACKAGE_rp-pppoe-relay tristate "rp-pppoe-relay........................... PPPoE (PPP over Ethernet) relay" default y if DEFAULT_rp-pppoe-relay default n depends on PACKAGE_ppp select PACKAGE_librt if USE_GLIBC select PACKAGE_rp-pppoe-common select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-relay. http://roaringpenguin.com/products/pppoe config PACKAGE_rp-pppoe-server tristate "rp-pppoe-server......................... PPPoE (PPP over Ethernet) server" default y if DEFAULT_rp-pppoe-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_kmod-ppp select PACKAGE_ppp-mod-pppoe select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_ppp select PACKAGE_rp-pppoe-common select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) help Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-server. http://roaringpenguin.com/products/pppoe config PACKAGE_rp-pppoe-sniff tristate "rp-pppoe-sniff......................... PPPoE (PPP over Ethernet) sniffer" default y if DEFAULT_rp-pppoe-sniff default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ppp depends on BROKEN select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Dubbed RP-PPPoE, this open-source product is ideal for Linux users with a DSL "modem" whose Internet service provider uses PPPoE. This package contains pppoe-sniff. http://roaringpenguin.com/products/pppoe endmenu menu "tcprelay" config PACKAGE_tcpbridge tristate "tcpbridge................... Bridge network traffic across two interfaces" default y if DEFAULT_tcpbridge default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt select PACKAGE_librt if USE_GLIBC help tcpbridge is a tool for selectively briding network traffic across two interfaces and optionally modifying the packets in between http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpcapinfo tristate "tcpcapinfo........... Pcap file dissector for debugging broken pcap files" default y if DEFAULT_tcpcapinfo default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help tcpcapinfo is a tool for decoding the structure of a pcap(3) file with a focus on finding broken pcap files and determining how two related pcap files might differ. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpliveplay tristate "tcpliveplay" default y if DEFAULT_tcpliveplay default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help This program, 'tcpliveplay' replays a captured set of packets using new TCP connections with the captured TCP payloads against a remote host in order to do comprehensive vulnerability testings. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpprep tristate "tcpprep................... Create a tcpreplay cache file from a pcap file" default y if DEFAULT_tcpprep default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC help tcpprep is a ``pcap(3)'' file pre-processor which creates a cache file which provides "rules" for ``tcprewrite(1)'' and ``tcpreplay(1)'' on how to process and send packets. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpreplay tristate "tcpreplay.................... Replay network traffic stored in pcap files" default y if DEFAULT_tcpreplay default m if ALL select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other tools which write pcap(3) files. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpreplay-all tristate "tcpreplay-all....................... Pcap editing and replaying utilities" default y if DEFAULT_tcpreplay-all default m if ALL select PACKAGE_libc select PACKAGE_tcpcapinfo select PACKAGE_tcpbridge select PACKAGE_librt if USE_GLIBC select PACKAGE_tcpprep select PACKAGE_libpthread if USE_GLIBC select PACKAGE_tcpreplay select PACKAGE_tcprewrite select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_tcpliveplay select PACKAGE_tcpreplay-edit help Tcpreplay is a suite of free Open Source utilities for editing and replaying previously captured network traffic. Originally designed to replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers. Version 4.0.0 introduces features and performance enhancements to support switches, routers, and IP Flow/NetFlow appliances. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcpreplay-edit tristate "tcpreplay-edit............... Replay network traffic stored in pcap files" default y if DEFAULT_tcpreplay-edit default m if ALL select PACKAGE_libc select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help tcpreplay-edit includes all the functionality of both tcpreplay and tcprewrite. http://tcpreplay.appneta.com/ Alexandru Ardelean config PACKAGE_tcprewrite tristate "tcprewrite............................ Rewrite the packets in a pcap file" default y if DEFAULT_tcprewrite default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_librt help Rewrite/edit the packets in a pcap file http://tcpreplay.appneta.com/ Alexandru Ardelean endmenu menu "wireless" config PACKAGE_aircrack-ng tristate "aircrack-ng" default y if DEFAULT_aircrack-ng default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-genl select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libsqlite3 if AIRCRACK_NG_SQLITE3 select PACKAGE_libnl-core select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libhwloc if AIRCRACK_NG_HWLOC select PACKAGE_libgcrypt if AIRCRACK_NG_GCRYPT select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_zlib select PACKAGE_libopenssl if AIRCRACK_NG_OPENSSL help WLAN tools for breaking 802.11 WEP/WPA keys https://www.aircrack-ng.org/ Rick Farina source "feeds/packages/net/aircrack-ng/Config.in" config PACKAGE_airmon-ng tristate "airmon-ng. Bash script designed to turn wireless cards into monitor mode." default y if DEFAULT_airmon-ng default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_pciutils if CONFIG_PCI_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_procps-ng select PACKAGE_ethtool select PACKAGE_wireless-tools select PACKAGE_usbutils if CONFIG_USB_SUPPORT help Bash script designed to turn wireless cards into monitor mode. http://www.aircrack-ng.org/ Rick Farina config PACKAGE_dynapoint tristate "dynapoint................................... Dynamic access point manager" default y if DEFAULT_dynapoint default m if ALL select PACKAGE_lua select PACKAGE_libubus-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_libubox-lua select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Dynapoint uses LUA scripts to allow dynamic access point creation and deletion depending on changes of certain network conditions. Tobias Ilte config PACKAGE_horst tristate "horst........................ Highly Optimized 802.11 Radio Scanning Tool" default y if DEFAULT_horst default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help [horst] is a scanning and analysis tool for 802.11 wireless networks and especially IBSS (ad-hoc) mode and mesh networks (OLSR). http://br1.einfach.org/tech/horst/ Bruno Randolf config PACKAGE_kismet-client tristate "kismet-client.............................................. Kismet client" default y if DEFAULT_kismet-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libnl select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC help An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet text interface client. http://www.kismetwireless.net/ Jean-Michel lacroix config PACKAGE_kismet-drone tristate "kismet-drone................................................ Kismet drone" default y if DEFAULT_kismet-drone default m if ALL select PACKAGE_wireless-tools select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libcap select PACKAGE_libnl select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet remote sniffing.and monitoring drone. http://www.kismetwireless.net/ Jean-Michel lacroix config PACKAGE_kismet-server tristate "kismet-server.............................................. Kismet server" default y if DEFAULT_kismet-server default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_wireless-tools select PACKAGE_libcap select PACKAGE_libnl select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help An 802.11 layer2 wireless network detector, sniffer, and intrusion detection system. This package contains the kismet server. http://www.kismetwireless.net/ Jean-Michel lacroix config PACKAGE_pixiewps tristate "pixiewps............................... An offline WPS bruteforce utility" default y if DEFAULT_pixiewps default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Pixiewps is a tool written in C used to bruteforce offline the WPS PIN exploiting the low or non-existing entropy of some Access Points, the so-called "pixie-dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only. https://github.com/wiire-a/pixiewps Yousong Zhou config PACKAGE_reaver tristate "reaver......... Efficient brute force attack against Wifi Protected Setup" default y if DEFAULT_reaver default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Reaver has been designed to be a robust and practical attack against Wi-Fi Protected Setup (WPS) registrar PINs in order to recover WPA/WPA2 passphrases. It has been tested against a wide variety of access points and WPS implementations. This is reaver-wps-fork-t6x, a community forked version, which has included various bug fixes and additional attack method (the offline Pixie Dust attack). https://github.com/t6x/reaver-wps-fork-t6x Yousong Zhou config PACKAGE_wavemon tristate "wavemon.................. N-curses based wireless network devices monitor" default y if DEFAULT_wavemon default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libncurses select PACKAGE_libnl-genl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help wavemon is a ncurses-based monitoring application for wireless network devices. It currently works under Linux with devices that are supported by the wireless extensions by Jean Tourrilhes (included in Kernel 2.4 and higher), e.g. the Lucent Orinoco cards. https://github.com/uoaerg/wavemon/releases Jonathan McCrohan config PACKAGE_wifischedule tristate "wifischedule............... Turns WiFi on and off according to a schedule" default y if DEFAULT_wifischedule default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Turns WiFi on and off according to a schedule defined in UCI. Nils Koenig endmenu config PACKAGE_464xlat tristate "464xlat............................................. 464xlat CLAT support" default y if DEFAULT_464xlat default m if ALL select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_6in4 tristate "6in4.................................. IPv6-in-IPv4 configuration support" default y if DEFAULT_6in4 default m if ALL depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-sit select PACKAGE_uclient-fetch select PACKAGE_librt if USE_GLIBC help Provides support for 6in4 tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details. Jo-Philipp Wich config PACKAGE_6rd tristate "6rd............................................ 6rd configuration support" default y if DEFAULT_6rd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-sit depends on IPV6 help Provides support for 6rd tunnels in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details. Steven Barth config PACKAGE_6to4 tristate "6to4.................................. IPv6-to-IPv4 configuration support" default y if DEFAULT_6to4 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on IPV6 select PACKAGE_kmod-sit select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Provides support for 6to4 tunnels in /etc/config/network. Refer to https://openwrt.org/docs/guide-user/base-system/basic-networking configuration details. Jo-Philipp Wich config PACKAGE_acme tristate "acme........................................... ACME (Letsencrypt) client" default y if DEFAULT_acme default m if ALL select PACKAGE_socat select PACKAGE_openssl-util select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_wget select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_ca-bundle help A client for issuing Letsencrypt certificates. https://acme.sh Toke Høiland-Jørgensen config PACKAGE_acme-dnsapi tristate "acme-dnsapi............ DNS API integration for ACME (Letsencrypt) client" default y if DEFAULT_acme-dnsapi default m if ALL select PACKAGE_acme select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package provides DNS API integration for ACME (Letsencrypt) client. Toke Høiland-Jørgensen config PACKAGE_adblock tristate "adblock... Powerful adblock script to block ad/abuse domains by using DNS" default y if DEFAULT_adblock default m if ALL select PACKAGE_jshn select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_jsonfilter select PACKAGE_ca-bundle select PACKAGE_coreutils select PACKAGE_coreutils-sort select PACKAGE_librt if USE_GLIBC select PACKAGE_opkg help Powerful adblock script to block ad/abuse domains via dnsmasq, unbound, named or kresd. The script supports many domain blacklist sites plus manual black- and whitelist overrides. Please see https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md for further information. Dirk Brenken config PACKAGE_addrwatch tristate "addrwatch.................... IPv4/IPv6 and ethernet address pairing tool" default y if DEFAULT_addrwatch default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 help This is a tool similar to arpwatch. It main purpose is to monitor network and log discovered ethernet/ip pairings. Addrwatch is extremely useful in networks with IPv6 autoconfiguration (RFC4862) enabled. It allows to track IPv6 addresses of hosts using IPv6 privacy extensions (RFC4941). https://github.com/fln/addrwatch Ondrej Caletka config PACKAGE_ahcpd tristate "ahcpd............................... Ad-Hoc Configuration Protocol daemon" default y if DEFAULT_ahcpd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_alfred tristate "alfred... A.L.F.R.E.D. - Almighty Lightweight Fact Remote Exchange Daemon" default y if DEFAULT_alfred default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny select PACKAGE_librt depends on IPV6 select PACKAGE_lua if ALFRED_NEEDS_lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgps if ALFRED_NEEDS_libgps help alfred is a user space daemon for distributing arbitrary local information over the mesh/network in a decentralized fashion. This data can be anything which appears to be useful - originally designed to replace the batman-adv visualization (vis), you may distribute hostnames, phone books, administration information, DNS information, the local weather forecast ... alfred runs as daemon in the background of the system. A user may insert information by using the alfred binary on the command line, or use special programs to communicate with alfred (done via unix sockets). alfred then takes care of distributing the local information to other alfred servers on other nodes. This is done via IPv6 link-local multicast, and does not require any configuration. A user can request data from alfred, and will receive the information available from all alfred servers in the network. https://www.open-mesh.org/ source "feeds/routing/alfred/Config.in" config PACKAGE_apcupsd tristate "apcupsd............................................. UPS control software" default y if DEFAULT_apcupsd default m if ALL select PACKAGE_libusb-compat select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help UPS control software http://www.apcupsd.org/ Othmar Truniger config PACKAGE_apcupsd-cgi tristate "apcupsd-cgi.............................. UPS control software CGI module" default y if DEFAULT_apcupsd-cgi default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgd help UPS control software CGI module http://www.apcupsd.org/ Othmar Truniger config PACKAGE_apinger tristate "apinger" default y if DEFAULT_apinger default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Alarm Pinger (apinger) is a little tool which monitors various IP devices by simple ICMP echo requests. There are various other tools, that can do this, but most of them are shell or perl scripts, spawning many processes, thus much CPU-expensive, especially when one wants continuous monitoring and fast response on target failure. Alarm Pinger is a single program written in C, so it doesn't need much CPU power even when monitoring many targets with frequent probes. Alarm Pinger supports both IPv4 and IPv6. The code have been tested on Linux and FreeBSD. https://github.com/Jajcus/apinger Alex Samorukov config PACKAGE_arp-scan tristate "arp-scan..................................................... ARP scanner" default y if DEFAULT_arp-scan default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help ARP scanner https://github.com/royhills/arp-scan Sergey Urushkin config PACKAGE_banip tristate "banip................ Ban incoming and/or outgoing ip adresses via ipsets" default y if DEFAULT_banip default m if ALL select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_batctl-default tristate "batctl-default" default y if DEFAULT_batctl-default default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced. It is an easier method for configuring batman-adv and provides some additional tools for debugging as well. This package builds version 2019.2 of the user space utility. Standard subcommands for configuration and online debugging are enabled. https://www.open-mesh.org/ Simon Wunderlich config PACKAGE_batctl-full tristate "batctl-full... B.A.T.M.A.N. Advanced user space configuration tool (Full)" default y if DEFAULT_batctl-full default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-tiny select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced. It is an easier method for configuring batman-adv and provides some additional tools for debugging as well. This package builds version 2019.2 of the user space utility. Subcommands for configuration, online and offline debugging are enabled. https://www.open-mesh.org/ Simon Wunderlich config PACKAGE_batctl-tiny tristate "batctl-tiny" default y if DEFAULT_batctl-tiny default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libnl-tiny select PACKAGE_libssp if GCC_LIBSSP help batctl is a more intuitive managment utility for B.A.T.M.A.N.-Advanced. It is an easier method for configuring batman-adv and provides some additional tools for debugging as well. This package builds version 2019.2 of the user space utility. Only configuration relevant subcommands are enabled. https://www.open-mesh.org/ Simon Wunderlich config PACKAGE_beanstalkd tristate "beanstalkd..................................................... Beanstalk" default y if DEFAULT_beanstalkd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Beanstalk is a simple, fast work queue. Philip Prindeville config PACKAGE_bmon tristate "bmon................................ bmon is a portable bandwidth monitor" default y if DEFAULT_bmon default m if ALL select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libnl-route select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-core select PACKAGE_confuse select PACKAGE_terminfo help bmon is a portable bandwidth monitor and rate estimator running on various operating systems. It supports various input methods for different architectures. https://github.com/tgraf/bmon/ Baptiste Jonglez config PACKAGE_boinc tristate "boinc....................................................... BOINC client" default y if DEFAULT_boinc default m if ALL select PACKAGE_zlib select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bzip2 select PACKAGE_libstdcpp select PACKAGE_curl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help The Berkeley Open Infrastructure for Network Computing (BOINC) is a software platform for distributed computing: several initiatives of various scientific disciplines all compete for the idle time of desktop computers. The developers' web site at the University of Berkeley serves as a common portal to the otherwise independently run projects. This package provides the BOINC core client program that is required to participate in any project that uses BOINC to control what projects to join and to determine constraints for the computation like the percentage of CPU time. OpenWrt does not provide the graphical BOINC Manager, but you can connect to this machine from the BOINC Manager of your desktop computer. https://github.com/BOINC/boinc/ Christian Dreihsig , Steffen Moeller menuconfig PACKAGE_bwm-ng tristate "bwm-ng............................................................ bwm-ng" default y if DEFAULT_bwm-ng default m if ALL select PACKAGE_libncurses if BWMNG_LIBNCURSES select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Bandwidth Monitor NG is a small and simple console-based live network and disk io bandwidth monitor. http://www.gropp.org/?id=projects&sub=bwm-ng Julen Landa Alustiza source "feeds/packages/net/bwm-ng/Config.in" config PACKAGE_chat tristate "chat................................. Establish conversation with a modem" default y if DEFAULT_chat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains an utility to establish conversation with other PPP servers (via a modem). https://ppp.samba.org/ Felix Fietkau config PACKAGE_cifsmount tristate "cifsmount........................................... CIFS mount utilities" default y if DEFAULT_cifsmount default m if ALL select PACKAGE_kmod-fs-cifs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help CIFS mount utilities https://wiki.samba.org/index.php/LinuxCIFS_utils Florian Fainelli config PACKAGE_coap-server tristate "coap-server.............................. CoAP (RFC 7252) server programs" default y if DEFAULT_coap-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcoap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Constrained Application Protocol (RFC 7252) server and resource directory server Anton Glukhov config PACKAGE_conserver tristate "conserver......... Connect multiple user to a serial console with logging" default y if DEFAULT_conserver default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Conserver is an application that allows multiple users to watch a serial console at the same time. It can log the data, allows users to take write-access of a console (one at a time), and has a variety of bells and whistles to accentuate that basic functionality. The idea is that conserver will log all your serial traffic so you can go back and review why something crashed, look at changes (if done on the console), or tie the console logs into a monitoring system (just watch the logfiles it creates). With multi-user capabilities you can work on equipment with others, mentor, train, etc. It also does all that client-server stuff so that, assuming you have a network connection, you can interact with any of the equipment from home or wherever. http://www.conserver.com/ Bjørn Mork config PACKAGE_cshark tristate "cshark........................................... CloudShark capture tool" default y if DEFAULT_cshark default m if ALL select PACKAGE_libubox select PACKAGE_libpcap select PACKAGE_libuclient select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libustream-mbedtls select PACKAGE_libuci select PACKAGE_libjson-c help CloudShark capture tool http://www.cloudshark.org/ Luka Perkov config PACKAGE_daemonlogger tristate "daemonlogger........................................ Software Network Tap" default y if DEFAULT_daemonlogger default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libdnet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Software Network Tap http://www.snort.org/snort-downloads/additional-downloads Mirko Vogt config PACKAGE_darkstat tristate "darkstat....................................... Network bandwidth monitor" default y if DEFAULT_darkstat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help darkstat is a packet sniffer that runs as a background process on a cable/DSL router, gathers all sorts of statistics about network usage, and serves them over HTTP. http://unix4lyfe.org/darkstat/ Jean-Michel Lacroix config PACKAGE_dhcpcd tristate "dhcpcd..................... DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client" default y if DEFAULT_dhcpcd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help DHCPv4, IPv6RS and DHCPv6 client with IPv4LL support dhcpcd is a one stop network management daemon which includes * RFC compliant DHCPv4 and DHCPv6 clients * DHCPv6 Prefix Delegation support * IPv4LL (aka ZeroConf) support * ARP address conflict resolution * Link carrier detection * Wireless SSID profiles * ARP ping profiles http://roy.marples.name/projects/dhcpcd Marko Ratkaj config PACKAGE_dmapd tristate "dmapd.............................................................. dmapd" default y if DEFAULT_dmapd default m if ALL depends on !(ALL) || AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libdmapsharing select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgst1pbutils select PACKAGE_libdb47 select PACKAGE_vips help Dmapd is a DMAP server http://www.flyn.org/projects/dmapd/ W. Michael Petullo config PACKAGE_dnscrypt-proxy2 tristate "dnscrypt-proxy2.......... Flexible DNS proxy with encrypted DNS protocols" default y if DEFAULT_dnscrypt-proxy2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ca-bundle depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_dnscrypt-proxy != y) help A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTPS. https://github.com/DNSCrypt/dnscrypt-proxy Josef Schlehofer config PACKAGE_ds-lite tristate "ds-lite.................. Dual-Stack Lite (DS-Lite) configuration support" default y if DEFAULT_ds-lite default m if ALL select PACKAGE_kmod-ip6-tunnel select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_resolveip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on IPV6 help Provides support for Dual-Stack Lite in /etc/config/network. Refer to http://wiki.openwrt.org/doc/uci/network for configuration details. Steven Barth config PACKAGE_eapol-test tristate "eapol-test...................... 802.1x auth test utility (built-in full)" default y if DEFAULT_eapol-test default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help 802.1x auth test utility (built-in full) Felix Fietkau config PACKAGE_eapol-test-openssl tristate "eapol-test-openssl............... 802.1x auth test utility (OpenSSL full)" default y if DEFAULT_eapol-test-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_eapol-test != y) depends on m || (PACKAGE_eapol-test-wolfssl != y) help 802.1x auth test utility (OpenSSL full) Felix Fietkau config PACKAGE_eapol-test-wolfssl tristate "eapol-test-wolfssl............... 802.1x auth test utility (wolfSSL full)" default y if DEFAULT_eapol-test-wolfssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus depends on m || (PACKAGE_eapol-test != y) help 802.1x auth test utility (wolfSSL full) Felix Fietkau config PACKAGE_esniper tristate "esniper............... Simple, lightweight tool for sniping eBay auctions" default y if DEFAULT_esniper default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-certificates select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libssp if GCC_LIBSSP help Simple, lightweight tool for sniping eBay auctions http://esniper.sourceforge.net/ Thomas Weißschuh config PACKAGE_etherwake tristate "etherwake............... WoL client for magic packets via ethernet frames" default y if DEFAULT_etherwake default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help You can wake up WOL compliant Computers which have been powered down to sleep mode or start WOL compliant Computers with a BIOS feature. WOL is an abbreviation for Wake-on-LAN. It is a standard that allows you to turn on a computer from another location over a network connection. ether-wake also supports WOL passwords. http://ftp.debian.org/debian/pool/main/e/etherwake Peter Wagner config PACKAGE_ethtool tristate "ethtool......................... Display or change ethernet card settings" default y if DEFAULT_ethtool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help ethtool is a small utility for examining and tuning your ethernet-based network interface http://www.kernel.org/pub/software/network/ethtool/ Felix Fietkau config ETHTOOL_PRETTY_DUMP depends on PACKAGE_ethtool bool "Enable pretty printing" config PACKAGE_fakeidentd tristate "fakeidentd...................................... A static, secure identd." default y if DEFAULT_fakeidentd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help A static secure identd, only one source file. http://www.guru-group.fi/~too/sw/releases/ Daniel Gimpelevich config PACKAGE_foolsm tristate "foolsm.............................................. A link state monitor" default y if DEFAULT_foolsm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ssmtp help foolsm is a link state monitor for carrying out actions when a link transistions from the up to down state or vice versa. http://lsm.foobar.fi/ config PACKAGE_fping tristate "fping................... sends ICMP ECHO_REQUEST packets to network hosts" default y if DEFAULT_fping default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping. Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion. https://fping.org/ Nikil Mehta config PACKAGE_geth tristate "geth.................................................. Ethereum Go client" default y if DEFAULT_geth default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Ethereum is a decentralized platform that runs smart contracts, applications that run exactly as programmed without possibility of downtime, censorship, fraud or third party interference. https://geth.ethereum.org/ Mislav Novakovic menuconfig PACKAGE_gnunet tristate "gnunet............ GNUnet - a peer-to-peer framework focusing on security" default y if DEFAULT_gnunet default m if ALL select PACKAGE_libunistring select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libidn2 select PACKAGE_libatomic select PACKAGE_libgcrypt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zlib select PACKAGE_librt select PACKAGE_libltdl select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libgpg-error select PACKAGE_libc help GNUnet is a peer-to-peer framework focusing on security. The first and primary application for GNUnet is anonymous file-sharing. GNUnet is currently developed by a worldwide group of independent free software developers. GNUnet is a GNU package (http://www.gnu.org/). This is an ALPHA release. There are known and significant bugs as well as many missing features in this release. This package provides the core components of GNUnet including the CADET routing engine, a DHT implementation and basic transports as well as their helpers. https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-auction tristate "gnunet-auction................................. GNUnet auction components" default y if DEFAULT_gnunet-auction default m if ALL select PACKAGE_gnunet-reclaim select PACKAGE_jansson select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet help GNUnet auction components https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-conversation tristate "gnunet-conversation........................ GNUnet conversation component" default y if DEFAULT_gnunet-conversation default m if ALL select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libopus select PACKAGE_libc select PACKAGE_libgst1app depends on PACKAGE_gnunet select PACKAGE_libgstreamer1 select PACKAGE_libogg select PACKAGE_libgst1audio select PACKAGE_gnunet-gns select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_pulseaudio-daemon select PACKAGE_libssp if GCC_LIBSSP help GNUnet conversation component https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-curl tristate "gnunet-curl................................ GNUnet cURL wrapper component" default y if DEFAULT_gnunet-curl default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_jansson select PACKAGE_libgnurl help GNUnet cURL wrapper component https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-datastore tristate "gnunet-datastore.......................... GNUnet data storage components" default y if DEFAULT_gnunet-datastore default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_gnunet-gns help GNUnet data storage components https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-dht-cli tristate "gnunet-dht-cli........................... GNUnet DHT command line clients" default y if DEFAULT_gnunet-dht-cli default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet DHT command line clients https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-dhtcache-heap tristate "gnunet-dhtcache-heap................... GNUnet heap-based dhtcache plugin" default y if DEFAULT_gnunet-dhtcache-heap default y if PACKAGE_gnunet select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_gnunet-dhtcache-pgsql != y) depends on m || (PACKAGE_gnunet-dhtcache-sqlite != y) help GNUnet heap-based dhtcache plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-dhtcache-pgsql tristate "gnunet-dhtcache-pgsql.................. GNUnet PostgreSQL dhtcache plugin" default y if DEFAULT_gnunet-dhtcache-pgsql default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-pgsql select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_gnunet-dhtcache-sqlite != y) help GNUnet PostgreSQL dhtcache plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-dhtcache-sqlite tristate "gnunet-dhtcache-sqlite................. GNUnet libsqlite3 dhtcache plugin" default y if DEFAULT_gnunet-dhtcache-sqlite default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-sqlite help GNUnet libsqlite3 dhtcache plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-experiments tristate "gnunet-experiments........................ GNUnet experimental components" default y if DEFAULT_gnunet-experiments default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_libglpk help GNUnet experimental components https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fs tristate "gnunet-fs................................. GNUnet file-sharing components" default y if DEFAULT_gnunet-fs default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libextractor select PACKAGE_gnunet-datastore help GNUnet file-sharing components https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fs-heap tristate "gnunet-fs-heap...................... GNUnet heap-based filesharing plugin" default y if DEFAULT_gnunet-fs-heap default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-datastore select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_gnunet-fs-mysql != y) depends on m || (PACKAGE_gnunet-fs-pgsql != y) depends on m || (PACKAGE_gnunet-fs-sqlite != y) help GNUnet heap-based filesharing plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fs-mysql tristate "gnunet-fs-mysql......................... GNUnet mySQL filesharing plugins" default y if DEFAULT_gnunet-fs-mysql default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gnunet-mysql depends on PACKAGE_gnunet select PACKAGE_gnunet-datastore select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_gnunet-fs-pgsql != y) depends on m || (PACKAGE_gnunet-fs-sqlite != y) help GNUnet mySQL filesharing plugins https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fs-pgsql tristate "gnunet-fs-pgsql..................... GNUnet PostgreSQL filesharing plugin" default y if DEFAULT_gnunet-fs-pgsql default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_gnunet-pgsql select PACKAGE_gnunet-datastore depends on m || (PACKAGE_gnunet-fs-sqlite != y) help GNUnet PostgreSQL filesharing plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fs-sqlite tristate "gnunet-fs-sqlite.................... GNUnet libsqlite3 filesharing plugin" default y if DEFAULT_gnunet-fs-sqlite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_gnunet-datastore select PACKAGE_gnunet-sqlite depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet libsqlite3 filesharing plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-fuse tristate "gnunet-fuse............................. GNUnet filesystem mount via FUSE" default y if DEFAULT_gnunet-fuse default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-fs select PACKAGE_libfuse select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet filesystem mount via FUSE https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-gns tristate "gnunet-gns............................. GNUnet name resolution components" default y if DEFAULT_gnunet-gns default y if PACKAGE_gnunet select PACKAGE_iptables-mod-extra select PACKAGE_librt if USE_GLIBC select PACKAGE_gnunet-vpn depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNUnet name resolution components https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-gns-flat tristate "gnunet-gns-flat.......................... GNUnet flat storage GNS plugins" default y if DEFAULT_gnunet-gns-flat default y if PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-gns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNUnet flat storage GNS plugins https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-gns-pgsql tristate "gnunet-gns-pgsql........................... GNUnet PostgreSQL GNS plugins" default y if DEFAULT_gnunet-gns-pgsql default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-gns select PACKAGE_gnunet-pgsql select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on m || (PACKAGE_gnunet-gns-sqlite != y) depends on m || (PACKAGE_gnunet-gns-flat != y) help GNUnet PostgreSQL GNS plugins https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-gns-proxy tristate "gnunet-gns-proxy.............................. GNUnet gns-proxy component" default y if DEFAULT_gnunet-gns-proxy default m if ALL select PACKAGE_gnunet-curl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libmicrohttpd-ssl select PACKAGE_gnunet-gns depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet gns-proxy component https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-gns-sqlite tristate "gnunet-gns-sqlite.......................... GNUnet libsqlite3 gns plugins" default y if DEFAULT_gnunet-gns-sqlite default m if ALL depends on PACKAGE_gnunet select PACKAGE_gnunet-sqlite select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_gnunet-gns depends on m || (PACKAGE_gnunet-gns-flat != y) help GNUnet libsqlite3 gns plugins https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-hostlist tristate "gnunet-hostlist......... GNUnet HTTP bootstrap hostlist client and server" default y if DEFAULT_gnunet-hostlist default y if PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_libmicrohttpd-ssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_gnunet-curl select PACKAGE_ca-certificates select PACKAGE_librt if USE_GLIBC help GNUnet HTTP bootstrap hostlist client and server https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-mysql tristate "gnunet-mysql........................................ GNUnet mySQL backend" default y if DEFAULT_gnunet-mysql default m if ALL depends on PACKAGE_gnunet select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet mySQL backend https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-namestore-fcfsd tristate "gnunet-namestore-fcfsd. GNUnet first-come-first-serve registration server" default y if DEFAULT_gnunet-namestore-fcfsd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmicrohttpd-ssl select PACKAGE_gnunet-gns depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet first-come-first-serve registration server https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-peerstore-flat tristate "gnunet-peerstore-flat............... GNUnet flat storage peerstore plugin" default y if DEFAULT_gnunet-peerstore-flat default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet flat storage peerstore plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-peerstore-sqlite tristate "gnunet-peerstore-sqlite............... GNUnet libsqlite3 peerstore plugin" default y if DEFAULT_gnunet-peerstore-sqlite default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_gnunet select PACKAGE_gnunet-sqlite select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_gnunet-peerstore-flat != y) help GNUnet libsqlite3 peerstore plugin https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-pgsql tristate "gnunet-pgsql................................... GNUnet PostgreSQL backend" default y if DEFAULT_gnunet-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNUnet PostgreSQL backend https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-reclaim tristate "gnunet-reclaim................ GNUnet reclaim identity-provider subsystem" default y if DEFAULT_gnunet-reclaim default m if ALL select PACKAGE_gnunet-gns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-sqlite select PACKAGE_libpbc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgabe help GNUnet reclaim identity-provider subsystem https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-rest tristate "gnunet-rest........................................ GNUnet REST interface" default y if DEFAULT_gnunet-rest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-gns select PACKAGE_libmicrohttpd-ssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_jansson select PACKAGE_gnunet-reclaim select PACKAGE_librt if USE_GLIBC help GNUnet REST interface https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-rps tristate "gnunet-rps.................................. GNUnet RPS routing component" default y if DEFAULT_gnunet-rps default y if PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet RPS routing component https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-secushare tristate "gnunet-secushare........................................ GNUnet Secushare" default y if DEFAULT_gnunet-secushare default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_gnunet-reclaim select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet Secushare https://www.secushare.org/ Daniel Golle config PACKAGE_gnunet-secushare-mysql tristate "gnunet-secushare-mysql.......................... GNUnet Secushare (mySQL)" default y if DEFAULT_gnunet-secushare-mysql default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gnunet-mysql depends on PACKAGE_gnunet select PACKAGE_gnunet-secushare select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help GNUnet Secushare (mySQL) https://www.secushare.org/ Daniel Golle config PACKAGE_gnunet-secushare-pgsql tristate "gnunet-secushare-pgsql..................... GNUnet Secushare (PostgreSQL)" default y if DEFAULT_gnunet-secushare-pgsql default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_gnunet-pgsql select PACKAGE_gnunet-secushare help GNUnet Secushare (PostgreSQL) https://www.secushare.org/ Daniel Golle config PACKAGE_gnunet-secushare-sqlite tristate "gnunet-secushare-sqlite........................ GNUnet Secushare (SQLite)" default y if DEFAULT_gnunet-secushare-sqlite default m if ALL select PACKAGE_gnunet-secushare select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gnunet-sqlite depends on PACKAGE_gnunet help GNUnet Secushare (SQLite) https://www.secushare.org/ Daniel Golle config PACKAGE_gnunet-sqlite tristate "gnunet-sqlite.................................. GNUnet libsqlite3 backend" default y if DEFAULT_gnunet-sqlite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet libsqlite3 backend https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-bluetooth tristate "gnunet-transport-bluetooth.................... GNUnet bluetooth transport" default y if DEFAULT_gnunet-transport-bluetooth default m if ALL depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bluez-libs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL help GNUnet bluetooth transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-http_client tristate "gnunet-transport-http_client.......... GNUnet HTTP/HTTPS client transport" default y if DEFAULT_gnunet-transport-http_client default y if PACKAGE_gnunet select PACKAGE_ca-certificates select PACKAGE_librt if USE_GLIBC select PACKAGE_gnunet-curl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet HTTP/HTTPS client transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-http_server tristate "gnunet-transport-http_server.......... GNUnet HTTP/HTTPS server transport" default y if DEFAULT_gnunet-transport-http_server default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_gnunet select PACKAGE_libmicrohttpd-ssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help GNUnet HTTP/HTTPS server transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-tcp tristate "gnunet-transport-tcp................................ GNUnet TCP transport" default y if DEFAULT_gnunet-transport-tcp default y if PACKAGE_gnunet depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNUnet TCP transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-udp tristate "gnunet-transport-udp................................ GNUnet UDP transport" default y if DEFAULT_gnunet-transport-udp default y if PACKAGE_gnunet depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GNUnet UDP transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-transport-wlan tristate "gnunet-transport-wlan.............................. GNUnet WLAN transport" default y if DEFAULT_gnunet-transport-wlan default y if PACKAGE_gnunet depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNUnet WLAN transport https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-utils tristate "gnunet-utils............................ GNUnet administration utililties" default y if DEFAULT_gnunet-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_certtool select PACKAGE_openssl-util help GNUnet administration utililties https://www.gnunet.org/ Daniel Golle config PACKAGE_gnunet-vpn tristate "gnunet-vpn......................................... GNUnet vpn components" default y if DEFAULT_gnunet-vpn default y if PACKAGE_gnunet select PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_firewall select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_gnunet select PACKAGE_libssp if GCC_LIBSSP help GNUnet vpn components https://www.gnunet.org/ Daniel Golle config PACKAGE_gre tristate "gre......................... Generic Routing Encapsulation config support" default y if DEFAULT_gre default m if ALL select PACKAGE_kmod-gre6 if IPV6 select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-gre select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_resolveip select PACKAGE_libssp if GCC_LIBSSP help Generic Routing Encapsulation config support (IPv4 and IPv6) in /etc/config/network. Hans Dedecker config PACKAGE_hnet-full tristate "hnet-full....................................... HNCP Homenet metapackage" default y if DEFAULT_hnet-full default m if ALL select PACKAGE_ohybridproxy select PACKAGE_babeld select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hnetd-nossl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_luci-app-hnet select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_hnet-full-l2tp tristate "hnet-full-l2tp........................ HNCP Homenet metapackage (w/ L2TP)" default y if DEFAULT_hnet-full-l2tp default m if ALL depends on IPV6 select PACKAGE_libc select PACKAGE_kmod-l2tp-eth select PACKAGE_ip-full select PACKAGE_minimalist-pcproxy select PACKAGE_miniupnpd select PACKAGE_librt if USE_GLIBC select PACKAGE_zonestitcher select PACKAGE_luci-app-hnet select PACKAGE_libpthread if USE_GLIBC select PACKAGE_hnetd-nossl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_babeld select PACKAGE_ohybridproxy help HNCP Homenet metapackage (w/ L2TP) https://github.com/sbyx/hnetd Steven Barth config PACKAGE_hnet-full-secure tristate "hnet-full-secure....................... HNCP Homenet metapackage (w/ SSL)" default y if DEFAULT_hnet-full-secure default m if ALL select PACKAGE_zonestitcher select PACKAGE_librt if USE_GLIBC select PACKAGE_minimalist-pcproxy select PACKAGE_miniupnpd depends on IPV6 select PACKAGE_libc select PACKAGE_ohybridproxy select PACKAGE_babeld select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-app-hnet select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_hnetd-nossl tristate "hnetd-nossl...................... HNCP Homenet daemon - no authentication" default y if DEFAULT_hnetd-nossl default m if ALL select PACKAGE_odhcp6c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_netifd select PACKAGE_odhcpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on IPV6 help HNCP Homenet daemon - no authentication https://github.com/sbyx/hnetd Steven Barth config PACKAGE_hnetd-openssl tristate "hnetd-openssl........... HNCP Homenet daemon - authentication via OpenSSL" default y if DEFAULT_hnetd-openssl default m if ALL select PACKAGE_odhcp6c select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on IPV6 select PACKAGE_netifd select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_odhcpd help HNCP Homenet daemon - authentication via OpenSSL https://github.com/sbyx/hnetd Steven Barth config PACKAGE_hostapd tristate "hostapd........................ IEEE 802.1x Authenticator (built-in full)" default y if DEFAULT_hostapd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_librt if USE_GLIBC help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_hostapd-basic tristate "hostapd-basic.............. IEEE 802.1x Authenticator (WPA-PSK, 11r, 11w)" default y if DEFAULT_hostapd-basic default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_hostapd != y) help This package contains a basic IEEE 802.1x/WPA Authenticator with WPA-PSK, 802.11r and 802.11w support. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_hostapd-common tristate "hostapd-common............... hostapd/wpa_supplicant common support files" default y if DEFAULT_hostapd-common default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help hostapd/wpa_supplicant common support files Felix Fietkau config PACKAGE_hostapd-mini tristate "hostapd-mini.................... IEEE 802.1x Authenticator (WPA-PSK only)" default y if DEFAULT_hostapd-mini default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_hostapd-common select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) help This package contains a minimal IEEE 802.1x/WPA Authenticator (WPA-PSK only). http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_hostapd-openssl tristate "hostapd-openssl................. IEEE 802.1x Authenticator (OpenSSL full)" default y if DEFAULT_hostapd-openssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_hostapd-utils tristate "hostapd-utils.......................... IEEE 802.1x Authenticator (utils)" default y if DEFAULT_hostapd-utils default m if ALL depends on PACKAGE_hostapd||PACKAGE_hostapd-basic||PACKAGE_hostapd-mini||PACKAGE_hostapd-openssl||PACKAGE_hostapd-wolfssl||PACKAGE_wpad||PACKAGE_wpad-mesh-openssl||PACKAGE_wpad-mesh-wolfssl||PACKAGE_wpad-basic||PACKAGE_wpad-basic-wolfssl||PACKAGE_wpad-mini||PACKAGE_wpad-openssl||PACKAGE_wpad-wolfssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains a command line utility to control the IEEE 802.1x/WPA/EAP/RADIUS Authenticator. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_hostapd-wolfssl tristate "hostapd-wolfssl................. IEEE 802.1x Authenticator (wolfSSL full)" default y if DEFAULT_hostapd-wolfssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libwolfssl select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_httping tristate "httping.. Httping is like 'ping' but for http-requests (with SSL support)" default y if DEFAULT_httping default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built with SSL support. http://www.vanheusden.com/httping/ Marcin Jurkowski config PACKAGE_httping-nossl tristate "httping-nossl" default y if DEFAULT_httping-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! This package is built without SSL support. http://www.vanheusden.com/httping/ Marcin Jurkowski config PACKAGE_https-dns-proxy tristate "https-dns-proxy..................................... DNS Over HTTPS Proxy" default y if DEFAULT_https-dns-proxy default m if ALL select PACKAGE_ca-bundle select PACKAGE_librt if USE_GLIBC select PACKAGE_libev select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcares select PACKAGE_libcurl select PACKAGE_libssp if GCC_LIBSSP help https-dns-proxy is a light-weight DNS<-->HTTPS, non-caching translation proxy for the RFC 8484 DoH standard. It receives regular (UDP) DNS requests and issues them via DoH. Please see https://docs.openwrt.melmac.net/https-dns-proxy/ for more information. https://docs.openwrt.melmac.net/https-dns-proxy/ Stan Grishin config PACKAGE_i2pd tristate "i2pd...................... full-featured C++ implementation of I2P client" default y if DEFAULT_i2pd default m if ALL select PACKAGE_boost-system select PACKAGE_boost-program_options select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_boost-filesystem select PACKAGE_zlib select PACKAGE_boost-date_time select PACKAGE_libatomic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_boost select PACKAGE_libssp if GCC_LIBSSP help I2P (Invisible Internet Protocol) is a universal anonymous network layer. All communications over I2P are anonymous and end-to-end encrypted, participants don't reveal their real IP addresses. https://github.com/PurpleI2P/i2pd David Yang config PACKAGE_ibrdtn-tools tristate "ibrdtn-tools................................................... DTN Tools" default y if DEFAULT_ibrdtn-tools default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ibrdtn select PACKAGE_libarchive help The IBR-DTN Tools include functionality for sending and receiving files (dtnsend/dtnrecv) and a tools to ping a DTN node (dtnping). Johannes Morgenroth config PACKAGE_ibrdtnd tristate "ibrdtnd....................................................... DTN Daemon" default y if DEFAULT_ibrdtnd default m if ALL select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC select PACKAGE_dtndht select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_ibrdtn select PACKAGE_libssp if GCC_LIBSSP help The implementation of the bundle protocol of the IBR (TU Braunschweig). Johannes Morgenroth config PACKAGE_ifstat tristate "ifstat................................... InterFace STATistics Monitoring" default y if DEFAULT_ifstat default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetsnmp help ifstat is a tool to report network interfaces bandwidth just like vmstat/iostat do for other system counters. It can monitor local interfaces by polling the kernel counters, or remote hosts interfaces using SNMP. http://gael.roualland.free.fr/ifstat/ Nikil Mehta config PACKAGE_iftop tristate "iftop............................. display bandwith usage on an interface" default y if DEFAULT_iftop default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question 'why is our ADSL link so slow?'. http://www.ex-parrot.com/~pdw/iftop/ Jo-Philipp Wich config PACKAGE_iiod tristate "iiod.................................................... Linux IIO daemon" default y if DEFAULT_iiod default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Daemon to access IIO devices via network. https://github.com/analogdevicesinc/libiio Michael Heimpold menuconfig PACKAGE_iotivity tristate "iotivity.............................................. IoTivity C Library" default y if DEFAULT_iotivity default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libmbedtls if PACKAGE_iotivity_SECURE select PACKAGE_librt select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 help IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification. https://www.iotivity.org Hauke Mehrtens if PACKAGE_iotivity config PACKAGE_iotivity_DEBUG bool "IoTivity with debug support" help Build IoTivity with debuging support. config PACKAGE_iotivity_SECURE bool "IoTivity with security support" help Activate security support. config PACKAGE_iotivity_LOGGING bool "IoTivity with logging support" default y help Activate logging support. This will make IoTivity write a lot of log messages to stdout. endif config PACKAGE_iotivity-cpp tristate "iotivity-cpp........................................ IoTivity C++ Library" default y if DEFAULT_iotivity-cpp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_iotivity help IoTivity is a framework for the Internet of Things based on the Open Interconnect Consortium Specification. https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-example-garage tristate "iotivity-example-garage.......................... IoTivity Garage example" default y if DEFAULT_iotivity-example-garage default m if ALL select PACKAGE_iotivity select PACKAGE_iotivity-cpp select PACKAGE_librt if USE_GLIBC select PACKAGE_iotivity-resource-directory-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC help An IoTivity example application https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-example-simple tristate "iotivity-example-simple.................. IoTivity simple client + server" default y if DEFAULT_iotivity-example-simple default m if ALL select PACKAGE_iotivity select PACKAGE_iotivity-resource-directory-lib select PACKAGE_librt if USE_GLIBC select PACKAGE_iotivity-cpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC help The IoTivity simple client and simple server exmaple https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-oic-middle tristate "iotivity-oic-middle.................................. IoTivity OIC Middle" default y if DEFAULT_iotivity-oic-middle default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_iotivity select PACKAGE_iotivity-cpp select PACKAGE_librt if USE_GLIBC select PACKAGE_iotivity-resource-directory-lib help IoTivity OIC Middle https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-resource-container-hue tristate "iotivity-resource-container-hue... IoTivity Resource Container Hue Bundle" default y if DEFAULT_iotivity-resource-container-hue default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_iotivity select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on !USE_UCLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_iotivity-resource-container-lib help IoTivity Resource Container Hue Bundle https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-resource-container-lib tristate "iotivity-resource-container-lib...... IoTivity Resource Container library" default y if DEFAULT_iotivity-resource-container-lib default m if ALL select PACKAGE_boost-date_time select PACKAGE_libpthread if USE_GLIBC select PACKAGE_boost-thread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-system select PACKAGE_iotivity-cpp select PACKAGE_libc select PACKAGE_boost depends on !USE_UCLIBC select PACKAGE_iotivity select PACKAGE_librt if USE_GLIBC help IoTivity Resource Container library https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-resource-container-sample tristate "iotivity-resource-container-sample" default y if DEFAULT_iotivity-resource-container-sample default m if ALL select PACKAGE_iotivity select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC select PACKAGE_iotivity-resource-container-lib help IoTivity Resource Container sample Application https://www.iotivity.org Hauke Mehrtens config PACKAGE_iotivity-resource-directory-lib tristate "iotivity-resource-directory-lib...... IoTivity Resource Directory library" default y if DEFAULT_iotivity-resource-directory-lib default m if ALL select PACKAGE_iotivity select PACKAGE_iotivity-cpp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC help IoTivity Resource Directory library https://www.iotivity.org Hauke Mehrtens config PACKAGE_iperf tristate "iperf......................... Internet Protocol bandwidth measuring tool" default y if DEFAULT_iperf default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX help Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics. http://sourceforge.net/projects/iperf2/ Felix Fietkau config PACKAGE_iperf3 tristate "iperf3........................ Internet Protocol bandwidth measuring tool" default y if DEFAULT_iperf3 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics. https://github.com/esnet/iperf Felix Fietkau config PACKAGE_iperf3-ssl tristate "iperf3-ssl" default y if DEFAULT_iperf3-ssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Internet Protocol bandwidth measuring tool with iperf_auth support https://github.com/esnet/iperf Felix Fietkau config PACKAGE_ipip tristate "ipip...................................... IP in IP Tunnel config support" default y if DEFAULT_ipip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_resolveip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-ipip select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help IP in IP Tunnel config support in /etc/config/network. Hans Dedecker config PACKAGE_ipset tristate "ipset....................................... IPset administration utility" default y if DEFAULT_ipset default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-ipt-ipset select PACKAGE_libmnl select PACKAGE_librt if USE_GLIBC select PACKAGE_libipset help IPset administration utility http://ipset.netfilter.org/ Jo-Philipp Wich config PACKAGE_ipset-dns tristate "ipset-dns................. A lightweight DNS forwarder to populate ipsets" default y if DEFAULT_ipset-dns default m if ALL select PACKAGE_libmnl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help The ipset-dns daemon is a lightweight DNS forwarding server that adds all resolved IPs to a given netfilter ipset. It is designed to be used in conjunction with dnsmasq's upstream server directive. Practical use cases include routing over a given gateway traffic for particular web services or webpages that do not have a priori predictable IP addresses and instead rely on dizzying arrays of DNS resolutions. http://git.zx2c4.com/ipset-dns/about/ Jo-Philipp Wich config PACKAGE_iptraf-ng tristate "iptraf-ng..................... A console-based network monitoring program" default y if DEFAULT_iptraf-ng default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help iptraf-ng is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. https://infrastructure.fedoraproject.org/infra/hosted-content/iptraf-ng/ Florian Fainelli config PACKAGE_iputils-arping tristate "iputils-arping.......................................... iputils - arping" default y if DEFAULT_iputils-arping default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsysfs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Program arping from iputils. Sends ARP REQUEST to a neighbour host. http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-clockdiff tristate "iputils-clockdiff.................................... iputils - clockdiff" default y if DEFAULT_iputils-clockdiff default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Program clockdiff from iputils. Measures clock difference between hosts. http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-ping tristate "iputils-ping.............................................. iputils - ping" default y if DEFAULT_iputils-ping default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Program ping from iputils. Sends ICMP ECHO_REQUEST to network hosts (IPv4). http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-ping6 tristate "iputils-ping6............................................ iputils - ping6" default y if DEFAULT_iputils-ping6 default m if ALL depends on IPV6 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl if USE_GLIBC help Program ping6 from iputils. Sends ICMP ECHO_REQUEST to network hosts (IPv6). http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-tftpd tristate "iputils-tftpd............................................ iputils - tftpd" default y if DEFAULT_iputils-tftpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Program tftpd from iputils Trivial File Transfer Protocol server. http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-tracepath tristate "iputils-tracepath.................................... iputils - tracepath" default y if DEFAULT_iputils-tracepath default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Program tracepath from iputils. Traces path to a network host discovering MTU along this path (IPv4). http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-tracepath6 tristate "iputils-tracepath6.................................. iputils - tracepath6" default y if DEFAULT_iputils-tracepath6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Program tracepath6 from iputils. Traces path to a network host discovering MTU along this path (IPv6). http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_iputils-traceroute6 tristate "iputils-traceroute6................................ iputils - traceroute6" default y if DEFAULT_iputils-traceroute6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPV6 help Program traceroute6 from iputils. Traces path to a network host (IPv6). http://www.skbuff.net/iputils Jo-Philipp Wich config PACKAGE_ipvsadm tristate "ipvsadm.......................... IP Virtual Server Configuration Manager" default y if DEFAULT_ipvsadm default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libpopt select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-nf-ipvs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPV6 help IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. The command line tool ipvsadm is used to set up, maintain or inspect the virtual server table in the Linux kernel. The Linux Virtual Server can be used to build scalable network services based on a cluster of two or more nodes. http://www.linuxvirtualserver.org Mauro Mozzarelli , Florian Eckert config PACKAGE_iw tristate "iw.............................. cfg80211 interface configuration utility" default y if DEFAULT_iw default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help cfg80211 interface configuration utility http://wireless.kernel.org/en/users/Documentation/iw Felix Fietkau config PACKAGE_iw-full tristate "iw-full.......... cfg80211 interface configuration utility (full version)" default y if DEFAULT_iw-full default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl-tiny select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help cfg80211 interface configuration utility (full version) http://wireless.kernel.org/en/users/Documentation/iw Felix Fietkau config PACKAGE_ixp4xx-microcode tristate "ixp4xx-microcode................ Microcode for the IXP4xx network engines" default y if DEFAULT_ixp4xx-microcode default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on TARGET_ixp4xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the microcode needed to use the network engines in IXP4xx CPUs config PACKAGE_jool tristate "jool................................................... Jool meta-package" default y if DEFAULT_jool default m if ALL depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-jool select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_jool-tools help Jool is an Open Source SIIT and NAT64 for Linux. https://www.jool.mx config PACKAGE_jool-tools tristate "jool-tools............................... Jool userspace control programs" default y if DEFAULT_jool-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnl select PACKAGE_ethtool select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Jool is an Open Source SIIT and NAT64 for Linux. This package provides the userspace control programs for Jool. https://www.jool.mx config PACKAGE_keepalived tristate "keepalived..... VRRP with failover and monitoring daemon for LVS clusters" default y if DEFAULT_keepalived default m if ALL select PACKAGE_libnl-route if KEEPALIVED_VRRP select PACKAGE_libc select PACKAGE_libnfnetlink if KEEPALIVED_VRRP select PACKAGE_libmagic select PACKAGE_librt if USE_GLIBC select PACKAGE_glib2 if KEEPALIVED_DBUS select PACKAGE_kmod-macvlan if KEEPALIVED_VRRP select PACKAGE_libjson-c if KEEPALIVED_JSON select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxtables if KEEPALIVED_IPTABLES select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libipset if KEEPALIVED_IPTABLES select PACKAGE_libnl-genl select PACKAGE_libopenssl if KEEPALIVED_SHA1 select PACKAGE_libnetsnmp if (KEEPALIVED_SNMP_VRRP||KEEPALIVED_SNMP_CHECKER||KEEPALIVED_SNMP_RFC2||KEEPALIVED_SNMP_RFC3) select PACKAGE_libip4tc if KEEPALIVED_IPTABLES help VRRP with failover and monitoring daemon for Linux Virtual Server (LVS) clusters. http://www.keepalived.org/ Ben Kelly Florian Eckert source "feeds/packages/net/keepalived/Config.in" config PACKAGE_knxd tristate "knxd...................................................... EIB KNX daemon" default y if DEFAULT_knxd default m if ALL select PACKAGE_libfmt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libev select PACKAGE_libusb-1.0 select PACKAGE_librt if USE_GLIBC help EIB KNX Daemon Othmar Truniger config PACKAGE_kplex tristate "kplex................................... NMEA-0183 multiplexer and router" default y if DEFAULT_kplex default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Kplex is a program for combining and routing NMEA-0183 data to and from multiple sources and destinations. kplex inputs and outputs may be any of Serial lines, Pseudo Terminals (ptys), Network Interfaces and Files. http://www.stripydog.com/kplex/ Nuno Goncalves config PACKAGE_krb5-client tristate "krb5-client............................................ Kerberos 5 Client" default y if DEFAULT_krb5-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_krb5-libs help Kerberos 5 Client https://web.mit.edu/kerberos/ W. Michael Petullo config PACKAGE_krb5-libs tristate "krb5-libs.................................... Kerberos 5 Shared Libraries" default y if DEFAULT_krb5-libs default m if ALL select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcomerr select PACKAGE_libss help Kerberos 5 Shared Libraries http://web.mit.edu/kerberos/ W. Michael Petullo config PACKAGE_krb5-server tristate "krb5-server............................................ Kerberos 5 Server" default y if DEFAULT_krb5-server default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_krb5-libs help Kerberos 5 Server https://web.mit.edu/kerberos/ W. Michael Petullo config PACKAGE_krb5-server-extras tristate "krb5-server-extras............................... Kerberos 5 Admin Server" default y if DEFAULT_krb5-server-extras default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_krb5-libs select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Kerberos 5 Admin Server https://web.mit.edu/kerberos/ W. Michael Petullo config PACKAGE_lcdringer tristate "lcdringer...................................................... lcdringer" default y if DEFAULT_lcdringer default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_loudmouth select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgee select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_brcm2708 select PACKAGE_libgstreamer1 help lcdringer https://www.flyn.org/projects/lcdringer/ W. Michael Petullo config PACKAGE_libipset tristate "libipset.................................... IPset administration utility" default y if DEFAULT_libipset default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl select PACKAGE_kmod-ipt-ipset help IPset administration utility http://ipset.netfilter.org/ Jo-Philipp Wich config PACKAGE_libndp tristate "libndp....................................................... NDP Library" default y if DEFAULT_libndp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Library for Neighbor Discovery Protocol https://github.com/jpirko/libndp/ Thomas Guyot-Sionnest config PACKAGE_linknx tristate "linknx...................................... KNX home automation platform" default y if DEFAULT_linknx default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_pthsem select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libesmtp select PACKAGE_luac select PACKAGE_libcurl select PACKAGE_libc help KNX home automation platform https://github.com/linknx/linknx Othmar Truniger menuconfig PACKAGE_ltq-adsl-app tristate "ltq-adsl-app.................................... Lantiq DSL userland tool" default y if DEFAULT_ltq-adsl-app default m if ALL||ALL_NONSHARED depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy||TARGET_lantiq_ase) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Infineon DSL CPE API for Amazon SE, Danube and Vinax. http://www.lantiq.com/ John Crispin config PACKAGE_ltq-vdsl-app tristate "ltq-vdsl-app................................... Lantiq VDSL userland tool" default y if DEFAULT_ltq-vdsl-app default m if ALL||ALL_NONSHARED depends on TARGET_lantiq_xrx200 select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Userland tool needed to control Lantiq VDSL CPE http://www.lantiq.com/ config PACKAGE_ltq-vdsl-mei_test tristate "ltq-vdsl-mei_test............................ Lantiq mei driver test tool" default y if DEFAULT_ltq-vdsl-mei_test default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_lantiq_xrx200 help Userland tool to directly control the mei driver, this is only needed for test and development purposes. http://www.lantiq.com/ John Crispin config PACKAGE_ltq-vdsl-vr9-vectoring-fw-installer tristate "ltq-vdsl-vr9-vectoring-fw-installer... VDSL2 Vectoring Firmware installer" default y if DEFAULT_ltq-vdsl-vr9-vectoring-fw-installer default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_lantiq select PACKAGE_kmod-ltq-vdsl-vr9 depends on TARGET_lantiq_xrx200 select PACKAGE_libssp if GCC_LIBSSP help VDSL2 Vectoring Firmware installer Daniel Golle config PACKAGE_lynx tristate "lynx....................................... Lynx is the text web browser " default y if DEFAULT_lynx default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_ca-bundle select PACKAGE_zlib help Classic non-graphical (text-mode) web browser http://lynx.invisible-island.net/ Leonid Esman config PACKAGE_mac-telnet-client tristate "mac-telnet-client............................ MAC-Telnet / MAC-SSH client" default y if DEFAULT_mac-telnet-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libubox help Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich config PACKAGE_mac-telnet-discover tristate "mac-telnet-discover........................ MAC-Telnet / MAC-SSH discover" default y if DEFAULT_mac-telnet-discover default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich config PACKAGE_mac-telnet-ping tristate "mac-telnet-ping................................ MAC-Telnet / MAC-SSH ping" default y if DEFAULT_mac-telnet-ping default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich config PACKAGE_mac-telnet-server tristate "mac-telnet-server............................ MAC-Telnet / MAC-SSH server" default y if DEFAULT_mac-telnet-server default m if ALL select PACKAGE_libubox select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Open source MAC Telnet client and server utilities for connecting to Mikrotik RouterOS routers and Linux machines via MAC address. https://github.com/jow-/MAC-Telnet Jo-Philipp Wich config MACTELNET_PLAIN_SUPPORT bool "Include support for plain telnet connections" depends on PACKAGE_mac-telnet-server default y help Disable this option to only support SSH logins to the MAC-Telnet server. config PACKAGE_map tristate "map............. MAP-E/MAP-T and Lightweight 4over6 configuration support" default y if DEFAULT_map default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_iptables select PACKAGE_iptables-mod-conntrack-extra select PACKAGE_libubus select PACKAGE_kmod-ip6-tunnel select PACKAGE_kmod-nat46 depends on IPV6 select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Provides support for MAP-E (RFC7597), MAP-T (RFC7599) and Lightweight 4over6 (RFC7596) in /etc/config/network. MAP combines address and port translation with the tunneling of IPv4 packets over an IPv6 network Hans Dedecker config PACKAGE_memcached tristate "memcached. The high-performance, distributed memory object caching system" default y if DEFAULT_memcached default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Free and open source, high-performance, distributed memory object caching system https://memcached.org/ Thomas Heil config PACKAGE_mii-tool tristate "mii-tool......................... configure media type using MII commands" default y if DEFAULT_mii-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The mii-tool command allows you to set or autodetect the media type or mii chipset-based ethernet devices. It traditionally had been distributed in the net-tools package. This is a single distribution optimized for embedded systems and fully automated cross/-sysroot-builds http://net-tools.sourceforge.net/ Stijn Segers config PACKAGE_mikrotik-btest tristate "mikrotik-btest........... Bandwidth test client for Mikrotik BTest server" default y if DEFAULT_mikrotik-btest default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help A bandwidth test client compatible with Mikrotik's RouterOS BTest server. https://github.com/kadosch/mikrotik_btest.git Roger Pueyo Centelles config PACKAGE_mini_snmpd tristate "mini_snmpd...................... A tiny SNMP server for embedded systems " default y if DEFAULT_mini_snmpd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_ubox select PACKAGE_procd select PACKAGE_jsonfilter select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ubus help A tiny SNMP server for embedded systems http://troglobit.github.io/mini-snmpd.html Marcin Jurkowski config PACKAGE_minimalist-pcproxy tristate "minimalist-pcproxy................................. Lightweight PCP proxy" default y if DEFAULT_minimalist-pcproxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains a daemon which can be used to forward PCP (Port Control Protocol - RFC6887) requests requests to PCP remote servers. In and of itself, it is not very useful, but combined with hnetd+miniupnpd it allows for control of NAT forwarding and firewall pinholes from multiple hops away. https://github.com/fingon/minimalist-pcproxy Markus Stenberg config PACKAGE_modemmanager tristate "modemmanager...... Control utility for any kind of mobile broadband modem" default y if DEFAULT_modemmanager default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libmbim if MODEMMANAGER_WITH_MBIM select PACKAGE_ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_glib2 select PACKAGE_dbus select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libqmi if MODEMMANAGER_WITH_QMI help ModemManager is a D-Bus-activated service which allows controlling mobile broadband modems. Add kernel modules for your modems as needed. Select Utilities/usb-modeswitch if needed. https://www.freedesktop.org/wiki/Software/ModemManager Nicholas Smith source "feeds/packages/net/modemmanager/Config.in" config PACKAGE_mosquitto-client-nossl tristate "mosquitto-client-nossl.... mosquitto - client tools (Without SSL support)" default y if DEFAULT_mosquitto-client-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libmosquitto-nossl select PACKAGE_libcares select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built without SSL support http://www.mosquitto.org/ Karl Palsson config PACKAGE_mosquitto-client-ssl tristate "mosquitto-client-ssl......... mosquitto - client tools (With SSL support)" default y if DEFAULT_mosquitto-client-ssl default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libcares select PACKAGE_libmosquitto-ssl help Command line client tools for publishing messages to MQTT servers and subscribing to topics. This package is built with SSL support http://www.mosquitto.org/ Karl Palsson config PACKAGE_mosquitto-nossl tristate "mosquitto-nossl. mosquitto - an MQTT message broker (without SSL support)" default y if DEFAULT_mosquitto-nossl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built WITHOUT SSL support. http://www.mosquitto.org/ Karl Palsson config PACKAGE_mosquitto-ssl tristate "mosquitto-ssl...... mosquitto - an MQTT message broker (with SSL support)" default y if DEFAULT_mosquitto-ssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libwebsockets-openssl if MOSQUITTO_LWS select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Mosquitto is an open source (BSD licensed) message broker that implements the MQTT protocol version 3.1 and 3.1.1. MQTT provides a lightweight method of carrying out messaging using a publish/subscribe model. This package also includes some basic support for configuring via UCI This package is built with SSL support. TLS-PSK will be included (in both the client and broker) if OpenSSL is built with TLS-PSK support. http://www.mosquitto.org/ Karl Palsson source "feeds/packages/net/mosquitto/Config.in" config PACKAGE_mrd6 tristate "mrd6....................................... IPv6 multicast routing daemon" default y if DEFAULT_mrd6 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Multicast is becoming a major component in next generation networks, used in several scenarios, from video broadcasting to multimedia conferencing. In order to be implemented, new technology needs supporting hardware and software across a set of devices and systems. MRD6 is an implementation of a modular IPv6 Multicast Routing Framework for the Linux operating system and provides MLDv2 (as well as MLDv1), PIM-SM and MBGP support. http://fivebits.net/proj/mrd6 Steven Barth config PACKAGE_mtr tristate "mtr.................................. Full screen ncurses traceroute tool" default y if DEFAULT_mtr default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, it sends a sequence ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. https://www.bitwizard.nl/mtr/ Jonathan McCrohan config PACKAGE_nbd tristate "nbd....................................... Network Block Device utilities" default y if DEFAULT_nbd default m if ALL select PACKAGE_kmod-nbd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the network block device client. http://nbd.sourceforge.net Marcin Jurkowski config PACKAGE_nbd-server tristate "nbd-server................................... Network Block Device Server" default y if DEFAULT_nbd-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_glib2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This package contains the network block device server. http://nbd.sourceforge.net Marcin Jurkowski config PACKAGE_ncp tristate "ncp.......................................... copy files over the network" default y if DEFAULT_ncp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help copy files over the network https://www.fefe.de/ncp/ Andreas Shimokawa config PACKAGE_ndppd tristate "ndppd................................................... NDP Proxy Daemon" default y if DEFAULT_ndppd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery Protocol) messages between interfaces. ndppd currently only supports Neighbor Solicitation Messages and Neighbor Advertisement Messages. The ndp_proxy provided by Linux doesn't support listing proxies, and only hosts are supported. No subnets. ndppd solves this by listening for Neighbor Solicitation messages on an interface, then query the internal interfaces for that target IP before finally sending a Neighbor Advertisement message. http://www.priv.nu/projects/ndppd/ Gabriel Kerneis config PACKAGE_ndptool tristate "ndptool......................................................... NDP Tool" default y if DEFAULT_ndptool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libndp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Tool for Neighbor Discovery Protocol https://github.com/jpirko/libndp/ Thomas Guyot-Sionnest config PACKAGE_netcat tristate "netcat............ A feature-rich network debugging and exploration tool." default y if DEFAULT_netcat default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. http://netcat.sourceforge.net/ Adam Gensler config PACKAGE_netdiscover tristate "netdiscover................ An active/passive address reconnaissance tool" default y if DEFAULT_netdiscover default m if ALL select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libnet-1.2.x select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help An active/passive address reconnaissance tool https://sourceforge.net/projects/netdiscover Mislav Novakovic config PACKAGE_netifyd tristate "netifyd..................................................... Netify Agent" default y if DEFAULT_netifyd default m if ALL select PACKAGE_libnetfilter-conntrack depends on !USE_UCLIBC select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libstdcpp select PACKAGE_zlib select PACKAGE_libmnl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libjson-c help The Netify Agent is a deep-packet inspection server which detects network protocols and applications. These detections can be saved locally, served over a UNIX or TCP socket, and/or "pushed" (via HTTP POSTs) to a remote third-party server. Flow metadata, network statistics, and detection classifications are JSON encoded for easy consumption by third-party applications. http://www.netify.ai/ Darryl Sokoloski config PACKAGE_netperf tristate "netperf............................. Network performance measurement tool" default y if DEFAULT_netperf default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Network performance measurement tool http://www.netperf.org/ Toke Høiland-Jørgensen config PACKAGE_nextdns tristate "nextdns..................................... NextDNS DNS over HTTPS Proxy" default y if DEFAULT_nextdns default m if ALL select PACKAGE_ca-bundle select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) help Official NextDNS DNS over HTTPS Proxy. https://github.com/nextdns/nextdns Olivier Poitrey config PACKAGE_nlbwmon tristate "nlbwmon.................................... OpenWrt Traffic Usage Monitor" default y if DEFAULT_nlbwmon default m if ALL select PACKAGE_libnl-tiny select PACKAGE_kmod-nf-conntrack-netlink select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help OpenWrt Traffic Usage Monitor Jo-Philipp Wich config PACKAGE_noping tristate "noping.... Ncurses application to send ICMP echo request to network hosts" default y if DEFAULT_noping default m if ALL select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liboping select PACKAGE_libssp if GCC_LIBSSP help Ncurses application to send ICMP echo request to network hosts https://noping.cc Jo-Philipp Wich menuconfig PACKAGE_nut tristate "nut.............................................. Network UPS Tools (NUT)" default y if DEFAULT_nut default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. http://www.networkupstools.org/ Daniel Dickinson source "feeds/packages/net/nut/Config.in" config PACKAGE_nut-avahi-service tristate "nut-avahi-service................ Network UPS Tools (NUT) (Avahi service)" default y if DEFAULT_nut-avahi-service default m if ALL depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_nut-common tristate "nut-common.............................. Network UPS Tools (NUT) (common)" default y if DEFAULT_nut-common default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-compat if NUT_DRIVER_USB select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libnetsnmp if NUT_DRIVER_SNMP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl if NUT_SSL help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. This package contains the common files. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-al175 tristate "nut-driver-al175............................... al175 (NUT serial driver)" default y if DEFAULT_nut-driver-al175 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server help Driver for Eltek UPS models with AL175 alarm module http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-apcsmart tristate "nut-driver-apcsmart......................... apcsmart (NUT serial driver)" default y if DEFAULT_nut-driver-apcsmart default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL help Driver for American Power Conversion Smart Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-apcsmart-old tristate "nut-driver-apcsmart-old................. apcsmart-old (NUT serial driver)" default y if DEFAULT_nut-driver-apcsmart-old default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL help Driver for American Power Conversion Smart Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-apcupsd-ups tristate "nut-driver-apcupsd-ups................... apcupsd-ups (NUT serial driver)" default y if DEFAULT_nut-driver-apcupsd-ups default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP help Driver for apcupsd client access http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bcmxcp tristate "nut-driver-bcmxcp............................. bcmxcp (NUT serial driver)" default y if DEFAULT_nut-driver-bcmxcp default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut help Driver for UPSes supporting the serial BCM/XCP protocol http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bcmxcp_usb tristate "nut-driver-bcmxcp_usb........................ bcmxcp_usb (NUT usb driver)" default y if DEFAULT_nut-driver-bcmxcp_usb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB help Experimental driver for UPSes supporting the BCM/XCP protocol over USB http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-belkin tristate "nut-driver-belkin............................. belkin (NUT serial driver)" default y if DEFAULT_nut-driver-belkin default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for Belkin serial UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-belkinunv tristate "nut-driver-belkinunv....................... belkinunv (NUT serial driver)" default y if DEFAULT_nut-driver-belkinunv default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Driver for Belkin "Universal UPS" and compatible http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bestfcom tristate "nut-driver-bestfcom......................... bestfcom (NUT serial driver)" default y if DEFAULT_nut-driver-bestfcom default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_librt if USE_GLIBC help Driver for Best Power Fortress/Ferrups http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bestfortress tristate "nut-driver-bestfortress................. bestfortress (NUT serial driver)" default y if DEFAULT_nut-driver-bestfortress default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Driver for old Best Fortress UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bestuferrups tristate "nut-driver-bestuferrups................. bestuferrups (NUT serial driver)" default y if DEFAULT_nut-driver-bestuferrups default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Driver for Best Power Micro-Ferrups http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-bestups tristate "nut-driver-bestups........................... bestups (NUT serial driver)" default y if DEFAULT_nut-driver-bestups default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Driver for Best Power / SOLA (Phoenixtec protocol) UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-blazer_ser tristate "nut-driver-blazer_ser..................... blazer_ser (NUT serial driver)" default y if DEFAULT_nut-driver-blazer_ser default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_librt if USE_GLIBC help Driver for Megatec/Q1 protocol serial based UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-blazer_usb tristate "nut-driver-blazer_usb........................ blazer_usb (NUT usb driver)" default y if DEFAULT_nut-driver-blazer_usb default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_USB select PACKAGE_librt if USE_GLIBC help Driver for Megatec/Q1 protocol USB based UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-clone tristate "nut-driver-clone............................... clone (NUT serial driver)" default y if DEFAULT_nut-driver-clone default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help UPS driver clone http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-dummy-ups tristate "nut-driver-dummy-ups....................... dummy-ups (NUT serial driver)" default y if DEFAULT_nut-driver-dummy-ups default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Driver for multi-purpose UPS emulation http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-etapro tristate "nut-driver-etapro............................. etapro (NUT serial driver)" default y if DEFAULT_nut-driver-etapro default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for ETA UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-everups tristate "nut-driver-everups........................... everups (NUT serial driver)" default y if DEFAULT_nut-driver-everups default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Driver for Ever UPS models http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-gamatronic tristate "nut-driver-gamatronic..................... gamatronic (NUT serial driver)" default y if DEFAULT_nut-driver-gamatronic default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server help Driver for Gamatronic UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-genericups tristate "nut-driver-genericups..................... genericups (NUT serial driver)" default y if DEFAULT_nut-driver-genericups default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for contact-closure UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-isbmex tristate "nut-driver-isbmex............................. isbmex (NUT serial driver)" default y if DEFAULT_nut-driver-isbmex default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server help Driver for ISBMEX UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-ivtscd tristate "nut-driver-ivtscd............................. ivtscd (NUT serial driver)" default y if DEFAULT_nut-driver-ivtscd default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_SERIAL select PACKAGE_librt if USE_GLIBC help Driver for the IVT Solar Controller Device http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-liebert tristate "nut-driver-liebert........................... liebert (NUT serial driver)" default y if DEFAULT_nut-driver-liebert default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL help Driver for Liebert contact-closure UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-liebert-esp2 tristate "nut-driver-liebert-esp2................. liebert-esp2 (NUT serial driver)" default y if DEFAULT_nut-driver-liebert-esp2 default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP help Driver for Liebert UPS http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-masterguard tristate "nut-driver-masterguard................... masterguard (NUT serial driver)" default y if DEFAULT_nut-driver-masterguard default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_SERIAL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut help Driver for Masterguard UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-metasys tristate "nut-driver-metasys........................... metasys (NUT serial driver)" default y if DEFAULT_nut-driver-metasys default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for Meta System UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-mge-shut tristate "nut-driver-mge-shut......................... mge-shut (NUT serial driver)" default y if DEFAULT_nut-driver-mge-shut default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for SHUT Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-mge-utalk tristate "nut-driver-mge-utalk....................... mge-utalk (NUT serial driver)" default y if DEFAULT_nut-driver-mge-utalk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Driver for MGE UPS SYSTEMS UTalk protocol equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-microdowell tristate "nut-driver-microdowell................... microdowell (NUT serial driver)" default y if DEFAULT_nut-driver-microdowell default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Driver for Microdowell Enterprise UPS series http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-nutdrv_atcl_usb tristate "nut-driver-nutdrv_atcl_usb.............. nutdrv_atcl_usb (NUT usb driver)" default y if DEFAULT_nut-driver-nutdrv_atcl_usb default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server help Driver for ATCL FOR UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-nutdrv_qx tristate "nut-driver-nutdrv_qx.......................... nutdrv_qx (NUT usb driver)" default y if DEFAULT_nut-driver-nutdrv_qx default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB help Driver for Q* protocol serial and USB based UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-oldmge-shut tristate "nut-driver-oldmge-shut................... oldmge-shut (NUT serial driver)" default y if DEFAULT_nut-driver-oldmge-shut default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_librt if USE_GLIBC help Driver for SHUT Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-oneac tristate "nut-driver-oneac............................... oneac (NUT serial driver)" default y if DEFAULT_nut-driver-oneac default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut help Driver for Oneac UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-optiups tristate "nut-driver-optiups........................... optiups (NUT serial driver)" default y if DEFAULT_nut-driver-optiups default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut help Driver for Opti-UPS (Viewsonic) UPS and Zinto D (ONLINE-USV) equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-powercom tristate "nut-driver-powercom......................... powercom (NUT serial driver)" default y if DEFAULT_nut-driver-powercom default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server help Driver for serial Powercom/Trust/Advice UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-powerpanel tristate "nut-driver-powerpanel..................... powerpanel (NUT serial driver)" default y if DEFAULT_nut-driver-powerpanel default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP help Driver for PowerPanel Plus compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-rhino tristate "nut-driver-rhino............................... rhino (NUT serial driver)" default y if DEFAULT_nut-driver-rhino default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_SERIAL help Driver for Brazilian Microsol RHINO UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-richcomm_usb tristate "nut-driver-richcomm_usb.................... richcomm_usb (NUT usb driver)" default y if DEFAULT_nut-driver-richcomm_usb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut depends on NUT_DRIVER_USB select PACKAGE_librt if USE_GLIBC help Driver for UPS equipment using Richcomm dry-contact to USB solution http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-riello_ser tristate "nut-driver-riello_ser..................... riello_ser (NUT serial driver)" default y if DEFAULT_nut-driver-riello_ser default m if ALL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL select PACKAGE_librt if USE_GLIBC help Driver for Riello UPS Protocol UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-riello_usb tristate "nut-driver-riello_usb........................ riello_usb (NUT usb driver)" default y if DEFAULT_nut-driver-riello_usb default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP help Driver for Riello UPS Protocol UPS equipment via USB http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-safenet tristate "nut-driver-safenet........................... safenet (NUT serial driver)" default y if DEFAULT_nut-driver-safenet default m if ALL depends on NUT_DRIVER_SERIAL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Driver for SafeNet compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-snmp-ups tristate "nut-driver-snmp-ups........................... snmp-ups (NUT snmp driver)" default y if DEFAULT_nut-driver-snmp-ups default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_SNMP depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP help Multi-MIB Driver for SNMP UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-solis tristate "nut-driver-solis............................... solis (NUT serial driver)" default y if DEFAULT_nut-driver-solis default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL help Driver for Brazilian Microsol SOLIS UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-tripplite tristate "nut-driver-tripplite....................... tripplite (NUT serial driver)" default y if DEFAULT_nut-driver-tripplite default m if ALL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on NUT_DRIVER_SERIAL depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Driver for Tripp-Lite SmartPro UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-tripplite_usb tristate "nut-driver-tripplite_usb.................. tripplite_usb (NUT usb driver)" default y if DEFAULT_nut-driver-tripplite_usb default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut help Driver for older Tripp Lite USB UPSes (not PDC HID) http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-tripplitesu tristate "nut-driver-tripplitesu................... tripplitesu (NUT serial driver)" default y if DEFAULT_nut-driver-tripplitesu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Driver for Tripp-Lite SmartOnline (SU) UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-upscode2 tristate "nut-driver-upscode2......................... upscode2 (NUT serial driver)" default y if DEFAULT_nut-driver-upscode2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-server depends on NUT_DRIVER_SERIAL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_nut select PACKAGE_librt if USE_GLIBC help Driver for UPScode II compatible UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-usbhid-ups tristate "nut-driver-usbhid-ups........................ usbhid-ups (NUT usb driver)" default y if DEFAULT_nut-driver-usbhid-ups default m if ALL select PACKAGE_librt if USE_GLIBC depends on NUT_DRIVER_USB select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Driver for USB/HID UPS equipment http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-driver-victronups tristate "nut-driver-victronups..................... victronups (NUT serial driver)" default y if DEFAULT_nut-driver-victronups default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut depends on NUT_DRIVER_SERIAL select PACKAGE_nut-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Driver for IMV/Victron UPS unit Match http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-server tristate "nut-server.............................. Network UPS Tools (NUT) (server)" default y if DEFAULT_nut-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_nut-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsd is responsible for serving the data from the drivers to the clients. It connects to each driver and maintains a local cache of the current state. Queries from the clients are served from this cache, so delays are minimal. This program is essential, and must be running at all times to actually make any use out of the drivers and clients. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upsc tristate "nut-upsc.......................... Network UPS Tools (NUT) (upsc command)" default y if DEFAULT_nut-upsc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_nut-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsc is provided as a quick way to poll the status of a UPS server. It can be used inside shell scripts and other programs that need UPS data but do not want to include the full interface. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upscmd tristate "nut-upscmd.......................... Network UPS Tools (NUT) (controller)" default y if DEFAULT_nut-upscmd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_nut-common depends on PACKAGE_nut select PACKAGE_libssp if GCC_LIBSSP help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upscmd allows you to invoke "instant commands" in your UPS hardware. Not all hardware supports this, so check the list with -l to see if anything will work on your equipment. On hardware that supports it, you can use this program to start and stop battery tests, invoke a front panel test (beep!), turn the load on or off, and more. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upslog tristate "nut-upslog...................... Network UPS Tools (NUT) (logging client)" default y if DEFAULT_nut-upslog default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_nut-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upslog is a daemon that will poll a UPS at periodic intervals, fetch the variables that interest you, format them, and write them to a file. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upsmon tristate "nut-upsmon............................. Network UPS Tools (NUT) (monitor)" default y if DEFAULT_nut-upsmon default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-common depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon is the client process that is responsible for the most important part of UPS monitoring--shutting down the system when the power goes out. It can call out to other helper programs for notification purposes during power events. upsmon can monitor multiple systems using a single process. Every UPS that is defined in the upsmon.conf configuration file is assigned a power value and a type (slave or master). http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upsmon-sendmail-notify tristate "nut-upsmon-sendmail-notify" default y if DEFAULT_nut-upsmon-sendmail-notify default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_nut select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_nut-upsmon depends on m || (PACKAGE_nut-upssched != y) help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsmon with default notification via sendmail http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upsrw tristate "nut-upsrw...................... Network UPS Tools (NUT) (variable editor)" default y if DEFAULT_nut-upsrw default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_nut select PACKAGE_nut-common help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upsrw allows you to view and change the read/write variables inside your UPS. It sends commands via the upsd to your driver, which configures the hardware for you. The list of variables that allow you to change their values is based on the capabilities of your UPS equipment. Not all models support this feature. Typically, cheaper hardware does not support any of them. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-upssched tristate "nut-upssched" default y if DEFAULT_nut-upssched default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_nut-upsmon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-common depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Network UPS Tools (NUT) is a client/server monitoring system that allows computers to share uninterruptible power supply (UPS) and power distribution unit (PDU) hardware. Clients access the hardware through the server, and are notified whenever the power status changes. upssched was created to allow users to execute programs at times relative to events being monitored by upsmon. The original purpose was to allow for a shutdown to occur after some fixed period on battery, but there are other uses that are possible. You can alternatively write your own script and save some space. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_nut-web-cgi tristate "nut-web-cgi.................... Network UPS Tools (NUT) Web CGI interface" default y if DEFAULT_nut-web-cgi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_nut-common depends on PACKAGE_nut select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libgd select PACKAGE_librt if USE_GLIBC help The CGI programs are clients that run through your web server. They allow you to see UPS status and perform certain administrative commands from any web browser. Javascript and cookies are not required. http://www.networkupstools.org/ Daniel Dickinson config PACKAGE_obfs4proxy tristate "obfs4proxy........... A Tor pluggable transport proxy, implementing obfs4" default y if DEFAULT_obfs4proxy default m if ALL depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help obfs4proxy is a tool that attempts to circumvent censorship by transforming the Tor traffic between the client and the bridge. This way censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. obfs4proxy implements the obfsucation protocols obfs2, obfs3, and obfs4. It is written in Go and is compliant with the Tor pluggable transports specification, and its modular architecture allows it to support multiple pluggable transports. This package contains both the client and the bridge in a single program. https://gitlab.com/yawning/obfs4 Jeffery To config PACKAGE_obfsproxy tristate "obfsproxy.................. A pluggable transport proxy written in Python" default y if DEFAULT_obfsproxy default m if ALL depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_python-light select PACKAGE_python-setuptools select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-crypto select PACKAGE_python-twisted select PACKAGE_python-yaml select PACKAGE_python-pyptlib help obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic. https://gitweb.torproject.org/pluggable-transports/obfsproxy.git/ Jeffery To config PACKAGE_obfsproxy-src tristate "obfsproxy-src.... A pluggable transport proxy written in Python (sources)" default y if DEFAULT_obfsproxy-src default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help obfsproxy is a tool that attempts to circumvent censorship, by transforming the Tor traffic between the client and the bridge. This way, censors, who usually monitor traffic between the client and the bridge, will see innocent-looking transformed traffic instead of the actual Tor traffic.. (Contains the Python sources for this package). https://gitweb.torproject.org/pluggable-transports/obfsproxy.git/ Jeffery To config PACKAGE_odhcp6c tristate "odhcp6c............................... Embedded DHCPv6-client for OpenWrt" default y if DEFAULT_odhcp6c default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Embedded DHCPv6-client for OpenWrt Hans Dedecker config PACKAGE_odhcp6c_ext_cer_id int "CER-ID Extension ID (0 = disabled)" depends on PACKAGE_odhcp6c default 0 config PACKAGE_odhcpd tristate "odhcpd........... OpenWrt DHCPv6(-PD)/RA Server & Relay and DHCPv4 server" default y if DEFAULT_odhcpd default m if ALL select PACKAGE_libnl-tiny select PACKAGE_libubus select PACKAGE_libuci select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help odhcpd is a daemon for serving and relaying IP management protocols to configure clients and downstream routers. It tries to follow the RFC 6204 requirements for IPv6 home routers. This is a variant providing server services for DHCPv4, RA, stateless and stateful DHCPv6, prefix delegation and can be used to relay RA, DHCPv6 and NDP between routed (non-bridged) interfaces in case no delegated prefixes are available. Hans Dedecker menu "Configuration" depends on PACKAGE_odhcpd config PACKAGE_odhcpd_full_ext_cer_id int default 0 prompt "CER-ID Extension ID (0 = disabled)" endmenu config PACKAGE_odhcpd-ipv6only tristate "odhcpd-ipv6only.................... OpenWrt DHCPv6(-PD)/RA Server & Relay" default y if DEFAULT_odhcpd-ipv6only default m if ALL select PACKAGE_libubox depends on IPV6 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny select PACKAGE_libubus select PACKAGE_libuci help odhcpd is a daemon for serving and relaying IP management protocols to configure clients and downstream routers. It tries to follow the RFC 6204 requirements for IPv6 home routers. This is a variant providing server services for RA, stateless and stateful DHCPv6, prefix delegation and can be used to relay RA, DHCPv6 and NDP between routed (non-bridged) interfaces in case no delegated prefixes are available. Hans Dedecker menu "Configuration" depends on PACKAGE_odhcpd-ipv6only config PACKAGE_odhcpd_ipv6only_ext_cer_id int default 0 prompt "CER-ID Extension ID (0 = disabled)" endmenu config PACKAGE_ola tristate "ola.................................... Open Lighting Architecture Daemon" default y if DEFAULT_ola default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl config PACKAGE_omcproxy tristate "omcproxy................................ IGMPv3 and MLDv2 Multicast Proxy" default y if DEFAULT_omcproxy default m if ALL select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox help IGMPv3 and MLDv2 Multicast Proxy Steven Barth config PACKAGE_oor tristate "oor.................................................. Open Overlay Router" default y if DEFAULT_oor default m if ALL select PACKAGE_uci select PACKAGE_librt if USE_GLIBC select PACKAGE_confuse select PACKAGE_librt depends on IPV6 select PACKAGE_kmod-tun select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This packet provides support for the Locator-ID Separation Protocol, VXLAN-GPE. https://github.com/OpenOverlayRouter Albert Lopez config PACKAGE_oping tristate "oping............................ Send ICMP echo request to network hosts" default y if DEFAULT_oping default m if ALL select PACKAGE_liboping select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Send ICMP echo request to network hosts https://noping.cc Jo-Philipp Wich config PACKAGE_pagekitec tristate "pagekitec....................... Make localhost servers publicly visible." default y if DEFAULT_pagekitec default m if ALL select PACKAGE_libpagekite select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help PageKite is a system for running publicly visible servers (generally web servers) on machines without a direct connection to the Internet, such as mobile devices or computers behind restrictive firewalls. PageKite works around NAT, firewalls and IP-address limitations by using a combination of tunnels and reverse proxies. This package provides an implementation of the PageKite Protocol in C, optimized for high-performance or embedded applications. This package contains a basic backend useful for exposing http/ssh servers. Basic UCI support for configuring this backend is also included. https://pagekite.net/wiki/Floss/LibPageKite/ Karl Palsson config PACKAGE_pen tristate "pen............................................. Simple TCP load balancer" default y if DEFAULT_pen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This is pen, a load balancer for "simple" TCP based protocols such as HTTP or SMTP. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance. http://siag.nu/pen/ config PACKAGE_phantap tristate "phantap.......................................................... PhanTap" default y if DEFAULT_phantap default m if ALL select PACKAGE_ebtables select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny select PACKAGE_kmod-br-netfilter select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ip-full select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ebtables-ipv4 help PhanTap or Phantom tap is a small set of scripts and C code that allow you to setup a network tap that automatically impersonate a victim device, allowing you to access internet using the IP & MAC of the victim. https://github.com/nccgroup/phantap Diana Dragusin , Etienne Champetier config PACKAGE_pimbd tristate "pimbd................................................... PIM BIDIR daemon" default y if DEFAULT_pimbd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on IPV6 depends on PACKAGE_netifd select PACKAGE_libssp if GCC_LIBSSP help This package provides a daemon which implements the Protocol Independent Multicast BIDIR routing protocol. Note that a routing protocol must be installed and running in order for PIM to function. https://github.com/Oryon/pimbd.git Pierre Pfister config PACKAGE_pingcheck tristate "pingcheck...................... Check Internet and interface connectivity" default y if DEFAULT_pingcheck default m if ALL select PACKAGE_libuci select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Checks by using "ping" (ICMP echo) or by opening connections to TCP port 80 wether a configured host (normally on the internet) can be reached via a specific interface. Then makes this information available via ubus and triggers "online" and "offline" scripts. https://github.com/br101/pingcheck Bruno Randolf menuconfig PACKAGE_port-mirroring tristate "port-mirroring" default y if DEFAULT_port-mirroring default m if ALL select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Copy network packets with optional support for TaZmen Sniffer Protocol (TZSP) https://github.com/mmaraya/port-mirroring Mike Maraya config PACKAGE_ppp tristate "ppp........................................................... PPP daemon" default y if DEFAULT_ppp default m if ALL select PACKAGE_libc select PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the PPP (Point-to-Point Protocol) daemon. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-passwordfd tristate "ppp-mod-passwordfd................... pap/chap secret from filedescriptor" default y if DEFAULT_ppp-mod-passwordfd default m if ALL depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package allows to pass the PAP/CHAP secret from a filedescriptor. Eliminates the need for a secrets file. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-pppoa tristate "ppp-mod-pppoa............................................... PPPoA plugin" default y if DEFAULT_ppp-mod-pppoa default m if ALL depends on PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-pppoa select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_linux-atm depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) help This package contains a PPPoA (PPP over ATM) plugin for ppp. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-pppoe tristate "ppp-mod-pppoe............................................... PPPoE plugin" default y if DEFAULT_ppp-mod-pppoe default m if ALL select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) depends on PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-pppoe select PACKAGE_libssp if GCC_LIBSSP help This package contains a PPPoE (PPP over Ethernet) plugin for ppp. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-pppol2tp tristate "ppp-mod-pppol2tp......................................... PPPoL2TP plugin" default y if DEFAULT_ppp-mod-pppol2tp default m if ALL depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-pppol2tp depends on PACKAGE_kmod-ppp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help This package contains a PPPoL2TP (PPP over L2TP) plugin for ppp. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-pptp tristate "ppp-mod-pptp................................................. PPtP plugin" default y if DEFAULT_ppp-mod-pptp default m if ALL depends on PACKAGE_kmod-ppp select PACKAGE_kmod-pptp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_resolveip select PACKAGE_kmod-mppe select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) help This package contains a PPtP plugin for ppp. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-mod-radius tristate "ppp-mod-radius............................................. RADIUS plugin" default y if DEFAULT_ppp-mod-radius default m if ALL depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains a RADIUS (Remote Authentication Dial-In User Service) plugin for ppp. https://ppp.samba.org/ Felix Fietkau config PACKAGE_ppp-multilink tristate "ppp-multilink........................ PPP daemon (with multilink support)" default y if DEFAULT_ppp-multilink default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_kmod-ppp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help PPP daemon (with multilink support) https://ppp.samba.org/ Felix Fietkau config PACKAGE_pppdump tristate "pppdump............................................. Read PPP record file" default y if DEFAULT_pppdump default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains an utility to read PPP record file. https://ppp.samba.org/ Felix Fietkau config PACKAGE_pppoe-discovery tristate "pppoe-discovery........................ Perform a PPPoE-discovery process" default y if DEFAULT_pppoe-discovery default m if ALL select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) depends on PACKAGE_kmod-ppp select PACKAGE_ppp-mod-pppoe select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This tool performs the same discovery process as pppoe, but does not initiate a session. Can be useful to debug pppoe. https://ppp.samba.org/ Felix Fietkau config PACKAGE_pppossh tristate "pppossh....................... PPPoSSH (Point-to-Point Protocol over SSH)" default y if DEFAULT_pppossh default m if ALL select PACKAGE_resolveip select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ppp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on (PACKAGE_dropbear||PACKAGE_openssh-client) help This package adds protocol support for PPP over SSH. The protocol name is 'pppossh' as in netifd interface config option 'proto'. Yousong Zhou config PACKAGE_pppstats tristate "pppstats........................................... Report PPP statistics" default y if DEFAULT_pppstats default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package contains an utility to report PPP statistics. https://ppp.samba.org/ Felix Fietkau config PACKAGE_proto-bonding tristate "proto-bonding........... Link Aggregation (Channel Bonding) proto handler" default y if DEFAULT_proto-bonding default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-bonding help This package contains the channel bonding proto handler for netifd Helge Mader config PACKAGE_ptunnel-ng tristate "ptunnel-ng.................................. PingTunnel [N]ew[G]eneration" default y if DEFAULT_ptunnel-ng default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tunnel TCP connections through ICMP. https://github.com/lnslbrty/ptunnel-ng Toni Uhlig config PACKAGE_radsecproxy tristate "radsecproxy.................................................. radsecproxy" default y if DEFAULT_radsecproxy default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnettle select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help A generic radius proxy for UDP/TLS (RadSec) https://radsecproxy.github.io/ Toke Høiland-Jørgensen config PACKAGE_ratechecker tristate "ratechecker............................ IEEE 802.11 bitrate analysis tool" default y if DEFAULT_ratechecker default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libevent2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help IEEE 802.11 bitrate analysis tool https://bitbucket.org/comnets/ratechecker/ Simon Wunderlich config PACKAGE_redsocks tristate "redsocks.... Redirect any TCP connection to a SOCKS or HTTPS proxy server" default y if DEFAULT_redsocks default m if ALL select PACKAGE_libevent2-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Redsocks is a daemon running on the local system, that will transparently tunnel any TCP connection via a remote SOCKS4, SOCKS5 or HTTP proxy server. It uses the system firewall's redirection facility to intercept TCP connections, thus the redirection is system-wide, with fine-grained control, and does not depend on LD_PRELOAD libraries. Redsocks supports tunneling TCP connections and UDP packets. It has authentication support for both, SOCKS and HTTP proxies. Also included is a small DNS server returning answers with the "truncated" flag set for any UDP query, forcing the resolver to use TCP. Johannes Morgenroth config PACKAGE_remserial tristate "remserial............................... Bridge TCP/IP port with a device" default y if DEFAULT_remserial default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Bridge TCP/IP port with a device http://lpccomp.bc.ca/remserial/ Nuno Goncalves config PACKAGE_restic-rest-server tristate "restic-rest-server.................................... restic REST server" default y if DEFAULT_restic-rest-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Rest Server is a high performance HTTP server that implements restic's REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL. http://github.com/restic/rest-server Markus Weippert config PACKAGE_restool tristate "restool....................... Layerscape DPAA2 dynamical management tool" default y if DEFAULT_restool default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_layerscape select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Layerscape DPAA2 dynamical management tool config PACKAGE_rpcbind tristate "rpcbind................................ Universal addresses to RPC mapper" default y if DEFAULT_rpcbind default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libwrap if RPCBIND_LIBWRAP select PACKAGE_libtirpc help The rpcbind utility is a server that converts RPC program numbers into universal addresses. It must be running on the host to be able to make RPC calls on a server on that machine. Rpcbind replaces portmap for NFS v2/v3. It has more features, like ipv6 support. Note: Nfs4 only configurations can run without it. http://rpcbind.sourceforge.net/ Andy Walsh if PACKAGE_rpcbind config RPCBIND_LIBWRAP bool "Enable libwrap (TCP wrappers) support." default y config RPCBIND_RMTCALLS bool "Enable broadcast discovery support of rpc services." help Services such as Kodi (via libnfs) use this functionality to discover available NFS shares on the network. default y endif config PACKAGE_rssileds tristate "rssileds.................................... RSSI real-time LED indicator" default y if DEFAULT_rssileds default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiwinfo select PACKAGE_libubox select PACKAGE_libuci select PACKAGE_libnl-tiny select PACKAGE_librt if USE_GLIBC help A small process written in C to update the signal-strength indicator LEDs Daniel Golle config PACKAGE_rsyslog tristate "rsyslog...... Enhanced system logging and kernel message trapping daemons" default y if DEFAULT_rsyslog default m if ALL select PACKAGE_zlib select PACKAGE_libfastjson select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libestr help Enhanced system logging and kernel message trapping daemons https://www.rsyslog.com/ config PACKAGE_safe-search tristate "safe-search.................................................. Safe Search" default y if DEFAULT_safe-search default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package prevents adult content from appearing in search results by configuring dnsmasq to force all devices on your network to use Google and Bing's Safe Search IP addresses. This is designed to be approperiate for most businesses and families. The default filtering rules do not interfere with normal web browsing. Gregory L. Dietsche config PACKAGE_samba36-client tristate "samba36-client................................. Samba 3.6 SMB/CIFS client" default y if DEFAULT_samba36-client default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Samba 3.6 SMB/CIFS client https://www.samba.org/ Felix Fietkau config PACKAGE_samba36-hotplug tristate "samba36-hotplug....... Samba 3.6 SMB/CIFS hotplug script for auto sharing" default y if DEFAULT_samba36-hotplug default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_blockd select PACKAGE_libssp if GCC_LIBSSP help Samba 3.6 SMB/CIFS hotplug script for auto sharing https://www.samba.org/ Felix Fietkau config PACKAGE_samba36-net tristate "samba36-net.............................. Samba 3.6 SMB/CIFS net commands" default y if DEFAULT_samba36-net default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline help Samba 3.6 SMB/CIFS net commands https://www.samba.org/ Felix Fietkau config PACKAGE_samba36-server tristate "samba36-server................................. Samba 3.6 SMB/CIFS server" default y if DEFAULT_samba36-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The Samba software suite is a collection of programs that implements the SMB protocol for UNIX systems, allowing you to serve files and printers to Windows, NT, OS/2 and DOS clients. This protocol is sometimes also referred to as the LanManager or Netbios protocol. https://www.samba.org/ Felix Fietkau config PACKAGE_SAMBA_MAX_DEBUG_LEVEL int "Maximum level of compiled-in debug messages" depends on PACKAGE_samba36-server || PACKAGE_samba36-client default -1 config PACKAGE_samba4-admin tristate "samba4-admin................................... Samba 4.11.17 admin tools" default y if DEFAULT_samba4-admin default m if ALL depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_samba4-libs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT help installs: net smbcontrol profiles rpcclient dbwrap_tool eventlogadm ldbadd ldbdel ldbedit ldbmodify ldbrename ldbsearch tdbbackup tdbdump tdbrestore tdbtool Administration tools collection https://www.samba.org/ Andy Walsh config PACKAGE_samba4-client tristate "samba4-client....................................... Samba 4.11.17 client" default y if DEFAULT_samba4-client default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_samba4-libs depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help installs: cifsdd smbclient smbget The smbclient program implements a simple ftp-like client for accessing SMB shares https://www.samba.org/ Andy Walsh config PACKAGE_samba4-libs tristate "samba4-libs........................................... Samba 4.11.17 libs" default y if DEFAULT_samba4-libs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libaio if SAMBA4_SERVER_VFSX select PACKAGE_libarchive if SAMBA4_SERVER_AD_DC select PACKAGE_libreadline select PACKAGE_libcap select PACKAGE_libgnutls select PACKAGE_libpopt select PACKAGE_libopenldap if SAMBA4_SERVER_AD_DC select PACKAGE_libpthread select PACKAGE_libtasn1 depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_attr if SAMBA4_SERVER_AD_DC select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_acl if SAMBA4_SERVER_AD_DC select PACKAGE_python3-cryptodome if SAMBA4_SERVER_AD_DC select PACKAGE_attr if SAMBA4_SERVER_VFS select PACKAGE_libuuid select PACKAGE_jansson if SAMBA4_SERVER_AD_DC depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_libavahi-client if SAMBA4_SERVER_AVAHI select PACKAGE_libtirpc select PACKAGE_libopenssl help Samba 4.11.17 libs https://www.samba.org/ Andy Walsh config PACKAGE_samba4-server tristate "samba4-server....................................... Samba 4.11.17 server" default y if DEFAULT_samba4-server default m if ALL depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_samba4-libs depends on m || (PACKAGE_samba36-server != y) help installs: smbd (nmbd) smbpasswd pdbedit testparm (nmblookup) (smbcacls sharesec) (samba samba-tool ntlm_auth samba-gpupdate samba_dnsupdate samba_kcc samba_spnupdate samba_upgradedns samba_downgrade_db) This provides the basic fileserver service and is the minimum needed to serve file shares. HINT: https://fitzcarraldoblog.wordpress.com/2016/10/17/a-correct-method-of-configuring-samba-for-browsing-smb-shares-in-a-home-network/ https://www.samba.org/ Andy Walsh select PACKAGE_wsdd2 source "feeds/packages/net/samba4/Config.in" config PACKAGE_samba4-utils tristate "samba4-utils......................................... Samba 4.11.17 utils" default y if DEFAULT_samba4-utils default m if ALL depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on !(SAMBA4_SERVER_AD_DC && PACKAGE_python3-cryptodome && PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_samba4-libs help installs: smbstatus smbtree mvxattr smbtar smbcquotas Utilities collection https://www.samba.org/ Andy Walsh config PACKAGE_scapy tristate "scapy........... Interactive packet manipulation tool and network scanner" default y if DEFAULT_scapy default m if ALL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3 select PACKAGE_librt if USE_GLIBC help Scapy is a powerful interactive packet manipulation program built on top of the Python interpreter. It can be used to forge or decode packets of a wide number of protocols, send them over the wire, capture them, match requests and replies, and much more. https://scapy.net/ W. Michael Petullo config PACKAGE_sctp tristate "sctp............................................... SCTP user-land (meta)" default y if DEFAULT_sctp default m if ALL select PACKAGE_libsctp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_sctp-tools help SCTP user-land (meta) http://lksctp.sourceforge.net Nicolas Thill config PACKAGE_sctp-tools tristate "sctp-tools.......................................... SCTP user-land tools" default y if DEFAULT_sctp-tools default m if ALL select PACKAGE_libsctp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help SCTP user-land tools http://lksctp.sourceforge.net Nicolas Thill config PACKAGE_seafile-ccnet tristate "seafile-ccnet........................... Seafile server - ccnet component" default y if DEFAULT_seafile-ccnet default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_glib2 select PACKAGE_python select PACKAGE_libsqlite3 select PACKAGE_libuuid select PACKAGE_libpthread select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libzdb select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libevent2 select PACKAGE_jansson select PACKAGE_libsearpc help Ccnet is a framework for writing networked applications in C. http://seafile.com/ Alexandru Ardelean config PACKAGE_seafile-seahub tristate "seafile-seahub......................... Seafile server - seahub component" default y if DEFAULT_seafile-seahub default m if ALL select PACKAGE_python-django-restframework select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-django-constance select PACKAGE_python-dateutil select PACKAGE_python-requests-oauthlib select PACKAGE_python-flup select PACKAGE_python-openpyxl select PACKAGE_python-requests select PACKAGE_python-django-formtools select PACKAGE_python-django-appconf depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python-simplejson select PACKAGE_python-django-picklefield select PACKAGE_librt if USE_GLIBC select PACKAGE_python-pytz select PACKAGE_python-django-compressor select PACKAGE_python-django-simple-captcha select PACKAGE_python-django select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-mysql select PACKAGE_python select PACKAGE_python-chardet select PACKAGE_gunicorn select PACKAGE_python-qrcode select PACKAGE_libc select PACKAGE_python-pillow select PACKAGE_python-django-postoffice select PACKAGE_python-django-jsonfield help The web end of seafile server. NOTE: in order to have better performance, localization support is turned off by default. Please set 'USE_I18N = True' in seahub_settings.py if you intend to use languages other than English. https://seafile.com/ Alexandru Ardelean menuconfig PACKAGE_seafile-server tristate "seafile-server............................................ Seafile server" default y if DEFAULT_seafile-server default m if ALL select PACKAGE_jansson select PACKAGE_libopenssl select PACKAGE_libzdb select PACKAGE_libevent2-openssl select PACKAGE_oniguruma select PACKAGE_libc select PACKAGE_sqlite3-cli select PACKAGE_libmariadb select PACKAGE_procps-ng-pkill select PACKAGE_seafile-seahub select PACKAGE_procps-ng select PACKAGE_libuuid select PACKAGE_libfuse if SEAFILE_FUSE_SUPPORT select PACKAGE_python-mysql select PACKAGE_glib2 select PACKAGE_bash select PACKAGE_libpthread if USE_GLIBC depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python-urllib3 select PACKAGE_libsearpc select PACKAGE_libevent2 select PACKAGE_librt if USE_GLIBC select PACKAGE_seafile-ccnet select PACKAGE_zlib depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread select PACKAGE_libsqlite3 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libarchive help Open source cloud storage with advanced features on privacy protection and teamwork. https://seafile.com/ Alexandru Ardelean source "feeds/packages/net/seafile-server/Config.in" config PACKAGE_ser2net tristate "ser2net.......................................... Serial to Network Proxy" default y if DEFAULT_ser2net default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This project provides a proxy that allows telnet/tcp connections to be made to serial ports on a machine. https://sourceforge.net/projects/ser2net/ Michael Heimpold config PACKAGE_simple-adblock tristate "simple-adblock.................................... Simple AdBlock Service" default y if DEFAULT_simple-adblock default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_jshn help Simple adblock script to block ad or abuse/malware domains with DNSMASQ or Unbound. Script supports local/remote list of domains and hosts-files for both block-listing and allow-listing. Please see https://docs.openwrt.melmac.net/simple-adblock/ for more information. https://docs.openwrt.melmac.net/simple-adblock/ Stan Grishin config PACKAGE_smartsnmpd tristate "smartsnmpd............................................ Smart-SNMP (Agent)" default y if DEFAULT_smartsnmpd default m if ALL select PACKAGE_lua select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_libuci-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox help smartsnmpd is an implementation of SNMP Agent. Its goal is "Easily writing boring SNMP MIB with Lua". This package add native support for OpenWrt. Include using ubus and uci to get system info/status. And, it use libubox/uloop as low level event-driven library. https://github.com/credosemi/smartsnmp Xiongfei Guo config PACKAGE_snmp-mibs tristate "snmp-mibs.................... Open source SNMP implementation (MIB-files)" default y if DEFAULT_snmp-mibs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP MIB-Files. http://www.net-snmp.org/ Stijn Tintel config PACKAGE_snmp-utils tristate "snmp-utils................... Open source SNMP implementation (utilities)" default y if DEFAULT_snmp-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetsnmp help Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains SNMP client utilities: - snmpget - snmpset - snmpstatus - snmptest - snmptrap - snmpwalk http://www.net-snmp.org/ Stijn Tintel config PACKAGE_snmpd tristate "snmpd........................... Open source SNMP implementation (daemon)" default y if DEFAULT_snmpd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetsnmp help Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP agent, dynamically linked. http://www.net-snmp.org/ Stijn Tintel config PACKAGE_snmpd-static tristate "snmpd-static.................... Open source SNMP implementation (daemon)" default y if DEFAULT_snmpd-static default m if ALL select PACKAGE_snmpd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Open source SNMP implementation (daemon) http://www.net-snmp.org/ Stijn Tintel config PACKAGE_snmptrapd tristate "snmptrapd........ Open source SNMP implementation (notification receiver)" default y if DEFAULT_snmptrapd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libnetsnmp select PACKAGE_libssp if GCC_LIBSSP help Simple Network Management Protocol (SNMP) is a widely used protocol for monitoring the health and welfare of network equipment (eg. routers), computer equipment and even devices like UPSs. Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. . This package contains the SNMP notification receiver. http://www.net-snmp.org/ Stijn Tintel config PACKAGE_socat tristate "socat.................................. A multipurpose relay (SOcket CAT)" default y if DEFAULT_socat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libopenssl if SOCAT_SSL select PACKAGE_librt select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SoCat (for SOcket CAT) establishes two bidirectional byte streams and transfers data between them. Data channels may be files, pipes, devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw, UDP, TCP, SSL). It provides forking, logging and tracing, different modes for interprocess communication and many more options. http://www.dest-unreach.org/socat/ Ted Hess config SOCAT_SSL bool "SSL support" depends on PACKAGE_socat default n help Implements SSL support in socat (using libopenssl). config PACKAGE_softflowd tristate "softflowd...................................................... softflowd" default y if DEFAULT_softflowd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Software netflow exporter https://code.google.com/archive/p/softflowd/ Ross Vandegrift config PACKAGE_soloscli tristate "soloscli................... Configuration utility for Solos ADSL2+ modems" default y if DEFAULT_soloscli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-solos-pci depends on PCI_SUPPORT select PACKAGE_libssp if GCC_LIBSSP help This package contains the soloscli utility for interrogating Traverse Technologies' Solos ADSL2+ modems. http://sourceforge.net/projects/openadsl config PACKAGE_speedtest-netperf tristate "speedtest-netperf" default y if DEFAULT_speedtest-netperf default m if ALL select PACKAGE_netperf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Script to measure the performance of your network and router. Please see https://github.com/openwrt/packages/blob/master/net/speedtest-netperf/files/README.md for further information. Tony Ambardar config PACKAGE_spoofer tristate "spoofer.............. Measure your ISP's resistance to spoofed IP packets" default y if DEFAULT_spoofer default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_protobuf-lite help The spoofer client is part of a system to measure the Internet's resistance to packets with a spoofed (forged) source IP address. This package comes bundled with a small certificate file that allows secure communication with the spoofer server without depending on the large ca-certificates package. But if the server's private certificate ever changes, it will be necessary to either install the ca-certificates package or install an updated version of this package that has a newer bundled certificate. https://spoofer.caida.org/ Ken Keys config PACKAGE_stunnel tristate "stunnel.................................................. SSL TCP Wrapper" default y if DEFAULT_stunnel default m if ALL select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Stunnel is a program that allows you to encrypt arbitrary TCP connections inside SSL (Secure Sockets Layer) available on both Unix and Windows. Stunnel can allow you to secure non-SSL aware daemons and protocols (like POP, IMAP, LDAP, etc) by having Stunnel provide the encryption, requiring no changes to the daemon's code. http://www.stunnel.org/ Florian Eckert config PACKAGE_tac_plus tristate "tac_plus............................ TACACS+ daemon (without PAM support)" default y if DEFAULT_tac_plus default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help TACACS+ is a protocol (not TACACS or XTACACS) for authentication, authorization and accounting (AAA) services for routers and network devices. This package is built without PAM support. https://github.com/facebook/tac_plus/ config PACKAGE_tac_plus-pam tristate "tac_plus-pam........................... TACACS+ daemon (with PAM support)" default y if DEFAULT_tac_plus-pam default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpam select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help TACACS+ is a protocol (not TACACS or XTACACS) for authentication, authorization and accounting (AAA) services for routers and network devices. This package is built with PAM support. https://github.com/facebook/tac_plus/ config PACKAGE_tayga tristate "tayga............. Out-of-kernel stateless NAT64 implementation for Linux" default y if DEFAULT_tayga default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_ip-tiny if PACKAGE_ip-full config PACKAGE_tcpdump tristate "tcpdump..................... Network monitoring and data acquisition tool" default y if DEFAULT_tcpdump default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Network monitoring and data acquisition tool http://www.tcpdump.org/ Felix Fietkau config PACKAGE_tcpdump-mini tristate "tcpdump-mini" default y if DEFAULT_tcpdump-mini default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Network monitoring and data acquisition tool (minimal version) http://www.tcpdump.org/ Felix Fietkau config PACKAGE_tgt tristate "tgt............................................... userspace iSCSI target" default y if DEFAULT_tgt default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libaio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help The Linux target framework (tgt) is a user space SCSI target framework that supports the iSCSI and iSER transport protocols and that also supports multiple methods for accessing block storage. Tgt consists of a user-space daemon and user-space tools. http://stgt.sourceforge.net/ Maxim Storchak config PACKAGE_tor tristate "tor........................... An anonymous Internet communication system" default y if DEFAULT_tor default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_libopenssl select PACKAGE_librt select PACKAGE_libcap select PACKAGE_zlib help Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains the tor daemon. https://www.torproject.org/ Hauke Mehrtens Peter Wagner config PACKAGE_tor-fw-helper tristate "tor-fw-helper.................................... Firewall helper for tor" default y if DEFAULT_tor-fw-helper default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) help tor-fw-helper is a helper to automatically configuring port forwarding for tor, using UPnP or NAT-PMP NAT traversal. This is a tor-fw-helper rewrite in Go that functions as a drop in replacement for the original C code. This package contains the main helper program. https://gitweb.torproject.org/tor-fw-helper.git/ Jeffery To config PACKAGE_tor-gencert tristate "tor-gencert................................... Tor certificate generation" default y if DEFAULT_tor-gencert default m if ALL select PACKAGE_tor select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Generate certs and keys for Tor directory authorities https://www.torproject.org/ Hauke Mehrtens Peter Wagner config PACKAGE_tor-geoip tristate "tor-geoip............................................... GeoIP db for tor" default y if DEFAULT_tor-geoip default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_tor help Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. This package contains a GeoIP database mapping IP addresses to countries. https://www.torproject.org/ Hauke Mehrtens Peter Wagner config PACKAGE_tor-resolve tristate "tor-resolve......................................... tor hostname resolve" default y if DEFAULT_tor-resolve default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_tor select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tor is a toolset for a wide range of organizations and people that want to improve their safety and security on the Internet. Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and more. Tor also provides a platform on which software developers can build new applications with built-in anonymity, safety, and privacy features. Resolve a hostname to an IP address via tor https://www.torproject.org/ Hauke Mehrtens Peter Wagner config PACKAGE_trafficshaper tristate "trafficshaper.................. WAN traffic shaper based on LAN addresses" default y if DEFAULT_trafficshaper default m if ALL select PACKAGE_kmod-sched-cake select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-sched-connmark select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ifb select PACKAGE_iptables select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-sched-core select PACKAGE_tc select PACKAGE_iptables-mod-conntrack-extra help Setup QoS rules to limit (or reserve) traffic used by classes of clients. Uplink and downlink can be controled (or not controlled) independently. Client classes are defined by its network addresses (IPv4 or IPv6). Each client class can define absolute or relative (to wan) bandwith, and also the use (or not) of spare wan bandwidth when avaiable. Luiz Angelo Daros de Luca config PACKAGE_travelmate tristate "travelmate................... A wlan connection manager for travel router" default y if DEFAULT_travelmate default m if ALL select PACKAGE_iwinfo select PACKAGE_librt if USE_GLIBC select PACKAGE_uclient-fetch select PACKAGE_dnsmasq if PACKAGE_dnsmasq-dhcpv6 config PACKAGE_u2pnpd tristate "u2pnpd........................... Announce device via UPnP on the network" default y if DEFAULT_u2pnpd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libupnp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This tools announces a device via UPnP on the local network, thus it is possible to find it within the network neightboorhood of a well-known OS and the user can easily double-click on an icon to open the web frontend of this device without knowing the IP address. https://github.com/mhei/u2pnpd Michael Heimpold config PACKAGE_uclient-fetch tristate "uclient-fetch..................... Tiny wget replacement using libuclient" default y if DEFAULT_uclient-fetch default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuclient select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tiny wget replacement using libuclient Felix Fietkau config PACKAGE_udptunnel tristate "udptunnel....................... Tunnel UDP packets over a TCP connection" default y if DEFAULT_udptunnel default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help UDPTunnel is a small program which can tunnel UDP packets bi-directionally over a TCP connection. Its primary purpose (and original motivation) is to allow multi-media conferences to traverse a firewall which allows only outgoing TCP connections. http://www.cs.columbia.edu/~lennox/udptunnel/ config PACKAGE_udpxy tristate "udpxy......................... Convert UDP IPTV streams into HTTP streams" default y if DEFAULT_udpxy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help udproxy makes it possible to convert UDP IPTV streams into HTTP streams which can be viewed even over WLANs. HTTP streams do not generate huge amounts of multicast traffic, so a sd stream only takes about 300k. Interesting for peoply who have IPTV at home and do not want to rent multiple decoders from their provider but just use their own streaming client (for example popcornhour/mediatomb/vlc). https://github.com/pcherenkov/udpxy Álvaro Fernández Rojas menuconfig PACKAGE_ulogd tristate "ulogd................................. Netfilter userspace logging daemon" default y if DEFAULT_ulogd default m if ALL select PACKAGE_libnfnetlink select PACKAGE_librt if USE_GLIBC select PACKAGE_libmnl select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Netfilter userspace logging daemon https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-dbi tristate "ulogd-mod-dbi....... Output plugin for logging to a database using libdbi" default y if DEFAULT_ulogd-mod-dbi default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libdbi depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP help Output plugin for logging to a database using libdbi https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-extra tristate "ulogd-mod-extra............................................ Extra plugins" default y if DEFAULT_ulogd-mod-extra default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ulogd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Extra plugins https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-json tristate "ulogd-mod-json........................................ JSON output plugin" default y if DEFAULT_ulogd-mod-json default m if ALL depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_jansson help JSON output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-mysql tristate "ulogd-mod-mysql............ Output plugin for logging to a MySQL database" default y if DEFAULT_ulogd-mod-mysql default m if ALL depends on PACKAGE_ulogd select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Output plugin for logging to a MySQL database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-nfacct tristate "ulogd-mod-nfacct........ Input plugin for flow-based logging (accounting)" default y if DEFAULT_ulogd-mod-nfacct default m if ALL select PACKAGE_libnetfilter-acct select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP help Input plugin for flow-based logging (accounting) https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-nfct tristate "ulogd-mod-nfct........ Input plugin for flow-based logging (conntracking)" default y if DEFAULT_ulogd-mod-nfct default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetfilter-conntrack select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ulogd help Input plugin for flow-based logging (conntracking) https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-nflog tristate "ulogd-mod-nflog................................. Input plugin using NFLOG" default y if DEFAULT_ulogd-mod-nflog default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetfilter-log select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ulogd help Input plugin using NFLOG https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-pcap tristate "ulogd-mod-pcap.................. Output plugin for logging in pcap format" default y if DEFAULT_ulogd-mod-pcap default m if ALL depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Output plugin for logging in pcap format https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-pgsql tristate "ulogd-mod-pgsql....... Output plugin for logging to a PostgreSQL database" default y if DEFAULT_ulogd-mod-pgsql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Output plugin for logging to a PostgreSQL database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-sqlite tristate "ulogd-mod-sqlite......... Output plugin for logging to an SQLite database" default y if DEFAULT_ulogd-mod-sqlite default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libsqlite3 help Output plugin for logging to an SQLite database https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-syslog tristate "ulogd-mod-syslog.................................... Syslog output plugin" default y if DEFAULT_ulogd-mod-syslog default m if ALL depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Syslog output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_ulogd-mod-xml tristate "ulogd-mod-xml.......................................... XML output plugin" default y if DEFAULT_ulogd-mod-xml default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnetfilter-conntrack depends on PACKAGE_ulogd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnetfilter-acct select PACKAGE_libnetfilter-log help XML output plugin https://www.netfilter.org/projects/ulogd/index.html Alexandru Ardelean config PACKAGE_umbim tristate "umbim........................ Control utility for mobile broadband modems" default y if DEFAULT_umbim default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_wwan depends on USB_SUPPORT select PACKAGE_kmod-usb-net select PACKAGE_kmod-usb-net-cdc-mbim select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help umbim is a command line tool for controlling mobile broadband modems using the MBIM-protocol. John Crispin config PACKAGE_umdns tristate "umdns....................................... OpenWrt Multicast DNS Daemon" default y if DEFAULT_umdns default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libblobmsg-json select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus help OpenWrt Multicast DNS Daemon John Crispin config PACKAGE_usbip tristate "usbip............................................... USB-over-IP (common)" default y if DEFAULT_usbip default m if ALL depends on USB_SUPPORT select PACKAGE_libwrap select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-usbip select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libudev-fbsd help USB-over-IP (common) http://usbip.sourceforge.net/ Nuno Goncalves config PACKAGE_usbip-client tristate "usbip-client........................................ USB-over-IP (client)" default y if DEFAULT_usbip-client default m if ALL select PACKAGE_librt if USE_GLIBC depends on USB_SUPPORT depends on PACKAGE_usbip select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_kmod-usbip-client select PACKAGE_libssp if GCC_LIBSSP help USB-over-IP (client) http://usbip.sourceforge.net/ Nuno Goncalves config PACKAGE_usbip-server tristate "usbip-server........................................ USB-over-IP (server)" default y if DEFAULT_usbip-server default m if ALL select PACKAGE_kmod-usbip-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_usbip depends on USB_SUPPORT help USB-over-IP (server) http://usbip.sourceforge.net/ Nuno Goncalves config PACKAGE_vallumd tristate "vallumd............................. Centralized or distributed blacklist" default y if DEFAULT_vallumd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ipset select PACKAGE_libmosquitto-ssl if PACKAGE_libmosquitto-nossl config PACKAGE_vncrepeater tristate "vncrepeater.................................. UltraVNC repeater for Linux" default y if DEFAULT_vncrepeater default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Viewer can be behind Nat router or directly connected to the internet instead of forwarding serveral ports, you only need to forward 1 port. If the PC that runs the Repeater has access to the local DNS server, you can use your local DNS names instead of 10.10.10.12. This could be handy when you have a dynamic DHCP server allocating ip adresses for your PC. http://www.uvnc.com/addons/repeater.html Jirka Spicak config PACKAGE_vnstat tristate "vnstat............................. Console-based network traffic monitor" default y if DEFAULT_vnstat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help vnStat is a network traffic monitor for Linux that keeps a log of daily network traffic for the selected interface(s). vnStat isn't a packet sniffer. The traffic information is analyzed from the /proc -filesystem, so vnStat can be used without root permissions. http://humdi.net/vnstat/ Jo-Philipp Wich config PACKAGE_vnstati tristate "vnstati.............................. PNG image output support for vnStat" default y if DEFAULT_vnstati default m if ALL select PACKAGE_libgd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_vnstat select PACKAGE_libssp if GCC_LIBSSP help The purpose of vnstati is to provide image output support for statistics collected using vnstat(1). However, the image file format is limited to png. All basic outputs of vnStat are supported excluding live traffic features. The image can be outputted either to a file or to standard output. http://humdi.net/vnstat/ Jo-Philipp Wich config PACKAGE_vpn-policy-routing tristate "vpn-policy-routing...................... VPN Policy-Based Routing Service" default y if DEFAULT_vpn-policy-routing default m if ALL select PACKAGE_iptables select PACKAGE_iptables-mod-ipopt select PACKAGE_ipset select PACKAGE_libpthread if USE_GLIBC select PACKAGE_jshn select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-ipt-ipset select PACKAGE_libc select PACKAGE_ip-full select PACKAGE_resolveip help This service allows policy-based routing for L2TP, Openconnect, OpenVPN, PPTP and Wireguard tunnels and WAN interface. Policies can specify domains, local IPs/subnets and ports, as well as remote IPs/subnets and ports. https://docs.openwrt.melmac.net/vpn-policy-routing/ Stan Grishin config PACKAGE_vpnbypass tristate "vpnbypass............................................. VPN Bypass Service" default y if DEFAULT_vpnbypass default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_iptables select PACKAGE_ipset select PACKAGE_libssp if GCC_LIBSSP help This service can be used to enable simple VPN split tunnelling. Supports accessing domains, IP ranges outside of your VPN tunnel. Also supports dedicating local ports/IP ranges for direct internet access (outside of your VPN tunnel). Please see the README for further information. https://docs.openwrt.melmac.net/vpnbypass/ Stan Grishin config PACKAGE_vsc7385-ucode-pb44 tristate "vsc7385-ucode-pb44. Vitesse VSC7395 microcode for the Atheros PB44 boards" default y if DEFAULT_vsc7385-ucode-pb44 default n select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on TARGET_ar71xx select PACKAGE_libssp if GCC_LIBSSP help This package contains the Atheros PB44 board specific microcode for the Vitesse VSC7385 ethernet switch. config PACKAGE_vsc7395-ucode-pb44 tristate "vsc7395-ucode-pb44. Vitesse VSC7395 microcode for the Atheros PB44 boards" default y if DEFAULT_vsc7395-ucode-pb44 default n depends on TARGET_ar71xx select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package contains the Atheros PB44 board specific microcode for the Vitesse VSC7395 ethernet switch. config PACKAGE_vti tristate "vti........................ Virtual IPsec Tunnel Interface config support" default y if DEFAULT_vti default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Virtual IPsec Tunnel Interface config support (IPv4 and IPv6) in /etc/config/network. Andre Valentin config PACKAGE_vtiv4 tristate "vtiv4............... Virtual IPsec Tunnel Interface (IPv4) config support" default y if DEFAULT_vtiv4 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_kmod-ipsec select PACKAGE_kmod-ip-vti select PACKAGE_libssp if GCC_LIBSSP depends on (PACKAGE_vti) help Virtual IPsec Tunnel Interface config support (IPv4) in /etc/config/network. Andre Valentin config PACKAGE_vtiv6 tristate "vtiv6............... Virtual IPsec Tunnel Interface (IPv6) config support" default y if DEFAULT_vtiv6 default m if ALL select PACKAGE_kmod-ip6-vti select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_kmod-ipsec depends on IPV6 depends on (PACKAGE_vti) select PACKAGE_libssp if GCC_LIBSSP help Virtual IPsec Tunnel Interface config support (IPv6) in /etc/config/network. Andre Valentin config PACKAGE_vxlan tristate "vxlan.............................. Virtual eXtensible LAN config support" default y if DEFAULT_vxlan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-vxlan select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Virtual eXtensible LAN config support in /etc/config/network. Matthias Schiffer config PACKAGE_wakeonlan tristate "wakeonlan. Sends 'magic packets' to wake-on-LAN enabled ethernet adapters" default y if DEFAULT_wakeonlan default m if ALL select PACKAGE_perlbase-net select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl depends on !arc select PACKAGE_perlbase-socket select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_perlbase-getopt select PACKAGE_librt if USE_GLIBC help With this package you can remotely wake up and power on machines which have motherboards or network cards that support 'Wake-on-Lan' packets. . The tool allows you to wake up a single machine, or a group of machines. . You need the MAC addresses of machines to construct the WOL packets, but, in contrast to 'etherwake', you do not need root privileges to use the program itself as UDP packets are used. http://gsd.di.uminho.pt/jpo/software/wakeonlan/ Nikil Mehta config PACKAGE_wpa-cli tristate "wpa-cli...................... WPA Supplicant command line control utility" default y if DEFAULT_wpa-cli default m if ALL depends on PACKAGE_wpad||PACKAGE_wpad-mesh-openssl||PACKAGE_wpad-mesh-wolfssl||PACKAGE_wpad-basic||PACKAGE_wpad-basic-wolfssl||PACKAGE_wpad-mini||PACKAGE_wpad-openssl||PACKAGE_wpad-wolfssl||PACKAGE_wpa-supplicant||PACKAGE_wpa-supplicant-mesh-openssl||PACKAGE_wpa-supplicant-mesh-wolfssl||PACKAGE_wpa-supplicant-basic||PACKAGE_wpa-supplicant-mini||PACKAGE_wpa-supplicant-p2p||PACKAGE_wpa-supplicant-openssl||PACKAGE_wpa-supplicant-wolfssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help WPA Supplicant command line control utility Felix Fietkau config PACKAGE_wpa-supplicant tristate "wpa-supplicant............................ WPA Supplicant (built-in full)" default y if DEFAULT_wpa-supplicant default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) help WPA Supplicant (built-in full) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau source "package/network/services/hostapd/Config.in" config PACKAGE_wpa-supplicant-basic tristate "wpa-supplicant-basic........................... WPA Supplicant (11r, 11w)" default y if DEFAULT_wpa-supplicant-basic default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) depends on m || (PACKAGE_wpa-supplicant-mesh-wolfssl != y) help WPA Supplicant (11r, 11w) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-mesh-openssl tristate "wpa-supplicant-mesh-openssl........... WPA Supplicant (OpenSSL, 11s, SAE)" default y if DEFAULT_wpa-supplicant-mesh-openssl default m if ALL select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 depends on PACKAGE_kmod-cfg80211 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on (!TARGET_uml||BROKEN) select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) help WPA Supplicant (OpenSSL, 11s, SAE) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-mesh-wolfssl tristate "wpa-supplicant-mesh-wolfssl........... WPA Supplicant (wolfSSL, 11s, SAE)" default y if DEFAULT_wpa-supplicant-mesh-wolfssl default m if ALL select PACKAGE_libwolfssl depends on (!TARGET_uml||BROKEN) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kmod-cfg80211 depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) help WPA Supplicant (wolfSSL, 11s, SAE) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-mini tristate "wpa-supplicant-mini............................. WPA Supplicant (minimal)" default y if DEFAULT_wpa-supplicant-mini default m if ALL select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) depends on m || (PACKAGE_wpa-supplicant-mesh-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant-basic != y) help WPA Supplicant (minimal) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-openssl tristate "wpa-supplicant-openssl..................... WPA Supplicant (OpenSSL full)" default y if DEFAULT_wpa-supplicant-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) depends on m || (PACKAGE_wpa-supplicant-mesh-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant-basic != y) depends on m || (PACKAGE_wpa-supplicant-mini != y) depends on m || (PACKAGE_wpa-supplicant-p2p != y) help WPA Supplicant (OpenSSL full) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-p2p tristate "wpa-supplicant-p2p.................... WPA Supplicant (Wi-Fi P2P support)" default y if DEFAULT_wpa-supplicant-p2p default m if ALL select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kmod-cfg80211 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) depends on m || (PACKAGE_wpa-supplicant-mesh-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant-basic != y) depends on m || (PACKAGE_wpa-supplicant-mini != y) help WPA Supplicant (Wi-Fi P2P support) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpa-supplicant-wolfssl tristate "wpa-supplicant-wolfssl..................... WPA Supplicant (wolfSSL full)" default y if DEFAULT_wpa-supplicant-wolfssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant != y) depends on m || (PACKAGE_wpa-supplicant-mesh-openssl != y) depends on m || (PACKAGE_wpa-supplicant-mesh-wolfssl != y) depends on m || (PACKAGE_wpa-supplicant-basic != y) depends on m || (PACKAGE_wpa-supplicant-mini != y) depends on m || (PACKAGE_wpa-supplicant-p2p != y) depends on m || (PACKAGE_wpa-supplicant-openssl != y) help WPA Supplicant (wolfSSL full) http://hostap.epitest.fi/wpa_supplicant/ Felix Fietkau config PACKAGE_wpad tristate "wpad......................... IEEE 802.1x Auth/Supplicant (built-in full)" default y if DEFAULT_wpad default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hostapd-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_librt if USE_GLIBC depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator and Supplicant http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-basic tristate "wpad-basic............... IEEE 802.1x Auth/Supplicant (WPA-PSK, 11r, 11w)" default y if DEFAULT_wpad-basic default m if ALL select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_hostapd-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) help This package contains a basic IEEE 802.1x/WPA Authenticator and Supplicant with WPA-PSK, 802.11r and 802.11w support. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-basic-wolfssl tristate "wpad-basic-wolfssl....... IEEE 802.1x Auth/Supplicant (wolfSSL, 11r, 11w)" default y if DEFAULT_wpad-basic-wolfssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) help This package contains a basic IEEE 802.1x/WPA Authenticator and Supplicant with WPA-PSK, SAE (WPA3-Personal), 802.11r and 802.11w support. http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-mesh-openssl tristate "wpad-mesh-openssl........ IEEE 802.1x Auth/Supplicant (OpenSSL, 11s, SAE)" default y if DEFAULT_wpad-mesh-openssl default m if ALL depends on (!TARGET_uml||BROKEN) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kmod-cfg80211 depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad != y) help This package contains a minimal IEEE 802.1x/WPA Authenticator and Supplicant (with 802.11s mesh and SAE support). http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-mesh-wolfssl tristate "wpad-mesh-wolfssl........ IEEE 802.1x Auth/Supplicant (wolfSSL, 11s, SAE)" default y if DEFAULT_wpad-mesh-wolfssl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_hostapd-common depends on (!TARGET_uml||BROKEN) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libwolfssl select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) help This package contains a minimal IEEE 802.1x/WPA Authenticator and Supplicant (with 802.11s mesh and SAE support). http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-mini tristate "wpad-mini..................... IEEE 802.1x Auth/Supplicant (WPA-PSK only)" default y if DEFAULT_wpad-mini default m if ALL select PACKAGE_hostapd-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) help This package contains a minimal IEEE 802.1x/WPA Authenticator and Supplicant (WPA-PSK only). http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-openssl tristate "wpad-openssl.................. IEEE 802.1x Auth/Supplicant (OpenSSL full)" default y if DEFAULT_wpad-openssl default m if ALL select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_hostapd-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator and Supplicant http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpad-wolfssl tristate "wpad-wolfssl.................. IEEE 802.1x Auth/Supplicant (wolfSSL full)" default y if DEFAULT_wpad-wolfssl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libnl-tiny if PACKAGE_kmod-cfg80211 select PACKAGE_libubus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hostapd-common select PACKAGE_libwolfssl select PACKAGE_libssp if GCC_LIBSSP depends on m || (PACKAGE_hostapd != y) depends on m || (PACKAGE_hostapd-basic != y) depends on m || (PACKAGE_hostapd-mini != y) depends on m || (PACKAGE_hostapd-openssl != y) depends on m || (PACKAGE_hostapd-wolfssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) depends on m || (PACKAGE_wpad != y) depends on m || (PACKAGE_wpad-mesh-openssl != y) depends on m || (PACKAGE_wpad-mesh-wolfssl != y) depends on m || (PACKAGE_wpad-basic != y) depends on m || (PACKAGE_wpad-basic-wolfssl != y) depends on m || (PACKAGE_wpad-mini != y) depends on m || (PACKAGE_wpad-openssl != y) help This package contains a full featured IEEE 802.1x/WPA/EAP/RADIUS Authenticator and Supplicant http://hostap.epitest.fi/ Felix Fietkau config PACKAGE_wpan-tools tristate "wpan-tools..................... cfg802154 interface configuration utility" default y if DEFAULT_wpan-tools default m if ALL select PACKAGE_libnl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help cfg802154 interface configuration utility http://wpan.cakelab.org/ config PACKAGE_wwan tristate "wwan................................. Generic OpenWrt 3G/4G proto handler" default y if DEFAULT_wwan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Generic OpenWrt 3G/4G proto handler John Crispin config PACKAGE_xfrm tristate "xfrm.......................... XFRM IPsec Tunnel Interface config support" default y if DEFAULT_xfrm default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on IPV6 select PACKAGE_kmod-xfrm-interface select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on !LINUX_4_14 depends on PACKAGE_kmod-ipsec help XFRM IPsec Tunnel Interface config support (IPv4 and IPv6) in /etc/config/network. Andre Valentin config PACKAGE_xinetd tristate "xinetd................................ A powerful and secure super-server" default y if DEFAULT_xinetd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things. https://github.com/xinetd-org endmenu menu "Sound" config PACKAGE_alsa-utils tristate "alsa-utils............ ALSA (Advanced Linux Sound Architecture) utilities" default y if DEFAULT_alsa-utils default m if ALL depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ALSA (Advanced Linux Sound Architecture) utilities http://www.alsa-project.org/ Ted Hess config PACKAGE_alsa-utils-seq tristate "alsa-utils-seq.................................. ALSA sequencer utilities" default y if DEFAULT_alsa-utils-seq default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_alsa-lib depends on AUDIO_SUPPORT select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help ALSA sequencer utilities http://www.alsa-project.org/ Ted Hess config PACKAGE_alsa-utils-tests tristate "alsa-utils-tests.......... ALSA utilities test data (adds ~1.3M to image)" default y if DEFAULT_alsa-utils-tests default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help ALSA utilities test data (adds ~1.3M to image) http://www.alsa-project.org/ Ted Hess config PACKAGE_beep tristate "beep............................... Play beep sounds through a PC speaker" default y if DEFAULT_beep default m if ALL depends on TARGET_x86 select PACKAGE_librt if USE_GLIBC depends on PACKAGE_kmod-sound-core select PACKAGE_kmod-pcspkr depends on !TARGET_uml select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on (TARGET_x86||TARGET_x86_64) select PACKAGE_libssp if GCC_LIBSSP help This program plays beeps through the PC speaker http://johnath.com/beep/README config PACKAGE_espeak tristate "espeak................................................ Speech synthesizer" default y if DEFAULT_espeak default m if ALL select PACKAGE_libstdcpp if USE_LIBSTDCXX depends on AUDIO_SUPPORT select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_portaudio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help eSpeak is a compact open source software speech synthesizer for English and other languages. http://espeak.sourceforge.net/ config PACKAGE_faad2 tristate "faad2............................. Freeware Advanced Audio Decoder player" default y if DEFAULT_faad2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libfaad2 select PACKAGE_libssp if GCC_LIBSSP help FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files. This package contains a binary to play AAC or MP4 files. http://www.audiocoding.com/faad2.html Ted Hess config PACKAGE_fdk-aac tristate "fdk-aac................................. Fraunhofer FDK AAC Codec Library" default y if DEFAULT_fdk-aac default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on BUILD_PATENTED help Port of the Fraunhofer FDK AAC Codec Library for Android https://sourceforge.net/projects/opencore-amr/ Ted Hess source "feeds/packages/sound/fdk-aac/Config.in" config PACKAGE_forked-daapd tristate "forked-daapd........... iTunes (DAAP) server for Apple Remote and AirPlay" default y if DEFAULT_forked-daapd default m if ALL select PACKAGE_libsodium select PACKAGE_libgnutls select PACKAGE_libjson-c select PACKAGE_libdaemon select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libplist select PACKAGE_libantlr3c select PACKAGE_libffmpeg-full select PACKAGE_confuse depends on AUDIO_SUPPORT select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 depends on !(PACKAGE_libx264) || BUILD_PATENTED select PACKAGE_libgdbm select PACKAGE_libcurl select PACKAGE_libunistring select PACKAGE_libgcrypt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libavahi-client select PACKAGE_libwebsockets-openssl if PACKAGE_libwebsockets-mbedtls config PACKAGE_ices tristate "ices..................... ices client for Icecast media streaming servers" default y if DEFAULT_ices default m if ALL select PACKAGE_libxml2 select PACKAGE_alsa-lib select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libvorbis select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libshout select PACKAGE_libogg help ices is a command line source client for Icecast media streaming servers. It began as the successor of the old "shout" utility, and has since gained a lot of useful features. http://www.icecast.org/ices/ Nicolas Thill , Ted Hess menuconfig PACKAGE_lame tristate "lame................................................................ lame" default y if DEFAULT_lame default m if ALL select PACKAGE_libncurses select PACKAGE_lame-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help lame mp3 encoder http://sourceforge.net/projects/lame Ted Hess config PACKAGE_lame-lib tristate "lame-lib........................................................ lame-lib" default y if DEFAULT_lame-lib default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help lame mp3 encoder libs http://sourceforge.net/projects/lame Ted Hess source "feeds/packages/sound/lame/Config.in" config PACKAGE_liblo-utils tristate "liblo-utils............... Lightweight Open Sound Control (OSC) utilities" default y if DEFAULT_liblo-utils default m if ALL select PACKAGE_liblo select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Lightweight Open Sound Control (OSC) utilities http://liblo.sourceforge.net/ config PACKAGE_madplay tristate "madplay........................... MPEG audio player in fixed point - oss" default y if DEFAULT_madplay default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libid3tag select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libmad help MAD is an MPEG audio decoder. It currently only supports the MPEG 1 standard, but fully implements all three audio layers (Layer I, Layer II, and Layer III, the latter often colloquially known as MP3.). There is also full support for ID3 tags. http://sourceforge.net/projects/mad Simon Peter config PACKAGE_madplay-alsa tristate "madplay-alsa..................... MPEG audio player in fixed point - alsa" default y if DEFAULT_madplay-alsa default m if ALL select PACKAGE_libmad select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib select PACKAGE_libid3tag select PACKAGE_libssp if GCC_LIBSSP help MPEG audio player in fixed point - alsa http://sourceforge.net/projects/mad Simon Peter config PACKAGE_moc tristate "moc..................................................... Music On Console" default y if DEFAULT_moc default m if ALL select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libdb47 select PACKAGE_alsa-lib select PACKAGE_libsamplerate select PACKAGE_libmad select PACKAGE_librt if USE_GLIBC select PACKAGE_libltdl depends on AUDIO_SUPPORT select PACKAGE_libmagic select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libflac select PACKAGE_libvorbis select PACKAGE_libncurses select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libid3tag select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libfaad2 help MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. https://moc.daper.net/ Ted Hess config PACKAGE_mpc tristate "mpc................................... Music Player Daemon Console Client" default y if DEFAULT_mpc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmpdclient select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help MPD is a music player supporting flac, mp3 and ogg files. It is typically controlled over a network using one of it's many clients including mpc(console), gmpc(gnome), phpmp(php) etc. this is MPC http://www.musicpd.org/ Ted Hess config PACKAGE_mpd-avahi-service tristate "mpd-avahi-service.................... Music Player Daemon (Avahi service)" default y if DEFAULT_mpd-avahi-service default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libflac select PACKAGE_libmpdclient select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_alsa-lib if AUDIO_SUPPORT select PACKAGE_libid3tag select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libfaad2 select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_boost select PACKAGE_avahi-dbus-daemon if PACKAGE_avahi-nodbus-daemon config PACKAGE_mpd-full tristate "mpd-full...................................... Music Player Daemon (full)" default y if DEFAULT_mpd-full default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libmpdclient select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_yajl select PACKAGE_libflac select PACKAGE_libupnp select PACKAGE_libmms select PACKAGE_libfaad2 select PACKAGE_libpthread select PACKAGE_libcurl select PACKAGE_boost select PACKAGE_zlib select PACKAGE_pulseaudio-daemon if AUDIO_SUPPORT select PACKAGE_libffmpeg-audio-dec if PACKAGE_libffmpeg-full config PACKAGE_mpd-mini tristate "mpd-mini...................................... Music Player Daemon (mini)" default y if DEFAULT_mpd-mini default m if ALL select PACKAGE_libpthread select PACKAGE_libexpat select PACKAGE_libstdcpp select PACKAGE_boost select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_zlib select PACKAGE_libmad select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libid3tag select PACKAGE_alsa-lib if AUDIO_SUPPORT select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libmpdclient select PACKAGE_libflac select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libfaad2 select PACKAGE_libvorbisidec help Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. It is typically controlled over a network using one of it's many clients including mpc (console), gmpc (gnome), phpmp (php), etc... . This package contains a minimal Music Player Daemon, with support for only FLAC, AAC, MP3 & OGG media types & only file: & http: protocols. https://www.musicpd.org/ Ted Hess config PACKAGE_mpg123 tristate "mpg123.................................... fast console mpeg audio player" default y if DEFAULT_mpg123 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib depends on AUDIO_SUPPORT select PACKAGE_libmpg123 select PACKAGE_librt if USE_GLIBC select PACKAGE_libout123 help fast console mpeg audio player http://www.mpg123.de Zoltan HERPAI config PACKAGE_opus-tools tristate "opus-tools.............................................. OPUS Codec tools" default y if DEFAULT_opus-tools default m if ALL select PACKAGE_libopusfile select PACKAGE_libogg select PACKAGE_librt if USE_GLIBC select PACKAGE_libopusenc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopus select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This package provides command-line utilities to encode, inspect, and decode .opus files. http://opus-codec.org/ Eduardo Abinader config PACKAGE_pianod tristate "pianod.............................................. Pandora radio daemon" default y if DEFAULT_pianod default m if ALL depends on AUDIO_SUPPORT select PACKAGE_libmpg123 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libmbedtls select PACKAGE_libjson-c select PACKAGE_libfaad2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libao select PACKAGE_libgcrypt help pianod is a Pandora music player client with line-oriented and Websocket control interfaces. A simple protocol makes for easy clients, mix scripting, integration with a home automation system, use as multiple-user music system for home or office. Documentation and configuration information can be found at: http://deviousfish.com/pianod1/ http://deviousfish.com/pianod1/ Ted Hess config PACKAGE_pianod-client tristate "pianod-client................................. Pandora radio daemon WebUI" default y if DEFAULT_pianod-client default m if ALL select PACKAGE_pianod select PACKAGE_libssp if GCC_LIBSSP depends on AUDIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Web client UI and remote player viewer for pianod Examples --- (Note: The viewer.* files need not be on the pianod host) Main interface: http://pianod-host:4446/pianod Remote viewer: file:////viewer.html?server=pianod-host:4446 --or-- http://pianod-host:4446/pianod/viewer.html?server=pianod-host:4446 http://deviousfish.com/pianod1/ Ted Hess config PACKAGE_portaudio tristate "portaudio.............................. Portable cross-platform audio I/O" default y if DEFAULT_portaudio default m if ALL select PACKAGE_librt depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O. http://www.portaudio.com/ Nicolas Thill config PACKAGE_pulseaudio-daemon tristate "pulseaudio-daemon................................... Network sound server" default y if DEFAULT_pulseaudio-daemon default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libcap select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libsndfile select PACKAGE_alsa-lib depends on AUDIO_SUPPORT select PACKAGE_librt select PACKAGE_libltdl select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server. https://www.pulseaudio.org Peter Wagner config PACKAGE_pulseaudio-daemon-avahi tristate "pulseaudio-daemon-avahi............... Network sound server (avahi/bluez)" default y if DEFAULT_pulseaudio-daemon-avahi default m if ALL select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libltdl select PACKAGE_libavahi-client select PACKAGE_librt depends on AUDIO_SUPPORT select PACKAGE_alsa-lib select PACKAGE_libsndfile select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_sbc select PACKAGE_dbus select PACKAGE_libiconv-full if BUILD_NLS help PulseAudio (formerly Polypaudio) is a cross-platform, networked sound server. This package enables avahi,bluez and is compiled against dbus, sbc, and avahi. https://www.pulseaudio.org Peter Wagner config PACKAGE_pulseaudio-profiles tristate "pulseaudio-profiles.............................. Profiles for Pulseaudio" default y if DEFAULT_pulseaudio-profiles default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Profiles for Pulseaudio http://www.pulseaudio.org Peter Wagner config PACKAGE_pulseaudio-tools tristate "pulseaudio-tools.................................... Tools for Pulseaudio" default y if DEFAULT_pulseaudio-tools default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_pulseaudio-daemon||PACKAGE_pulseaudio-daemon-avahi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsndfile select PACKAGE_libssp if GCC_LIBSSP help Tools for Pulseaudio http://www.pulseaudio.org Peter Wagner config PACKAGE_shairplay tristate "shairplay...................................................... Shairplay" default y if DEFAULT_shairplay default m if ALL select PACKAGE_libavahi-compat-libdnssd select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libao select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on AUDIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libltdl help Free portable AirPlay server implementation similar to ShairPort. Álvaro Fernández Rojas config PACKAGE_shairport-sync-mbedtls tristate "shairport-sync-mbedtls........ AirPlay compatible audio player (mbed TLS)" default y if DEFAULT_shairport-sync-mbedtls default m if ALL select PACKAGE_libdaemon select PACKAGE_libsoxr select PACKAGE_librt if USE_GLIBC select PACKAGE_libavahi-client select PACKAGE_libpopt select PACKAGE_libmbedtls depends on AUDIO_SUPPORT select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libconfig select PACKAGE_libpthread help Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady config PACKAGE_shairport-sync-mini tristate "shairport-sync-mini............ AirPlay compatible audio player (minimal)" default y if DEFAULT_shairport-sync-mini default m if ALL select PACKAGE_alsa-lib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libconfig select PACKAGE_libdaemon select PACKAGE_librt if USE_GLIBC select PACKAGE_libpopt select PACKAGE_libmbedtls depends on AUDIO_SUPPORT help Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. Minimal version uses mbed TLS and does not include libsoxr and avahi support. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady config PACKAGE_shairport-sync-openssl tristate "shairport-sync-openssl......... AirPlay compatible audio player (openssl)" default y if DEFAULT_shairport-sync-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libconfig select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpopt select PACKAGE_libdaemon select PACKAGE_libpthread select PACKAGE_alsa-lib select PACKAGE_libc select PACKAGE_libavahi-client depends on AUDIO_SUPPORT select PACKAGE_libsoxr select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Shairport Sync plays audio from iTunes and AirPlay sources, including iOS devices, Quicktime Player and third party sources such as forkedDaapd. Audio played by a Shairport Sync-powered device stays synchronised with the source and hence with similar devices playing the same source. Shairport Sync does not support AirPlay video or photo streaming. Ensure Kernel Modules > Sound Support > kmod-sound-core is selected. Also select kmod-usb-audio if you want to use USB-connected sound cards. https://github.com/mikebrady/shairport-sync Ted Hess , Mike Brady config PACKAGE_shine tristate "shine................................. Super fast fixed-point MP3 encoder" default y if DEFAULT_shine default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help savonet/shine is a blazing fast mp3 encoding library implemented in fixed-point arithmetic. The library can thus be used to perform super fast mp3 encoding on architectures without a FPU, such as armel, etc.. It is also, however, also super fast on architectures with a FPU! https://github.com/toots/shine Nicolas Thill config PACKAGE_sox tristate "sox............. Sox is a general purpose sound converter/player/recorder" default y if DEFAULT_sox default m if ALL select PACKAGE_alsa-lib select PACKAGE_libvorbis select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libflac select PACKAGE_libid3tag select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmad select PACKAGE_librt if USE_GLIBC select PACKAGE_lame-lib select PACKAGE_libmagic depends on AUDIO_SUPPORT help SoX is a command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files during the conversion. As an added bonus, SoX can play and record audio files on several unix-style platforms. http://sox.sourceforge.net/ Ted Hess menuconfig PACKAGE_squeezelite-full tristate "squeezelite-full..................... Headless squeezebox emulator (full)" default y if DEFAULT_squeezelite-full default m if ALL select PACKAGE_libfaad2 select PACKAGE_libffmpeg-audio-dec if SQUEEZELITE_WMA select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libvorbis select PACKAGE_libflac select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libsoxr if SQUEEZELITE_RESAMPLE depends on AUDIO_SUPPORT select PACKAGE_libmpg123 select PACKAGE_librt if USE_GLIBC select PACKAGE_alsa-lib select PACKAGE_libc help Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package has all the audio codecs compiled in. https://github.com/ralph-irving/squeezelite Ted Hess if PACKAGE_squeezelite-full config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif menuconfig PACKAGE_squeezelite-mini tristate "squeezelite-mini.................. Headless squeezebox emulator (minimal)" default y if DEFAULT_squeezelite-mini default m if ALL depends on AUDIO_SUPPORT select PACKAGE_libsoxr if SQUEEZELITE_RESAMPLE select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_alsa-lib help Squeezelite is a small headless squeezebox emulator for linux using alsa audio output It is aimed at supporting high quality audio at multiple sample rates including 44.1/48/88.2/96/176.4/192k/352.8/384kHz Supported codecs: mp3, flac, ogg, aac, (wma and alac via ffmpeg) Native support for PCM builtin Optional support of DSD playback via PCM for DoP capable DAC Optional resampling to match sound device This package will dynamically load installed codecs. https://github.com/ralph-irving/squeezelite Ted Hess if PACKAGE_squeezelite-mini config SQUEEZELITE_WMA bool "WMA/ALAC decode support" help Include WMA and ALAC decoding using ffmpeg default n config SQUEEZELITE_RESAMPLE bool "Resample support" help Include support for resampling using libsoxr default n config SQUEEZELITE_DSD bool "DSD playback over PCM (DoP)" help Include support for DSD over PCM for compatible DAC" default n endif config PACKAGE_svox tristate "svox.................................. SVOX PicoTTS text-to-speech engine" default y if DEFAULT_svox default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpopt help SVOX is an embedded speech technology company founded in 2000 and headquartered in Zurich, Switzerland. SVOX was acquired by Nuance Communications in 2011. Company's products included Automated Speech Recognition (ASR), Text-to-Speech (TTS) and Speech Dialog systems, with customers mostly being manufacturers and system integrators in automotive and mobile device industries. SVOX TTS technology is characterized by natural and clear sound as well as unique polyglot capability - the same voice can speak multiple languages like a native speaker. https://android.googlesource.com/platform/external/svox/ Alessandro Di Marco menuconfig PACKAGE_upmpdcli tristate "upmpdcli................ A UPnP front-end to MPD, the Music Player Daemon" default y if DEFAULT_upmpdcli default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl source "feeds/packages/sound/upmpdcli/Config.in" endmenu menu "Ubus" menu "3. Applications" config PACKAGE_ubus-lime-batman-adv tristate "ubus-lime-batman-adv................. B.A.T.M.A.N.-Adv ubus status module" default y if DEFAULT_ubus-lime-batman-adv default m if ALL select PACKAGE_batctl-default if PACKAGE_batctl-tiny config PACKAGE_ubus-lime-bmx6 tristate "ubus-lime-bmx6................................... BMX6 ubus status module" default y if DEFAULT_ubus-lime-bmx6 default m if ALL select PACKAGE_luci-lib-json depends on IPV6 select PACKAGE_libc select PACKAGE_lua select PACKAGE_libubus-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-nixio select PACKAGE_libubox-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_luci-app-bmx6 help BMX6 ubus status module Marcos Gutierrez config PACKAGE_ubus-lime-fbw tristate "ubus-lime-fbw.................... Libremesh first boot wizard ubus module" default y if DEFAULT_ubus-lime-fbw default m if ALL select PACKAGE_libuci-lua select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_first-boot-wizard help Libremesh first boot wizard ubus module Santiago Piccinini config PACKAGE_ubus-lime-grondrouting tristate "ubus-lime-grondrouting............... Libremap ubus ground routing module" default y if DEFAULT_ubus-lime-grondrouting default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_libc select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lua select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua help Libremap ubus ground routing module Marcos Gutierrez config PACKAGE_ubus-lime-location tristate "ubus-lime-location........................... Libremap ubus status module" default y if DEFAULT_ubus-lime-location default m if ALL select PACKAGE_lua select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox-lua select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Libremap ubus status module Marcos Gutierrez config PACKAGE_ubus-lime-metrics tristate "ubus-lime-metrics.................................... Metrics ubus module" default y if DEFAULT_ubus-lime-metrics default m if ALL select PACKAGE_libubus-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libc depends on PACKAGE_rpcd select PACKAGE_luci-lib-json select PACKAGE_check-internet select PACKAGE_mtr select PACKAGE_netperf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_libubox-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ubus-lime-utils help Metrics ubus module Santiago Piccinini config PACKAGE_ubus-lime-openairview tristate "ubus-lime-openairview............................ Openairview ubus module" default y if DEFAULT_ubus-lime-openairview default m if ALL select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luci-lib-nixio select PACKAGE_libubox-lua select PACKAGE_libubus-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libiwinfo-lua select PACKAGE_lua select PACKAGE_libc select PACKAGE_luci-lib-json help Openairview ubus module Marcos Gutierrez config PACKAGE_ubus-lime-utils tristate "ubus-lime-utils.............................. LIbremesh ubus utils module" default y if DEFAULT_ubus-lime-utils default m if ALL select PACKAGE_libc depends on PACKAGE_rpcd select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_cgi-io select PACKAGE_lua select PACKAGE_libiwinfo-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_libubox-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libuci select PACKAGE_rpcd-mod-file help LIbremesh ubus utils module Santiago Piccinini endmenu endmenu menu "Utilities" menu "BigClown" config PACKAGE_bigclown-control-tool tristate "bigclown-control-tool.............................. BigCLown control tool" default y if DEFAULT_bigclown-control-tool default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-paho-mqtt select PACKAGE_libc select PACKAGE_python3-simplejson depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_python3-yaml select PACKAGE_python3-click-log select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-pyserial help BigCLown control tool https://github.com/bigclownlabs/bch-control-tool Karel Kočí config PACKAGE_bigclown-firmware-tool tristate "bigclown-firmware-tool............................ BigCLown firmware tool" default y if DEFAULT_bigclown-firmware-tool default m if ALL select PACKAGE_python3-appdirs select PACKAGE_python3-intelhex depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libc select PACKAGE_python3-requests select PACKAGE_python3-schema select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-colorama select PACKAGE_python3-pyserial select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-yaml select PACKAGE_python3-click help BigCLown firmware tool https://github.com/bigclownlabs/bch-firmware-tool Karel Kočí config PACKAGE_bigclown-gateway tristate "bigclown-gateway........................................ BigCLown gateway" default y if DEFAULT_bigclown-gateway default m if ALL select PACKAGE_libc select PACKAGE_python3-simplejson depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_python3-appdirs depends on PACKAGE_kmod-usb-serial select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-paho-mqtt select PACKAGE_python3-schema depends on USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-usb-acm select PACKAGE_python3-pyserial select PACKAGE_kmod-usb-serial-ftdi select PACKAGE_python3-click-log select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python3-yaml help BigCLown gateway https://github.com/bigclownlabs/bch-gateway Karel Kočí config PACKAGE_bigclown-mqtt2influxdb tristate "bigclown-mqtt2influxdb.................. BigCLown MQTT to Influxdb bridge" default y if DEFAULT_bigclown-mqtt2influxdb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_python3-jsonpath-ng select PACKAGE_python3-influxdb select PACKAGE_python3-yaml select PACKAGE_libc depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-paho-mqtt select PACKAGE_python3-schema help BigCLown MQTT to Influxdb bridge https://github.com/bigclownlabs/bch-mqtt2influxdb Karel Kočí endmenu menu "Boot Loaders" config PACKAGE_fconfig tristate "fconfig..................................... RedBoot configuration editor" default y if DEFAULT_fconfig default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help displays and (if writable) also edits the RedBoot configuration. config PACKAGE_grub2-editenv tristate "grub2-editenv................................... Grub2 Environment editor" default y if DEFAULT_grub2-editenv default m if ALL||ALL_NONSHARED select PACKAGE_libpthread if USE_GLIBC depends on TARGET_x86 select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Edit grub2 environment files. http://www.gnu.org/software/grub/ config PACKAGE_rbcfg tristate "rbcfg...................................... RouterBOOT configuration tool" default y if DEFAULT_rbcfg default m if ALL||ALL_NONSHARED select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on TARGET_ar71xx select PACKAGE_libssp if GCC_LIBSSP help This package contains an utility to manipulate RouterBOOT configuration on the MikroTIK RB-4XX devices. config PACKAGE_uboot-envtools tristate "uboot-envtools................. read/modify U-Boot bootloader environment" default y if DEFAULT_uboot-envtools default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package includes tools to read and modify U-Boot bootloader environment. http://www.denx.de/wiki/U-Boot endmenu menu "Compression" config PACKAGE_bsdtar tristate "bsdtar................................................... tar BSD variant" default y if DEFAULT_bsdtar default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libarchive select PACKAGE_libssp if GCC_LIBSSP help Reads a variety of formats including tar, pax, zip, xar, lha, ar, cab, mtree, rar, warc, 7z and ISO images. Writes tar, pax, zip, xar, ar, ISO, mtree and shar archives. Automatically handles archives compressed with gzip, bzip2, lzip, xz, lzma or compress. https://www.libarchive.org/ Johannes Morgenroth config PACKAGE_bsdtar-noopenssl tristate "bsdtar-noopenssl............ tar BSD variant (without OpenSSL dependency)" default y if DEFAULT_bsdtar-noopenssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libarchive-noopenssl help tar BSD variant (without OpenSSL dependency) https://www.libarchive.org/ Johannes Morgenroth config PACKAGE_bzip2 tristate "bzip2.................................... bzip2 is a compression utility." default y if DEFAULT_bzip2 default m if ALL select PACKAGE_libbz2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help bzip2 is a freely available, patent free, high-quality data compressor. This package provides the binary. https://sourceware.org/bzip2/ Steven Barth config PACKAGE_gzip tristate "gzip............................ gzip (GNU zip) is a compression utility." default y if DEFAULT_gzip default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help gzip (GNU zip) is a compression utility designed to be a replacement for compress. https://www.gnu.org/software/gzip/ Christian Beier config PACKAGE_lz4 tristate "lz4........................................... Extremely fast compression" default y if DEFAULT_lz4 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_liblz4 select PACKAGE_libssp if GCC_LIBSSP help LZ4 - Fast real-time compression algorithm. This package provides the lz4 binaries. https://www.lz4.org/ Darik Horn config PACKAGE_unrar tristate "unrar................................................ UnRAR (application)" default y if DEFAULT_unrar default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX help UnRAR is an application that can decompress files and archives created using the RAR compression scheme https://www.rarlab.com/ Álvaro Fernández Rojas , Ted Hess config PACKAGE_unzip tristate "unzip......................................... De-archiver for .zip files" default y if DEFAULT_unzip default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help InfoZIP's unzip program. With the exception of multi-volume archives (ie, .ZIP files that are split across several disks using PKZIP's /& option), this can handle any file produced either by PKZIP, or the corresponding InfoZIP zip program. http://infozip.sourceforge.net/UnZip.html Álvaro Fernández Rojas menuconfig PACKAGE_xz-utils tristate "xz-utils................................................. XZ Utils (meta)" default y if DEFAULT_xz-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help XZ Utils (meta) https://tukaani.org/xz config PACKAGE_lzmadec tristate "lzmadec.................................... lzmadec utility from XZ Utils" default y if DEFAULT_lzmadec default m if ALL select PACKAGE_liblzma select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_xz-utils select PACKAGE_libssp if GCC_LIBSSP help Contains: lzmadec https://tukaani.org/xz config PACKAGE_lzmainfo tristate "lzmainfo.................................. lzmainfo utility from XZ Utils" default y if DEFAULT_lzmainfo default m if ALL select PACKAGE_liblzma select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_xz-utils select PACKAGE_libssp if GCC_LIBSSP help Contains: lzmainfo https://tukaani.org/xz config PACKAGE_xz tristate "xz.............................................. xz utility from XZ Utils" default y if DEFAULT_xz default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_xz-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_liblzma help Contains: xz lzcat lzma unlzma unxz xzcat https://tukaani.org/xz config PACKAGE_xzdec tristate "xzdec........................................ xzdec utility from XZ Utils" default y if DEFAULT_xzdec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_xz-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_liblzma help Contains: xzdec https://tukaani.org/xz config PACKAGE_xzdiff tristate "xzdiff...................................... xzdiff utility from XZ Utils" default y if DEFAULT_xzdiff default m if ALL select PACKAGE_xz select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_xz-utils select PACKAGE_librt if USE_GLIBC help Contains: xzdiff lzcmp lzdiff xzcmp https://tukaani.org/xz config PACKAGE_xzgrep tristate "xzgrep...................................... xzgrep utility from XZ Utils" default y if DEFAULT_xzgrep default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_xz select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_xz-utils help Contains: xzgrep lzegrep lzfgrep lzgrep xzegrep xzfgrep https://tukaani.org/xz config PACKAGE_xzless tristate "xzless...................................... xzless utility from XZ Utils" default y if DEFAULT_xzless default m if ALL select PACKAGE_xz select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_xz-utils select PACKAGE_librt if USE_GLIBC help Contains: xzless lzless https://tukaani.org/xz config PACKAGE_xzmore tristate "xzmore...................................... xzmore utility from XZ Utils" default y if DEFAULT_xzmore default m if ALL select PACKAGE_xz select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_xz-utils select PACKAGE_librt if USE_GLIBC help Contains: xzmore lzmore https://tukaani.org/xz config PACKAGE_zipcmp tristate "zipcmp............................................................ zipcmp" default y if DEFAULT_zipcmp default m if ALL select PACKAGE_libzip-gnutls if PACKAGE_libzip-mbedtls config PACKAGE_zipmerge tristate "zipmerge........................................................ zipmerge" default y if DEFAULT_zipmerge default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libzip-gnutls if PACKAGE_libzip-mbedtls config PACKAGE_ziptool tristate "ziptool.......................................................... ziptool" default y if DEFAULT_ziptool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libzip-gnutls if PACKAGE_libzip-mbedtls config PACKAGE_zstd tristate "zstd............................... Fast real-time compression algorithm." default y if DEFAULT_zstd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libzstd select PACKAGE_libssp if GCC_LIBSSP help Zstandard - Fast real-time compression algorithm. This package provides the zstd binaries. https://github.com/facebook/zstd endmenu menu "Disc" config PACKAGE_blkdiscard tristate "blkdiscard................................... discard sectors on a device" default y if DEFAULT_blkdiscard default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The blkdiscard is used to discard device sectors. This is useful for solid-state drivers (SSDs) and thinly-provisioned storage. Unlike fstrim, this command is used directly on the block device. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_blkid tristate "blkid........................... locate and print block device attributes" default y if DEFAULT_blkid default m if ALL select PACKAGE_libblkid select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help The blkid program is the command-line interface to working with the libblkid library. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_blockdev tristate "blockdev.................. call block device ioctls from the command line" default y if DEFAULT_blockdev default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help The blockdev program is the command-line interface to call block device ioctls. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_cfdisk tristate "cfdisk........................ display or manipulate disk partition table" default y if DEFAULT_cfdisk default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libmount select PACKAGE_libsmartcols select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libfdisk select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help cfdisk is a curses-based program for partitioning any hard disk drive http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_cgdisk tristate "cgdisk........... GPT aware disk manipulation utility for interactive use" default y if DEFAULT_cgdisk default m if ALL select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help cgdisk is GPT aware disk partitioning tool, with interactive ncurses based UI. https://www.rodsbooks.com/gdisk Alif M. Ahmad config PACKAGE_eject tristate "eject.............................................. eject removable media" default y if DEFAULT_eject default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmount select PACKAGE_libuuid select PACKAGE_libblkid select PACKAGE_librt if USE_GLIBC help eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_fdisk tristate "fdisk.................................... manipulate disk partition table" default y if DEFAULT_fdisk default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libfdisk select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libsmartcols help a menu-driven program for creation and manipulation of partition tables http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_findfs tristate "findfs................................ find a filesystem by label or UUID" default y if DEFAULT_findfs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libblkid help findfs will search the disks in the system looking for a filesystem which has a label matching label or a UUID equal to uuid http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_fio tristate "fio.................................... I/O testing and benchmarking tool" default y if DEFAULT_fio default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libaio select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib help Fio is an I/O testing tool that will spawn a number of threads or processes doing a particular type of I/O action as specified by the user. Fio can be driven by a 'job file' describing the I/O load one wants to simulate. https://github.com/axboe/fio Rosen Penev config PACKAGE_fixparts tristate "fixparts....................... A utility to fix corrupted MBR partitions" default y if DEFAULT_fixparts default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help a text-mode menu-driven program for repairing certain types of problems with Master Boot Record (MBR) partition tables https://www.rodsbooks.com/gdisk Alif M. Ahmad config PACKAGE_gdisk tristate "gdisk............ GPT aware disk manipulation utility for interactive use" default y if DEFAULT_gdisk default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help gdisk is GPT aware disk partitioning tool, with interactive UI. https://www.rodsbooks.com/gdisk Alif M. Ahmad config PACKAGE_hd-idle tristate "hd-idle..................... Another idle-daemon for attached hard drives" default y if DEFAULT_hd-idle default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help hd-idle is a utility program for spinning-down external disks after a period of idle time. http://hd-idle.sourceforge.net/ Lim Guo Wei config PACKAGE_hdparm tristate "hdparm........................... Hard disk drive configuration utilitity" default y if DEFAULT_hdparm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help get/set SATA/IDE device parameters https://sourceforge.net/projects/hdparm/ Rosen Penev config PACKAGE_lsblk tristate "lsblk................................................. list block devices" default y if DEFAULT_lsblk default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libmount select PACKAGE_libsmartcols select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help lsblk lists information about all or the specified block devices http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_lvm2 tristate "lvm2.................................... The Linux Logical Volume Manager" default y if DEFAULT_lvm2 default m if ALL select PACKAGE_libdevmapper select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libaio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libreadline select PACKAGE_librt if USE_GLIBC help LVM2 refers to a new userspace toolset that provide logical volume management facilities on linux. It is reasonably backwards-compatible with the original LVM toolset. https://sourceware.org/lvm2/ Daniel Golle config PACKAGE_mdadm tristate "mdadm.......................... A tool for managing Soft RAID under Linux" default y if DEFAULT_mdadm default m if ALL select PACKAGE_kmod-md-mod select PACKAGE_kmod-md-raid0 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_kmod-md-raid1 select PACKAGE_libc select PACKAGE_kmod-md-raid10 help A tool for managing Linux Software RAID arrays. RAID 0, 1 and 10 support included. If you need RAID 4,5 or 6 functionality please install kmod-md-raid456 . https://www.kernel.org/pub/linux/utils/raid/mdadm/ Felix Fietkau config PACKAGE_partx-utils tristate "partx-utils" default y if DEFAULT_partx-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsmartcols select PACKAGE_libblkid select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help contains partx, addpart, delpart http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_sfdisk tristate "sfdisk............................. partition table manipulator for Linux" default y if DEFAULT_sfdisk default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libsmartcols select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libfdisk select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help list the size of a partition, list the partitions on a device, check the partitions on a device and repartition a device http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_sgdisk tristate "sgdisk............. GPT aware disk manipulation utility for scripting use" default y if DEFAULT_sgdisk default m if ALL select PACKAGE_libpopt select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help sgdisk is GPT-aware disk partitioning tool for scripting use. https://www.rodsbooks.com/gdisk Alif M. Ahmad config PACKAGE_wipefs tristate "wipefs.................................... wipe a signature from a device" default y if DEFAULT_wipefs default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libblkid select PACKAGE_libsmartcols select PACKAGE_libssp if GCC_LIBSSP help wipefs can erase filesystem, raid or partition table signatures (magic strings) from the specified device to make the signature invisible for libblkid. http://www.kernel.org/pub/linux/utils/util-linux/ endmenu menu "Editors" config PACKAGE_joe tristate "joe................................................ JOE - Joes own editor" default y if DEFAULT_joe default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help Joe is world-famous Wordstar like text editor, that also features Emacs and Pico emulation https://sourceforge.net/projects/joe-editor/ Vitaly Protsko config PACKAGE_jupp tristate "jupp....................................... WordStar-inspired text editor" default y if DEFAULT_jupp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help jupp is a WordStar-inspired text and hex editor, for programmers and regular end users. http://www.mirbsd.org/jupp.htm Thorsten Glaser config PACKAGE_jupp-data tristate "jupp-data............ jupp Emacs/JOE/Pico emulations, syntax highlighting" default y if DEFAULT_jupp-data default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_jupp depends on m || (PACKAGE_joe != y) help jupp Emacs/JOE/Pico emulations, syntax highlighting http://www.mirbsd.org/jupp.htm Thorsten Glaser config PACKAGE_mg tristate "mg........................................ microscopic EMACS style editor" default y if DEFAULT_mg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libpcre help Mg is intended to be a small, fast, and portable editor for people who can't (or don't want to) run emacs for one reason or another, or are not familiar with the vi editor. It is compatible with emacs because there shouldn't be any reason to learn more editor types than emacs or vi. https://github.com/ibara/mg Hirokazu MORIKAWA config PACKAGE_nano tristate "nano........................... An enhanced clone of the Pico text editor" default y if DEFAULT_nano default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone of the Pico text editor. https://www.nano-editor.org/ Jonathan Bennett , Hannu Nyman config PACKAGE_vim tristate "vim.............................. Vi IMproved - enhanced vi editor (Tiny)" default y if DEFAULT_vim default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help Vim is an almost compatible version of the UNIX editor Vi. (Tiny build) http://www.vim.org/ Marko Ratkaj config PACKAGE_vim-full tristate "vim-full....................... Vi IMproved - enhanced vi editor (Normal)" default y if DEFAULT_vim-full default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Vim is an almost compatible version of the UNIX editor Vi. (Normal build) http://www.vim.org/ Marko Ratkaj config PACKAGE_vim-fuller tristate "vim-fuller........................ Vi IMproved - enhanced vi editor (Big)" default y if DEFAULT_vim-fuller default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help Vim is an almost compatible version of the UNIX editor Vi. (Big build) http://www.vim.org/ Marko Ratkaj config PACKAGE_vim-help tristate "vim-help................... Vi IMproved - enhanced vi editor (help files)" default y if DEFAULT_vim-help default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Vim is an almost compatible version of the UNIX editor Vi. (Help files) http://www.vim.org/ Marko Ratkaj config PACKAGE_vim-runtime tristate "vim-runtime............. Vi IMproved - enhanced vi editor (runtime files)" default y if DEFAULT_vim-runtime default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help Vim is an almost compatible version of the UNIX editor Vi. (Runtime files) http://www.vim.org/ Marko Ratkaj config PACKAGE_zile tristate "zile........................................ very small emacs-like editor" default y if DEFAULT_zile default m if ALL select PACKAGE_libncurses select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Zile is a small Emacs clone. Zile is a customizable, self-documenting real-time display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home with Zile. http://www.gnu.org/software/zile/ Ted Hess endmenu menu "Encryption" config PACKAGE_ccrypt tristate "ccrypt............... utility for encrypting/decrypting files and streams" default y if DEFAULT_ccrypt default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help utility for encrypting/decrypting files and streams http://ccrypt.sourceforge.net/ Hannu Nyman config PACKAGE_certtool tristate "certtool....................................... GNU TLS (certool utility)" default y if DEFAULT_certtool default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls help GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS certtool utility. http://www.gnutls.org/ Nikos Mavrogiannopoulos config PACKAGE_cryptsetup tristate "cryptsetup.................................................... Cryptsetup" default y if DEFAULT_cryptsetup default m if ALL select PACKAGE_libblkid select PACKAGE_librt if USE_GLIBC select PACKAGE_kmod-crypto-user select PACKAGE_libc select PACKAGE_libpopt select PACKAGE_libjson-c select PACKAGE_lvm2 select PACKAGE_libuuid select PACKAGE_libdevmapper select PACKAGE_libssp if GCC_LIBSSP select KERNEL_DIRECT_IO select PACKAGE_libpthread if USE_GLIBC help Cryptsetup is utility used to conveniently setup disk encryption based on DMCrypt kernel module. https://gitlab.com/cryptsetup/cryptsetup/ Daniel Golle menuconfig PACKAGE_gnupg tristate "gnupg......................... GNU privacy guard - a free PGP replacement" default y if DEFAULT_gnupg default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_zlib select PACKAGE_libreadline help GnuPG is GNU's tool for secure communication and data storage. It can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). http://www.gnupg.org/ config PACKAGE_gnupg-utils tristate "gnupg-utils........................... Key management utilities for GnuPG" default y if DEFAULT_gnupg-utils default m if ALL select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_gnupg select PACKAGE_libssp if GCC_LIBSSP help Key management utilies for GnuPG. This package is needed to import keys from a keyserver. http://www.gnupg.org/ config PACKAGE_gnutls-utils tristate "gnutls-utils......................................... GNU TLS (utilities)" default y if DEFAULT_gnutls-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgnutls select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS12, OpenPGP and other required structures. It is aimed to be portable and efficient with focus on security and interoperability. This package contains the GnuTLS gnutls-cli, gnutls-serv, psktool, and srptool utilities. http://www.gnutls.org/ Nikos Mavrogiannopoulos config PACKAGE_gpgv tristate "gpgv................................... GnuPG signature verification only" default y if DEFAULT_gpgv default m if ALL select PACKAGE_libreadline select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help GPGv is a stripped down version of GnuPG that only checks signatures. . GnuPG does not use any patented algorithms so it cannot be compatible with PGP2 because it uses IDEA (which is patented worldwide). http://www.gnupg.org/ config PACKAGE_keyctl tristate "keyctl............................................................ keyctl" default y if DEFAULT_keyctl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libkeyutils help keyctl config PACKAGE_px5g-mbedtls tristate "px5g-mbedtls................. X.509 certificate generator (using mbedtls)" default y if DEFAULT_px5g-mbedtls default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmbedtls help Px5g is a tiny standalone X.509 certificate generator. It suitable to create key files and certificates in DER and PEM format for use with stunnel, uhttpd and others. Jo-Philipp Wich config PACKAGE_px5g-standalone tristate "px5g-standalone................. X.509 certificate generator (standalone)" default y if DEFAULT_px5g-standalone default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Px5g is a tiny standalone X.509 certificate generator. It suitable to create key files and certificates in DER and PEM format for use with stunnel, uhttpd and others. Jo-Philipp Wich menuconfig PACKAGE_stoken tristate "stoken..... tokencode generator compatible with RSA SecurID 128-bit (AES)" default y if DEFAULT_stoken default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstoken help stoken is a tokencode generator compatible with RSA SecurID 128-bit (AES). This package contains the cli https://sourceforge.net/p/stoken/wiki/Home/ Florian Fainelli endmenu menu "Filesystem" config PACKAGE_acl tristate "acl......................... Access control list (ACL) manipulation utils" default y if DEFAULT_acl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl help Access control list support This package provides ACL manipulation utilities - chacl - getfacl - setfacl https://savannah.nongnu.org/projects/acl Maxim Storchak config PACKAGE_attr tristate "attr...................... Extended attributes (xattr) manipulation utils" default y if DEFAULT_attr default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libattr help Extended attributes support This package provides xattr manipulation utilities - attr - getfattr - setfattr http://savannah.nongnu.org/projects/attr Maxim Storchak config PACKAGE_badblocks tristate "badblocks.............................. Ext2 Filesystem badblocks utility" default y if DEFAULT_badblocks default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_e2fsprogs select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ext2 Filesystem badblocks utility http://e2fsprogs.sourceforge.net/ config PACKAGE_btrfs-progs tristate "btrfs-progs.................................. Btrfs filesystems utilities" default y if DEFAULT_btrfs-progs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_liblzo select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libblkid select PACKAGE_libattr select PACKAGE_zlib select PACKAGE_libzstd if BTRFS_PROGS_ZSTD help Btrfs is a new copy on write filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration. Initially developed by Oracle, Btrfs is licensed under the GPL and open for contribution from anyone. https://btrfs.wiki.kernel.org/ Karel Kočí source "feeds/packages/utils/btrfs-progs/Config.in" config PACKAGE_chattr tristate "chattr.................................... Ext2 Filesystem chattr utility" default y if DEFAULT_chattr default m if ALL select PACKAGE_e2fsprogs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ext2 Filesystem chattr utility http://e2fsprogs.sourceforge.net/ config PACKAGE_debugfs tristate "debugfs......................................... Ext2 Filesystem debugger" default y if DEFAULT_debugfs default m if ALL select PACKAGE_e2fsprogs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ext2 Filesystem debugger http://e2fsprogs.sourceforge.net/ config PACKAGE_dosfstools tristate "dosfstools...... Utilities for making and checking MS-DOS FAT filesystems" default y if DEFAULT_dosfstools default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP help The dosfstools package includes the mkfs.fat and fsck.fat utilities, which respectively make and check MS-DOS FAT filesystems. https://github.com/dosfstools Álvaro Fernández Rojas config PACKAGE_dumpe2fs tristate "dumpe2fs..................... Ext2 Filesystem information dumping utility" default y if DEFAULT_dumpe2fs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_e2fsprogs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Ext2 Filesystem information dumping utility http://e2fsprogs.sourceforge.net/ config PACKAGE_e2freefrag tristate "e2freefrag.. Ext2 Filesystem free space fragmentation information utility" default y if DEFAULT_e2freefrag default m if ALL select PACKAGE_libc select PACKAGE_e2fsprogs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ext2 Filesystem free space fragmentation information utility http://e2fsprogs.sourceforge.net/ config PACKAGE_e2fsprogs tristate "e2fsprogs.................................. Ext2/3/4 filesystem utilities" default y if DEFAULT_e2fsprogs default m if ALL select PACKAGE_libuuid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libext2fs help This package contains essential ext2 filesystem utilities which consists of e2fsck, mke2fs and most of the other core ext2 filesystem utilities. http://e2fsprogs.sourceforge.net/ config PACKAGE_e4crypt tristate "e4crypt............................... Ext4 Filesystem encryption utility" default y if DEFAULT_e4crypt default m if ALL select PACKAGE_e2fsprogs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ext4 Filesystem encryption utility http://e2fsprogs.sourceforge.net/ config PACKAGE_f2fs-tools tristate "f2fs-tools................... Tools for Flash-Friendly File System (F2FS)" default y if DEFAULT_f2fs-tools default m if ALL select PACKAGE_mkf2fs select PACKAGE_libf2fs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_f2fsck help Tools for Flash-Friendly File System (F2FS) http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git Felix Fietkau config PACKAGE_f2fsck tristate "f2fsck" default y if DEFAULT_f2fsck default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libf2fs select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility for checking/repairing a Flash-Friendly File System (F2FS) http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git Felix Fietkau config PACKAGE_filefrag tristate "filefrag............... Ext2 Filesystem file fragmentation report utility" default y if DEFAULT_filefrag default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_e2fsprogs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Ext2 Filesystem file fragmentation report utility http://e2fsprogs.sourceforge.net/ config PACKAGE_fstrim tristate "fstrim..................... discard unused blocks on a mounted filesystem" default y if DEFAULT_fstrim default m if ALL select PACKAGE_libsmartcols select PACKAGE_librt if USE_GLIBC select PACKAGE_libmount select PACKAGE_libblkid select PACKAGE_libuuid select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help fstrim is used on a mounted filesystem to discard (or "trim") blocks which are not in use by the filesystem. This is useful for solid- state drives (SSDs) and thinly-provisioned storage. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_fuse-utils tristate "fuse-utils.............................................. FUSE (utilities)" default y if DEFAULT_fuse-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libfuse select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help FUSE (Filesystem in UserSpacE) This package contains the FUSE utilities. - fusermount - ulockmgr_server http://fuse.sourceforge.net/ config PACKAGE_hfsfsck tristate "hfsfsck............................ fsck (fsck.hfs) utility from hfsprogs" default y if DEFAULT_hfsfsck default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utilities to create and check HFS/HFS+ filesystems. (fsck.hfs and fsck.hfsplus for checking integrity of HFS/HFS+ volumes) Florian Fainelli config PACKAGE_lsattr tristate "lsattr.................................... Ext2 Filesystem lsattr utility" default y if DEFAULT_lsattr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_e2fsprogs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Ext2 Filesystem lsattr utility http://e2fsprogs.sourceforge.net/ config PACKAGE_mkf2fs tristate "mkf2fs.......... Utility for creating a Flash-Friendly File System (F2FS)" default y if DEFAULT_mkf2fs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libf2fs select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility for creating a Flash-Friendly File System (F2FS) http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git Felix Fietkau config PACKAGE_mkhfs tristate "mkhfs.............................. mkfs (mkfs.hfs) utility from hfsprogs" default y if DEFAULT_mkhfs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbsd if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utilities to create and check HFS/HFS+ filesystems. (mkfs.hfs and mkfs.hfsplus for creating HFS/HFS+ volumes) Florian Fainelli config PACKAGE_ncdu tristate "ncdu........................................... ncurses disk usage viewer" default y if DEFAULT_ncdu default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help Ncdu is a ncurses-based du viewer. It provides a fast and easy-to-use interface through famous du utility. It allows one to browse through the directories and show percentages of disk usage with ncurses library. https://dev.yorhel.nl/ncdu Charles Lehner config PACKAGE_nfs-utils tristate "nfs-utils.......................... updated mount utility (includes nfs4)" default y if DEFAULT_nfs-utils default m if ALL select PACKAGE_libblkid select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC select PACKAGE_libwrap select PACKAGE_libtirpc select PACKAGE_libdevmapper if NFS_KERNEL_SERVER_V4 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libkeyutils if NFS_KERNEL_SERVER_V4 help Updated mount.nfs command - allows mounting nfs4 volumes http://nfs.sourceforge.net/ Peter Wagner config PACKAGE_nfs-utils-libs tristate "nfs-utils-libs........................... libraries provided by nfs-utils" default y if DEFAULT_nfs-utils-libs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libblkid select PACKAGE_libtirpc select PACKAGE_libwrap select PACKAGE_libdevmapper if NFS_KERNEL_SERVER_V4 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libkeyutils if NFS_KERNEL_SERVER_V4 select PACKAGE_libssp if GCC_LIBSSP help Libraries provided by nfs-utils http://nfs.sourceforge.net/ Peter Wagner config PACKAGE_ntfs-3g tristate "ntfs-3g.................................... Stable Read/Write NTFS Driver" default y if DEFAULT_ntfs-3g default m if ALL select PACKAGE_libfuse if PACKAGE_NTFS-3G_USE_LIBFUSE select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-fuse help Ntfs-3g is a NTFS driver, which can create, remove, rename, move files, directories, hard links, and streams. It can read and write files, including streams and sparse files. It can handle special files like symbolic links, devices, and FIFOs. Moreover it can also read transparently compressed files. Contains: - ntfs-3g - ntfs-3g.probe - mount.ntfs-3g (symlink to ntfs-3g) http://www.tuxera.com Ted Hess config PACKAGE_NTFS-3G_USE_LIBFUSE bool "use external FUSE library, selects package libfuse" depends on PACKAGE_ntfs-3g ---help--- Ntfs-3g by default uses a minimalized lite version of FUSE. If libfuse is part of your filesystem anyway (because of sshfs, owfs etc.) it makes sense to activate this option and save some kilobytes of space. config PACKAGE_NTFS-3G_HAS_PROBE bool "install the ntfs-3g.probe utility" depends on PACKAGE_ntfs-3g default y config PACKAGE_ntfs-3g-low tristate "ntfs-3g-low.. lowntfs-3g (alternative using the fuse low-level interface)" default y if DEFAULT_ntfs-3g-low default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_ntfs-3g select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Contains: - lowntfs-3g - mount.lowntfs-3g (symlink to lowntfs-3g) A driver variant using the fuse low-level interface missing some of the enhanced functionality for streams or the like. You might want to check: http://www.tuxera.com/community/ntfs-3g-manual/ http://www.tuxera.com Ted Hess config PACKAGE_ntfs-3g-utils tristate "ntfs-3g-utils.......................................... ntfs-3g utilities" default y if DEFAULT_ntfs-3g-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgcrypt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_ntfs-3g select PACKAGE_libuuid select PACKAGE_librt if USE_GLIBC help Suite of NTFS utilities for doing neat things with NTFS. Contains: - mkntfs - Create an NTFS filesystem. - ntfscat - Dump a file's content to the standard output. - ntfsclone - Efficiently clone, backup, restore or rescue NTFS. - ntfscluster - Locate the files which use the given sectors or clusters. - ntfscmp - Compare two NTFS filesystems and tell the differences. - ntfscp - Copy a file to an NTFS volume. - ntfssecaudit - Display ownership and permissions, check consistency - ntfsfix - Check and fix some common errors, clear the LogFile. - ntfsinfo - Show information about NTFS or one of the files or directories within it. - ntfslabel - Show, or set, an NTFS filesystem's volume label. - ntfsls - List information about files in a directory residing on an NTFS. - ntfsresize - Resize NTFS without losing data. - ntfsundelete - Recover deleted files from NTFS. - ntfsusermap - Define mapping of Windows accounts to Linux logins http://www.tuxera.com Ted Hess config PACKAGE_owfs tristate "owfs............................................. OWFS - fuse file system" default y if DEFAULT_owfs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libow select PACKAGE_fuse-utils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libfuse select PACKAGE_libc help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS fuse filesystem. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_owshell tristate "owshell........................................... OWFS - shell utilities" default y if DEFAULT_owshell default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libow select PACKAGE_libssp if GCC_LIBSSP help OWFS is a suite of programs that designed to make the 1-wire bus and its devices easily accessible. The underlying principle is to create a virtual filesystem, with the unique ID being the directory, and the individual properties of the device are represented as simple files that can be read and written. Details of the individual slave or master design are hidden behind a consistent interface. The goal is to provide an easy set of tools for a software designer to create monitoring or control applications. There are some performance enhancements in the implementation, including data caching, parallel access to bus masters, and aggregation of device communication. Still the fundemental goal has been ease of use, flexibility and correctness rather than speed. This package contains the OWFS shell utilities. https://github.com/owfs/owfs Jo-Philipp Wich config PACKAGE_resize2fs tristate "resize2fs................................. Ext2 Filesystem resize utility" default y if DEFAULT_resize2fs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_e2fsprogs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Ext2 Filesystem resize utility http://e2fsprogs.sourceforge.net/ config PACKAGE_squashfs-tools-mksquashfs tristate "squashfs-tools-mksquashfs...................... squashfs-tools mksquashfs" default y if DEFAULT_squashfs-tools-mksquashfs default m if ALL select PACKAGE_liblzo if SQUASHFS_TOOLS_LZO_SUPPORT select PACKAGE_liblzma if SQUASHFS_TOOLS_XZ_SUPPORT select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_liblz4 if SQUASHFS_TOOLS_LZ4_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help squashfs-tools mksquashfs https://github.com/plougher/squashfs-tools Alexandru Ardelean config PACKAGE_squashfs-tools-unsquashfs tristate "squashfs-tools-unsquashfs...................... squashfs-tools unsquashfs" default y if DEFAULT_squashfs-tools-unsquashfs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_liblz4 if SQUASHFS_TOOLS_LZ4_SUPPORT select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_liblzma if SQUASHFS_TOOLS_XZ_SUPPORT select PACKAGE_zlib select PACKAGE_liblzo if SQUASHFS_TOOLS_LZO_SUPPORT select PACKAGE_librt if USE_GLIBC help squashfs-tools unsquashfs https://github.com/plougher/squashfs-tools Alexandru Ardelean source "feeds/packages/utils/squashfs-tools/Config.in" config PACKAGE_swap-utils tristate "swap-utils............................... swap space management utilities" default y if DEFAULT_swap-utils default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libblkid help contains: mkswap, swaplabel http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_sysfsutils tristate "sysfsutils............................... System Utilities Based on Sysfs" default y if DEFAULT_sysfsutils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsysfs select PACKAGE_libssp if GCC_LIBSSP help A utility built upon libsysfs that lists devices by bus, class, and topology. http://linux-diag.sourceforge.net/Sysfsutils.html Jo-Philipp Wich config PACKAGE_tune2fs tristate "tune2fs..................................... Ext2 Filesystem tune utility" default y if DEFAULT_tune2fs default m if ALL select PACKAGE_e2fsprogs select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Ext2 Filesystem tune utility http://e2fsprogs.sourceforge.net/ config PACKAGE_xfs-admin tristate "xfs-admin........ Utilities for changing parameters of an XFS filesystems" default y if DEFAULT_xfs-admin default m if ALL select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuuid help Utilities for changing parameters of an XFS filesystems http://oss.sgi.com/projects/xfs config PACKAGE_xfs-fsck tristate "xfs-fsck............ Utilities for checking and repairing XFS filesystems" default y if DEFAULT_xfs-fsck default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libuuid select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utilities for checking and repairing XFS filesystems http://oss.sgi.com/projects/xfs config PACKAGE_xfs-growfs tristate "xfs-growfs............ Utility for increasing the size of XFS filesystems" default y if DEFAULT_xfs-growfs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility for increasing the size of XFS filesystems http://oss.sgi.com/projects/xfs config PACKAGE_xfs-mkfs tristate "xfs-mkfs............................ Utility for creating XFS filesystems" default y if DEFAULT_xfs-mkfs default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuuid select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility for creating XFS filesystems http://oss.sgi.com/projects/xfs endmenu menu "Image Manipulation" config PACKAGE_jpeg-tools tristate "jpeg-tools.......... The Independent JPEG Group's JPEG manipulation tools" default y if DEFAULT_jpeg-tools default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjpeg select PACKAGE_libssp if GCC_LIBSSP help The Independent JPEG Group's JPEG manipulation tools http://www.ijg.org/ Jo-Philipp Wich config PACKAGE_tiff-utils tristate "tiff-utils................................................ TIFF utilities" default y if DEFAULT_tiff-utils default m if ALL select PACKAGE_libtiff select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help TIFF utilities http://simplesystems.org/libtiff/ Jiri Slachta endmenu menu "Microcontroller programming" config PACKAGE_avrdude tristate "avrdude.......................................... AVR Downloader/UploaDEr" default y if DEFAULT_avrdude default m if ALL select PACKAGE_libelf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libreadline select PACKAGE_libusb-compat select PACKAGE_libftdi1 select PACKAGE_librt if USE_GLIBC help AVRDUDE is a full featured program for programming Atmel's AVR CPU's. https://www.nongnu.org/avrdude/ Ted Hess config PACKAGE_dfu-programmer tristate "dfu-programmer................. USB programmer for Atmel microcontrollers" default y if DEFAULT_dfu-programmer default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP help dfu-programmer is a Device Firmware Update (DFU) based USB programmer for Atmel chips with a USB bootloader. http://dfu-programmer.github.io/ Stefan Hellermann config PACKAGE_stm32flash tristate "stm32flash............. Firmware flash tool for STM32's serial bootloader" default y if DEFAULT_stm32flash default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help This tool can be used to burn firmware images to STM32 ARM processors using the built-in serial bootloader. https://sourceforge.net/projects/stm32flash Christian Pointner endmenu menu "RTKLIB Suite" config PACKAGE_convbin tristate "convbin................................................. RINEX Converter" default y if DEFAULT_convbin default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help RINEX Converter http://www.rtklib.com/ Nuno Goncalves config PACKAGE_pos2kml tristate "pos2kml...................................... Solution to KML converter" default y if DEFAULT_pos2kml default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help Solution to KML converter http://www.rtklib.com/ Nuno Goncalves config PACKAGE_rnx2rtkp tristate "rnx2rtkp....................................... Post-Processing Analysis" default y if DEFAULT_rnx2rtkp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Post-Processing Analysis http://www.rtklib.com/ Nuno Goncalves config PACKAGE_rtkrcv tristate "rtkrcv............................................ Real-Time Positioning" default y if DEFAULT_rtkrcv default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Real-Time Positioning http://www.rtklib.com/ Nuno Goncalves config PACKAGE_str2str tristate "str2str............................................ Communication Server" default y if DEFAULT_str2str default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Communication Server http://www.rtklib.com/ Nuno Goncalves endmenu menu "Shells" config PACKAGE_bash tristate "bash.......................................... The GNU Bourne Again SHell" default y if DEFAULT_bash default m if ALL select PACKAGE_libreadline select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). http://www.gnu.org/software/bash/ Marcel Denia config PACKAGE_fish tristate "fish........................ A smart and user-friendly command line shell" default y if DEFAULT_fish default m if ALL select PACKAGE_libpcre2-32 select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !USE_UCLIBC select PACKAGE_libncurses select PACKAGE_libatomic select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Fish is a smart and user-friendly command line shell for OS X, Linux, and the rest of the family. Fish includes features like syntax highlighting, autosuggest-as-you-type, and fancy tab completions that just work, with no configuration required. https://fishshell.com Curtis Jiang , Hao Dong config PACKAGE_klish tristate "klish........................... Kommand Line Interface SHell (main tool)" default y if DEFAULT_klish default m if ALL select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. The klish is a fork of clish 0.7.3 developed by Graeme McKerrell. It defines new features but it's compatible (as much as possible) with clish's XML configuration files. klish is able to run using clish XML configuration files although current clish users may expect some changes in behavior. Konf and konfd are klish utilities that are used to store configuration informations in a way which is similar to what's found on CISCO devices. More information about these tools is to be found on the klish web site. https://libcode.org/projects/klish/ Takashi Umeno config PACKAGE_mksh tristate "mksh................................................... MirBSD Korn Shell" default y if DEFAULT_mksh default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh), a Bourne-compatible shell which is largely si- milar to the original AT&T Korn shell; mksh is the only pdksh derivate currently being actively developed. It includes bug fixes and feature improvements, in order to produce a modern, robust shell good for interactive and especially script use. mksh has UTF-8 support (in substring operations and the Emacs editing mode) and - while R50 corresponds to OpenBSD 5.5-cur- rent ksh (without GNU bash-like PS1 and fancy character clas- ses) - adheres to SUSv4 and is much more robust. The code has been cleaned up and simplified, bugs fixed, standards compli- ance added, and several enhancements (for extended compatibi- lity to other modern shells - as well as a couple of its own) are available. It has sensible defaults as usual with BSD. http://mirbsd.de/mksh Thorsten Glaser , Alif M. Ahmad config PACKAGE_tcsh tristate "tcsh...................................... Enhanced Berkeley UNIX C shell" default y if DEFAULT_tcsh default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Tcsh is an enhanced, but completely compatible version of the Berkeley UNIX C shell (csh). It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command-line editor, programmable word completion, spelling correction, a history mechanism, job control and a C-like syntax. http://www.tcsh.org/ Nuno Goncalves config PACKAGE_zsh tristate "zsh.......................................................... The Z shell" default y if DEFAULT_zsh default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcre select PACKAGE_libcap select PACKAGE_librt select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help Zsh is a UNIX command interpreter (shell) usable as an interactive login shell and as a shell script command processor. Of the standard shells, zsh most closely resembles ksh but includes many enhancements. Zsh has command line editing, builtin spelling correction, programmable command completion, shell functions (with autoloading), a history mechanism, and a host of other features. https://www.zsh.org/ Vadim A. Misbakh-Soloviov endmenu menu "Telephony" config PACKAGE_dahdi-cfg tristate "dahdi-cfg.................. DAHDI tools dahdi_cfg, dahdi_scan and fxotune" default y if DEFAULT_dahdi-cfg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_dahdi-tools-libtonezone select PACKAGE_kmod-dahdi depends on USB_SUPPORT help DAHDI tools dahdi_cfg, dahdi_scan and fxotune Vittorio Gambaletta config PACKAGE_dahdi-monitor tristate "dahdi-monitor...... DAHDI tools dahdi_monitor, dahdi_speed and dahdi_test" default y if DEFAULT_dahdi-monitor default m if ALL select PACKAGE_kmod-dahdi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on USB_SUPPORT help DAHDI tools dahdi_monitor, dahdi_speed and dahdi_test Vittorio Gambaletta config PACKAGE_gsm-utils tristate "gsm-utils................................... GSM mobile phone access apps" default y if DEFAULT_gsm-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_gsmlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Some simple command line programs to access GSM mobile phones via GSM modems. https://github.com/vbouchaud/gsmlib Sebastian Kemper config PACKAGE_sipgrep tristate "sipgrep........ Command line tool to sniff, capture, display SIP messages" default y if DEFAULT_sipgrep default m if ALL select PACKAGE_libpcre select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Powerful pcap-aware command line tool to sniff, capture, display and troubleshoot SIP signaling over IP networks, allowing the user to specify extended regular expressions matching against SIP headers. https://github.com/sipcapture/sipgrep Sebastian Kemper config PACKAGE_sngrep tristate "sngrep.................................. Ncurses SIP messages flow viewer" default y if DEFAULT_sngrep default m if ALL select PACKAGE_libpcre select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help sngrep displays SIP messages grouped by Call-Id into flow diagrams. It can be used as an offline pcap viewer or for online capture using libpcap functions. It supports SIP UDP and TCP transports (when each message is delivered in one packet). https://github.com/irontec/sngrep Sebastian Kemper endmenu menu "Terminal" config PACKAGE_agetty tristate "agetty........................................... alternative Linux getty" default y if DEFAULT_agetty default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help agetty opens a tty port, prompts for a login name and invokes the /bin/login command http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_dvtm tristate "dvtm.................................... dynamic virtual terminal manager" default y if DEFAULT_dvtm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm to the console. As a console window manager it tries to make it easy to work with multiple console based programs. http://www.brain-dump.org/projects/dvtm/ Yunfan Jiang config PACKAGE_minicom tristate "minicom....................................... Terminal emulation program" default y if DEFAULT_minicom default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help Terminal emulation program http://alioth.debian.org/projects/minicom/ Álvaro Fernández Rojas config PACKAGE_picocom tristate "picocom........................ A minimal dumb-terminal emulation program" default y if DEFAULT_picocom default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help minimal dumb-terminal emulation program https://github.com/npat-efault/picocom Rosen Penev config PACKAGE_rtty-mbedtls tristate "rtty-mbedtls............. Access your terminals from anywhere via the web" default y if DEFAULT_rtty-mbedtls default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuwsc-mbedtls select PACKAGE_libssp if GCC_LIBSSP help Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao config PACKAGE_rtty-nossl tristate "rtty-nossl............... Access your terminals from anywhere via the web" default y if DEFAULT_rtty-nossl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuwsc-nossl help Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao config PACKAGE_rtty-openssl tristate "rtty-openssl............. Access your terminals from anywhere via the web" default y if DEFAULT_rtty-openssl default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libuwsc-openssl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao config PACKAGE_rtty-wolfssl tristate "rtty-wolfssl............. Access your terminals from anywhere via the web" default y if DEFAULT_rtty-wolfssl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libuwsc-wolfssl select PACKAGE_libssp if GCC_LIBSSP help Access your terminals from anywhere via the web https://github.com/zhaojh329/rtty Jianhui Zhao config PACKAGE_screen tristate "screen............................... Full-screen terminal window manager" default y if DEFAULT_screen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Screen is a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells. https://www.gnu.org/software/screen/ Etienne CHAMPETIER config PACKAGE_script-utils tristate "script-utils.............. make and replay typescript of terminal session" default y if DEFAULT_script-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help contains: script, scriptreplay http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_serialconsole tristate "serialconsole.................. Serial Console - minimal terminal program" default y if DEFAULT_serialconsole default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help serialconsole (sc) is a minimal terminal program allowing to use one machine to access the serial console of another machine. http://sourceforge.net/projects/serialconsole/ Stefan Bethke config PACKAGE_setterm tristate "setterm.......................................... set terminal attributes" default y if DEFAULT_setterm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP help setterm writes to standard output a character string that will invoke the specified terminal capabilities http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_tio tristate "tio................................ A simple TTY terminal I/O application" default y if DEFAULT_tio default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A small and simple TTY terminal I/O application https://tio.github.io/ config PACKAGE_tmux tristate "tmux................................................ Terminal multiplexer" default y if DEFAULT_tmux default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libevent2 select PACKAGE_librt help tmux is a modern, BSD-licensed alternative to GNU screen. http://tmux.github.io/ Maxim Storchak config PACKAGE_ttyd tristate "ttyd................. Command-line tool for sharing terminal over the web" default y if DEFAULT_ttyd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libwebsockets-full select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help ttyd is a command-line tool for sharing terminal over the web. https://github.com/tsl0922/ttyd Shuanglei Tao config PACKAGE_wall tristate "wall.............................. send a message to everybody's terminal" default y if DEFAULT_wall default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help wall sends a message to everybody logged in with their mesg permission set to yes http://www.kernel.org/pub/linux/utils/util-linux/ endmenu menu "Virtualization" config PACKAGE_qemu-arm-softmmu tristate "qemu-arm-softmmu................................. QEMU target arm-softmmu" default y if DEFAULT_qemu-arm-softmmu default m if ALL select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libncurses select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_pixman select PACKAGE_libpthread select PACKAGE_libfdt select PACKAGE_libc select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_qemu-blobs select PACKAGE_zlib depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_librt if USE_GLIBC help This package contains the QEMU target arm-softmmu http://www.qemu.org Yousong Zhou config PACKAGE_qemu-blobs tristate "qemu-blobs...................... QEMU blobs of BIOS, VGA BIOS and keymaps" default y if DEFAULT_qemu-blobs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help QEMU blobs of BIOS, VGA BIOS and keymaps http://www.qemu.org Yousong Zhou config PACKAGE_qemu-bridge-helper tristate "qemu-bridge-helper.................................... QEMU bridge helper" default y if DEFAULT_qemu-bridge-helper default m if ALL depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_glib2 select PACKAGE_libssp if GCC_LIBSSP help QEMU bridge helper http://www.qemu.org Yousong Zhou config PACKAGE_qemu-ga tristate "qemu-ga................................................. QEMU Guest Agent" default y if DEFAULT_qemu-ga default m if ALL select PACKAGE_virtio-console-helper select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_glib2 depends on (TARGET_x86_64||TARGET_armvirt||TARGET_arm64||TARGET_malta) select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC help This package contains the QEMU Guest Agent daemon http://www.qemu.org Yousong Zhou config PACKAGE_qemu-img tristate "qemu-img.............................................. QEMU Image utility" default y if DEFAULT_qemu-img default m if ALL select PACKAGE_librt if USE_GLIBC depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help QEMU Image utility http://www.qemu.org Yousong Zhou config PACKAGE_qemu-nbd tristate "qemu-nbd............................... QEMU Network Block Device Utility" default y if DEFAULT_qemu-nbd default m if ALL select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_kmod-nbd select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX help QEMU Network Block Device Utility http://www.qemu.org Yousong Zhou config PACKAGE_qemu-x86_64-softmmu tristate "qemu-x86_64-softmmu........................... QEMU target x86_64-softmmu" default y if DEFAULT_qemu-x86_64-softmmu default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libncurses select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_qemu-blobs select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_zlib depends on (TARGET_x86_64||TARGET_sunxi) select PACKAGE_librt if USE_GLIBC select PACKAGE_libfdt select PACKAGE_libpthread select PACKAGE_pixman select PACKAGE_libc help This package contains the QEMU target x86_64-softmmu http://www.qemu.org Yousong Zhou config PACKAGE_virtio-console-helper tristate "virtio-console-helper.. Helper script for vportNpn virtio-console devices" default y if DEFAULT_virtio-console-helper default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on (TARGET_x86_64||TARGET_armvirt||TARGET_arm64||TARGET_malta) select PACKAGE_libssp if GCC_LIBSSP help Helper script for vportNpn virtio-console devices Yousong Zhou endmenu menu "Zoneinfo" config PACKAGE_zoneinfo-africa tristate "zoneinfo-africa................................ Zone Information (Africa)" default y if DEFAULT_zoneinfo-africa default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Zone Information (Africa) Vladimir Ulrich config PACKAGE_zoneinfo-all tristate "zoneinfo-all................................ Zone Information (all zones)" default y if DEFAULT_zoneinfo-all default m if ALL select PACKAGE_zoneinfo-northamerica select PACKAGE_zoneinfo-africa select PACKAGE_zoneinfo-asia select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zoneinfo-india select PACKAGE_zoneinfo-southamerica select PACKAGE_zoneinfo-core select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zoneinfo-pacific select PACKAGE_zoneinfo-atlantic select PACKAGE_librt if USE_GLIBC select PACKAGE_zoneinfo-australia-nz select PACKAGE_zoneinfo-poles select PACKAGE_zoneinfo-simple select PACKAGE_zoneinfo-europe select PACKAGE_libc help Zone Information (all zones) Vladimir Ulrich config PACKAGE_zoneinfo-asia tristate "zoneinfo-asia.................................... Zone Information (Asia)" default y if DEFAULT_zoneinfo-asia default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Zone Information (Asia) Vladimir Ulrich config PACKAGE_zoneinfo-atlantic tristate "zoneinfo-atlantic............................ Zone Information (Atlantic)" default y if DEFAULT_zoneinfo-atlantic default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (Atlantic) Vladimir Ulrich config PACKAGE_zoneinfo-australia-nz tristate "zoneinfo-australia-nz.................... Zone Information (Australia-NZ)" default y if DEFAULT_zoneinfo-australia-nz default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (Australia-NZ) Vladimir Ulrich config PACKAGE_zoneinfo-core tristate "zoneinfo-core.................................... Zone Information (core)" default y if DEFAULT_zoneinfo-core default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (core) Vladimir Ulrich config PACKAGE_zoneinfo-europe tristate "zoneinfo-europe................................ Zone Information (Europe)" default y if DEFAULT_zoneinfo-europe default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (Europe) Vladimir Ulrich config PACKAGE_zoneinfo-india tristate "zoneinfo-india.................................. Zone Information (India)" default y if DEFAULT_zoneinfo-india default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Zone Information (India) Vladimir Ulrich config PACKAGE_zoneinfo-northamerica tristate "zoneinfo-northamerica.................... Zone Information (NorthAmerica)" default y if DEFAULT_zoneinfo-northamerica default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (NorthAmerica) Vladimir Ulrich config PACKAGE_zoneinfo-pacific tristate "zoneinfo-pacific.............................. Zone Information (Pacific)" default y if DEFAULT_zoneinfo-pacific default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Zone Information (Pacific) Vladimir Ulrich config PACKAGE_zoneinfo-poles tristate "zoneinfo-poles...................... Zone Information (Arctic, Antarctic)" default y if DEFAULT_zoneinfo-poles default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Zone Information (Arctic, Antarctic) Vladimir Ulrich config PACKAGE_zoneinfo-simple tristate "zoneinfo-simple................................ Zone Information (simple)" default y if DEFAULT_zoneinfo-simple default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Zone Information (simple) Vladimir Ulrich config PACKAGE_zoneinfo-southamerica tristate "zoneinfo-southamerica.................... Zone Information (SouthAmerica)" default y if DEFAULT_zoneinfo-southamerica default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Zone Information (SouthAmerica) Vladimir Ulrich endmenu menu "database" config PACKAGE_mariadb-common tristate "mariadb-common............................. MariaDB database common files" default y if DEFAULT_mariadb-common default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package includes shared files, for example /etc/mysql/my.cnf. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-client-base tristate "mariadb-client-base......................... MariaDB database client base" default y if DEFAULT_mariadb-client-base default m if ALL select PACKAGE_libatomic select PACKAGE_libstdcpp select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS depends on PACKAGE_mariadb-common select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC select PACKAGE_libedit select PACKAGE_zlib help MariaDB is a very fast and robust SQL database server. This package provides the foundation for mariadb-client. It installs the configuration and the dependencies. https://mariadb.org/ Michal Hrusecky menuconfig PACKAGE_mariadb-client tristate "mariadb-client................................... MariaDB database client" default y if DEFAULT_mariadb-client default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-client-base help MariaDB is a very fast and robust SQL database server. This package includes the following core client binaries: mysql mysql_upgrade mysqlcheck https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-client-extra tristate "mariadb-client-extra....................... MariaDB database client extra" default y if DEFAULT_mariadb-client-extra default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-client select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package includes the following extra client binaries: mysql_find_rows mysql_waitpid mysqlaccess mysqladmin mysqldump mysqlimport mysqlshow mysqlslap mytop https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-base tristate "mariadb-server-base......................... MariaDB database server base" default y if DEFAULT_mariadb-server-base default m if ALL depends on PACKAGE_mariadb-common select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libatomic select PACKAGE_libaio select PACKAGE_libpthread if USE_GLIBC select PACKAGE_zlib select PACKAGE_libpcre select PACKAGE_liblzma select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_resolveip select PACKAGE_libstdcpp select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package provides the foundation for mariadb-server. It installs the init script, support files (configuration etc.), the user "mariadb" and the dependencies. https://mariadb.org/ Michal Hrusecky menuconfig PACKAGE_mariadb-server tristate "mariadb-server................................... MariaDB database server" default y if DEFAULT_mariadb-server default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server-base help MariaDB is a very fast and robust SQL database server. This package includes the following core server binaries: innochecksum my_print_defaults mysql_install_db mysqld https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-extra tristate "mariadb-server-extra....................... MariaDB database server extra" default y if DEFAULT_mariadb-server-extra default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server help MariaDB is a very fast and robust SQL database server. This package includes the following extra server binaries: aria* mariabackup msql2mysql myisam_ftdump myisamchk myisamlog myisampack mysql_convert_table_format mysql_fix_extensions mysql_plugin mysql_secure_installation mysql_setpermission mysql_tzinfo_to_sql mysqlbinlog mysqld_multi mysqldumpslow mysqlhotcopy perror replace resolve_stack_dump wsrep_sst_* https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-auth-ed25519 tristate "mariadb-server-plugin-auth-ed25519................. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-auth-ed25519 default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package provides the auth_ed25519 plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-auth-gssapi tristate "mariadb-server-plugin-auth-gssapi.................. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-auth-gssapi default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server select PACKAGE_krb5-libs select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the auth_gssapi plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-auth-pam tristate "mariadb-server-plugin-auth-pam..................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-auth-pam default m if ALL depends on PACKAGE_mariadb-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpam help MariaDB is a very fast and robust SQL database server. This package provides the auth_pam plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-disks tristate "mariadb-server-plugin-disks........................ mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-disks default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package provides the disks plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-feedback tristate "mariadb-server-plugin-feedback..................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-feedback default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package provides the feedback plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-file-key-management tristate "mariadb-server-plugin-file-key-management.......... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-file-key-management default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server help MariaDB is a very fast and robust SQL database server. This package provides the file_key_management plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-archive tristate "mariadb-server-plugin-ha-archive................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-archive default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package provides the ha_archive plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-blackhole tristate "mariadb-server-plugin-ha-blackhole................. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-blackhole default m if ALL depends on PACKAGE_mariadb-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the ha_blackhole plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-connect tristate "mariadb-server-plugin-ha-connect................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-connect default m if ALL depends on PACKAGE_mariadb-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libxml2 select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the ha_connect plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-federated tristate "mariadb-server-plugin-ha-federated................. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-federated default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package provides the ha_federated plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-federatedx tristate "mariadb-server-plugin-ha-federatedx................ mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-federatedx default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the ha_federatedx plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-sphinx tristate "mariadb-server-plugin-ha-sphinx.................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-sphinx default m if ALL depends on PACKAGE_mariadb-server select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the ha_sphinx plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-ha-spider tristate "mariadb-server-plugin-ha-spider.................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-ha-spider default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the ha_spider plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-handlersocket tristate "mariadb-server-plugin-handlersocket................ mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-handlersocket default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the handlersocket plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-locales tristate "mariadb-server-plugin-locales...................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-locales default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package provides the locales plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-metadata-lock-info tristate "mariadb-server-plugin-metadata-lock-info........... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-metadata-lock-info default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the metadata_lock_info plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-query-cache-info tristate "mariadb-server-plugin-query-cache-info............. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-query-cache-info default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help MariaDB is a very fast and robust SQL database server. This package provides the query_cache_info plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-query-response-time tristate "mariadb-server-plugin-query-response-time.......... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-query-response-time default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package provides the query_response_time plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-semisync-master tristate "mariadb-server-plugin-semisync-master.............. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-semisync-master default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the semisync_master plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-semisync-slave tristate "mariadb-server-plugin-semisync-slave............... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-semisync-slave default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the semisync_slave plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-server-audit tristate "mariadb-server-plugin-server-audit................. mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-server-audit default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_mariadb-server select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MariaDB is a very fast and robust SQL database server. This package provides the server_audit plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-simple-password-check tristate "mariadb-server-plugin-simple-password-check........ mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-simple-password-check default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the simple_password_check plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-sql-errlog tristate "mariadb-server-plugin-sql-errlog................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-sql-errlog default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the sql_errlog plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_mariadb-server-plugin-wsrep-info tristate "mariadb-server-plugin-wsrep-info................... mariadb-server plugin" default y if DEFAULT_mariadb-server-plugin-wsrep-info default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_mariadb-server select PACKAGE_libssp if GCC_LIBSSP help MariaDB is a very fast and robust SQL database server. This package provides the wsrep_info plugin. https://mariadb.org/ Michal Hrusecky config PACKAGE_pgsql-cli tristate "pgsql-cli........... Command Line Interface (CLI) to PostgreSQL databases" default y if DEFAULT_pgsql-cli default m if ALL select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libreadline select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help Command Line Interface (CLI) to PostgreSQL databases. http://www.postgresql.org/ Daniel Golle config PACKAGE_pgsql-cli-extra tristate "pgsql-cli-extra............. Command Line extras for PostgreSQL databases" default y if DEFAULT_pgsql-cli-extra default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_librt select PACKAGE_zlib select PACKAGE_libreadline select PACKAGE_librt if USE_GLIBC help Command Line extras for PostgreSQL databases. http://www.postgresql.org/ Daniel Golle config PACKAGE_pgsql-server tristate "pgsql-server................................. PostgreSQL databases Server" default y if DEFAULT_pgsql-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_pgsql-cli select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help PostgreSQL databases Server. http://www.postgresql.org/ Daniel Golle config PACKAGE_rrdcgi1 tristate "rrdcgi1..................... Round Robin Database (RRD) CGI graphing tool" default y if DEFAULT_rrdcgi1 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librrd1 select PACKAGE_libssp if GCC_LIBSSP help RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains the rrdcgi tool used to create web pages containing RRD graphs based on templates. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich config PACKAGE_rrdtool1 tristate "rrdtool1..................... Round Robin Database (RRD) management tools" default y if DEFAULT_rrdtool1 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_librrd1 help RRD is the Acronym for Round Robin Database. RRD is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). It stores the data in a very compact way that will not expand over time, and it presents useful graphs by processing the data to enforce a certain data density. It can be used either via simple wrapper scripts (from shell or Perl) or via frontends that poll network devices and put friendly user interface on it. This is version 1.0.x with cgilib-0.4, gd1.3 and libpng-1.0.9 linked into librrd.so. The library is much smaller compared to the 1.2.x version with separate dynamic linked libraries. This package contains command line tools used to manage RRDs. http://oss.oetiker.ch/rrdtool/ Jo-Philipp Wich config PACKAGE_sqlite3-cli tristate "sqlite3-cli.......................... SQLite (v3.x) database engine (cli)" default y if DEFAULT_sqlite3-cli default m if ALL select PACKAGE_libreadline if SQLITE3_READLINE select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses if SQLITE3_READLINE select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libedit if SQLITE3_LIBEDIT select PACKAGE_libsqlite3 select PACKAGE_librt if USE_GLIBC help SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. This package contains a terminal-based front-end to the SQLite (v3.x) library that can evaluate queries interactively and display the results in multiple formats. http://www.sqlite.org/ Sebastian Kemper source "feeds/packages/libs/sqlite3/Config-cli.in" config PACKAGE_unixodbc-tools tristate "unixodbc-tools............................................ unixODBC Tools" default y if DEFAULT_unixodbc-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_unixodbc help Command Line Tools to help install a driver and work with SQL. http://www.unixodbc.org Thomas Heil endmenu menu "libimobiledevice" config PACKAGE_idevicerestore tristate "idevicerestore................... Restore/upgrade firmware of iOS devices" default y if DEFAULT_idevicerestore default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libzip-gnutls if PACKAGE_libzip-mbedtls config PACKAGE_irecovery tristate "irecovery....................... A utility that talks to Apple iBoot/iBSS" default y if DEFAULT_irecovery default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libirecovery help libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. This package contains the libirecovery utilities. https://github.com/libimobiledevice/libirecovery Rosen Penev config PACKAGE_libimobiledevice-utils tristate "libimobiledevice-utils............ A library that talks to Apple devices." default y if DEFAULT_libimobiledevice-utils default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libimobiledevice select PACKAGE_libssp if GCC_LIBSSP help libimobiledevice is a software library that talks the protocols to support iPhone®, iPod Touch®, iPad® and Apple TV® devices. This package contains the libimobiledevice utilities. https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_libusbmuxd-utils tristate "libusbmuxd-utils......................... USB multiplexing daemon utilies" default y if DEFAULT_libusbmuxd-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libusbmuxd select PACKAGE_libssp if GCC_LIBSSP help This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. This package contains the libusbmuxd utilities. https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_plistutil tristate "plistutil.................................. Apple property list converter" default y if DEFAULT_plistutil default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libplist select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A library to handle Apple Property List format whereas it's binary or XML This package contains the libplist utilities. https://www.libimobiledevice.org/ Rosen Penev config PACKAGE_usbmuxd tristate "usbmuxd.......................................... USB multiplexing daemon" default y if DEFAULT_usbmuxd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libimobiledevice select PACKAGE_librt select PACKAGE_libusbmuxd select PACKAGE_libusb-1.0 select PACKAGE_libopenssl select PACKAGE_librt if USE_GLIBC help This daemon is in charge of multiplexing connections over USB to an iPhone or iPod touch. To users, it means you can sync your music, contacts, photos, etc. over USB. To developers, it means you can connect to any listening localhost socket on the device. usbmuxd is not used for tethering data transfer, which uses a dedicated USB interface as a virtual network device. https://www.libimobiledevice.org/ Rosen Penev endmenu config PACKAGE_acpica-unix tristate "acpica-unix................. ACPI utilities (currently acpidump) for UNIX" default y if DEFAULT_acpica-unix default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_x86_64 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Open Source utilities for ACPI including the ACPICA Machine Language (AML) interpreter, a simulator, test suites, and a compiler to translate ACPI Source Language (ASL) into AML. At this time, only acpidump is bundled; more might be added later. https://acpica.org/ Philip Prindeville config PACKAGE_acpid tristate "acpid....................... The ACPI Daemon (acpid) With Netlink Support" default y if DEFAULT_acpid default m if ALL select PACKAGE_kmod-input-evdev select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The ACPI Daemon (acpid) With Netlink Support https://sourceforge.net/projects/acpid2/ Thomas Heil config PACKAGE_adb tristate "adb........................................ Android Debug Bridge CLI tool" default y if DEFAULT_adb default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. http://tools.android.com/ Henryk Heisig config PACKAGE_altermundi-grafana tristate "altermundi-grafana........................ altermundi-grafana metapackage" default y if DEFAULT_altermundi-grafana default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_prometheus-node-exporter-lua-wifi-survey select PACKAGE_prometheus-node-exporter-lua-wifi_stations select PACKAGE_prometheus-node-exporter-lua-wifi-params select PACKAGE_libpthread if USE_GLIBC select PACKAGE_prometheus-node-exporter-lua-wifi-stations-extra select PACKAGE_prometheus-node-exporter-lua select PACKAGE_prometheus-node-push-influx select PACKAGE_prometheus-node-exporter-lua-location-latlon select PACKAGE_prometheus-node-exporter-lua-openwrt select PACKAGE_libc depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_librt if USE_GLIBC help This metapackage installs and configures a statistics collector system that gathers data on the node and pushes to https://grafana.altermundi.net Gui Iribarren config PACKAGE_ap51-flash tristate "ap51-flash...... A tool for flashing (nearly) all ap51/ap61 based routers" default y if DEFAULT_ap51-flash default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A tool for flashing (nearly) all ap51/ap61 based routers https://ap51-flash.readthedocs.io/en/latest/ Russell Senior config PACKAGE_at tristate "at............................ Delayed job execution and batch processing" default y if DEFAULT_at default m if ALL select PACKAGE_libelf select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help At and batch read shell commands from standard input storing them as a job to be scheduled for execution in the future. http://packages.debian.org/stable/at Phil Eichinger config PACKAGE_auto-usb-wwan tristate "auto-usb-wwan" default y if DEFAULT_auto-usb-wwan default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help After installing auto-usb-wwan, a hotplug.d script will detect when any USB WiFi device is connected, automatically configure it to connect as client to a predefined SSID/password and ask for DHCP. The idea is to provide internet access to a router, without needing to mess with LuCI or CLI. Just insert a supported USB device on the router, and open an AP with 3g/4g tethering on a phone. By default, it will try connect to SSID "internet" with password "internet" Gui Iribarren config PACKAGE_babeld-auto-gw-mode tristate "babeld-auto-gw-mode.................. Babel auto Internet gateway module." default y if DEFAULT_babeld-auto-gw-mode default m if ALL select PACKAGE_lime-proto-babeld select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on IPV6 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubus-lua select PACKAGE_watchping select PACKAGE_librt if USE_GLIBC help Watchping hooks to set babeld Internet automatic announcements. Santiago Piccinini config PACKAGE_bandwidth-test tristate "bandwidth-test................... Internet download bandwidth measurement" default y if DEFAULT_bandwidth-test default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_pv select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Measure the maximum available bandwidth towards the internet, in the download direction. Downloading a list of files via HTTP connections. https://libremesh.org Ilario Gelmetti config PACKAGE_bandwidthd tristate "bandwidthd................................. Bandwidthd (without database)" default y if DEFAULT_bandwidthd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libgd select PACKAGE_librt if USE_GLIBC help A bandwidthd tracking utility. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix config PACKAGE_bandwidthd-pgsql tristate "bandwidthd-pgsql.................... Bandwidthd (with postgresql enabled)" default y if DEFAULT_bandwidthd-pgsql default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcap select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgd help A bandwidthd tracking utility. With the ability to store in a postgresql database. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix config PACKAGE_bandwidthd-php tristate "bandwidthd-php........ PHP files to graph bandwidthd data from postgresql" default y if DEFAULT_bandwidthd-php default m if ALL select PACKAGE_php7-mod-pgsql select PACKAGE_php7-cgi select PACKAGE_libpcre select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_php7 select PACKAGE_php7-mod-gd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help PHP files to graph bandwidthd data from pgsql. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix config PACKAGE_bandwidthd-sqlite tristate "bandwidthd-sqlite....................... Bandwidthd (with sqlite enabled)" default y if DEFAULT_bandwidthd-sqlite default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_php7-mod-pdo-sqlite select PACKAGE_libpthread if USE_GLIBC select PACKAGE_php7-mod-gd select PACKAGE_php7-cgi select PACKAGE_libgd select PACKAGE_libsqlite3 select PACKAGE_php7 select PACKAGE_php7-mod-pdo select PACKAGE_libpcap select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help A bandwidthd tracking utility. With the ability to store in a sqlite database. http://bandwidthd.sourceforge.net/ Jean-Michel Lacroix config PACKAGE_banhostlist tristate "banhostlist.................................. List of advertising domains" default y if DEFAULT_banhostlist default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help List of domains serving advertising and malicious content to easily block them http://winhelp2002.mvps.org/ Matteo Croce config PACKAGE_bc tristate "bc............................... Arbitrary precision calculator language" default y if DEFAULT_bc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help bc is a language that supports arbitrary precision numbers with interactive execution of statements. http://packages.debian.org/bc Bruno Randolf config PACKAGE_bluelog tristate "bluelog..................................... Bluetooth scanner and logger" default y if DEFAULT_bluelog default m if ALL select PACKAGE_bluez-libs select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on USB_SUPPORT select PACKAGE_kmod-bluetooth select PACKAGE_librt if USE_GLIBC depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment. https://github.com/MS3FGX/Bluelog Nicolas Thill config PACKAGE_bluelog-live tristate "bluelog-live.................. Bluetooth scanner and logger (live output)" default y if DEFAULT_bluelog-live default m if ALL depends on PACKAGE_bluelog select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bluez-libs depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC depends on USB_SUPPORT select PACKAGE_kmod-bluetooth help Bluelog is a simple Bluetooth scanner designed to tell you how many discoverable devices there are in an area as quickly as possible. It is intended to be used as a site survey tool, identifying the number of possible Bluetooth targets there are in the surrounding environment. This package contains the files for "Bluelog Live", an optional mode of Bluelog which creates a real-time webpage of discovered Bluetooth devices. https://github.com/MS3FGX/Bluelog Nicolas Thill config PACKAGE_bluez-daemon tristate "bluez-daemon............................................ Bluetooth daemon" default y if DEFAULT_bluez-daemon default m if ALL depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_dbus select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bluez-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libical select PACKAGE_libc select PACKAGE_bluez-libs help Bluetooth daemon http://www.bluez.org/ config PACKAGE_bluez-utils tristate "bluez-utils.......................................... Bluetooth utilities" default y if DEFAULT_bluez-utils default m if ALL select PACKAGE_libpthread select PACKAGE_bluez-libs select PACKAGE_libc select PACKAGE_librt select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_dbus select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_glib2 select PACKAGE_libreadline depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Bluetooth utilities http://www.bluez.org/ config PACKAGE_bmx7-dnsupdate tristate "bmx7-dnsupdate............................................ bmx7-dnsupdate" default y if DEFAULT_bmx7-dnsupdate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_inotifywait select PACKAGE_bmx7 depends on PACKAGE_jshn select PACKAGE_bmx7-json select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help bmx7-dnsupdate Paul Spooren config PACKAGE_bonniexx tristate "bonniexx............... Bonnie++ - hard drive bottleneck testing program." default y if DEFAULT_bonniexx default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Bonnie++ is a benchmark suite that is aimed at performing a number of simple tests of hard drive and file system performance. https://www.coker.com.au/bonnie++/ Florian Fainelli config PACKAGE_bsdiff tristate "bsdiff.................................................. Binary diff tool" default y if DEFAULT_bsdiff default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbz2 help Binary diff tool http://www.daemonology.net/bsdiff/ Hauke Mehrtens config PACKAGE_bspatch tristate "bspatch................................................ Binary patch tool" default y if DEFAULT_bspatch default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libbz2 help Binary patch tool http://www.daemonology.net/bsdiff/ Hauke Mehrtens config PACKAGE_byobu tristate "byobu................. Text-based window manager and terminal multiplexer" default y if DEFAULT_byobu default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT depends on !(PYTHON3_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_python3-light select PACKAGE_librt if USE_GLIBC select PACKAGE_python3-newt help Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. http://byobu.org/ Jeffery To config PACKAGE_byobu-utils tristate "byobu-utils................................ Utilities included with byobu" default y if DEFAULT_byobu-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution. Byobu now includes an enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications for both the GNU Screen window manager and the more modern Tmux terminal multiplexer, and works on most Linux, BSD, and Mac distributions. These are the "bikeshed" utilities bundled with byobu: * col1..col9, NF * ctail * manifest * purge-old-kernels * vigpg * wifi-status http://byobu.org/ Jeffery To config PACKAGE_cal tristate "cal................................................... display a calendar" default y if DEFAULT_cal default m if ALL select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help cal displays a simple calendar http://www.kernel.org/pub/linux/utils/util-linux/ menuconfig PACKAGE_canutils tristate "canutils............................... CAN userspace utilities and tools" default y if DEFAULT_canutils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help CAN userspace utilities and tools https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-asc2log tristate "canutils-asc2log.................. Utility asc2log from the CAN utilities" default y if DEFAULT_canutils-asc2log default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility asc2log from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-bcmserver tristate "canutils-bcmserver.............. Utility bcmserver from the CAN utilities" default y if DEFAULT_canutils-bcmserver default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP help Utility bcmserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-can-calc-bit-timing tristate "canutils-can-calc-bit-timing" default y if DEFAULT_canutils-can-calc-bit-timing default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP help Utility can-calc-bit-timing from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-canbusload tristate "canutils-canbusload............ Utility canbusload from the CAN utilities" default y if DEFAULT_canutils-canbusload default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility canbusload from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-candump tristate "canutils-candump.................. Utility candump from the CAN utilities" default y if DEFAULT_canutils-candump default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility candump from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-canfdtest tristate "canutils-canfdtest.............. Utility canfdtest from the CAN utilities" default y if DEFAULT_canutils-canfdtest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility canfdtest from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-cangen tristate "canutils-cangen.................... Utility cangen from the CAN utilities" default y if DEFAULT_canutils-cangen default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility cangen from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-cangw tristate "canutils-cangw...................... Utility cangw from the CAN utilities" default y if DEFAULT_canutils-cangw default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility cangw from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-canlogserver tristate "canutils-canlogserver........ Utility canlogserver from the CAN utilities" default y if DEFAULT_canutils-canlogserver default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility canlogserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-canplayer tristate "canutils-canplayer.............. Utility canplayer from the CAN utilities" default y if DEFAULT_canutils-canplayer default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility canplayer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-cansend tristate "canutils-cansend.................. Utility cansend from the CAN utilities" default y if DEFAULT_canutils-cansend default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility cansend from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-cansniffer tristate "canutils-cansniffer............ Utility cansniffer from the CAN utilities" default y if DEFAULT_canutils-cansniffer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility cansniffer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotpdump tristate "canutils-isotpdump.............. Utility isotpdump from the CAN utilities" default y if DEFAULT_canutils-isotpdump default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility isotpdump from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotpperf tristate "canutils-isotpperf.............. Utility isotpperf from the CAN utilities" default y if DEFAULT_canutils-isotpperf default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility isotpperf from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotprecv tristate "canutils-isotprecv.............. Utility isotprecv from the CAN utilities" default y if DEFAULT_canutils-isotprecv default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility isotprecv from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotpsend tristate "canutils-isotpsend.............. Utility isotpsend from the CAN utilities" default y if DEFAULT_canutils-isotpsend default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility isotpsend from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotpserver tristate "canutils-isotpserver.......... Utility isotpserver from the CAN utilities" default y if DEFAULT_canutils-isotpserver default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility isotpserver from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotpsniffer tristate "canutils-isotpsniffer........ Utility isotpsniffer from the CAN utilities" default y if DEFAULT_canutils-isotpsniffer default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility isotpsniffer from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-isotptun tristate "canutils-isotptun................ Utility isotptun from the CAN utilities" default y if DEFAULT_canutils-isotptun default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility isotptun from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-log2asc tristate "canutils-log2asc.................. Utility log2asc from the CAN utilities" default y if DEFAULT_canutils-log2asc default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility log2asc from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-log2long tristate "canutils-log2long................ Utility log2long from the CAN utilities" default y if DEFAULT_canutils-log2long default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP help Utility log2long from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-slcan_attach tristate "canutils-slcan_attach........ Utility slcan_attach from the CAN utilities" default y if DEFAULT_canutils-slcan_attach default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility slcan_attach from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-slcand tristate "canutils-slcand.................... Utility slcand from the CAN utilities" default y if DEFAULT_canutils-slcand default m if ALL depends on PACKAGE_canutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility slcand from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_canutils-slcanpty tristate "canutils-slcanpty................ Utility slcanpty from the CAN utilities" default y if DEFAULT_canutils-slcanpty default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_canutils help Utility slcanpty from the CAN utilities package. https://github.com/linux-can/can-utils Anton Glukhov config PACKAGE_cgroup-tools tristate "cgroup-tools................................ CGroup config and exec tools" default y if DEFAULT_cgroup-tools default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libcgroup select PACKAGE_libssp if GCC_LIBSSP help CGroup config and exec tools Daniel Danzberger config PACKAGE_check-internet tristate "check-internet................................. Check internet connection" default y if DEFAULT_check-internet default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_uclient-fetch select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Simple script to verify that there is internet access. Santiago Piccinini config PACKAGE_cmdpad tristate "cmdpad........... execute commands when key is pressed/released/held down" default y if DEFAULT_cmdpad default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help cmdpad - execute commands when a key is pressed, released or hold down. Should be started from /etc/rc or /etc/rc.local. To run it as daemon you need to start it with '&'. All logs are printed to standard out and standard error (to write the log to disk use cmdpad > /var/log/cmdpad). Cmdpad searches for /etc/cmdpad.conf and load the key bindings. Then wait for key event and check each command to see if it should be run. http://cmdpad.sourceforge.net/index.php Ted Hess config PACKAGE_coap-client tristate "coap-client.................................. CoAP (RFC 7252) client tool" default y if DEFAULT_coap-client default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libcoap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Constrained Application Protocol (RFC7252) client tool Anton Glukhov menuconfig PACKAGE_collectd tristate "collectd................. Lightweight system statistics collection daemon" default y if DEFAULT_collectd default m if ALL select PACKAGE_zlib select PACKAGE_librt if USE_GLIBC select PACKAGE_libltdl select PACKAGE_libpthread select PACKAGE_libip4tc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblua if PACKAGE_collectd-mod-lua select PACKAGE_jshn select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help collectd is a small daemon which collects system information periodically and provides mechanismns to store the values in a variety of ways. https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_COLLECTD_ENCRYPTED_NETWORK bool "Enable ability to use encrypted networking" default n depends on PACKAGE_collectd select PACKAGE_collectd-mod-network config PACKAGE_collectd-mod-apache tristate "collectd-mod-apache........................... apache status input plugin" default y if DEFAULT_collectd-mod-apache default m if ALL select PACKAGE_libcurl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help apache status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-apcups tristate "collectd-mod-apcups........................... apcups status input plugin" default y if DEFAULT_collectd-mod-apcups default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help apcups status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ascent tristate "collectd-mod-ascent........................... ascent status input plugin" default y if DEFAULT_collectd-mod-ascent default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 select PACKAGE_libcurl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help ascent status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-bind tristate "collectd-mod-bind.......................... BIND server/zone input plugin" default y if DEFAULT_collectd-mod-bind default m if ALL select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libxml2 depends on PACKAGE_collectd help BIND server/zone input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-chrony tristate "collectd-mod-chrony........................... chrony status input plugin" default y if DEFAULT_collectd-mod-chrony default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help chrony status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-conntrack tristate "collectd-mod-conntrack....... connection tracking table size input plugin" default y if DEFAULT_collectd-mod-conntrack default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help connection tracking table size input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-contextswitch tristate "collectd-mod-contextswitch................... context switch input plugin" default y if DEFAULT_collectd-mod-contextswitch default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help context switch input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-cpu tristate "collectd-mod-cpu........................................ CPU input plugin" default y if DEFAULT_collectd-mod-cpu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help CPU input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-cpufreq tristate "collectd-mod-cpufreq............................... CPU Freq input plugin" default y if DEFAULT_collectd-mod-cpufreq default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd depends on (TARGET_x86||TARGET_x86_64||TARGET_mvebu||TARGET_ipq806x||TARGET_armvirt||TARGET_ipq40xx||TARGET_brcm2708_bcm2709) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help CPU Freq input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-csv tristate "collectd-mod-csv....................................... CSV output plugin" default y if DEFAULT_collectd-mod-csv default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help CSV output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-curl tristate "collectd-mod-curl...................................... cURL input plugin" default y if DEFAULT_collectd-mod-curl default m if ALL select PACKAGE_libcurl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help cURL input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-df tristate "collectd-mod-df.................................. disk space input plugin" default y if DEFAULT_collectd-mod-df default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help disk space input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-disk tristate "collectd-mod-disk......................... disk usage/timing input plugin" default y if DEFAULT_collectd-mod-disk default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help disk usage/timing input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-dns tristate "collectd-mod-dns................................ DNS traffic input plugin" default y if DEFAULT_collectd-mod-dns default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpcap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help DNS traffic input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-email tristate "collectd-mod-email................................... email output plugin" default y if DEFAULT_collectd-mod-email default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help email output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-entropy tristate "collectd-mod-entropy......................... Entropy amount input plugin" default y if DEFAULT_collectd-mod-entropy default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Entropy amount input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ethstat tristate "collectd-mod-ethstat............ Ethernet adapter statistics input plugin" default y if DEFAULT_collectd-mod-ethstat default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help Ethernet adapter statistics input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-exec tristate "collectd-mod-exec.............................. process exec input plugin" default y if DEFAULT_collectd-mod-exec default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help process exec input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-filecount tristate "collectd-mod-filecount........................... file count input plugin" default y if DEFAULT_collectd-mod-filecount default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help file count input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-fscache tristate "collectd-mod-fscache.... file-system based caching framework input plugin" default y if DEFAULT_collectd-mod-fscache default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help file-system based caching framework input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-interface tristate "collectd-mod-interface................... network interfaces input plugin" default y if DEFAULT_collectd-mod-interface default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help network interfaces input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-iptables tristate "collectd-mod-iptables....................... iptables status input plugin" default y if DEFAULT_collectd-mod-iptables default m if ALL select PACKAGE_iptables select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiptc help iptables status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-irq tristate "collectd-mod-irq............................ interrupt usage input plugin" default y if DEFAULT_collectd-mod-irq default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help interrupt usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-iwinfo tristate "collectd-mod-iwinfo................. libiwinfo wireless statistics plugin" default y if DEFAULT_collectd-mod-iwinfo default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libiwinfo depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help libiwinfo wireless statistics plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-load tristate "collectd-mod-load............................... system load input plugin" default y if DEFAULT_collectd-mod-load default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help system load input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-logfile tristate "collectd-mod-logfile............................. log files output plugin" default y if DEFAULT_collectd-mod-logfile default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help log files output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-lua tristate "collectd-mod-lua................................. lua input/output plugin" default y if DEFAULT_collectd-mod-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC help lua input/output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-match-empty-counter tristate "collectd-mod-match-empty-counter.............. empty-counter match plugin" default y if DEFAULT_collectd-mod-match-empty-counter default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help empty-counter match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-match-hashed tristate "collectd-mod-match-hashed............................ hashed match plugin" default y if DEFAULT_collectd-mod-match-hashed default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help hashed match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-match-regex tristate "collectd-mod-match-regex.............................. regex match plugin" default y if DEFAULT_collectd-mod-match-regex default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help regex match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-match-timediff tristate "collectd-mod-match-timediff........................ timediff match plugin" default y if DEFAULT_collectd-mod-match-timediff default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help timediff match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-match-value tristate "collectd-mod-match-value.............................. value match plugin" default y if DEFAULT_collectd-mod-match-value default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help value match plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-memory tristate "collectd-mod-memory................... physical memory usage input plugin" default y if DEFAULT_collectd-mod-memory default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help physical memory usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-modbus tristate "collectd-mod-modbus.............. read variables through libmodbus plugin" default y if DEFAULT_collectd-mod-modbus default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmodbus depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help read variables through libmodbus plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-mqtt tristate "collectd-mod-mqtt......................... transmit data with MQTT plugin" default y if DEFAULT_collectd-mod-mqtt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmosquitto-ssl if PACKAGE_libmosquitto-nossl, Hannu Nyman config PACKAGE_collectd-mod-mysql tristate "collectd-mod-mysql............................. MySQL status input plugin" default y if DEFAULT_collectd-mod-mysql default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libmariadb select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help MySQL status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-netlink tristate "collectd-mod-netlink................................ netlink input plugin" default y if DEFAULT_collectd-mod-netlink default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmnl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help netlink input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-network tristate "collectd-mod-network......................... network input/output plugin" default y if DEFAULT_collectd-mod-network default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgcrypt if PACKAGE_COLLECTD_ENCRYPTED_NETWORK help network input/output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-nginx tristate "collectd-mod-nginx............................. nginx status input plugin" default y if DEFAULT_collectd-mod-nginx default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libcurl select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help nginx status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ntpd tristate "collectd-mod-ntpd......................... NTP daemon status input plugin" default y if DEFAULT_collectd-mod-ntpd default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help NTP daemon status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-nut tristate "collectd-mod-nut............................. UPS monitoring input plugin" default y if DEFAULT_collectd-mod-nut default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_nut select PACKAGE_nut-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help UPS monitoring input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-olsrd tristate "collectd-mod-olsrd............................. OLSRd status input plugin" default y if DEFAULT_collectd-mod-olsrd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help OLSRd status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-openvpn tristate "collectd-mod-openvpn............ OpenVPN traffic/compression input plugin" default y if DEFAULT_collectd-mod-openvpn default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help OpenVPN traffic/compression input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ping tristate "collectd-mod-ping............................... ping status input plugin" default y if DEFAULT_collectd-mod-ping default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_liboping select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help ping status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-postgresql tristate "collectd-mod-postgresql................... PostgreSQL status input plugin" default y if DEFAULT_collectd-mod-postgresql default m if ALL select PACKAGE_libpq select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help PostgreSQL status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-powerdns tristate "collectd-mod-powerdns................ PowerDNS server status input plugin" default y if DEFAULT_collectd-mod-powerdns default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help PowerDNS server status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-processes tristate "collectd-mod-processes....................... process status input plugin" default y if DEFAULT_collectd-mod-processes default m if ALL select PACKAGE_libmnl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help process status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-protocols tristate "collectd-mod-protocols.................... network protocols input plugin" default y if DEFAULT_collectd-mod-protocols default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help network protocols input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-routeros tristate "collectd-mod-routeros..................... MikroTik RouterOS input plugin" default y if DEFAULT_collectd-mod-routeros default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_librouteros select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help MikroTik RouterOS input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-rrdtool tristate "collectd-mod-rrdtool............................... RRDtool output plugin" default y if DEFAULT_collectd-mod-rrdtool default m if ALL select PACKAGE_librrd1 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help RRDtool output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-sensors tristate "collectd-mod-sensors............................. lm_sensors input plugin" default y if DEFAULT_collectd-mod-sensors default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsensors depends on PACKAGE_collectd help lm_sensors input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-snmp tristate "collectd-mod-snmp...................................... SNMP input plugin" default y if DEFAULT_collectd-mod-snmp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libnetsnmp depends on PACKAGE_collectd help SNMP input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-sqm tristate "collectd-mod-sqm............................. SQM/qdisc collection plugin" default y if DEFAULT_collectd-mod-sqm default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_collectd-mod-exec select PACKAGE_libssp if GCC_LIBSSP help SQM/qdisc collection plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-syslog tristate "collectd-mod-syslog................................. syslog output plugin" default y if DEFAULT_collectd-mod-syslog default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help syslog output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-table tristate "collectd-mod-table............... table-like structured file input plugin" default y if DEFAULT_collectd-mod-table default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help table-like structured file input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-tail tristate "collectd-mod-tail...................................... tail input plugin" default y if DEFAULT_collectd-mod-tail default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help tail input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-tail-csv tristate "collectd-mod-tail-csv.............................. tail CSV input plugin" default y if DEFAULT_collectd-mod-tail-csv default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help tail CSV input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-tcpconns tristate "collectd-mod-tcpconns............... TCP connection tracking input plugin" default y if DEFAULT_collectd-mod-tcpconns default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help TCP connection tracking input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-teamspeak2 tristate "collectd-mod-teamspeak2.......................... TeamSpeak2 input plugin" default y if DEFAULT_collectd-mod-teamspeak2 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help TeamSpeak2 input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ted tristate "collectd-mod-ted....................... The Energy Detective input plugin" default y if DEFAULT_collectd-mod-ted default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The Energy Detective input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-thermal tristate "collectd-mod-thermal.................... system temperatures input plugin" default y if DEFAULT_collectd-mod-thermal default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help system temperatures input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-threshold tristate "collectd-mod-threshold............... Notifications and thresholds plugin" default y if DEFAULT_collectd-mod-threshold default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Notifications and thresholds plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-ubi tristate "collectd-mod-ubi............................ Unsorted block images plugin" default y if DEFAULT_collectd-mod-ubi default m if ALL depends on NAND_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help Unsorted block images plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-unixsock tristate "collectd-mod-unixsock.......................... unix socket output plugin" default y if DEFAULT_collectd-mod-unixsock default m if ALL depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help unix socket output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-uptime tristate "collectd-mod-uptime........................... uptime status input plugin" default y if DEFAULT_collectd-mod-uptime default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help uptime status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-users tristate "collectd-mod-users.................... user logged in status input plugin" default y if DEFAULT_collectd-mod-users default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help user logged in status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-vmem tristate "collectd-mod-vmem...................... virtual memory usage input plugin" default y if DEFAULT_collectd-mod-vmem default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_collectd select PACKAGE_libssp if GCC_LIBSSP help virtual memory usage input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-wireless tristate "collectd-mod-wireless....................... wireless status input plugin" default y if DEFAULT_collectd-mod-wireless default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help wireless status input plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-write-graphite tristate "collectd-mod-write-graphite................ Carbon/Graphite output plugin" default y if DEFAULT_collectd-mod-write-graphite default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread depends on PACKAGE_collectd help Carbon/Graphite output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman config PACKAGE_collectd-mod-write-http tristate "collectd-mod-write-http.......................... HTTP POST output plugin" default y if DEFAULT_collectd-mod-write-http default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_collectd help HTTP POST output plugin https://collectd.org/ Jo-Philipp Wich , Hannu Nyman menuconfig PACKAGE_coreutils tristate "coreutils......................................... The GNU core utilities" default y if DEFAULT_coreutils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full versions of standard GNU utilities. If an equivalent Busybox applet is available, you should consider compiling that instead as Busybox applets are usually smaller, at the expense of reduced functionality. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-base64 tristate "coreutils-base64.............. Utility base64 from the GNU core utilities" default y if DEFAULT_coreutils-base64 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU base64 utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-basename tristate "coreutils-basename.......... Utility basename from the GNU core utilities" default y if DEFAULT_coreutils-basename default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU basename utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-cat tristate "coreutils-cat.................... Utility cat from the GNU core utilities" default y if DEFAULT_coreutils-cat default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU cat utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-chcon tristate "coreutils-chcon................ Utility chcon from the GNU core utilities" default y if DEFAULT_coreutils-chcon default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU chcon utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-chgrp tristate "coreutils-chgrp................ Utility chgrp from the GNU core utilities" default y if DEFAULT_coreutils-chgrp default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU chgrp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-chmod tristate "coreutils-chmod................ Utility chmod from the GNU core utilities" default y if DEFAULT_coreutils-chmod default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU chmod utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-chown tristate "coreutils-chown................ Utility chown from the GNU core utilities" default y if DEFAULT_coreutils-chown default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU chown utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-chroot tristate "coreutils-chroot.............. Utility chroot from the GNU core utilities" default y if DEFAULT_coreutils-chroot default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Full version of standard GNU chroot utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-cksum tristate "coreutils-cksum................ Utility cksum from the GNU core utilities" default y if DEFAULT_coreutils-cksum default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU cksum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-comm tristate "coreutils-comm.................. Utility comm from the GNU core utilities" default y if DEFAULT_coreutils-comm default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard GNU comm utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-cp tristate "coreutils-cp...................... Utility cp from the GNU core utilities" default y if DEFAULT_coreutils-cp default m if ALL depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl help Full version of standard GNU cp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-csplit tristate "coreutils-csplit.............. Utility csplit from the GNU core utilities" default y if DEFAULT_coreutils-csplit default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU csplit utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-cut tristate "coreutils-cut.................... Utility cut from the GNU core utilities" default y if DEFAULT_coreutils-cut default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard GNU cut utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-date tristate "coreutils-date.................. Utility date from the GNU core utilities" default y if DEFAULT_coreutils-date default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU date utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-dd tristate "coreutils-dd...................... Utility dd from the GNU core utilities" default y if DEFAULT_coreutils-dd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU dd utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-dir tristate "coreutils-dir.................... Utility dir from the GNU core utilities" default y if DEFAULT_coreutils-dir default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl select PACKAGE_libcap help Full version of standard GNU dir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-dircolors tristate "coreutils-dircolors........ Utility dircolors from the GNU core utilities" default y if DEFAULT_coreutils-dircolors default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Full version of standard GNU dircolors utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-dirname tristate "coreutils-dirname............ Utility dirname from the GNU core utilities" default y if DEFAULT_coreutils-dirname default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU dirname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-du tristate "coreutils-du...................... Utility du from the GNU core utilities" default y if DEFAULT_coreutils-du default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU du utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-echo tristate "coreutils-echo.................. Utility echo from the GNU core utilities" default y if DEFAULT_coreutils-echo default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU echo utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-env tristate "coreutils-env.................... Utility env from the GNU core utilities" default y if DEFAULT_coreutils-env default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU env utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-expand tristate "coreutils-expand.............. Utility expand from the GNU core utilities" default y if DEFAULT_coreutils-expand default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU expand utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-expr tristate "coreutils-expr.................. Utility expr from the GNU core utilities" default y if DEFAULT_coreutils-expr default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libgmp select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU expr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-factor tristate "coreutils-factor.............. Utility factor from the GNU core utilities" default y if DEFAULT_coreutils-factor default m if ALL select PACKAGE_libgmp select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU factor utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-false tristate "coreutils-false................ Utility false from the GNU core utilities" default y if DEFAULT_coreutils-false default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU false utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-fmt tristate "coreutils-fmt.................... Utility fmt from the GNU core utilities" default y if DEFAULT_coreutils-fmt default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard GNU fmt utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-fold tristate "coreutils-fold.................. Utility fold from the GNU core utilities" default y if DEFAULT_coreutils-fold default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard GNU fold utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-groups tristate "coreutils-groups.............. Utility groups from the GNU core utilities" default y if DEFAULT_coreutils-groups default m if ALL depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU groups utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-head tristate "coreutils-head.................. Utility head from the GNU core utilities" default y if DEFAULT_coreutils-head default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU head utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-hostid tristate "coreutils-hostid.............. Utility hostid from the GNU core utilities" default y if DEFAULT_coreutils-hostid default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU hostid utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-id tristate "coreutils-id...................... Utility id from the GNU core utilities" default y if DEFAULT_coreutils-id default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU id utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-install tristate "coreutils-install............ Utility install from the GNU core utilities" default y if DEFAULT_coreutils-install default m if ALL select PACKAGE_libacl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU install utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-join tristate "coreutils-join.................. Utility join from the GNU core utilities" default y if DEFAULT_coreutils-join default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU join utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-kill tristate "coreutils-kill.................. Utility kill from the GNU core utilities" default y if DEFAULT_coreutils-kill default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU kill utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-link tristate "coreutils-link.................. Utility link from the GNU core utilities" default y if DEFAULT_coreutils-link default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU link utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-ln tristate "coreutils-ln...................... Utility ln from the GNU core utilities" default y if DEFAULT_coreutils-ln default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU ln utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-logname tristate "coreutils-logname............ Utility logname from the GNU core utilities" default y if DEFAULT_coreutils-logname default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU logname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-ls tristate "coreutils-ls...................... Utility ls from the GNU core utilities" default y if DEFAULT_coreutils-ls default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl select PACKAGE_libcap depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard GNU ls utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-md5sum tristate "coreutils-md5sum.............. Utility md5sum from the GNU core utilities" default y if DEFAULT_coreutils-md5sum default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard GNU md5sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-mkdir tristate "coreutils-mkdir................ Utility mkdir from the GNU core utilities" default y if DEFAULT_coreutils-mkdir default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU mkdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-mkfifo tristate "coreutils-mkfifo.............. Utility mkfifo from the GNU core utilities" default y if DEFAULT_coreutils-mkfifo default m if ALL depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU mkfifo utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-mknod tristate "coreutils-mknod................ Utility mknod from the GNU core utilities" default y if DEFAULT_coreutils-mknod default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU mknod utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-mktemp tristate "coreutils-mktemp.............. Utility mktemp from the GNU core utilities" default y if DEFAULT_coreutils-mktemp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU mktemp utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-mv tristate "coreutils-mv...................... Utility mv from the GNU core utilities" default y if DEFAULT_coreutils-mv default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libacl select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU mv utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-nice tristate "coreutils-nice.................. Utility nice from the GNU core utilities" default y if DEFAULT_coreutils-nice default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU nice utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-nl tristate "coreutils-nl...................... Utility nl from the GNU core utilities" default y if DEFAULT_coreutils-nl default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU nl utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-nohup tristate "coreutils-nohup................ Utility nohup from the GNU core utilities" default y if DEFAULT_coreutils-nohup default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU nohup utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-nproc tristate "coreutils-nproc................ Utility nproc from the GNU core utilities" default y if DEFAULT_coreutils-nproc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU nproc utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-od tristate "coreutils-od...................... Utility od from the GNU core utilities" default y if DEFAULT_coreutils-od default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU od utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-paste tristate "coreutils-paste................ Utility paste from the GNU core utilities" default y if DEFAULT_coreutils-paste default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU paste utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-pathchk tristate "coreutils-pathchk............ Utility pathchk from the GNU core utilities" default y if DEFAULT_coreutils-pathchk default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU pathchk utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-pinky tristate "coreutils-pinky................ Utility pinky from the GNU core utilities" default y if DEFAULT_coreutils-pinky default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard GNU pinky utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-pr tristate "coreutils-pr...................... Utility pr from the GNU core utilities" default y if DEFAULT_coreutils-pr default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU pr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-printenv tristate "coreutils-printenv.......... Utility printenv from the GNU core utilities" default y if DEFAULT_coreutils-printenv default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU printenv utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-printf tristate "coreutils-printf.............. Utility printf from the GNU core utilities" default y if DEFAULT_coreutils-printf default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU printf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-ptx tristate "coreutils-ptx.................... Utility ptx from the GNU core utilities" default y if DEFAULT_coreutils-ptx default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU ptx utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-pwd tristate "coreutils-pwd.................... Utility pwd from the GNU core utilities" default y if DEFAULT_coreutils-pwd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU pwd utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-readlink tristate "coreutils-readlink.......... Utility readlink from the GNU core utilities" default y if DEFAULT_coreutils-readlink default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU readlink utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-realpath tristate "coreutils-realpath.......... Utility realpath from the GNU core utilities" default y if DEFAULT_coreutils-realpath default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU realpath utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-rm tristate "coreutils-rm...................... Utility rm from the GNU core utilities" default y if DEFAULT_coreutils-rm default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU rm utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-rmdir tristate "coreutils-rmdir................ Utility rmdir from the GNU core utilities" default y if DEFAULT_coreutils-rmdir default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU rmdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-runcon tristate "coreutils-runcon.............. Utility runcon from the GNU core utilities" default y if DEFAULT_coreutils-runcon default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU runcon utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-seq tristate "coreutils-seq.................... Utility seq from the GNU core utilities" default y if DEFAULT_coreutils-seq default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard GNU seq utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sha1sum tristate "coreutils-sha1sum............ Utility sha1sum from the GNU core utilities" default y if DEFAULT_coreutils-sha1sum default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU sha1sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sha224sum tristate "coreutils-sha224sum........ Utility sha224sum from the GNU core utilities" default y if DEFAULT_coreutils-sha224sum default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU sha224sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sha256sum tristate "coreutils-sha256sum........ Utility sha256sum from the GNU core utilities" default y if DEFAULT_coreutils-sha256sum default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Full version of standard GNU sha256sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sha384sum tristate "coreutils-sha384sum........ Utility sha384sum from the GNU core utilities" default y if DEFAULT_coreutils-sha384sum default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU sha384sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sha512sum tristate "coreutils-sha512sum........ Utility sha512sum from the GNU core utilities" default y if DEFAULT_coreutils-sha512sum default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU sha512sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-shred tristate "coreutils-shred................ Utility shred from the GNU core utilities" default y if DEFAULT_coreutils-shred default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU shred utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-shuf tristate "coreutils-shuf.................. Utility shuf from the GNU core utilities" default y if DEFAULT_coreutils-shuf default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils help Full version of standard GNU shuf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sleep tristate "coreutils-sleep................ Utility sleep from the GNU core utilities" default y if DEFAULT_coreutils-sleep default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU sleep utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sort tristate "coreutils-sort.................. Utility sort from the GNU core utilities" default y if DEFAULT_coreutils-sort default m if ALL depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Full version of standard GNU sort utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-split tristate "coreutils-split................ Utility split from the GNU core utilities" default y if DEFAULT_coreutils-split default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU split utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-stat tristate "coreutils-stat.................. Utility stat from the GNU core utilities" default y if DEFAULT_coreutils-stat default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU stat utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-stdbuf tristate "coreutils-stdbuf.............. Utility stdbuf from the GNU core utilities" default y if DEFAULT_coreutils-stdbuf default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU stdbuf utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-stty tristate "coreutils-stty.................. Utility stty from the GNU core utilities" default y if DEFAULT_coreutils-stty default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU stty utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sum tristate "coreutils-sum.................... Utility sum from the GNU core utilities" default y if DEFAULT_coreutils-sum default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU sum utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-sync tristate "coreutils-sync.................. Utility sync from the GNU core utilities" default y if DEFAULT_coreutils-sync default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU sync utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tac tristate "coreutils-tac.................... Utility tac from the GNU core utilities" default y if DEFAULT_coreutils-tac default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU tac utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tail tristate "coreutils-tail.................. Utility tail from the GNU core utilities" default y if DEFAULT_coreutils-tail default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU tail utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tee tristate "coreutils-tee.................... Utility tee from the GNU core utilities" default y if DEFAULT_coreutils-tee default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU tee utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-test tristate "coreutils-test.................. Utility test from the GNU core utilities" default y if DEFAULT_coreutils-test default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU test utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-timeout tristate "coreutils-timeout............ Utility timeout from the GNU core utilities" default y if DEFAULT_coreutils-timeout default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help Full version of standard GNU timeout utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-touch tristate "coreutils-touch................ Utility touch from the GNU core utilities" default y if DEFAULT_coreutils-touch default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard GNU touch utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tr tristate "coreutils-tr...................... Utility tr from the GNU core utilities" default y if DEFAULT_coreutils-tr default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU tr utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-true tristate "coreutils-true.................. Utility true from the GNU core utilities" default y if DEFAULT_coreutils-true default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard GNU true utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-truncate tristate "coreutils-truncate.......... Utility truncate from the GNU core utilities" default y if DEFAULT_coreutils-truncate default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU truncate utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tsort tristate "coreutils-tsort................ Utility tsort from the GNU core utilities" default y if DEFAULT_coreutils-tsort default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU tsort utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-tty tristate "coreutils-tty.................... Utility tty from the GNU core utilities" default y if DEFAULT_coreutils-tty default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU tty utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-uname tristate "coreutils-uname................ Utility uname from the GNU core utilities" default y if DEFAULT_coreutils-uname default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU uname utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-unexpand tristate "coreutils-unexpand.......... Utility unexpand from the GNU core utilities" default y if DEFAULT_coreutils-unexpand default m if ALL depends on PACKAGE_coreutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU unexpand utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-uniq tristate "coreutils-uniq.................. Utility uniq from the GNU core utilities" default y if DEFAULT_coreutils-uniq default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU uniq utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-unlink tristate "coreutils-unlink.............. Utility unlink from the GNU core utilities" default y if DEFAULT_coreutils-unlink default m if ALL depends on PACKAGE_coreutils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU unlink utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-uptime tristate "coreutils-uptime.............. Utility uptime from the GNU core utilities" default y if DEFAULT_coreutils-uptime default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU uptime utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-users tristate "coreutils-users................ Utility users from the GNU core utilities" default y if DEFAULT_coreutils-users default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard GNU users utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-vdir tristate "coreutils-vdir.................. Utility vdir from the GNU core utilities" default y if DEFAULT_coreutils-vdir default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils select PACKAGE_libcap select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libacl help Full version of standard GNU vdir utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-wc tristate "coreutils-wc...................... Utility wc from the GNU core utilities" default y if DEFAULT_coreutils-wc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU wc utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-who tristate "coreutils-who.................... Utility who from the GNU core utilities" default y if DEFAULT_coreutils-who default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_coreutils select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU who utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-whoami tristate "coreutils-whoami.............. Utility whoami from the GNU core utilities" default y if DEFAULT_coreutils-whoami default m if ALL depends on PACKAGE_coreutils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard GNU whoami utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_coreutils-yes tristate "coreutils-yes.................... Utility yes from the GNU core utilities" default y if DEFAULT_coreutils-yes default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_coreutils help Full version of standard GNU yes utility. http://www.gnu.org/software/coreutils/ Jo-Philipp Wich config PACKAGE_crconf tristate "crconf.............................. Linux crypto layer configuraton tool" default y if DEFAULT_crconf default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Linux crypto layer configuraton tool. Use this to manipulate kernel Crypto API/framework stuff, like drivers, templates, etc. Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Most interesting stuff you can find on https://wiki.strongswan.org https://sourceforge.net/projects/crconf Alexandru Ardelean config PACKAGE_crelay tristate "crelay................................... USB relay remote control daemon" default y if DEFAULT_crelay default m if ALL select PACKAGE_hidapi select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libftdi1 select PACKAGE_libusb-1.0 help crelay is used to control different relay cards in a unified manner. It provides several interfaces for controlling the relays locally or remotely by a web browser or a smartphone. The card which is detected first will be used. A WebUI control is available on port 8000 (default) . Currently supported relay cards: - Conrad USB 4-channel relay card - Sainsmart USB 4/8-channel relay board - Sainsmart USB 16-channel relay control module - Generic GPIO relays - HID API compatible relay card https://github.com/ondrej1024/crelay Ted Hess config PACKAGE_csstidy tristate "csstidy..................................... CSSTidy parser and optimiser" default y if DEFAULT_csstidy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help CSSTidy parser and optimiser Jo-Philipp Wich config PACKAGE_ct-bugcheck tristate "ct-bugcheck........................... Bug checking and reporting utility" default y if DEFAULT_ct-bugcheck default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Scripts to check for bugs (like firmware crashes) and package them for reporting. Currently this script only checks for ath10k firmware crashes. Once installed, you can enable this tool by creating a file called /etc/config/bugcheck with the following contents: DO_BUGCHECK=1 export DO_BUGCHECK Ben Greear config PACKAGE_dbus tristate "dbus....................... Simple interprocess messaging system (daemon)" default y if DEFAULT_dbus default m if ALL select PACKAGE_libdbus select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libexpat select PACKAGE_libssp if GCC_LIBSSP help Simple interprocess messaging system (daemon) http://dbus.freedesktop.org/ config PACKAGE_dbus-utils tristate "dbus-utils.............. Simple interprocess messaging system (utilities)" default y if DEFAULT_dbus-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_dbus select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Simple interprocess messaging system (utilities) http://dbus.freedesktop.org/ config PACKAGE_dc tristate "dc......................... Arbitrary precision reverse-polish calculator" default y if DEFAULT_dc default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_bc select PACKAGE_libssp if GCC_LIBSSP help dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. http://packages.debian.org/bc Bruno Randolf config PACKAGE_deferable-reboot tristate "deferable-reboot........... deferable-reboot provides a deferable reboot." default y if DEFAULT_deferable-reboot default m if ALL select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_lua help This deferable-reboot provides a deferable reboot mechanism. The system will be rebooted when the uptime of the system reach a specified amount of seconds and if /tmp/deferable-reboot.defer file does not contain a number that is greater than the current uptime. This way if anyone wants to postpone the reboot, the way is to store the next checkpoint in seconds. For example if the system must not reboot from now and up to 120 seconds in the future then something like this can be donde awk '{print deferable-reboot + 120}' /proc/uptime > /tmp/deferable-reboot.defer Santiago Piccinini config PACKAGE_device-observatory tristate "device-observatory.................................... device-observatory" default y if DEFAULT_device-observatory default m if ALL select PACKAGE_libpcap select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl config PACKAGE_dfu-util tristate "dfu-util............................... Device Firmware Upgrade Utilities" default y if DEFAULT_dfu-util default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP help dfu-util is a host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum. DFU is intended to download and upload firmware to/from devices connected over USB. http://dfu-util.sourceforge.net/ Bruno Randolf config PACKAGE_digitemp tristate "digitemp" default y if DEFAULT_digitemp default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built without USB support. https://www.digitemp.com Jasper Scholte config PACKAGE_digitemp-usb tristate "digitemp-usb" default y if DEFAULT_digitemp-usb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-compat select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help DigiTemp is a simple to use program for reading values from 1-wire devices. Its main use is for reading temperature sensors, but it also reads counters, and understands the 1-wire hubs with devices on different branches of the network. This package is built with USB support. https://www.digitemp.com Jasper Scholte config PACKAGE_dmesg tristate "dmesg............................ print or control the kernel ring buffer" default y if DEFAULT_dmesg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help dmesg is used to examine or control the kernel ring buffer http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_dmidecode tristate "dmidecode.................................... Displays BIOS informations." default y if DEFAULT_dmidecode default m if ALL depends on (TARGET_x86||TARGET_x86_64) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. https://www.nongnu.org/dmidecode/ Álvaro Fernández Rojas config PACKAGE_domoticz tristate "domoticz.............................. Open Source Home Automation System" default y if DEFAULT_domoticz default m if ALL select PACKAGE_libcurl select PACKAGE_boost select PACKAGE_libc depends on PACKAGE_libmosquitto-ssl||PACKAGE_libmosquitto-nossl select PACKAGE_libstdcpp select PACKAGE_libopenzwave select PACKAGE_libmosquittopp select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_boost-date_time select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_boost-thread select PACKAGE_libsqlite3 select PACKAGE_boost-system help Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device. http://domoticz.com/ Stijn Tintel config PACKAGE_dropbearconvert tristate "dropbearconvert.......................... Utility for converting SSH keys" default y if DEFAULT_dropbearconvert default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility for converting SSH keys http://matt.ucc.asn.au/dropbear/ config PACKAGE_dtc tristate "dtc................................................. Device Tree Compiler" default y if DEFAULT_dtc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Device Tree Compiler for Flat Device Trees Device Tree Compiler, dtc, takes as input a device-tree in a given format and outputs a device-tree in another format for booting kernels on embedded systems. https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou config PACKAGE_dump1090 tristate "dump1090.............. Mode S decoder for the Realtek RTL2832U (dump1090)" default y if DEFAULT_dump1090 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librtlsdr select PACKAGE_libncurses select PACKAGE_uhttpd select PACKAGE_libssp if GCC_LIBSSP help Dump1090 is a Mode S decoder specifically designed for RTLSDR devices. https://github.com/mutability/dump1090 Álvaro Fernández Rojas config PACKAGE_ecdsautils tristate "ecdsautils............................................... ECDSA Utilities" default y if DEFAULT_ecdsautils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libecdsautil select PACKAGE_libuecc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utilities to sign and verify checksums using ECDSA. https://github.com/tcatm/ecdsautils Matthias Schiffer config PACKAGE_elektra-kdb tristate "elektra-kdb............................................. Elektra kdb tool" default y if DEFAULT_elektra-kdb default m if ALL select PACKAGE_libelektra-core select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libstdcpp select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains the kdb tool, which allows to access and change the content of the key database from the shell. http://www.libelektra.org/ Harald Geyer config PACKAGE_eupgrade tristate "eupgrade.............. eupgrade provides semi automated firmware upgrades" default y if DEFAULT_eupgrade default m if ALL select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_lua help This eupgrade provides semi automated firmware upgrades. Santiago Piccinini config PACKAGE_evtest tristate "evtest................................................ Event Test Program" default y if DEFAULT_evtest default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility to test event driven devices such as keyboards and mice Pushpal Sidhu config PACKAGE_extract tristate "extract............................... extract util from GNU Libextractor" default y if DEFAULT_extract default m if ALL select PACKAGE_libextractor select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help libextractor contains the shell command extract that, similar to the well-known file command, can extract meta data from a file an print the results to stdout. https://www.gnu.org/software/libextractor/ Daniel Golle config PACKAGE_fbtest tristate "fbtest.................................. Frame buffer device testing tool" default y if DEFAULT_fbtest default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on DISPLAY_SUPPORT help Frame buffer device testing tool config PACKAGE_fdt-utils tristate "fdt-utils..................................... Flat Device Tree Utilities" default y if DEFAULT_fdt-utils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Flat Device Tree Utilities https://git.kernel.org/pub/scm/utils/dtc/dtc.git Yousong Zhou config PACKAGE_fft-eval tristate "fft-eval......................... Evaluates FFT samples from ath9k driver" default y if DEFAULT_fft-eval default m if ALL depends on PACKAGE_ATH_SPECTRAL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_ATH_DEBUG select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Evaluates FFT samples from diferent wifi boards drivers https://github.com/simonwunderlich/FFT_eval Nicolas Pace config PACKAGE_file tristate "file..................................... File type determination utility" default y if DEFAULT_file default m if ALL select PACKAGE_libmagic select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help File type determination utility https://darwinsys.com/file/ Marko Ratkaj config PACKAGE_findutils tristate "findutils....................................... GNU Find Utilities (all)" default y if DEFAULT_findutils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_findutils-xargs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_findutils-find select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_findutils-locate help GNU Find Utilities (all) https://www.gnu.org/software/findutils/ Daniel Dickinson config PACKAGE_findutils-find tristate "findutils-find......................... GNU Find Utilities - find utility" default y if DEFAULT_findutils-find default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNU Find Utilities - find utility https://www.gnu.org/software/findutils/ Daniel Dickinson config PACKAGE_findutils-locate tristate "findutils-locate........ GNU Find Utilities - locate and updatedb utility" default y if DEFAULT_findutils-locate default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help GNU Find Utilities - locate and updatedb utility https://www.gnu.org/software/findutils/ Daniel Dickinson config PACKAGE_findutils-xargs tristate "findutils-xargs....................... GNU Find Utilities - xargs utility" default y if DEFAULT_findutils-xargs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help GNU Find Utilities - xargs utility https://www.gnu.org/software/findutils/ Daniel Dickinson config PACKAGE_flashrom tristate "flashrom......................................... FlashROM Utility (full)" default y if DEFAULT_flashrom default m if ALL select PACKAGE_libftdi1 select PACKAGE_libusb-compat select PACKAGE_libusb-1.0 select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_pciutils select PACKAGE_dmidecode if (TARGET_x86||TARGET_x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas config PACKAGE_flashrom-pci tristate "flashrom-pci...................................... FlashROM Utility (pci)" default y if DEFAULT_flashrom-pci default m if ALL select PACKAGE_pciutils select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_dmidecode if (TARGET_x86||TARGET_x86_64) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas config PACKAGE_flashrom-spi tristate "flashrom-spi...................................... FlashROM Utility (spi)" default y if DEFAULT_flashrom-spi default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas config PACKAGE_flashrom-usb tristate "flashrom-usb...................................... FlashROM Utility (usb)" default y if DEFAULT_flashrom-usb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libftdi1 select PACKAGE_libusb-1.0 select PACKAGE_libusb-compat select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help flashrom is an utility for identifying, reading, writing, verifying and erasing flash chips. It's often used to flash BIOS/EFI/coreboot /firmware images. https://www.flashrom.org/ Álvaro Fernández Rojas config PACKAGE_flent-tools tristate "flent-tools...................... Helper programs for the Flent test tool" default y if DEFAULT_flent-tools default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Helper programs for the Flent test tool https://flent.org Toke Høiland-Jørgensen config PACKAGE_flock tristate "flock.................................... manage locks from shell scripts" default y if DEFAULT_flock default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help manages flock locks from within shell scripts or the command line http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_fritz-caldata tristate "fritz-caldata................... Utility to extract WLAN calibration data" default y if DEFAULT_fritz-caldata default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility to extract the zlib compress calibration data from flash. config PACKAGE_fritz-tffs tristate "fritz-tffs................ Utility to partially read the TFFS filesystems" default y if DEFAULT_fritz-tffs default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility to partially read the TFFS filesystems. config PACKAGE_fritz-tffs-nand tristate "fritz-tffs-nand" default y if DEFAULT_fritz-tffs-nand default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility to partially read the TFFS filesystems on NAND flash. config PACKAGE_ftdi_eeprom tristate "ftdi_eeprom...... Tool for reading/erasing/flashing FTDI USB chip eeproms" default y if DEFAULT_ftdi_eeprom default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libftdi1 select PACKAGE_confuse select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help ftdi_eeprom is a small tool for reading/erasing/flashing FTDI USB chip eeproms. It uses libftdi to access the chip, so you will need to have the required permissions on the device. The ftdi_sio module should not be loaded. You have to unplug and replug your device to get the new values to be read. Otherwise, you will still get the old values. http://www.intra2net.com/en/developer/libftdi/ Álvaro Fernández Rojas config PACKAGE_gammu tristate "gammu.............................. Cell phone/modem SMS and control tool" default y if DEFAULT_gammu default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC depends on !(PACKAGE_bluez-libs && USB_SUPPORT) || USB_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libpthread depends on !(PACKAGE_bluez-libs && USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_libcurl select PACKAGE_libc help Cell phone/modem SMS and control tool https://wammu.eu/gammu/ Vitaly Protsko config PACKAGE_gawk tristate "gawk............................................................. GNU awk" default y if DEFAULT_gawk default m if ALL select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libreadline help GNU awk https://www.gnu.org/software/gawk/ Daniel Golle config PACKAGE_gddrescue tristate "gddrescue............................................. Data recovery tool" default y if DEFAULT_gddrescue default m if ALL select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disc, cdrom, etc) to another, trying to rescue the good parts first in case of read errors. https://www.gnu.org/software/ddrescue/ Lucian Cristian config PACKAGE_getopt tristate "getopt.................................. parse command options (enhanced)" default y if DEFAULT_getopt default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help getopt is used to break up (parse) options in command lines for easy parsing by shell procedures, and to check for legal options http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_gkermit tristate "gkermit.......................................................... gkermit" default y if DEFAULT_gkermit default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help A minimal kermit file transfer program http://www.columbia.edu/kermit/gkermit.html Nathaniel Wesley Filardo config PACKAGE_gpioctl-sysfs tristate "gpioctl-sysfs............................. Tool for controlling gpio pins" default y if DEFAULT_gpioctl-sysfs default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libugpio depends on GPIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Tool for controlling gpio pins using the sysfs api provided by the kernel. Michael Heimpold config PACKAGE_gpiod-tools tristate "gpiod-tools......................... Tools for interacting with GPIO pins" default y if DEFAULT_gpiod-tools default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgpiod depends on (LINUX_4_9||LINUX_4_14) depends on GPIO_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tools for interacting with the linux GPIO character device (gpiod stands for GPIO device). Michael Heimpold config PACKAGE_gpsd tristate "gpsd............................... An interface daemon for GPS receivers" default y if DEFAULT_gpsd default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 help gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains the GPS daemon. http://catb.org/gpsd/ Pushpal Sidhu config PACKAGE_gpsd-clients tristate "gpsd-clients....................................... GPS tools and clients" default y if DEFAULT_gpsd-clients default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help gpsd is a userland daemon acting as a translator between GPS and AIS receivers and their clients. gpsd listens on port 2947 for clients requesting position/time/velocity information. The receivers are expected to generate position information in a well-known format -- as NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary format, or other vendor binary protocols. gpsd takes this information from the GPS and translates it into something uniform and easier to understand for clients. This package contains auxiliary tools and example clients for monitoring and testing the GPS daemon. http://catb.org/gpsd/ Pushpal Sidhu config PACKAGE_grep tristate "grep.................................. grep search utility - full version" default y if DEFAULT_grep default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpcre help The grep command searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines. https://www.gnu.org/software/grep/ Julen Landa Alustiza config PACKAGE_hamlib tristate "hamlib....................................... Ham Radio Control utilities" default y if DEFAULT_hamlib default m if ALL select PACKAGE_libhamlib select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Ham Radio Control Libraries is a development effort to provide a consistent interface for programmers wanting to incorporate radio control in their programs. This package contains the utilities and daemons. http://hamlib.sourceforge.net Vasilis Tsiligiannis menuconfig PACKAGE_haserl tristate "haserl............ A CGI wrapper to embed shell scripts in HTML documents" default y if DEFAULT_haserl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblua if HASERL_with_lua help A CGI wrapper to embed shell scripts in HTML documents http://haserl.sourceforge.net/ Maxim Storchak source "feeds/packages/utils/haserl/Config.in" config PACKAGE_hashdeep tristate "hashdeep.............. Recursively compute hashsums or piecewise hashings" default y if DEFAULT_hashdeep default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX help hashdeep is a set of tools to compute MD5, SHA1, SHA256, tiger and whirlpool hashsums of arbitrary number of files recursively. http://md5deep.sourceforge.net/ Tobe Deprez config PACKAGE_haveged tristate "haveged............... Feeds the kernel entropy pool by timing CPU loops." default y if DEFAULT_haveged default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libhavege help Feeds the kernel entropy pool by timing CPU loops. http://www.issihosts.com/haveged/ Hannu Nyman config PACKAGE_hplip-common tristate "hplip-common................ HP Linux Imaging and Printing (common files)" default y if DEFAULT_hplip-common default m if ALL select PACKAGE_libusb-1.0 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. These are common files shared between subpackages https://sourceforge.net/projects/hplip/ Luiz Angelo Daros de Luca config PACKAGE_hplip-sane tristate "hplip-sane............... HP Linux Imaging and Printing (scanner drivers)" default y if DEFAULT_hplip-sane default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_hplip-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libsane select PACKAGE_libssp if GCC_LIBSSP help HPLIP is an HP developed solution for printing, scanning, and faxing with HP inkjet and laser based printers in Linux. S.A.N.E backend for HP Scanners https://sourceforge.net/projects/hplip/ Luiz Angelo Daros de Luca config PACKAGE_hub-ctrl tristate "hub-ctrl...................... Control USB power on a port by port basis " default y if DEFAULT_hub-ctrl default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-compat help Control USB power on a port by port basis on some USB hubs. This only works on USB hubs that have the hardware necessary to allow software controlled power switching. Most hubs DO NOT include the hardware. https://github.com/codazoda/hub-ctrl.c Simon Peter config PACKAGE_hwclock tristate "hwclock.................................. query or set the hardware clock" default y if DEFAULT_hwclock default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help hwclock is a tool for accessing the Hardware Clock http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_hwloc-utils tristate "hwloc-utils......................... Portable Hardware Locality utilities" default y if DEFAULT_hwloc-utils default m if ALL select PACKAGE_libncurses select PACKAGE_libhwloc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC help The Portable Hardware Locality (hwloc) software package provides a portable abstraction (across OS, versions, architectures, ...) of the hierarchical topology of modern architectures, including NUMA memory nodes, sockets, shared caches, cores and simultaneous multithreading. It also gathers various system attributes such as cache and memory information as well as the locality of I/O devices such as network interfaces, InfiniBand HCAs or GPUs. This package contains the hwloc utilities. https://www.open-mpi.org/projects/hwloc/ W. Michael Petullo config PACKAGE_i2c-tools tristate "i2c-tools............................................ I2C tools for Linux" default y if DEFAULT_i2c-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libi2c select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains an heterogeneous set of I2C tools for Linux. These tools were originally part of the lm-sensors package. https://i2c.wiki.kernel.org/index.php/I2C_Tools Daniel Golle config PACKAGE_iconv tristate "iconv................................... Character set conversion utility" default y if DEFAULT_iconv default m if ALL select PACKAGE_libiconv-full select PACKAGE_libcharset select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Character set conversion utility http://www.gnu.org/software/libiconv/ Jo-Philipp Wich config PACKAGE_iio-utils tristate "iio-utils................................................ Linux IIO tools" default y if DEFAULT_iio-utils default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiio select PACKAGE_libssp if GCC_LIBSSP help Command line tools for IIO devices. https://github.com/analogdevicesinc/libiio Michael Heimpold config PACKAGE_inotifywait tristate "inotifywait............................................. inotifywait tool" default y if DEFAULT_inotifywait default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libinotifytools select PACKAGE_libssp if GCC_LIBSSP help inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the inotifywait tool. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle config PACKAGE_inotifywatch tristate "inotifywatch........................................... inotifywatch tool" default y if DEFAULT_inotifywatch default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libinotifytools select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify. These programs can be used to monitor and act upon filesystem events. A more detailed description of the programs is further down the page. The programs are written in C and have no dependencies other than a Linux kernel supporting inotify. This package provides the inotifywatch tool. https://github.com/rvoicilas/inotify-tools/wiki Daniel Golle config PACKAGE_io tristate "io................................................ Raw memory i/o utility" default y if DEFAULT_io default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This tool can be used to access physical memory addresses from userspace. It can be useful to access hardware for which no device driver exists! http://www.sleepie.demon.co.uk/linuxvme/io.c Hauke Mehrtens config PACKAGE_irqbalance tristate "irqbalance.................... IRQ usage balancing for multi-core systems" default y if DEFAULT_irqbalance default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help The purpose of irqbalance is to distribute hardware interrupts across processors/cores on a multiprocessor/multicore system in order to increase performance. https://github.com/Irqbalance/irqbalance Hannu Nyman config PACKAGE_iwcap tristate "iwcap.................................... Simple radiotap capture utility" default y if DEFAULT_iwcap default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help The iwcap utility receives radiotap packet data from wifi monitor interfaces and outputs it to pcap format. It gathers recived packets in a fixed ring buffer to dump them on demand which is useful for background monitoring. Alternatively the utility can stream the data to stdout to act as remote capture drone for Wireshark or similar programs. Jo-Philipp Wich config PACKAGE_iwinfo tristate "iwinfo.......................... Generalized Wireless Information utility" default y if DEFAULT_iwinfo default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiwinfo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Command line frontend for the wireless information library. Jo-Philipp Wich config PACKAGE_jq tristate "jq................. Lightweight and flexible command-line JSON processor." default y if DEFAULT_jq default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Lightweight and flexible command-line JSON processor. https://stedolan.github.io/jq/ Marko Ratkaj config PACKAGE_jshn tristate "jshn................................................. JSON SHell Notation" default y if DEFAULT_jshn default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libjson-c select PACKAGE_libubox select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libblobmsg-json help Library for parsing and generating JSON from shell scripts Felix Fietkau config PACKAGE_kdump tristate "kdump.............................................. Kernel crash analysis" default y if DEFAULT_kdump default m if ALL select PACKAGE_kexec select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on (i386||x86_64||arm) depends on KERNEL_KEXEC depends on KERNEL_CRASH_DUMP select PACKAGE_librt if USE_GLIBC depends on (armeb||arm||i386||x86_64||powerpc64||mipsel||mips) help The kdump package allows to automatically boot into a special kernel for analyzing kernel crashes using kdump. http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ Florian Fainelli config PACKAGE_kexec tristate "kexec................................................ Kernel boots kernel" default y if DEFAULT_kexec default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblzma if KEXEC_LZMA select PACKAGE_zlib if KEXEC_ZLIB depends on KERNEL_KEXEC depends on (armeb||arm||i386||x86_64||powerpc64||mipsel||mips) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The kexec utility allows to load and boot another kernel. http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ Florian Fainelli source "package/boot/kexec-tools/Config.in" config PACKAGE_kexec-tools tristate "kexec-tools.......................... kexec-tools transition meta package" default y if DEFAULT_kexec-tools default m if ALL select PACKAGE_librt if USE_GLIBC depends on (armeb||arm||i386||x86_64||powerpc64||mipsel||mips) select PACKAGE_kexec select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on KERNEL_KEXEC help kexec is a set of system calls that allows you to load another kernel from the currently executing Linux kernel. The kexec utility allows to load and boot another kernel. http://kernel.org/pub/linux/kernel/people/horms/kexec-tools/ Florian Fainelli config PACKAGE_klish-xml-files tristate "klish-xml-files................................... klish sample XML files" default y if DEFAULT_klish-xml-files default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_klish help This is a set of sample XML files for klish. https://libcode.org/projects/klish/ Takashi Umeno config PACKAGE_kmod tristate "kmod................................ Linux kernel module handling (tools)" default y if DEFAULT_kmod default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Linux kernel module handling kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases. https://www.kernel.org/pub/linux/utils/kernel/kmod/ Jeff Waugh config PACKAGE_kobs-ng tristate "kobs-ng................ Application for writing bootstreams to NAND flash" default y if DEFAULT_kobs-ng default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on TARGET_imx6 help The kobs-ng application writes a bootstream to NAND flash with the proper FCB/DBBT headers and replicated streams. menuconfig PACKAGE_lcd4linux-custom tristate "lcd4linux-custom..................................... LCD display utility" default y if DEFAULT_lcd4linux-custom default m if ALL select PACKAGE_libmpdclient if LCD4LINUX_CUSTOM_NEEDS_libmpdclient select PACKAGE_librt if USE_GLIBC select PACKAGE_libmariadb if LCD4LINUX_CUSTOM_NEEDS_libmysqlclient select PACKAGE_libusb-compat if LCD4LINUX_CUSTOM_NEEDS_libusb select PACKAGE_libsqlite3 if LCD4LINUX_CUSTOM_NEEDS_libsqlite3 select PACKAGE_libc select PACKAGE_libncurses if LCD4LINUX_CUSTOM_NEEDS_libncurses select PACKAGE_libgd if LCD4LINUX_CUSTOM_NEEDS_libgd select PACKAGE_libdbus if LCD4LINUX_CUSTOM_NEEDS_libdbus select PACKAGE_libjpeg if LCD4LINUX_CUSTOM_NEEDS_libjpeg select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC help LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . This package contains a customized version of LCD4Linux. http://lcd4linux.bulix.org/ source "feeds/packages/utils/lcd4linux/Config.in" config PACKAGE_lcd4linux-full tristate "lcd4linux-full....................................... LCD display utility" default y if DEFAULT_lcd4linux-full default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses depends on DEVEL select PACKAGE_libmpdclient select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libgd select PACKAGE_libsqlite3 select PACKAGE_libc select PACKAGE_libmariadb select PACKAGE_libdbus select PACKAGE_librt if USE_GLIBC select PACKAGE_libusb-compat help LCD4Linux is a small program that grabs information from the kernel and some subsystems and displays it on an external liquid crystal display. . This package contains a version of LCD4Linux built with all supported drivers and plugins. http://lcd4linux.bulix.org/ Jonathan McCrohan config PACKAGE_lcdproc-clients tristate "lcdproc-clients...................................... LCD Display clients" default y if DEFAULT_lcdproc-clients default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains the clients distributed by the official lcdproc project: * lcdproc -- displays system information * lcdexec -- displays a menu structure to execute commands * lcdvc -- shows the content of the system console http://lcdproc.org/ Harald Geyer , Philip Prindeville config PACKAGE_lcdproc-drivers tristate "lcdproc-drivers................................ LCD Display extra drivers" default y if DEFAULT_lcdproc-drivers default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libugpio if GPIO_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_lcdproc-server select PACKAGE_libusb-1.0 select PACKAGE_libusb-compat select PACKAGE_libftdi1 help LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains display drivers with external dependencies: curses futaba glcd hd44780 IOWarrior i2500vfd lis picolcd shuttleVFD ula200 http://lcdproc.org/ Harald Geyer , Philip Prindeville config PACKAGE_lcdproc-server tristate "lcdproc-server........................................ LCD Display server" default y if DEFAULT_lcdproc-server default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help LCDProc is a daemon and clients for displaying system information on various LCD displays This package contains the server and a core set of display drivers without external dependencies: bayrad CFontzPacket CFontz CwLnx ea65 EyeboxOne glk icp_a106 imonlcd imon irtrans joy lb216 lcdm001 lcterm linux_input MD8800 ms6931 mtc_s16209x MtxOrb NoritakeVFD Olimex_MOD_LCD1x9 pyramid rawserial serialPOS serialVFD sli SureElec text tyan vlsys_m428 yard2LCD http://lcdproc.org/ Harald Geyer , Philip Prindeville config PACKAGE_ldconfig tristate "ldconfig............................... Shared library path configuration" default y if DEFAULT_ldconfig default m if ALL||ALL_NONSHARED depends on !USE_MUSL help Shared library path configuration Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldconfig config LDCONFIG_ROOT_DIR string prompt "ldconfig base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldconfig default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LDCONFIG_FILE_SPEC string prompt "ldconfig file" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldconfig default "./sbin/ldconfig" endmenu config PACKAGE_ldd tristate "ldd.................................................... LDD trace utility" default y if DEFAULT_ldd default m if ALL||ALL_NONSHARED depends on !USE_MUSL help LDD trace utility Felix Fietkau menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldd config LDD_ROOT_DIR string prompt "ldd trace utility base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldd default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LDD_FILE_SPEC string prompt "ldd trace utility file" depends on EXTERNAL_TOOLCHAIN && PACKAGE_ldd default "./usr/bin/ldd" endmenu config PACKAGE_less tristate "less....................................... Pager program similar to more" default y if DEFAULT_less default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of GNU less utility http://www.greenwoodsoftware.com/less/ Julen Landa Alustiza config PACKAGE_less-wide tristate "less-wide........................ Pager program similar to more (Unicode)" default y if DEFAULT_less-wide default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of GNU less utility This package contains the Unicode enabled version of less. http://www.greenwoodsoftware.com/less/ Julen Landa Alustiza config PACKAGE_libjson-script tristate "libjson-script.................. Minimalistic JSON based scripting engine" default y if DEFAULT_libjson-script default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Minimalistic JSON based scripting engine Felix Fietkau config PACKAGE_librerouter-hw tristate "librerouter-hw................................ Librerouter hardware tools" default y if DEFAULT_librerouter-hw default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Tools for the librerouter HW support. menuconfig PACKAGE_libsysrepo tristate "libsysrepo................................. YANG-based data store library" default y if DEFAULT_libsysrepo default m if ALL select PACKAGE_libyang select PACKAGE_libpthread select PACKAGE_libprotobuf-c select PACKAGE_libc select PACKAGE_libstdcpp if SYSREPO_BINDINGS select PACKAGE_librt select PACKAGE_libev select PACKAGE_libredblack select PACKAGE_librt if USE_GLIBC select PACKAGE_lua if SYSREPO_LUA select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_python-base if SYSREPO_PYTHON select PACKAGE_libpthread if USE_GLIBC help YANG-based data store library https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic source "feeds/packages/net/sysrepo/Config_libsysrepo.in" config PACKAGE_lm-sensors tristate "lm-sensors.................................................... lm-sensors" default y if DEFAULT_lm-sensors default m if ALL select PACKAGE_sysfsutils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsensors help utility to read hardware sensor data https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich config PACKAGE_lm-sensors-detect tristate "lm-sensors-detect...................................... lm-sensors-detect" default y if DEFAULT_lm-sensors-detect default m if ALL select PACKAGE_perl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-file select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lm-sensors select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-essential select PACKAGE_perlbase-xsloader depends on !arc select PACKAGE_libc select PACKAGE_sysfsutils select PACKAGE_librt if USE_GLIBC help script to autodetect sensor hardware https://hwmon.wiki.kernel.org/lm_sensors Jo-Philipp Wich config PACKAGE_logger tristate "logger......... a shell command interface to the syslog system log module" default y if DEFAULT_logger default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help logger makes entries in the system log, it provides a shell command interface to the syslog system log module http://www.kernel.org/pub/linux/utils/util-linux/ menuconfig PACKAGE_logrotate tristate "logrotate..................... rotates, compresses, and mails system logs" default y if DEFAULT_logrotate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpopt select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libacl if LOGROTATE_ACL help logrotate is designed to ease administration of systems that generate large numbers of log files. It allows auto-matic rotation, compression, removal and mailing of log files. Each log file may be handled daily, weekly, monthly or when it grows too large. https://github.com/logrotate/logrotate Christian Beier if PACKAGE_logrotate config LOGROTATE_ACL bool prompt "Enable ACL support" default y if USE_FS_ACL_ATTR endif config PACKAGE_look tristate "look......................... display lines beginning with a given string" default y if DEFAULT_look default m if ALL select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help look utility displays any lines in file which contain string http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_losetup tristate "losetup.................................. set up and control loop devices" default y if DEFAULT_losetup default m if ALL select PACKAGE_libsmartcols select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help losetup is used to associate loop devices with regular files or block devices, to detach loop devices and to query the status of a loop device http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_lrzsz tristate "lrzsz......................................... X, Y and Z-modem protocols" default y if DEFAULT_lrzsz default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Transfer files in your login sessions. Very leightweight and straight forward. You just need a terminal client that can do either X, Y or Z-modem file transfers. https://ohse.de/uwe/software/lrzsz.html Hsing-Wang Liao config PACKAGE_lscpu tristate "lscpu..................... display information about the CPU architecture" default y if DEFAULT_lscpu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libsmartcols select PACKAGE_libssp if GCC_LIBSSP help lscpu displays information about the CPU architecture http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_lsof tristate "lsof................................. LiSt Open Files - a diagnostic tool" default y if DEFAULT_lsof default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtirpc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help LiSt Open Files - a diagnostic tool http://people.freebsd.org/~abe/ Maxim Storchak menuconfig PACKAGE_lxc tristate "lxc.................................................. LXC userspace tools" default y if DEFAULT_lxc default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids". http://lxc.sourceforge.net/ Marko Ratkaj source "feeds/packages/utils/lxc/Config.in" config PACKAGE_lxc-attach tristate "lxc-attach............... Utility lxc-attach from the LXC userspace tools" default y if DEFAULT_lxc-attach default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_lxc-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility lxc-attach from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-auto tristate "lxc-auto.................................................... (initscript)" default y if DEFAULT_lxc-auto default m if ALL depends on PACKAGE_lxc select PACKAGE_lxc-start select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_lxc-stop help LXC is the userspace control package for Linux Containers, a lightweight virtual system mechanism sometimes described as "chroot on steroids". This package adds and initscript for starting and stopping the containers on boot and shutdown. http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-autostart tristate "lxc-autostart......... Utility lxc-autostart from the LXC userspace tools" default y if DEFAULT_lxc-autostart default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility lxc-autostart from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-cgroup tristate "lxc-cgroup............... Utility lxc-cgroup from the LXC userspace tools" default y if DEFAULT_lxc-cgroup default m if ALL select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility lxc-cgroup from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-checkconfig tristate "lxc-checkconfig..... Utility lxc-checkconfig from the LXC userspace tools" default y if DEFAULT_lxc-checkconfig default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_lxc-common depends on PACKAGE_lxc help Utility lxc-checkconfig from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-common tristate "lxc-common.............................................. LXC common files" default y if DEFAULT_lxc-common default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LXC common files http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-config tristate "lxc-config............... Utility lxc-config from the LXC userspace tools" default y if DEFAULT_lxc-config default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_lxc-common help Utility lxc-config from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-configs tristate "lxc-configs...................... LXC virtual machine common config files" default y if DEFAULT_lxc-configs default m if ALL depends on PACKAGE_lxc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help LXC virtual machine common config files http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-console tristate "lxc-console............. Utility lxc-console from the LXC userspace tools" default y if DEFAULT_lxc-console default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Utility lxc-console from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-copy tristate "lxc-copy................... Utility lxc-copy from the LXC userspace tools" default y if DEFAULT_lxc-copy default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc help Utility lxc-copy from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-create tristate "lxc-create............... Utility lxc-create from the LXC userspace tools" default y if DEFAULT_lxc-create default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_lxc-configs select PACKAGE_liblxc select PACKAGE_lxc-hooks select PACKAGE_libcap select PACKAGE_lxc-common select PACKAGE_flock select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_lxc-templates select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc help Utility lxc-create from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-destroy tristate "lxc-destroy............. Utility lxc-destroy from the LXC userspace tools" default y if DEFAULT_lxc-destroy default m if ALL select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Utility lxc-destroy from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-device tristate "lxc-device............... Utility lxc-device from the LXC userspace tools" default y if DEFAULT_lxc-device default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility lxc-device from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-execute tristate "lxc-execute............. Utility lxc-execute from the LXC userspace tools" default y if DEFAULT_lxc-execute default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_lxc-common select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC help Utility lxc-execute from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-freeze tristate "lxc-freeze............... Utility lxc-freeze from the LXC userspace tools" default y if DEFAULT_lxc-freeze default m if ALL select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_lxc-common select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility lxc-freeze from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-hooks tristate "lxc-hooks...................................... LXC virtual machine hooks" default y if DEFAULT_lxc-hooks default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_lxc help LXC virtual machine hooks http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-info tristate "lxc-info................... Utility lxc-info from the LXC userspace tools" default y if DEFAULT_lxc-info default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common help Utility lxc-info from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-init tristate "lxc-init................................................ LXC Lua bindings" default y if DEFAULT_lxc-init default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc help LXC Lua bindings http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-ls tristate "lxc-ls....................... Utility lxc-ls from the LXC userspace tools" default y if DEFAULT_lxc-ls default m if ALL select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility lxc-ls from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-lua tristate "lxc-lua................................................. LXC Lua bindings" default y if DEFAULT_lxc-lua default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_lxc select PACKAGE_liblua select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc help LXC Lua bindings http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-monitor tristate "lxc-monitor............. Utility lxc-monitor from the LXC userspace tools" default y if DEFAULT_lxc-monitor default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC help Utility lxc-monitor from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-monitord tristate "lxc-monitord........... Utility lxc-monitord from the LXC userspace tools" default y if DEFAULT_lxc-monitord default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Utility lxc-monitord from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-snapshot tristate "lxc-snapshot........... Utility lxc-snapshot from the LXC userspace tools" default y if DEFAULT_lxc-snapshot default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common help Utility lxc-snapshot from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-start tristate "lxc-start................. Utility lxc-start from the LXC userspace tools" default y if DEFAULT_lxc-start default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libcap select PACKAGE_lxc-common depends on PACKAGE_lxc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility lxc-start from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-stop tristate "lxc-stop................... Utility lxc-stop from the LXC userspace tools" default y if DEFAULT_lxc-stop default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help Utility lxc-stop from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-templates tristate "lxc-templates.............................. LXC virtual machine templates" default y if DEFAULT_lxc-templates default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc select PACKAGE_libssp if GCC_LIBSSP help LXC virtual machine templates http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-top tristate "lxc-top..................... Utility lxc-top from the LXC userspace tools" default y if DEFAULT_lxc-top default m if ALL select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_lxc-common select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Utility lxc-top from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-unfreeze tristate "lxc-unfreeze........... Utility lxc-unfreeze from the LXC userspace tools" default y if DEFAULT_lxc-unfreeze default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc help Utility lxc-unfreeze from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-unprivileged tristate "lxc-unprivileged....... Helper script for unprivileged containers support" default y if DEFAULT_lxc-unprivileged default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_shadow-utils select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-newgidmap select PACKAGE_shadow-newuidmap select PACKAGE_libssp if GCC_LIBSSP help Support for unprivileged containers requires newuidmap and newguidmap. This package makes sure they are available & have correct permissions. http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-unshare tristate "lxc-unshare............. Utility lxc-unshare from the LXC userspace tools" default y if DEFAULT_lxc-unshare default m if ALL select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_lxc select PACKAGE_libcap select PACKAGE_lxc-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP help Utility lxc-unshare from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-user-nic tristate "lxc-user-nic........... Utility lxc-user-nic from the LXC userspace tools" default y if DEFAULT_lxc-user-nic default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc help Utility lxc-user-nic from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-usernsexec tristate "lxc-usernsexec....... Utility lxc-usernsexec from the LXC userspace tools" default y if DEFAULT_lxc-usernsexec default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_liblxc select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc help Utility lxc-usernsexec from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_lxc-wait tristate "lxc-wait................... Utility lxc-wait from the LXC userspace tools" default y if DEFAULT_lxc-wait default m if ALL select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lxc-common select PACKAGE_libcap depends on PACKAGE_lxc select PACKAGE_liblxc select PACKAGE_librt if USE_GLIBC help Utility lxc-wait from the LXC userspace tools http://lxc.sourceforge.net/ Marko Ratkaj config PACKAGE_maccalc tristate "maccalc.......................................... MAC address calculation" default y if DEFAULT_maccalc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help This package contains a MAC address manipulation utility. config PACKAGE_macchanger tristate "macchanger.............. utility for viewing/manipulating the MAC address" default y if DEFAULT_macchanger default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This is a GNU/Linux utility for viewing/manipulating the MAC address of network interfaces. https://github.com/alobbs/macchanger/ Nicolas Thill config PACKAGE_mbedtls-util tristate "mbedtls-util.................................... Embedded SSL (utilities)" default y if DEFAULT_mbedtls-util default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libmbedtls select PACKAGE_libssp if GCC_LIBSSP help The aim of the mbedtls project is to provide a quality, open-source cryptographic library written in C and targeted at embedded systems. This package contains mbedtls helper programs for private key and CSR generation (gen_key, cert_req) https://tls.mbed.org config PACKAGE_mbim-utils tristate "mbim-utils...................... Utilities to talk to MBIM enabled modems" default y if DEFAULT_mbim-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmbim help Utilities to talk to MBIM enabled modems https://www.freedesktop.org/wiki/Software/libmbim Nicholas Smith config PACKAGE_mbtools tristate "mbtools..................................................... Modbus tools" default y if DEFAULT_mbtools default m if ALL select PACKAGE_libmodbus select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_glib2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Modbus tools based on libmodbus to log data fetched by a master/client or received by a slave/server (writing of registers). mbcollect is able to act as client or server (in TCP or RTU) Daniel Golle menuconfig PACKAGE_mc tristate "mc................... Midnight Commander - a powerful visual file manager" default y if DEFAULT_mc default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libmount select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libssh2 if MC_VFS select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses select PACKAGE_glib2 help GNU Midnight Commander is a visual file manager. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included as well. https://www.midnight-commander.org/ Dirk Brenken source "feeds/packages/utils/mc/Config.in" config PACKAGE_mcookie tristate "mcookie................................. generate magic cookies for xauth" default y if DEFAULT_mcookie default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help mcookie generates a 128-bit random hexadecimal number for use with the X authority system http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_micrond tristate "micrond" default y if DEFAULT_micrond default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Small Cron daemon providing a cron.d directory other packages can install their crontabs into config PACKAGE_miniserver-client tristate "miniserver-client.......................... miniserver-client metapackage" default y if DEFAULT_miniserver-client default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_prometheus-node-exporter-lua select PACKAGE_prometheus-node-push-influx select PACKAGE_prometheus-node-exporter-lua-wifi-stations-extra depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_libc select PACKAGE_prometheus-node-exporter-lua-location-latlon select PACKAGE_prometheus-node-exporter-lua-openwrt select PACKAGE_prometheus-node-exporter-lua-wifi-survey select PACKAGE_prometheus-node-exporter-lua-wifi_stations select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_prometheus-node-exporter-lua-wifi-params select PACKAGE_libpthread if USE_GLIBC help This metapackage installs and configures a statistics collector system that gathers data on the node and pushes to a local "miniserver" reachable on the local network. Gui Iribarren config PACKAGE_mmc-utils tristate "mmc-utils............................. Userspace tools for MMC/SD devices" default y if DEFAULT_mmc-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help This package contains the userspace mmc utils, the userspace counterpart to the Linux MMC/SD subsystem. http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git Michael Heimpold config PACKAGE_moreutils tristate "moreutils...................................... additional Unix utilities" default y if DEFAULT_moreutils default m if ALL select PACKAGE_libc depends on !arc select PACKAGE_librt if USE_GLIBC select PACKAGE_perlbase-ipc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-file select PACKAGE_perlbase-io select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perl select PACKAGE_perlbase-getopt select PACKAGE_perlbase-posix help This is a growing collection of the Unix tools that nobody thought to write long ago, when Unix was young. . So far, it includes the following utilities: - chronic: runs a command quietly unless it fails - combine: combine the lines in two files using boolean operations - errno: look up errno names and descriptions - ifdata: get network interface info without parsing ifconfig output - ifne: run a program if the standard input is not empty - isutf8: check if a file or standard input is utf-8 - lckdo: execute a program with a lock held - mispipe: pipe two commands, returning the exit status of the first - parallel: run multiple jobs at once - pee: tee standard input to pipes - sponge: soak up standard input and write to a file - ts: timestamp standard input - vidir: edit a directory in your text editor - vipe: insert a text editor into a pipe - zrun: automatically uncompress arguments to command https://joeyh.name/code/moreutils/ Nikil Mehta config PACKAGE_mosh-client tristate "mosh-client................................... Mosh mobile shell (client)" default y if DEFAULT_mosh-client default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_protobuf select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libncurses help Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a mosh client. https://mosh.org/ Rosen Penev config PACKAGE_mosh-full tristate "mosh-full....................................... Mosh mobile shell (full)" default y if DEFAULT_mosh-full default m if ALL select PACKAGE_perlbase-tie select PACKAGE_libc select PACKAGE_perlbase-symbol select PACKAGE_perlbase-socket select PACKAGE_mosh-client select PACKAGE_perlbase-autoloader select PACKAGE_perlbase-errno select PACKAGE_librt if USE_GLIBC depends on PACKAGE_perl select PACKAGE_mosh-server select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_perlbase-config select PACKAGE_perlbase-io select PACKAGE_libpthread if USE_GLIBC select PACKAGE_perlbase-essential select PACKAGE_perlbase-fcntl select PACKAGE_perlbase-selectsaver select PACKAGE_perlbase-xsloader select PACKAGE_perlbase-posix select PACKAGE_perlbase-getopt help Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a full package with perl wrapper script https://mosh.org/ Rosen Penev config PACKAGE_mosh-server tristate "mosh-server................................... Mosh mobile shell (server)" default y if DEFAULT_mosh-server default m if ALL select PACKAGE_protobuf select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl help Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes. This is a mosh server. https://mosh.org/ Rosen Penev config PACKAGE_mount-utils tristate "mount-utils................................... related (u)mount utilities" default y if DEFAULT_mount-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libsmartcols select PACKAGE_libmount select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help contains: mount, umount, findmnt http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_mpack tristate "mpack............................ mpack/munpack MIME format mail messages" default y if DEFAULT_mpack default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages. For compatibility with older forms of transferring binary files, the munpack program can also decode messages in split-uuencoded format. http://ftp.andrew.cmu.edu/pub/mpack/ Dmitry V. Zimin config PACKAGE_mt-st tristate "mt-st................... Magnetic tape control tools for Linux SCSI tapes" default y if DEFAULT_mt-st default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Includes a mt-like program supporting additional commands using ioctls specific to the Linux SCSI tape driver (up to kernel 2.6.26), and the program stinit to define the SCSI tape devices in system startup scripts. http://ftp.ibiblio.org/pub/Linux/system/backup/ Giuseppe Magnotta config PACKAGE_namei tristate "namei.................. follow a pathname until a terminal point is found" default y if DEFAULT_namei default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help namei uses its arguments as pathnames to any type of Unix file (symlinks, files, directories, and so forth) http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_nand-utils tristate "nand-utils................ Utilities for nand flash erase/read/write/test" default y if DEFAULT_nand-utils default m if ALL||ALL_NONSHARED select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on NAND_SUPPORT select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utilities for NAND devices. http://www.linux-mtd.infradead.org/ John Crispin config PACKAGE_netopeer2-cli tristate "netopeer2-cli......................................... Netopeer2 cli tool" default y if DEFAULT_netopeer2-cli default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_libnetconf2 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpthread select PACKAGE_libyang select PACKAGE_libssp if GCC_LIBSSP help Netopeer2 cli tool https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic menuconfig PACKAGE_netopeer2-keystored tristate "netopeer2-keystored....................... Netopeer2 key store management" default y if DEFAULT_netopeer2-keystored default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_sysrepoctl select PACKAGE_sysrepo select PACKAGE_sysrepocfg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsysrepo select PACKAGE_openssh-keygen if SSH_KEYS select PACKAGE_libssp if GCC_LIBSSP help Netopeer2 key store management https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic source "feeds/packages/net/Netopeer2/Config_keystored.in" menuconfig PACKAGE_netopeer2-server tristate "netopeer2-server.......................................... NETCONF server" default y if DEFAULT_netopeer2-server default m if ALL select PACKAGE_netopeer2-keystored select PACKAGE_libpthread select PACKAGE_libyang select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libsysrepo select PACKAGE_librt if USE_GLIBC select PACKAGE_sysrepoctl select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_sysrepocfg select PACKAGE_libpthread if USE_GLIBC select PACKAGE_sysrepo select PACKAGE_libnetconf2 help NETCONF server https://codeload.github.com/CESNET/Netopeer2/tar.gz/v0.7-r1? Mislav Novakovic config PACKAGE_netwhere tristate "netwhere........................................................ Netwhere" default y if DEFAULT_netwhere default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl config PACKAGE_nsenter tristate "nsenter................................................ enter a namespace" default y if DEFAULT_nsenter default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help run program with namespaces of other processes http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_nss-utils tristate "nss-utils............. Utilities for Mozilla's SSL and TLS implementation" default y if DEFAULT_nss-utils default m if ALL select PACKAGE_libnss select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utilities for Mozilla's SSL and TLS implementation https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS Lucian Cristian config PACKAGE_oath-toolkit tristate "oath-toolkit....... Toolkit for building one-time password authentication" default y if DEFAULT_oath-toolkit default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The OATH Toolkit provide components for building one-time password authentication systems. It contains shared libraries, command line tools and a PAM module. Supported technologies include the event-based HOTP algorithm (RFC4226) and the time-based TOTP algorithm (RFC6238). http://www.nongnu.org/oath-toolkit/index.html Fam Zheng menuconfig PACKAGE_open-plc-utils tristate "open-plc-utils....... Qualcomm Atheros Power Line Communication utilities" default y if DEFAULT_open-plc-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Qualcomm Atheros Power Line Communication utilities https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-CMEncrypt tristate "open-plc-utils-CMEncrypt... Utility CMEncrypt from the Open PLC utilities" default y if DEFAULT_open-plc-utils-CMEncrypt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility CMEncrypt from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ampID tristate "open-plc-utils-ampID........... Utility ampID from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ampID default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility ampID from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ampboot tristate "open-plc-utils-ampboot....... Utility ampboot from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ampboot default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility ampboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amphost tristate "open-plc-utils-amphost....... Utility amphost from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amphost default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility amphost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amplist tristate "open-plc-utils-amplist....... Utility amplist from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amplist default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility amplist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amprate tristate "open-plc-utils-amprate....... Utility amprate from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amprate default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility amprate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amprule tristate "open-plc-utils-amprule....... Utility amprule from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amprule default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility amprule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ampstat tristate "open-plc-utils-ampstat....... Utility ampstat from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ampstat default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility ampstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amptest tristate "open-plc-utils-amptest....... Utility amptest from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amptest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility amptest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amptone tristate "open-plc-utils-amptone....... Utility amptone from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amptone default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility amptone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-amptool tristate "open-plc-utils-amptool....... Utility amptool from the Open PLC utilities" default y if DEFAULT_open-plc-utils-amptool default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility amptool from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ampwait tristate "open-plc-utils-ampwait....... Utility ampwait from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ampwait default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility ampwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-chknvm tristate "open-plc-utils-chknvm......... Utility chknvm from the Open PLC utilities" default y if DEFAULT_open-plc-utils-chknvm default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility chknvm from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-chknvm2 tristate "open-plc-utils-chknvm2....... Utility chknvm2 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-chknvm2 default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility chknvm2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-chkpib tristate "open-plc-utils-chkpib......... Utility chkpib from the Open PLC utilities" default y if DEFAULT_open-plc-utils-chkpib default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility chkpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-chkpib2 tristate "open-plc-utils-chkpib2....... Utility chkpib2 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-chkpib2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility chkpib2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-config2cfg tristate "open-plc-utils-config2cfg. Utility config2cfg from the Open PLC utilities" default y if DEFAULT_open-plc-utils-config2cfg default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility config2cfg from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-coqos_add tristate "open-plc-utils-coqos_add... Utility coqos_add from the Open PLC utilities" default y if DEFAULT_open-plc-utils-coqos_add default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility coqos_add from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-coqos_info tristate "open-plc-utils-coqos_info. Utility coqos_info from the Open PLC utilities" default y if DEFAULT_open-plc-utils-coqos_info default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility coqos_info from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-coqos_man tristate "open-plc-utils-coqos_man... Utility coqos_man from the Open PLC utilities" default y if DEFAULT_open-plc-utils-coqos_man default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility coqos_man from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-coqos_mod tristate "open-plc-utils-coqos_mod... Utility coqos_mod from the Open PLC utilities" default y if DEFAULT_open-plc-utils-coqos_mod default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility coqos_mod from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-coqos_rel tristate "open-plc-utils-coqos_rel... Utility coqos_rel from the Open PLC utilities" default y if DEFAULT_open-plc-utils-coqos_rel default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility coqos_rel from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-edru tristate "open-plc-utils-edru............. Utility edru from the Open PLC utilities" default y if DEFAULT_open-plc-utils-edru default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility edru from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-edsu tristate "open-plc-utils-edsu............. Utility edsu from the Open PLC utilities" default y if DEFAULT_open-plc-utils-edsu default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility edsu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-efbu tristate "open-plc-utils-efbu............. Utility efbu from the Open PLC utilities" default y if DEFAULT_open-plc-utils-efbu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility efbu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-efeu tristate "open-plc-utils-efeu............. Utility efeu from the Open PLC utilities" default y if DEFAULT_open-plc-utils-efeu default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility efeu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-efru tristate "open-plc-utils-efru............. Utility efru from the Open PLC utilities" default y if DEFAULT_open-plc-utils-efru default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility efru from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-efsu tristate "open-plc-utils-efsu............. Utility efsu from the Open PLC utilities" default y if DEFAULT_open-plc-utils-efsu default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility efsu from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-evse tristate "open-plc-utils-evse............. Utility evse from the Open PLC utilities" default y if DEFAULT_open-plc-utils-evse default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility evse from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-getpib tristate "open-plc-utils-getpib......... Utility getpib from the Open PLC utilities" default y if DEFAULT_open-plc-utils-getpib default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility getpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-hpav tristate "open-plc-utils-hpav............. Utility hpav from the Open PLC utilities" default y if DEFAULT_open-plc-utils-hpav default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility hpav from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-hpavkey tristate "open-plc-utils-hpavkey....... Utility hpavkey from the Open PLC utilities" default y if DEFAULT_open-plc-utils-hpavkey default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility hpavkey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-hpavkeys tristate "open-plc-utils-hpavkeys..... Utility hpavkeys from the Open PLC utilities" default y if DEFAULT_open-plc-utils-hpavkeys default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility hpavkeys from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int64host tristate "open-plc-utils-int64host... Utility int64host from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int64host default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility int64host from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6k tristate "open-plc-utils-int6k........... Utility int6k from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6k default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility int6k from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kbaud tristate "open-plc-utils-int6kbaud... Utility int6kbaud from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kbaud default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility int6kbaud from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kboot tristate "open-plc-utils-int6kboot... Utility int6kboot from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kboot default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility int6kboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kdetect tristate "open-plc-utils-int6kdetect" default y if DEFAULT_open-plc-utils-int6kdetect default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility int6kdetect from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6keth tristate "open-plc-utils-int6keth..... Utility int6keth from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6keth default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility int6keth from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kf tristate "open-plc-utils-int6kf......... Utility int6kf from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kf default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility int6kf from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6khost tristate "open-plc-utils-int6khost... Utility int6khost from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6khost default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility int6khost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kid tristate "open-plc-utils-int6kid....... Utility int6kid from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kid default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility int6kid from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6klist tristate "open-plc-utils-int6klist... Utility int6klist from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6klist default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility int6klist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6klog tristate "open-plc-utils-int6klog..... Utility int6klog from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6klog default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility int6klog from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kmdio tristate "open-plc-utils-int6kmdio... Utility int6kmdio from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kmdio default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility int6kmdio from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kmdio2 tristate "open-plc-utils-int6kmdio2. Utility int6kmdio2 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kmdio2 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility int6kmdio2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kmod tristate "open-plc-utils-int6kmod..... Utility int6kmod from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kmod default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility int6kmod from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6krate tristate "open-plc-utils-int6krate... Utility int6krate from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6krate default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility int6krate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6krule tristate "open-plc-utils-int6krule... Utility int6krule from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6krule default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility int6krule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kstat tristate "open-plc-utils-int6kstat... Utility int6kstat from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kstat default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility int6kstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6ktest tristate "open-plc-utils-int6ktest... Utility int6ktest from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6ktest default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility int6ktest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6ktone tristate "open-plc-utils-int6ktone... Utility int6ktone from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6ktone default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility int6ktone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kuart tristate "open-plc-utils-int6kuart... Utility int6kuart from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kuart default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility int6kuart from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-int6kwait tristate "open-plc-utils-int6kwait... Utility int6kwait from the Open PLC utilities" default y if DEFAULT_open-plc-utils-int6kwait default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility int6kwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mac2pw tristate "open-plc-utils-mac2pw......... Utility mac2pw from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mac2pw default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility mac2pw from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mac2pwd tristate "open-plc-utils-mac2pwd....... Utility mac2pwd from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mac2pwd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility mac2pwd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mdioblock tristate "open-plc-utils-mdioblock... Utility mdioblock from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mdioblock default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility mdioblock from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mdioblock2 tristate "open-plc-utils-mdioblock2. Utility mdioblock2 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mdioblock2 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility mdioblock2 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mdiodump tristate "open-plc-utils-mdiodump..... Utility mdiodump from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mdiodump default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility mdiodump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mdiogen tristate "open-plc-utils-mdiogen....... Utility mdiogen from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mdiogen default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Utility mdiogen from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mdustats tristate "open-plc-utils-mdustats..... Utility mdustats from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mdustats default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility mdustats from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-mme tristate "open-plc-utils-mme............... Utility mme from the Open PLC utilities" default y if DEFAULT_open-plc-utils-mme default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility mme from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-modpib tristate "open-plc-utils-modpib......... Utility modpib from the Open PLC utilities" default y if DEFAULT_open-plc-utils-modpib default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility modpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-nics tristate "open-plc-utils-nics............. Utility nics from the Open PLC utilities" default y if DEFAULT_open-plc-utils-nics default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility nics from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-nvmmerge tristate "open-plc-utils-nvmmerge..... Utility nvmmerge from the Open PLC utilities" default y if DEFAULT_open-plc-utils-nvmmerge default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility nvmmerge from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-nvmsplit tristate "open-plc-utils-nvmsplit..... Utility nvmsplit from the Open PLC utilities" default y if DEFAULT_open-plc-utils-nvmsplit default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility nvmsplit from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pev tristate "open-plc-utils-pev............... Utility pev from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pev default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility pev from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pib2xml tristate "open-plc-utils-pib2xml....... Utility pib2xml from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pib2xml default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility pib2xml from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pibcomp tristate "open-plc-utils-pibcomp....... Utility pibcomp from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pibcomp default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility pibcomp from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pibdump tristate "open-plc-utils-pibdump....... Utility pibdump from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pibdump default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility pibdump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pibruin tristate "open-plc-utils-pibruin....... Utility pibruin from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pibruin default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility pibruin from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pibrump tristate "open-plc-utils-pibrump....... Utility pibrump from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pibrump default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility pibrump from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcID tristate "open-plc-utils-plcID........... Utility plcID from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcID default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcID from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcboot tristate "open-plc-utils-plcboot....... Utility plcboot from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcboot default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcboot from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcdevs tristate "open-plc-utils-plcdevs....... Utility plcdevs from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcdevs default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility plcdevs from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcfwd tristate "open-plc-utils-plcfwd......... Utility plcfwd from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcfwd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcfwd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcget tristate "open-plc-utils-plcget......... Utility plcget from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcget default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility plcget from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plchost tristate "open-plc-utils-plchost....... Utility plchost from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plchost default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plchost from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plchostd tristate "open-plc-utils-plchostd..... Utility plchostd from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plchostd default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility plchostd from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plclist tristate "open-plc-utils-plclist....... Utility plclist from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plclist default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility plclist from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plclog tristate "open-plc-utils-plclog......... Utility plclog from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plclog default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility plclog from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcmdio16 tristate "open-plc-utils-plcmdio16... Utility plcmdio16 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcmdio16 default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcmdio16 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcmdio32 tristate "open-plc-utils-plcmdio32... Utility plcmdio32 from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcmdio32 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility plcmdio32 from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcotst tristate "open-plc-utils-plcotst....... Utility plcotst from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcotst default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils help Utility plcotst from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcrate tristate "open-plc-utils-plcrate....... Utility plcrate from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcrate default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility plcrate from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcrule tristate "open-plc-utils-plcrule....... Utility plcrule from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcrule default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcrule from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcset tristate "open-plc-utils-plcset......... Utility plcset from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcset default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plcset from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcstat tristate "open-plc-utils-plcstat....... Utility plcstat from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcstat default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility plcstat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plctest tristate "open-plc-utils-plctest....... Utility plctest from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plctest default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility plctest from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plctone tristate "open-plc-utils-plctone....... Utility plctone from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plctone default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility plctone from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plctool tristate "open-plc-utils-plctool....... Utility plctool from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plctool default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility plctool from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-plcwait tristate "open-plc-utils-plcwait....... Utility plcwait from the Open PLC utilities" default y if DEFAULT_open-plc-utils-plcwait default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility plcwait from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-psgraph tristate "open-plc-utils-psgraph....... Utility psgraph from the Open PLC utilities" default y if DEFAULT_open-plc-utils-psgraph default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility psgraph from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-psin tristate "open-plc-utils-psin............. Utility psin from the Open PLC utilities" default y if DEFAULT_open-plc-utils-psin default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility psin from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-pskey tristate "open-plc-utils-pskey........... Utility pskey from the Open PLC utilities" default y if DEFAULT_open-plc-utils-pskey default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility pskey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-psnotch tristate "open-plc-utils-psnotch....... Utility psnotch from the Open PLC utilities" default y if DEFAULT_open-plc-utils-psnotch default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Utility psnotch from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-psout tristate "open-plc-utils-psout........... Utility psout from the Open PLC utilities" default y if DEFAULT_open-plc-utils-psout default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility psout from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ptsctl tristate "open-plc-utils-ptsctl......... Utility ptsctl from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ptsctl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility ptsctl from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-rkey tristate "open-plc-utils-rkey............. Utility rkey from the Open PLC utilities" default y if DEFAULT_open-plc-utils-rkey default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Utility rkey from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-sada tristate "open-plc-utils-sada............. Utility sada from the Open PLC utilities" default y if DEFAULT_open-plc-utils-sada default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility sada from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-sdram tristate "open-plc-utils-sdram........... Utility sdram from the Open PLC utilities" default y if DEFAULT_open-plc-utils-sdram default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility sdram from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-setpib tristate "open-plc-utils-setpib......... Utility setpib from the Open PLC utilities" default y if DEFAULT_open-plc-utils-setpib default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Utility setpib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ttycat tristate "open-plc-utils-ttycat......... Utility ttycat from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ttycat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils help Utility ttycat from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ttyrecv tristate "open-plc-utils-ttyrecv....... Utility ttyrecv from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ttyrecv default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility ttyrecv from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ttysend tristate "open-plc-utils-ttysend....... Utility ttysend from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ttysend default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility ttysend from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-ttysig tristate "open-plc-utils-ttysig......... Utility ttysig from the Open PLC utilities" default y if DEFAULT_open-plc-utils-ttysig default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_open-plc-utils select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Utility ttysig from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-weeder tristate "open-plc-utils-weeder......... Utility weeder from the Open PLC utilities" default y if DEFAULT_open-plc-utils-weeder default m if ALL depends on PACKAGE_open-plc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utility weeder from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-plc-utils-xml2pib tristate "open-plc-utils-xml2pib....... Utility xml2pib from the Open PLC utilities" default y if DEFAULT_open-plc-utils-xml2pib default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_open-plc-utils select PACKAGE_libssp if GCC_LIBSSP help Utility xml2pib from the Open PLC utilities package. https://github.com/qca/open-plc-utils/blob/master/README Florian Fainelli config PACKAGE_open-vm-tools tristate "open-vm-tools.............................................. open-vm-tools" default y if DEFAULT_open-vm-tools default m if ALL select PACKAGE_glib2 select PACKAGE_librt if USE_GLIBC depends on TARGET_x86 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_libtirpc help open-vm-tools https://github.com/vmware/open-vm-tools Yuhei OKAWA config PACKAGE_open2300 tristate "open2300................................ WS23XX weather station utilities" default y if DEFAULT_open2300 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This is an utility suite used to communicate with and collect data from a WS23XX wheather station. http://www.lavrsen.dk/foswiki/bin/view/Open2300 Gabor SZOLLOSI config PACKAGE_openobex tristate "openobex......... Open Source impl of the OBject EXchange protocol (meta)" default y if DEFAULT_openobex default m if ALL depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL select PACKAGE_librt if USE_GLIBC select PACKAGE_openobex-apps select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libopenobex select PACKAGE_libssp if GCC_LIBSSP help Open Source impl of the OBject EXchange protocol (meta) https://www.gitorious.org/openobex Rosen Penev config PACKAGE_openobex-apps tristate "openobex-apps.... Open Source impl of the OBject EXchange protocol (apps)" default y if DEFAULT_openobex-apps default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bluez-libs select PACKAGE_libopenobex select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on !(USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Open Source impl of the OBject EXchange protocol (apps) https://www.gitorious.org/openobex Rosen Penev config PACKAGE_openocd tristate "openocd.................................................. OpenOCD Utility" default y if DEFAULT_openocd default m if ALL select PACKAGE_libusb-1.0 select PACKAGE_libusb-compat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libftdi1 select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_hidapi help OpenOCD provides on-chip programming and debugging support with a layered architecture of JTAG interface and TAP support including: - (X)SVF playback to facilitate automated boundary scan and FPGA/CPLD programming; - debug target support (e.g. ARM, MIPS): single-stepping, breakpoints/watchpoints, gprof profiling, etc; - flash chip drivers (e.g. CFI, NAND, internal flash); - embedded TCL interpreter for easy scripting. Several network interfaces are available for interacting with OpenOCD: telnet, TCL, and GDB. The GDB server enables OpenOCD to function as a "remote target" for source-level debugging of embedded systems using the GNU GDB program (and the others who talk GDB protocol, e.g. IDA Pro). http://openocd.sf.net/ Paul Fertser menuconfig PACKAGE_opensc-utils tristate "opensc-utils.............................. OpenSC - tools for smart cards" default y if DEFAULT_opensc-utils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopensc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help OpenSC utilities https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-cardos-tool tristate "opensc-utils-cardos-tool................. cardos-tool utility from opensc" default y if DEFAULT_opensc-utils-cardos-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help cardos-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-cryptoflex-tool tristate "opensc-utils-cryptoflex-tool......... cryptoflex-tool utility from opensc" default y if DEFAULT_opensc-utils-cryptoflex-tool default m if ALL depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help cryptoflex-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-dnie-tool tristate "opensc-utils-dnie-tool..................... dnie-tool utility from opensc" default y if DEFAULT_opensc-utils-dnie-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help dnie-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-eidenv tristate "opensc-utils-eidenv........................... eidenv utility from opensc" default y if DEFAULT_opensc-utils-eidenv default m if ALL depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help eidenv utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-iasecc-tool tristate "opensc-utils-iasecc-tool................. iasecc-tool utility from opensc" default y if DEFAULT_opensc-utils-iasecc-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help iasecc-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-netkey-tool tristate "opensc-utils-netkey-tool................. netkey-tool utility from opensc" default y if DEFAULT_opensc-utils-netkey-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help netkey-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-openpgp-tool tristate "opensc-utils-openpgp-tool............... openpgp-tool utility from opensc" default y if DEFAULT_opensc-utils-openpgp-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help openpgp-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-opensc-explorer tristate "opensc-utils-opensc-explorer......... opensc-explorer utility from opensc" default y if DEFAULT_opensc-utils-opensc-explorer default m if ALL select PACKAGE_libreadline select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libncurses help opensc-explorer utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-opensc-tool tristate "opensc-utils-opensc-tool................. opensc-tool utility from opensc" default y if DEFAULT_opensc-utils-opensc-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help opensc-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-piv-tool tristate "opensc-utils-piv-tool....................... piv-tool utility from opensc" default y if DEFAULT_opensc-utils-piv-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help piv-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-pkcs11-tool tristate "opensc-utils-pkcs11-tool................. pkcs11-tool utility from opensc" default y if DEFAULT_opensc-utils-pkcs11-tool default m if ALL select PACKAGE_librt if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help pkcs11-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-pkcs15-crypt tristate "opensc-utils-pkcs15-crypt............... pkcs15-crypt utility from opensc" default y if DEFAULT_opensc-utils-pkcs15-crypt default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC depends on PACKAGE_opensc-utils select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help pkcs15-crypt utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-pkcs15-init tristate "opensc-utils-pkcs15-init................. pkcs15-init utility from opensc" default y if DEFAULT_opensc-utils-pkcs15-init default m if ALL depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help pkcs15-init utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-pkcs15-tool tristate "opensc-utils-pkcs15-tool................. pkcs15-tool utility from opensc" default y if DEFAULT_opensc-utils-pkcs15-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help pkcs15-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-sc-hsm-tool tristate "opensc-utils-sc-hsm-tool................. sc-hsm-tool utility from opensc" default y if DEFAULT_opensc-utils-sc-hsm-tool default m if ALL select PACKAGE_libc depends on PACKAGE_opensc-utils select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help sc-hsm-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_opensc-utils-westcos-tool tristate "opensc-utils-westcos-tool............... westcos-tool utility from opensc" default y if DEFAULT_opensc-utils-westcos-tool default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_opensc-utils select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help westcos-tool utility from opensc https://github.com/OpenSC/OpenSC/wiki Daniel Golle config PACKAGE_openssl-util tristate "openssl-util........................... Open source SSL toolkit (utility)" default y if DEFAULT_openssl-util default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libopenssl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl-conf help The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) protocol as well as a full-strength general-purpose cryptography library. This package contains the OpenSSL command-line utility. http://www.openssl.org/ Eneas U de Queiroz config PACKAGE_openzwave tristate "openzwave................................. Open-ZWave MinOZW test utility" default y if DEFAULT_openzwave default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_openzwave-config select PACKAGE_libopenzwave select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Open-ZWave is a library that interfaces with selected Z-Wave PC controllers http://openzwave.com Stijn Tintel config PACKAGE_openzwave-config tristate "openzwave-config............................... Open-ZWave Device Configs" default y if DEFAULT_openzwave-config default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libstdcpp help Open-ZWave Device Configs http://openzwave.com Stijn Tintel config PACKAGE_owipcalc tristate "owipcalc............................. Simple IPv4/IPv6 address calculator" default y if DEFAULT_owipcalc default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The owipcalc utility supports a number of calculations and tests to work with ip-address ranges, this is useful for scripts that e.g. need to partition ipv6-prefixes into small subnets or to calculate address ranges for dhcp pools. Jo-Philipp Wich config PACKAGE_pciutils tristate "pciutils............................................. Linux PCI Utilities" default y if DEFAULT_pciutils default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpci select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libkmod select PACKAGE_librt if USE_GLIBC help contains collection of programs for inspecting and manipulating configuration of PCI devices http://mj.ucw.cz/pciutils.shtml Lucian Cristian config PACKAGE_pcmciautils tristate "pcmciautils............................................. PCMCIA Utilities" default y if DEFAULT_pcmciautils default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PCMCIA_SUPPORT select PACKAGE_libsysfs select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help PCMCIA Utilities http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html config PACKAGE_pcsc-tools tristate "pcsc-tools.................................................... pcsc-tools" default y if DEFAULT_pcsc-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcsclite select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Tools that are used to test a PC/SC driver, card or reader. Only includes pcsc_scan without ATR analysis for now. http://ludovic.rousseau.free.fr/softwares/pcsc-tools/ config PACKAGE_pcscd tristate "pcscd............... Access a smart card using SCard API (PC/SC) (daemon)" default y if DEFAULT_pcscd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpcsclite select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and smart cards readers. . This package contains the PC/SC daemon. https://pcsclite.apdu.fr/ Daniel Golle config PACKAGE_powertop tristate "powertop....................................... Power consumption monitor" default y if DEFAULT_powertop default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_libnl-genl select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libpci select PACKAGE_libc select PACKAGE_libncurses help PowerTOP is a Linux tool to diagnose issues with power consumption and power management. https://01.org/powertop Lucian Cristain config PACKAGE_pps-tools tristate "pps-tools...................................................... PPS-tools" default y if DEFAULT_pps-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Userland tools for GPS and DCF-77 Clock synchronization. PPS support in Kernel must be enabled. Zoltan HERPAI config PACKAGE_prlimit tristate "prlimit.............................. get and set process resource limits" default y if DEFAULT_prlimit default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsmartcols select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Given a process id and one or more resources, prlimit tries to retrieve and/or modify the limits. http://www.kernel.org/pub/linux/utils/util-linux/ menuconfig PACKAGE_procps-ng tristate "procps-ng............................................ procps-ng utilities" default y if DEFAULT_procps-ng default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures. The programs of procps generally concentrate on the structures that describe the processess running on the system. NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default. Conflicting applets should be removed from the build to avoid file conflicts. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-free tristate "procps-ng-free.................... Applet free from the procps-ng package" default y if DEFAULT_procps-ng-free default y select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet free. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-kill tristate "procps-ng-kill.................... Applet kill from the procps-ng package" default y if DEFAULT_procps-ng-kill default y select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet kill. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-pgrep tristate "procps-ng-pgrep.................. Applet pgrep from the procps-ng package" default y if DEFAULT_procps-ng-pgrep default y select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet pgrep. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-pkill tristate "procps-ng-pkill.................. Applet pkill from the procps-ng package" default y if DEFAULT_procps-ng-pkill default y select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet pkill. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-pmap tristate "procps-ng-pmap.................... Applet pmap from the procps-ng package" default y if DEFAULT_procps-ng-pmap default y select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_procps-ng help Installs the applet pmap. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-ps tristate "procps-ng-ps........................ Applet ps from the procps-ng package" default y if DEFAULT_procps-ng-ps default y select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_procps-ng help Installs the applet ps. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-pwdx tristate "procps-ng-pwdx.................... Applet pwdx from the procps-ng package" default y if DEFAULT_procps-ng-pwdx default y select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng help Installs the applet pwdx. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-skill tristate "procps-ng-skill.................. Applet skill from the procps-ng package" default y if DEFAULT_procps-ng-skill default y select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_procps-ng select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Installs the applet skill. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-slabtop tristate "procps-ng-slabtop.............. Applet slabtop from the procps-ng package" default y if DEFAULT_procps-ng-slabtop default y select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_procps-ng select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Installs the applet slabtop. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-snice tristate "procps-ng-snice.................. Applet snice from the procps-ng package" default y if DEFAULT_procps-ng-snice default y depends on PACKAGE_procps-ng select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Installs the applet snice. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-tload tristate "procps-ng-tload.................. Applet tload from the procps-ng package" default y if DEFAULT_procps-ng-tload default y select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_procps-ng select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Installs the applet tload. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-top tristate "procps-ng-top...................... Applet top from the procps-ng package" default y if DEFAULT_procps-ng-top default y depends on PACKAGE_procps-ng select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Installs the applet top. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-uptime tristate "procps-ng-uptime................ Applet uptime from the procps-ng package" default y if DEFAULT_procps-ng-uptime default y select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_procps-ng select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Installs the applet uptime. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-vmstat tristate "procps-ng-vmstat................ Applet vmstat from the procps-ng package" default y if DEFAULT_procps-ng-vmstat default y select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PACKAGE_procps-ng help Installs the applet vmstat. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-w tristate "procps-ng-w.......................... Applet w from the procps-ng package" default y if DEFAULT_procps-ng-w default y select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet w. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_procps-ng-watch tristate "procps-ng-watch.................. Applet watch from the procps-ng package" default y if DEFAULT_procps-ng-watch default y select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC depends on PACKAGE_procps-ng select PACKAGE_libssp if GCC_LIBSSP help Installs the applet watch. https://gitlab.com/procps-ng/procps Gergely Kiss config PACKAGE_progress tristate "progress.............. Coreutils Progress Viewer (formerly known as 'cv')" default y if DEFAULT_progress default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libncurses select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help This tool can be described as a Tiny, Dirty, Linux-and-OSX-Only C command that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system and displays the percentage of copied data. It can also show estimated time and throughput, and provide a "top-like" mode (monitoring). . It simply scans `/proc` for interesting commands, and then looks at directories `fd` and `fdinfo` to find opened files and seek positions, and reports status for the largest file. . It's very light, and compatible with virtually any command. This program was formerly known as 'cv' on github. https://github.com/Xfennec/progress Nikil Mehta config PACKAGE_prometheus tristate "prometheus...................... Monitoring system & time series database" default y if DEFAULT_prometheus default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true. http://prometheus.io Paul Spooren config PACKAGE_prometheus-node-exporter-lua tristate "prometheus-node-exporter-lua.................... Prometheus node exporter" default y if DEFAULT_prometheus-node-exporter-lua default m if ALL select PACKAGE_lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_luasocket select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Provides node metrics as Prometheus scraping endpoint. This service is a lightweight rewrite in LUA of the offical Prometheus node_exporter. Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-bmx6 tristate "prometheus-node-exporter-lua-bmx6" default y if DEFAULT_prometheus-node-exporter-lua-bmx6 default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_bmx6-json select PACKAGE_lua-cjson depends on PACKAGE_bmx6 select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help Prometheus node exporter (bmx6 links collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-bmx7 tristate "prometheus-node-exporter-lua-bmx7" default y if DEFAULT_prometheus-node-exporter-lua-bmx7 default m if ALL depends on PACKAGE_prometheus-node-exporter-lua depends on PACKAGE_bmx7 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_bmx7-json select PACKAGE_lua-cjson select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Prometheus node exporter (bmx7 links collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-location-latlon tristate "prometheus-node-exporter-lua-location-latlon" default y if DEFAULT_prometheus-node-exporter-lua-location-latlon default m if ALL select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libuci-lua select PACKAGE_libssp if GCC_LIBSSP depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Prometheus node exporter (location_latlon collector) Gui Iribarren config PACKAGE_prometheus-node-exporter-lua-ltq-dsl tristate "prometheus-node-exporter-lua-ltq-dsl" default y if DEFAULT_prometheus-node-exporter-lua-ltq-dsl default m if ALL depends on (PACKAGE_ltq-adsl-app||PACKAGE_ltq-vdsl-app) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua help Prometheus node exporter (lantiq dsl collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-nat_traffic tristate "prometheus-node-exporter-lua-nat_traffic" default y if DEFAULT_prometheus-node-exporter-lua-nat_traffic default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Prometheus node exporter (nat_traffic collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-netstat tristate "prometheus-node-exporter-lua-netstat" default y if DEFAULT_prometheus-node-exporter-lua-netstat default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Prometheus node exporter (netstat collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-openwrt tristate "prometheus-node-exporter-lua-openwrt" default y if DEFAULT_prometheus-node-exporter-lua-openwrt default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua help Prometheus node exporter (openwrt collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-textfile tristate "prometheus-node-exporter-lua-textfile" default y if DEFAULT_prometheus-node-exporter-lua-textfile default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_luci-lib-nixio select PACKAGE_libssp if GCC_LIBSSP help Prometheus node exporter (textfile collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-wifi tristate "prometheus-node-exporter-lua-wifi" default y if DEFAULT_prometheus-node-exporter-lua-wifi default m if ALL select PACKAGE_libssp if GCC_LIBSSP depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiwinfo-lua select PACKAGE_libubus-lua select PACKAGE_librt if USE_GLIBC help Prometheus node exporter (wifi collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-exporter-lua-wifi-params tristate "prometheus-node-exporter-lua-wifi-params" default y if DEFAULT_prometheus-node-exporter-lua-wifi-params default m if ALL select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libc depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Prometheus node exporter (wifi_params collector) Gui Iribarren config PACKAGE_prometheus-node-exporter-lua-wifi-stations-extra tristate "prometheus-node-exporter-lua-wifi-stations-extra" default y if DEFAULT_prometheus-node-exporter-lua-wifi-stations-extra default m if ALL select PACKAGE_libuci-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_lua depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Prometheus node exporter (wifi_stations_extra collector) Gui Iribarren config PACKAGE_prometheus-node-exporter-lua-wifi-survey tristate "prometheus-node-exporter-lua-wifi-survey" default y if DEFAULT_prometheus-node-exporter-lua-wifi-survey default m if ALL select PACKAGE_libc depends on (PACKAGE_iw||PACKAGE_iw-full) select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_lua help Prometheus node exporter (wifi_survey collector) Gui Iribarren config PACKAGE_prometheus-node-exporter-lua-wifi_stations tristate "prometheus-node-exporter-lua-wifi_stations" default y if DEFAULT_prometheus-node-exporter-lua-wifi_stations default m if ALL depends on PACKAGE_prometheus-node-exporter-lua select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libiwinfo-lua select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus-lua help Prometheus node exporter (wifi_stations collector) Etienne CHAMPETIER config PACKAGE_prometheus-node-push-influx tristate "prometheus-node-push-influx" default y if DEFAULT_prometheus-node-push-influx default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_lua select PACKAGE_librt if USE_GLIBC select PACKAGE_luasocket select PACKAGE_libuci-lua help Collects the same statistics as prometheus-node-exporter-lua, but instead of exposing them as a server, with prometheus syntax, pushes them using influx line protocol over TCP to a remote VictoriaMetrics server. Gui Iribarren config PACKAGE_prometheus-statsd-exporter tristate "prometheus-statsd-exporter......... StatsD to Prometheus metrics exporter" default y if DEFAULT_prometheus-statsd-exporter default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) help statsd_exporter receives StatsD-style metrics and exports them as Prometheus metrics. http://prometheus.io Andre Heider config PACKAGE_pv tristate "pv.................. Shell pipeline element to meter data passing through" default y if DEFAULT_pv default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Pipe Viewer is a terminal-based tool for monitoring the progress of data through a pipeline. It can be inserted into any normal pipeline between two processes to give a visual indication of how quickly data is passing through, how long it has taken, how near to completion it is, and an estimate of how long it will be until completion. https://www.ivarch.com/programs/pv.shtml Jo-Philipp Wich config PACKAGE_qmi-utils tristate "qmi-utils........................ Utilities to talk to QMI enabled modems" default y if DEFAULT_qmi-utils default m if ALL select PACKAGE_libqmi select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utilities to talk to QMI enabled modems https://www.freedesktop.org/wiki/Software/libqmi Nicholas Smith config PACKAGE_qrencode tristate "qrencode.......................... qrencode binary for producing qr codes" default y if DEFAULT_qrencode default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libqrencode help Qrencode is a C program for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust. http://fukuchi.org/works/qrencode/ Jonathan Bennett config PACKAGE_relayctl tristate "relayctl....... Simple command-line control of SainSmart USB relay boards" default y if DEFAULT_relayctl default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libftdi1 select PACKAGE_libssp if GCC_LIBSSP help Simple command-line control of SainSmart USB relay boards based on FTDI chips using bitbang mode. https://github.com/darryln/relayctl Heinrich Schuchardt config PACKAGE_rename tristate "rename...................................................... rename files" default y if DEFAULT_rename default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt help rename will rename the specified files by replacing the first occurrence of expression in their name by replacement http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_restic tristate "restic............................................. restic backup program" default y if DEFAULT_restic default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP help restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD). http://github.com/restic/restic Markus Weippert config PACKAGE_rng-tools tristate "rng-tools............... Daemon for adding entropy to kernel entropy pool" default y if DEFAULT_rng-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsysfs select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Daemon for adding entropy to kernel entropy pool. By default it uses /dev/urandom as the source but the init script can be modified to use a hardware source like /dev/hwrng if present https://github.com/nhorman/rng-tools Nathaniel Wesley Filardo config PACKAGE_rtl-ais tristate "rtl-ais................................... rtl-sdr AIS dual channel tuner" default y if DEFAULT_rtl-ais default m if ALL select PACKAGE_librtlsdr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help rtl_ais uses a rtl2832u dvb-t dongle to tune AIS (Automatic Identification System) used on ships and by vessel traffic services https://github.com/dgiardini/rtl-ais Nuno Goncalves config PACKAGE_rtl-sdr tristate "rtl-sdr..................... Software Defined Radio with Realtek RTL2832U" default y if DEFAULT_rtl-sdr default m if ALL select PACKAGE_librt select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_librtlsdr help rtl-sdr allows DVB-T dongles based on the Realtek RTL2832U to be used as an inexpensive SDR. This package contains the utilities and daemons. http://sdr.osmocom.org/trac/wiki/rtl-sdr Vasilis Tsiligiannis config PACKAGE_rtl_433 tristate "rtl_433............ Realtek RTL2832 based 433.92MHz generic data receiver" default y if DEFAULT_rtl_433 default m if ALL select PACKAGE_librtlsdr select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_rtl-sdr select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libtool-bin help Realtek RTL2832 based 433.92MHz generic data receiver https://github.com/merbanan/rtl_433 Jasper Scholte config PACKAGE_safe-reboot tristate "safe-reboot" default y if DEFAULT_safe-reboot default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help When you run safe-reboot specifying a grace time, it makes a backup of /etc at that point, and after the grace time reboots the system. At the next boot, it waits again for a timeout; if you can't login and delete the backup, it will restore it and reboot. This mechanism makes it possible to run safe-reboot, try risky operations (like restarting the network), and if something goes wrong, just wait for the fallback timeout. Even more, you can make actual changes to /etc config and reboot. If it comes back up right, you can login and delete the backup. If something went wrong with the new /etc, just wait for the revert timeout. Gui Iribarren config PACKAGE_safe-upgrade tristate "safe-upgrade" default y if DEFAULT_safe-upgrade default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_lua-argparse select PACKAGE_luci-lib-jsonc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_lime-system select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help safe-upgrade provides safe firmware upgrades using two partitions and a confirmation step. See safe-upgrade/Readme.md for more details. Santiago Piccinini config PACKAGE_sane-backends tristate "sane-backends.......................... Scanner Access Now Easy (drivers)" default y if DEFAULT_sane-backends default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_sane-backends-all if ALL select PACKAGE_librt if USE_GLIBC depends on !(ALL && ((TARGET_x86||TARGET_x86_64))) || (TARGET_x86||TARGET_x86_64) help SANE (Scanner Access Now Easy) is a universal scanner interface. . This http://www.sane-project.org/ Luiz Angelo Daros de Luca menu "Select SANE backends" depends on PACKAGE_sane-backends config PACKAGE_sane-backends-all depends on PACKAGE_sane-backends prompt "Include all SANE backends (sane-backends-all)" comment "Backends" config PACKAGE_sane-abaton prompt "SANE backend (sane-abaton) for Abaton flatbed scanners" config PACKAGE_sane-agfafocus prompt "SANE backend (sane-agfafocus) for AGFA Focus flatbed scanners" config PACKAGE_sane-apple prompt "SANE backend (sane-apple) for Apple flatbed scanners" config PACKAGE_sane-artec prompt "SANE backend (sane-artec) for Artec flatbed scanners" config PACKAGE_sane-artec_eplus48u prompt "SANE backend (sane-artec_eplus48u) for Artec E+ 48U and re-badged models" config PACKAGE_sane-as6e prompt "SANE backend (sane-as6e) for Artec AS6E parallel port interface scanner" config PACKAGE_sane-avision prompt "SANE backend (sane-avision) for Avision and Avision OEM scanners and possibly more flatbed and film scanners" config PACKAGE_sane-bh prompt "SANE backend (sane-bh) for Bell+Howell Copiscan II series document scanners" config PACKAGE_sane-canon prompt "SANE backend (sane-canon) for Canon SCSI scanners" config PACKAGE_sane-canon630u prompt "SANE backend (sane-canon630u) for the Canon 630u USB flatbed scanner" config PACKAGE_sane-canon_dr prompt "SANE backend (sane-canon_dr) for Canon DR-series scanners" config PACKAGE_sane-cardscan prompt "SANE backend (sane-cardscan) for Corex CardScan usb scanners" config PACKAGE_sane-coolscan prompt "SANE backend (sane-coolscan) for Nikon film-scanners" config PACKAGE_sane-coolscan2 prompt "SANE backend (sane-coolscan2) for Nikon Coolscan film scanners" config PACKAGE_sane-coolscan3 prompt "SANE backend (sane-coolscan3) for Nikon Coolscan film scanners" config PACKAGE_sane-dc210 prompt "SANE backend (sane-dc210) for Kodak DC210 Digital Camera" config PACKAGE_sane-dc240 prompt "SANE backend (sane-dc240) for Kodak DC240 Digital Camera" config PACKAGE_sane-dc25 prompt "SANE backend (sane-dc25) for Kodak DC20/DC25 Digital Cameras" config PACKAGE_sane-dell1600n_net prompt "SANE backend (sane-dell1600n_net) for Dell 1600n" config PACKAGE_sane-dmc prompt "SANE backend (sane-dmc) for Polaroid Digital Microscope Camera" config PACKAGE_sane-epjitsu prompt "SANE backend (sane-epjitsu) for Epson-based Fujitsu USB scanners" config PACKAGE_sane-epson prompt "SANE backend (sane-epson) for EPSON scanners" config PACKAGE_sane-epsonds prompt "SANE backend (sane-epsonds) for EPSON scanners" config PACKAGE_sane-epson2 prompt "SANE backend (sane-epson2) for EPSON scanners" config PACKAGE_sane-fujitsu prompt "SANE backend (sane-fujitsu) for Fujitsu flatbed and ADF scanners" config PACKAGE_sane-genesys prompt "SANE backend (sane-genesys) for GL646 GL841 GL843 GL847 and GL124 based USB flatbed scanners" config PACKAGE_sane-gt68xx prompt "SANE backend (sane-gt68xx) for GT-68XX based USB flatbed scanners" config PACKAGE_sane-hp prompt "SANE backend (sane-hp) for HP ScanJet scanners" config PACKAGE_sane-hp3500 prompt "SANE backend (sane-hp3500) for Hewlett-Packard ScanJet 3500 series scanners" config PACKAGE_sane-hp3900 prompt "SANE backend (sane-hp3900) for RTS8822 chipset based scanners" config PACKAGE_sane-hp4200 prompt "SANE backend (sane-hp4200) for Hewlett-Packard 4200 scanners" config PACKAGE_sane-hp5400 prompt "SANE backend (sane-hp5400) for Hewlett-Packard 54XX scanners" config PACKAGE_sane-hp5590 prompt "SANE backend (sane-hp5590) for Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners" config PACKAGE_sane-hpljm1005 prompt "SANE backend (sane-hpljm1005) for Hewlett-Packard LaserJet M1005 MFP Scanner" config PACKAGE_sane-hs2p prompt "SANE backend (sane-hs2p) for Ricoh SCSI flatbed/ADF scanners" config PACKAGE_sane-ibm prompt "SANE backend (sane-ibm) for IBM and Ricoh SCSI flatbed scanners" config PACKAGE_sane-kodak prompt "SANE backend (sane-kodak) for big Kodak flatbed and ADF scanners" config PACKAGE_sane-kodakaio prompt "SANE backend (sane-kodakaio) for Kodak aio printer / scanners" config PACKAGE_sane-kvs20xx prompt "SANE backend (sane-kvs20xx) for Panasonic KV-S20xxC USB/SCSI ADF scanners" config PACKAGE_sane-kvs40xx prompt "SANE backend (sane-kvs40xx) for Panasonic KV-S40xxC USB/SCSI ADF scanners" config PACKAGE_sane-kvs1025 prompt "SANE backend (sane-kvs1025) for Panasonic KV-S102xC USB ADF scanners" config PACKAGE_sane-leo prompt "SANE backend (sane-leo) for LEO Technologies scanners" config PACKAGE_sane-lexmark prompt "SANE backend (sane-lexmark) for Lexmark X1100/X1200 Series scanners" config PACKAGE_sane-ma1509 prompt "SANE backend (sane-ma1509) for Mustek BearPaw 1200F USB scanner" config PACKAGE_sane-magicolor prompt "SANE backend (sane-magicolor) for KONICA MINOLTA magicolor scanners" config PACKAGE_sane-matsushita prompt "SANE backend (sane-matsushita) for Panasonic KV-SS high speed scanners" config PACKAGE_sane-microtek prompt "SANE backend (sane-microtek) for Microtek scanners" config PACKAGE_sane-microtek2 prompt "SANE backend (sane-microtek2) for Microtek scanners with SCSI-2 command set" config PACKAGE_sane-mustek prompt "SANE backend (sane-mustek) for Mustek SCSI flatbed scanners and some other devices" config PACKAGE_sane-mustek_usb prompt "SANE backend (sane-mustek_usb) for Mustek USB flatbed scanners" config PACKAGE_sane-mustek_usb2 prompt "SANE backend (sane-mustek_usb2) for SQ113 based USB flatbed scanners" config PACKAGE_sane-nec prompt "SANE backend (sane-nec) for NEC scanners" config PACKAGE_sane-net prompt "SANE backend (sane-net) for network backend" config PACKAGE_sane-niash prompt "SANE backend (sane-niash) for scanners based on the NIASH chipset" config PACKAGE_sane-p5 prompt "SANE backend (sane-p5) for the Primax PagePartner" config PACKAGE_sane-pie prompt "SANE backend (sane-pie) for PIE Devcom and AdLib SCSI flatbed scanners" config PACKAGE_sane-pieusb prompt "SANE backend (sane-pieusb) for PIE Devcom and AdLib SCSI flatbed scanners" config PACKAGE_sane-pixma prompt "SANE backend (sane-pixma) for Canon Multi-Function Printers and CanoScan Scanners" config PACKAGE_sane-plustek prompt "SANE backend (sane-plustek) for LM983[1/2/3] based USB flatbed scanners" config PACKAGE_sane-plustek_pp prompt "SANE backend (sane-plustek_pp) for Plustek parallel port flatbed scanners" config PACKAGE_sane-qcam prompt "SANE backend (sane-qcam) for Connectix QuickCam cameras" depends on (TARGET_x86||TARGET_x86_64) config PACKAGE_sane-ricoh prompt "SANE backend (sane-ricoh) for Ricoh flatbed scanners" config PACKAGE_sane-rts8891 prompt "SANE backend (sane-rts8891) for rts8891 based scanners" config PACKAGE_sane-s9036 prompt "SANE backend (sane-s9036) for Siemens 9036 flatbed scanners" config PACKAGE_sane-sceptre prompt "SANE backend (sane-sceptre) for SCEPTRE scanners" config PACKAGE_sane-sharp prompt "SANE backend (sane-sharp) for SHARP scanners" config PACKAGE_sane-sm3600 prompt "SANE backend (sane-sm3600) for Microtek scanners with M011 USB chip" config PACKAGE_sane-sm3840 prompt "SANE backend (sane-sm3840) for Microtek scanners with SCAN08 USB chip" config PACKAGE_sane-snapscan prompt "SANE backend (sane-snapscan) for AGFA SnapScan flatbed scanners" config PACKAGE_sane-sp15c prompt "SANE backend (sane-sp15c) for Fujitsu ScanPartner 15C flatbed scanner" config PACKAGE_sane-st400 prompt "SANE backend (sane-st400) for Siemens ST/Highscan flatbed scanners" config PACKAGE_sane-stv680 prompt "SANE backend (sane-stv680) for STV680 cameras" config PACKAGE_sane-tamarack prompt "SANE backend (sane-tamarack) for Tamarack flatbed scanners" config PACKAGE_sane-teco1 prompt "SANE backend (sane-teco1) for TECO / RELISYS scanners" config PACKAGE_sane-teco2 prompt "SANE backend (sane-teco2) for TECO / RELISYS scanners" config PACKAGE_sane-teco3 prompt "SANE backend (sane-teco3) for TECO / RELISYS scanners" config PACKAGE_sane-test prompt "SANE backend (sane-test) for testing frontends" config PACKAGE_sane-u12 prompt "SANE backend (sane-u12) for Plustek USB flatbed scanners based on older parport designs" config PACKAGE_sane-umax prompt "SANE backend (sane-umax) for UMAX scanners" config PACKAGE_sane-umax1220u prompt "SANE backend (sane-umax1220u) for the UMAX Astra 1220U and similar scanners" config PACKAGE_sane-umax_pp prompt "SANE backend (sane-umax_pp) for Umax Astra parallel port flatbed scanners" config PACKAGE_sane-v4l prompt "SANE backend (sane-v4l) for Video for Linux API" config PACKAGE_sane-xerox_mfp prompt "SANE backend (sane-xerox_mfp) for Xerox Phaser 3200MFP device" endmenu config PACKAGE_sane-backends-all tristate default y if DEFAULT_sane-backends-all select PACKAGE_sane-pie select PACKAGE_sane-gt68xx select PACKAGE_sane-as6e select PACKAGE_sane-hp5400 select PACKAGE_sane-lexmark select PACKAGE_sane-sp15c select PACKAGE_sane-xerox_mfp select PACKAGE_sane-st400 select PACKAGE_sane-fujitsu select PACKAGE_sane-p5 select PACKAGE_sane-dmc select PACKAGE_sane-test select PACKAGE_sane-dc25 select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_sane-canon_dr select PACKAGE_sane-canon630u select PACKAGE_sane-qcam if ((TARGET_x86||TARGET_x86_64)) select PACKAGE_sane-kodak select PACKAGE_libc select PACKAGE_sane-s9036 select PACKAGE_sane-hs2p select PACKAGE_sane-bh select PACKAGE_sane-snapscan select PACKAGE_sane-matsushita select PACKAGE_sane-hp3500 select PACKAGE_sane-plustek select PACKAGE_sane-ricoh select PACKAGE_sane-mustek_usb2 select PACKAGE_sane-mustek select PACKAGE_sane-stv680 select PACKAGE_sane-dell1600n_net select PACKAGE_sane-u12 select PACKAGE_sane-plustek_pp select PACKAGE_sane-pieusb select PACKAGE_sane-artec select PACKAGE_sane-rts8891 select PACKAGE_sane-abaton select PACKAGE_sane-genesys select PACKAGE_sane-microtek select PACKAGE_sane-ma1509 select PACKAGE_sane-coolscan2 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_sane-ibm select PACKAGE_librt if USE_GLIBC select PACKAGE_sane-agfafocus select PACKAGE_sane-net select PACKAGE_sane-kvs40xx select PACKAGE_sane-microtek2 select PACKAGE_sane-kvs1025 select PACKAGE_sane-dc210 select PACKAGE_sane-coolscan select PACKAGE_sane-apple select PACKAGE_sane-epson select PACKAGE_sane-sharp select PACKAGE_sane-niash depends on !(((TARGET_x86||TARGET_x86_64))) || (TARGET_x86||TARGET_x86_64) select PACKAGE_sane-tamarack select PACKAGE_sane-epjitsu select PACKAGE_sane-hpljm1005 select PACKAGE_sane-hp select PACKAGE_sane-teco3 select PACKAGE_sane-teco1 select PACKAGE_sane-avision select PACKAGE_sane-cardscan select PACKAGE_sane-mustek_usb select PACKAGE_sane-canon select PACKAGE_sane-hp3900 select PACKAGE_sane-kodakaio select PACKAGE_sane-leo select PACKAGE_sane-umax_pp select PACKAGE_sane-nec select PACKAGE_sane-hp5590 select PACKAGE_sane-magicolor select PACKAGE_sane-v4l select PACKAGE_sane-umax select PACKAGE_sane-sm3840 select PACKAGE_sane-epson2 select PACKAGE_sane-kvs20xx select PACKAGE_sane-epsonds select PACKAGE_sane-sm3600 select PACKAGE_sane-umax1220u select PACKAGE_sane-pixma select PACKAGE_sane-coolscan3 select PACKAGE_sane-hp4200 select PACKAGE_sane-dc240 select PACKAGE_sane-teco2 select PACKAGE_sane-sceptre select PACKAGE_sane-artec_eplus48u help SANE (Scanner Access Now Easy) is a universal scanner interface. . Metapackage for selecting all SANE Backends http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-daemon tristate "sane-daemon..................... Scanner Access Now Easy (network daemon)" default y if DEFAULT_sane-daemon default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libsane select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE daemon. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_sane-frontends tristate "sane-frontends....................... Scanner Access Now Easy (frontends)" default y if DEFAULT_sane-frontends default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsane select PACKAGE_libjpeg select PACKAGE_libpng select PACKAGE_libssp if GCC_LIBSSP help SANE (Scanner Access Now Easy) is a universal scanner interface. This package contains the SANE frontends. http://www.sane-project.org/ Luiz Angelo Daros de Luca config PACKAGE_setserial tristate "setserial.................................. Serial port attribute utility" default y if DEFAULT_setserial default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Setserial is a program which allows you to look at and change various attributes of a serial device, including its port, its IRQ, and other serial port options. http://setserial.sourceforge.net/ Jo-Philipp Wich config PACKAGE_shadow tristate default y if DEFAULT_shadow select PACKAGE_shadow-pwck select PACKAGE_shadow-userdel select PACKAGE_shadow-newuidmap select PACKAGE_libc select PACKAGE_shadow-newgrp select PACKAGE_shadow-chsh select PACKAGE_shadow-grpck select PACKAGE_shadow-chgpasswd select PACKAGE_shadow-faillog select PACKAGE_shadow-chfn select PACKAGE_shadow-groupmod select PACKAGE_shadow-expiry select PACKAGE_libpthread if USE_GLIBC select PACKAGE_shadow-useradd select PACKAGE_shadow-chage select PACKAGE_shadow-groups select PACKAGE_shadow-login select PACKAGE_shadow-newgidmap select PACKAGE_shadow-gpasswd select PACKAGE_shadow-chpasswd select PACKAGE_shadow-groupmems select PACKAGE_shadow-groupdel select PACKAGE_shadow-passwd select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-pwconv select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-nologin select PACKAGE_shadow-pwunconv select PACKAGE_shadow-groupadd select PACKAGE_shadow-grpunconv select PACKAGE_shadow-su select PACKAGE_shadow-lastlog select PACKAGE_shadow-logoutd select PACKAGE_shadow-grpconv select PACKAGE_shadow-vipw select PACKAGE_shadow-usermod select PACKAGE_shadow-newusers help Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller. https://github.com/shadow-maint/shadow config PACKAGE_shadow-chage tristate default y if DEFAULT_shadow-chage select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common help Full version of standard chage utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-chfn tristate default y if DEFAULT_shadow-chfn select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard chfn utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-chgpasswd tristate default y if DEFAULT_shadow-chgpasswd select PACKAGE_shadow-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard chgpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-chpasswd tristate default y if DEFAULT_shadow-chpasswd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard chpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-chsh tristate default y if DEFAULT_shadow-chsh select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard chsh utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-common tristate default y if DEFAULT_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libintl-full if BUILD_NLS help Shared definitions for the PLD Linux shadow utilities https://github.com/shadow-maint/shadow config PACKAGE_shadow-expiry tristate default y if DEFAULT_shadow-expiry select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard expiry utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-faillog tristate default y if DEFAULT_shadow-faillog select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard faillog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-gpasswd tristate default y if DEFAULT_shadow-gpasswd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common help Full version of standard gpasswd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-groupadd tristate default y if DEFAULT_shadow-groupadd select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard groupadd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-groupdel tristate default y if DEFAULT_shadow-groupdel select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard groupdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-groupmems tristate default y if DEFAULT_shadow-groupmems select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard groupmems utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-groupmod tristate default y if DEFAULT_shadow-groupmod select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard groupmod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-groups tristate default y if DEFAULT_shadow-groups select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard groups utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-grpck tristate default y if DEFAULT_shadow-grpck select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard grpck utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-grpconv tristate default y if DEFAULT_shadow-grpconv select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard grpconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-grpunconv tristate default y if DEFAULT_shadow-grpunconv select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard grpunconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-lastlog tristate default y if DEFAULT_shadow-lastlog select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common help Full version of standard lastlog utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-login tristate default y if DEFAULT_shadow-login select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard login utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-logoutd tristate default y if DEFAULT_shadow-logoutd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_shadow-common help Full version of standard logoutd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-newgidmap tristate default y if DEFAULT_shadow-newgidmap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard newgidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-newgrp tristate default y if DEFAULT_shadow-newgrp select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard newgrp utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-newuidmap tristate default y if DEFAULT_shadow-newuidmap select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard newuidmap utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-newusers tristate default y if DEFAULT_shadow-newusers select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard newusers utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-nologin tristate default y if DEFAULT_shadow-nologin select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Full version of standard nologin utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-passwd tristate default y if DEFAULT_shadow-passwd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help Full version of standard passwd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-pwck tristate default y if DEFAULT_shadow-pwck select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Full version of standard pwck utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-pwconv tristate default y if DEFAULT_shadow-pwconv select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help Full version of standard pwconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-pwunconv tristate default y if DEFAULT_shadow-pwunconv select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_shadow-common help Full version of standard pwunconv utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-su tristate default y if DEFAULT_shadow-su select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common select PACKAGE_libssp if GCC_LIBSSP help Full version of standard su utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-useradd tristate default y if DEFAULT_shadow-useradd select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shadow-common select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Full version of standard useradd utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-userdel tristate default y if DEFAULT_shadow-userdel select PACKAGE_shadow-common select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full version of standard userdel utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-usermod tristate default y if DEFAULT_shadow-usermod select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common help Full version of standard usermod utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shadow-utils tristate "shadow-utils.............................. The PLD Linux shadow utilities" default y if DEFAULT_shadow-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Full versions of standard shadow utilities. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient and much smaller. https://github.com/shadow-maint/shadow menu "Select shadow utilities" depends on PACKAGE_shadow-utils config shadow-all bool "Include all PLD shadow utilities" select PACKAGE_shadow default y comment "Utilities" config PACKAGE_shadow-chage prompt "Full PLD version of chage utility" config PACKAGE_shadow-chfn prompt "Full PLD version of chfn utility" config PACKAGE_shadow-chgpasswd prompt "Full PLD version of chgpasswd utility" config PACKAGE_shadow-chpasswd prompt "Full PLD version of chpasswd utility" config PACKAGE_shadow-chsh prompt "Full PLD version of chsh utility" config PACKAGE_shadow-expiry prompt "Full PLD version of expiry utility" config PACKAGE_shadow-faillog prompt "Full PLD version of faillog utility" config PACKAGE_shadow-gpasswd prompt "Full PLD version of gpasswd utility" config PACKAGE_shadow-groupadd prompt "Full PLD version of groupadd utility" config PACKAGE_shadow-groupdel prompt "Full PLD version of groupdel utility" config PACKAGE_shadow-groupmems prompt "Full PLD version of groupmems utility" config PACKAGE_shadow-groupmod prompt "Full PLD version of groupmod utility" config PACKAGE_shadow-groups prompt "Full PLD version of groups utility" config PACKAGE_shadow-grpck prompt "Full PLD version of grpck utility" config PACKAGE_shadow-grpconv prompt "Full PLD version of grpconv utility" config PACKAGE_shadow-grpunconv prompt "Full PLD version of grpunconv utility" config PACKAGE_shadow-lastlog prompt "Full PLD version of lastlog utility" config PACKAGE_shadow-login prompt "Full PLD version of login utility" config PACKAGE_shadow-logoutd prompt "Full PLD version of logoutd utility" config PACKAGE_shadow-newgidmap prompt "Full PLD version of newgidmap utility" config PACKAGE_shadow-newgrp prompt "Full PLD version of newgrp utility" config PACKAGE_shadow-newuidmap prompt "Full PLD version of newuidmap utility" config PACKAGE_shadow-newusers prompt "Full PLD version of newusers utility" config PACKAGE_shadow-nologin prompt "Full PLD version of nologin utility" config PACKAGE_shadow-passwd prompt "Full PLD version of passwd utility" config PACKAGE_shadow-pwck prompt "Full PLD version of pwck utility" config PACKAGE_shadow-pwconv prompt "Full PLD version of pwconv utility" config PACKAGE_shadow-pwunconv prompt "Full PLD version of pwunconv utility" config PACKAGE_shadow-su prompt "Full PLD version of su utility" config PACKAGE_shadow-useradd prompt "Full PLD version of useradd utility" config PACKAGE_shadow-userdel prompt "Full PLD version of userdel utility" config PACKAGE_shadow-usermod prompt "Full PLD version of usermod utility" config PACKAGE_shadow-vipw prompt "Full PLD version of vipw utility" endmenu config PACKAGE_shadow-vipw tristate default y if DEFAULT_shadow-vipw select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_shadow-common help Full version of standard vipw utility. Normally, you would not use this package, since the functionality in BusyBox is more than sufficient. https://github.com/shadow-maint/shadow config PACKAGE_shared-state-network_nodes tristate "shared-state-network_nodes" default y if DEFAULT_shared-state-network_nodes default m if ALL depends on IPV6 select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_shared-state-nodes_and_links select PACKAGE_librt if USE_GLIBC select PACKAGE_shared-state help This shared-state-network_nodes provides shared state database of all times network nodes. Germán Ferrero config PACKAGE_shinit tristate "shinit.......... Initialization for all interactive shells (login or not)" default y if DEFAULT_shinit default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This package adds support for /etc/shinit and ~/.shinit files, which contain commands to be run at the start of all interactive shells. (/etc/profile and ~/.profile are read for login shells only.) This is useful for those who regularly open non-login, interactive shells, for example users of GNU Screen or tmux. Jeffery To config PACKAGE_sispmctl tristate "sispmctl.............................. Silver Shield PM Control for Linux" default y if DEFAULT_sispmctl default m if ALL select PACKAGE_libc select PACKAGE_libsispmctl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help The sispmctl tool can control Gembird SIS-PM Silver Shield programmable power outlet strips (also known under the name Revolt Intelli-Plug) from the command line. . It can be used to switch on or off any of the programmable power sockets of the SIS-PM via USB. It can also show the current status of each power socket, and it can handle multiple SIS-PM devices, too. http://sispmctl.sourceforge.net Rosen Penev config PACKAGE_slide-switch tristate "slide-switch............ Translate switch position change to button press" default y if DEFAULT_slide-switch default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_jsonfilter select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_jshn help slide-switch translates slide switch position changes into normal button presses and releases for OpenWrt devices. https://github.com/jefferyto/openwrt-slide-switch Jeffery To config PACKAGE_smartd tristate "smartd....................................... S.M.A.R.T Monitoring Daemon" default y if DEFAULT_smartd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX help smartmontools contains utility programs (smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. https://www.smartmontools.org/ Maxim Storchak config PACKAGE_smartmontools tristate "smartmontools.................................. S.M.A.R.T Monitoring Tool" default y if DEFAULT_smartmontools default m if ALL select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help smartmontools contains utility programs (smartctl) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. https://www.smartmontools.org/ Maxim Storchak config PACKAGE_smartmontools-drivedb tristate "smartmontools-drivedb................ S.M.A.R.T Monitoring Drive database" default y if DEFAULT_smartmontools-drivedb default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Database of known drives and USB bridges for smartctl and smartd. https://www.smartmontools.org/ Maxim Storchak config PACKAGE_smstools3 tristate "smstools3............................................. SMS Server Tools 3" default y if DEFAULT_smstools3 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help The SMS Server Tools 3 is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones. http://smstools3.kekekasvi.com/ Harald Geyer config PACKAGE_sockread tristate "sockread........................................................ sockread" default y if DEFAULT_sockread default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help sockread writes and reads data from a Unix domain socket represented as a special file on the file system. Moritz Warning config PACKAGE_soporteremoto tristate "soporteremoto" default y if DEFAULT_soporteremoto default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_kmod-ath9k-htc depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79 select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ar71xx||TARGET_ath79||TARGET_ath25 depends on USB_SUPPORT select PACKAGE_ath9k-htc-firmware select PACKAGE_auto-usb-wwan select PACKAGE_zerotier select PACKAGE_librt if USE_GLIBC help Installs auto-usb-wwan to provide a zero-configuration WWAN via USB dongle zerotier to provide VPN transport and installs a predefined set of ssh authorized_keys of AlterMundi members that will be granted root access Gui Iribarren config PACKAGE_spi-tools tristate "spi-tools......................................... Command line SPI tools" default y if DEFAULT_spi-tools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Command line SPI tools John Crispin config PACKAGE_spidev-test tristate "spidev-test.......................................... SPI testing utility" default y if DEFAULT_spidev-test default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC depends on !IN_SDK select PACKAGE_kmod-spi-dev select PACKAGE_libssp if GCC_LIBSSP help SPI testing utility. http://www.kernel.org Florian Fainelli config PACKAGE_sprunge tristate "sprunge.................................... sprunge.us and ix.io pastebin" default y if DEFAULT_sprunge default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help sprunge.us and ix.io command line pastebin http://ix.io Ilario Gelmetti config PACKAGE_ssdeep tristate "ssdeep....................... A program to compute and match fuzzy hashes" default y if DEFAULT_ssdeep default m if ALL select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help ssdeep is a program for computing context triggered piecewise hashes (CTPH). Also called fuzzy hashes, CTPH can match inputs that have homologies. https://ssdeep-project.github.io/ssdeep Jan Pavlinec config PACKAGE_sshpass tristate "sshpass................................ Non-interactive ssh password auth" default y if DEFAULT_sshpass default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help Sshpass is a tool for non-interactively performing password authentication with SSH's so-called "interactive keyboard password authentication". Most user should use SSH's more secure public-key authentication instead. https://sourceforge.net/projects/sshpass/ Josef Schlehofer config PACKAGE_strace tristate "strace................................................ System call tracer" default y if DEFAULT_strace default m if ALL select PACKAGE_libdw if STRACE_LIBDW select PACKAGE_libunwind if STRACE_LIBUNWIND select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP depends on !(STRACE_LIBUNWIND) || ((mips||mipsel||x86_64||arm||aarch64)||(USE_GLIBC&&(powerpc||i386))) select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC help A useful diagnostic, instructional, and debugging tool. Allows you to track what system calls a program makes while it is running. http://strace.sourceforge.net/ Felix Fietkau choice prompt "stack tracing support" default STRACE_NONE config STRACE_NONE bool "None" config STRACE_LIBDW bool "libdw" config STRACE_LIBUNWIND bool "libunwind (experimental)" endchoice config PACKAGE_stress tristate "stress................................. stress is a simple stress utility" default y if DEFAULT_stress default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help stress is a simple tool that imposes certain types of compute \ stress on UNIX-like operating systems. http://people.seas.harvard.edu/~apw/stress/ Alexandru Ardelean config PACKAGE_sumo tristate "sumo................................. SUMO - Simulation of Urban MObility" default y if DEFAULT_sumo default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_zlib select PACKAGE_libxerces-c select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help SUMO is a free and open traffic simulation suite which is available since 2001. SUMO allows modelling of intermodal traffic systems including road vehicles, public transport and pedestrians. Included with SUMO is a wealth of supporting tools which handle tasks such as route finding, visualization, network import and emission calculation. SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation. https://sumo.dlr.de/ Álvaro Fernández Rojas config PACKAGE_syncthing tristate "syncthing........................ Continuous file synchronization program" default y if DEFAULT_syncthing default m if ALL depends on (aarch64||arm||i386||i686||mips||mips64||mips64el||mipsel||powerpc64||x86_64) select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. https://syncthing.net Paul Spooren config PACKAGE_sysrepo tristate "sysrepo.......................... YANG-based data store daemon and plugin" default y if DEFAULT_sysrepo default m if ALL select PACKAGE_libsysrepo select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Sysrepo is an YANG-based configuration and operational state data store for Unix/Linux applications. https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic config PACKAGE_sysrepocfg tristate "sysrepocfg.................................... sysrepo configuration tool" default y if DEFAULT_sysrepocfg default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libsysrepo select PACKAGE_libssp if GCC_LIBSSP help sysrepo configuration tool https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic config PACKAGE_sysrepoctl tristate "sysrepoctl.............................................. sysrepo cli tool" default y if DEFAULT_sysrepoctl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libsysrepo select PACKAGE_libssp if GCC_LIBSSP help sysrepo cli tool https://codeload.github.com/sysrepo/sysrepo/tar.gz/v0.7.7? Mislav Novakovic config PACKAGE_sysstat tristate "sysstat............................. Sysstat performance monitoring tools" default y if DEFAULT_sysstat default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help The sysstat utilities are a collection of performance monitoring tools for Linux. These include sar, sadf, mpstat, iostat, pidstat and sa tools. http://pagesperso-orange.fr/sebastien.godard/index.html Marko Ratkaj menuconfig PACKAGE_tar tristate "tar.............................................................. GNU tar" default y if DEFAULT_tar default m if ALL select PACKAGE_libattr if PACKAGE_TAR_XATTR select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libacl if PACKAGE_TAR_POSIX_ACL select PACKAGE_bzip2 if PACKAGE_TAR_BZIP2 help Tar is a program for packaging a set of files as a single archive in tar format. https://www.gnu.org/software/tar/ Álvaro Fernández Rojas if PACKAGE_tar config PACKAGE_TAR_POSIX_ACL bool "tar: Enable POSIX ACL support" default y if USE_FS_ACL_ATTR default n config PACKAGE_TAR_XATTR bool "tar: Enable extended attribute (xattr) support" default y if USE_FS_ACL_ATTR default n config PACKAGE_TAR_GZIP bool "tar: Enable seamless gzip support" default y config PACKAGE_TAR_BZIP2 bool "tar: Enable seamless bzip2 support" default y config PACKAGE_TAR_XZ bool "tar: Enable seamless xz support" select PACKAGE_xz-utils select PACKAGE_xz default y endif config PACKAGE_taskwarrior tristate "taskwarrior.................................................. taskwarrior" default y if DEFAULT_taskwarrior default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libuuid select PACKAGE_libgnutls help taskwarrior is a command-line todo list manager https://taskwarrior.org/ config PACKAGE_telldus-core tristate "telldus-core............................. Telldus TellStick USB interface" default y if DEFAULT_telldus-core default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libstdcpp select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libftdi select PACKAGE_librt if USE_GLIBC select PACKAGE_confuse help Telldus driver for USB-based 433 MHz RF transceiver for home automation. MUST be built with full language support, (don't know how to DEPEND that) http://www.telldus.com Peter Liedholm config PACKAGE_temperusb tristate "temperusb....................... USB Thermometer RDing TEMPer v1.4 reader" default y if DEFAULT_temperusb default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 help RDing TEMPer v1.4 USB thermometer are cheap devices that can be sourced everywhere on the Internet. This package allows to operate them from user space. Samuel Progin config PACKAGE_tracertools tristate "tracertools..................... Tracer MPPT monitoring and control tools" default y if DEFAULT_tracertools default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help Tools for the Tracer MPPT solar charge controller. Daniel Golle config PACKAGE_tree tristate "tree.................. List contents of directories in a tree-like format" default y if DEFAULT_tree default m if ALL select PACKAGE_libgcc select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help List contents of directories in a tree-like format Banglang Huang config PACKAGE_triggerhappy tristate "triggerhappy............. handle input events and run configured programs" default y if DEFAULT_triggerhappy default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help triggerhappy - handle input events and run configured programs The daemon thd can handle hotplugged input devices and is configured through simple configuration files in /etc/triggerhappy/triggers.d/. http://github.com/wertarbyte/triggerhappy Ted Hess config PACKAGE_ubi-utils tristate "ubi-utils................................... Utilities for ubi info/debug" default y if DEFAULT_ubi-utils default m if ALL||ALL_NONSHARED depends on NAND_SUPPORT select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Utilities for manipulating memory technology devices. http://www.linux-mtd.infradead.org/ John Crispin config PACKAGE_udns-dnsget tristate "udns-dnsget...................................... a simple DNS query tool" default y if DEFAULT_udns-dnsget default m if ALL select PACKAGE_libudns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help a simple DNS query tool http://www.corpit.ru/mjt/udns.html Yousong Zhou config PACKAGE_udns-ex-rdns tristate "udns-ex-rdns.................................... a parallel rDNS resolver" default y if DEFAULT_udns-ex-rdns default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libudns select PACKAGE_libssp if GCC_LIBSSP help a parallel rDNS resolver http://www.corpit.ru/mjt/udns.html Yousong Zhou config PACKAGE_udns-rblcheck tristate "udns-rblcheck................................ a simple DNSBL lookups tool" default y if DEFAULT_udns-rblcheck default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libudns select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC help a simple DNSBL lookups tool http://www.corpit.ru/mjt/udns.html Yousong Zhou config PACKAGE_ugps tristate "ugps.................................................. OpenWrt GPS Daemon" default y if DEFAULT_ugps default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help OpenWrt GPS Daemon John Crispin config PACKAGE_uledd tristate "uledd.......................................... PWM/RGB LED ubus frontend" default y if DEFAULT_uledd default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libubus select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libubox select PACKAGE_libssp if GCC_LIBSSP help PWM/RGB LED ubus frontend John Crispin config PACKAGE_unshare tristate "unshare........................................... unshare userspace tool" default y if DEFAULT_unshare default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC help run programs with some namespaces unshared from parent http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_usb-modeswitch tristate "usb-modeswitch................................ USB mode switching utility" default y if DEFAULT_usb-modeswitch default m if ALL select PACKAGE_libubox select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libusb-1.0 select PACKAGE_libblobmsg-json help USB mode switching utility Felix Fietkau config PACKAGE_usbreset tristate "usbreset................ Utility to send a USB port reset to a USB device" default y if DEFAULT_usbreset default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help This package contains the small usbreset utility which can be used to send a USB port reset to a USB device - useful for debugging or to force re-detection of particular devices. Jo-Philipp Wich config PACKAGE_usbutils tristate "usbutils................................... USB devices listing utilities" default y if DEFAULT_usbutils default m if ALL select PACKAGE_librt select PACKAGE_libusb-1.0 select PACKAGE_libpthread select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc help USB devices listing utilities http://www.linux-usb.org/ Felix Fietkau config PACKAGE_uuidd tristate "uuidd............................................. UUID generation daemon" default y if DEFAULT_uuidd default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libuuid help The uuidd daemon is used by the UUID library to generate universally unique identifiers (UUIDs), especially time-based UUIDs, in a secure and guaranteed-unique fashion, even in the face of large numbers of threads running on different CPUs trying to grab UUIDs. http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_uuidgen tristate "uuidgen.......................................... create a new UUID value" default y if DEFAULT_uuidgen default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libuuid help The uuidgen program creates (and prints) a new universally unique identifier (UUID) using the libuuid library. The new UUID can reasonably be considered unique among all UUIDs created on the local system, and among UUIDs created on other systems in the past and in the future. http://www.kernel.org/pub/linux/utils/util-linux/ menuconfig PACKAGE_uvcdynctrl tristate "uvcdynctrl........................... Manage dynamic controls in uvcvideo" default y if DEFAULT_uvcdynctrl default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libwebcam select PACKAGE_libssp if GCC_LIBSSP help The webcam-tools package contains the following two components: - libwebcam: Webcam Library (LGPL) - uvcdynctrl: Manage dynamic controls in uvcvideo (GPL) https://sourceforge.net/projects/libwebcam/ Roger D config PACKAGE_v4l-utils tristate "v4l-utils........................................ Video 4 Linux utilities" default y if DEFAULT_v4l-utils default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_librt if USE_GLIBC select PACKAGE_libstdcpp if USE_LIBSTDCXX select PACKAGE_uclibcxx if USE_UCLIBCXX select PACKAGE_libv4l help libv4l is a collection of libraries which adds a thin abstraction layer on top of video4linux2 devices. The purpose of this (thin) layer is to make it easy for application writers to support a wide variety of devices without having to write separate code for different devices in the same class. libv4l consists of 3 different libraries: libv4lconvert, libv4l1 and libv4l2. libv4l1 offers the (deprecated) v4l1 API on top of v4l2 devices, independent of the drivers for those devices supporting v4l1 compatibility (which many v4l2 drivers do not). libv4l2 offers the v4l2 API on top of v4l2 devices, while adding for the application transparent libv4lconvert conversion where necessary. This package contains the video4linux utilities. https://www.linuxtv.org/ Ted Hess config PACKAGE_view1090 tristate "view1090.............. Mode S decoder for the Realtek RTL2832U (view1090)" default y if DEFAULT_view1090 default m if ALL select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libncurses help View1090 is a Mode S messages viewer for dump1090 devices. https://github.com/mutability/dump1090 Álvaro Fernández Rojas config PACKAGE_watchcat tristate "watchcat................... Enable the configuration of programed reboots" default y if DEFAULT_watchcat default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Allows to configure a periodically reboot, or after losing internet connectivity. Configured trough UCI /etc/config/system. Roger D config PACKAGE_watchping tristate "watchping" default y if DEFAULT_watchping default m if ALL select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Checks reachability of given host(s) through particular interface(s) (e.g. 8.8.8.8 on WAN). Action hooks are run from /etc/watchping/*.d/ Configuration is done in /etc/config/system. Gui Iribarren config PACKAGE_whereis tristate "whereis... locate the binary, source, and manual page files for a command" default y if DEFAULT_whereis default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt select PACKAGE_libssp if GCC_LIBSSP help whereis locates source/binary and manuals sections for specified files http://www.kernel.org/pub/linux/utils/util-linux/ config PACKAGE_whiptail tristate "whiptail......................... Display dialog boxes from shell scripts" default y if DEFAULT_whiptail default m if ALL select PACKAGE_libpopt select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_librt if USE_GLIBC select PACKAGE_libslang2 select PACKAGE_libnewt help A lightweight replacement for the dialog command (dialog boxes from shell scripts), based on libnewt. https://pagure.io/newt Jeffery To config PACKAGE_wifi-unstuck-wa tristate "wifi-unstuck-wa...... wifi-unstuck-wa provides workarounds for radio bugs" default y if DEFAULT_wifi-unstuck-wa default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_lua select PACKAGE_libc select PACKAGE_lime-system select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help This wifi-unstuck-wa is a collection of workarounds to radio and/or radio driver bugs. Santiago Piccinini config PACKAGE_wifitoggle tristate "wifitoggle........... Script to toggle Wi-Fi with a button and UCI config" default y if DEFAULT_wifitoggle default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP help Very versatile script to toggle Wi-Fi with a button. Allows to set timeouts, persist changes after boot, and set LEDs according to the state. Nuno Goncalves config PACKAGE_xsltproc tristate "xsltproc..................................... Gnome XSLT xsltproc Utility" default y if DEFAULT_xsltproc default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libxslt select PACKAGE_libexslt select PACKAGE_libssp if GCC_LIBSSP help XSLT XML transformation utility. http://xmlsoft.org/XSLT/ Jiri Slachta config PACKAGE_xxd tristate "xxd..................................... make a hexdump or do the reverse" default y if DEFAULT_xxd default m if ALL select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help xxd creates a hex dump of a given file or standard input, it can also convert a hex dump back to its original binary form. http://www.vim.org/ Marko Ratkaj config PACKAGE_yanglint tristate "yanglint............................. YANG data modeling language utility" default y if DEFAULT_yanglint default m if ALL select PACKAGE_libyang select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc help YANG data modeling language utility https://codeload.github.com/CESNET/libyang/tar.gz/v0.16-r3? Mislav Novakovic menuconfig PACKAGE_yara tristate "yara................ Pattern matching swiss knife for malware researchers" default y if DEFAULT_yara default m if ALL select PACKAGE_librt if USE_GLIBC select PACKAGE_libopenssl select PACKAGE_jansson if YARA_module_cuckoo select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_file if YARA_module_magic select PACKAGE_libssp if GCC_LIBSSP help YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns. http://virustotal.github.io/yara/ Marko Ratkaj source "feeds/packages/utils/yara/Config.in" config PACKAGE_ykclient tristate "ykclient............................. The Yuibco yubikey c client library" default y if DEFAULT_ykclient default m if ALL depends on PACKAGE_curl select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libssp if GCC_LIBSSP help YubiKey C Client Library (libykclient) https://developers.yubico.com/yubico-c-client/ Stuart B. Wilkins config PACKAGE_ykpers tristate "ykpers................................ The Yuibco personalization package" default y if DEFAULT_ykpers default m if ALL select PACKAGE_curl select PACKAGE_libpthread if USE_GLIBC select PACKAGE_libc select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libyubikey select PACKAGE_librt if USE_GLIBC select PACKAGE_libusb-1.0 select PACKAGE_libjson-c help The YubiKey Personalization package contains a library and command line tool used to personalize (i.e., set a AES key) YubiKeys. https://developers.yubico.com/yubikey-personalization/ Stuart B. Wilkins config PACKAGE_yunbridge tristate "yunbridge..................................... Arduino YUN bridge library" default y if DEFAULT_yunbridge default m if ALL select PACKAGE_python select PACKAGE_libssp if GCC_LIBSSP depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT) || USB_SUPPORT select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libc depends on !(PYTHON_BLUETOOTH_SUPPORT && USB_SUPPORT && USE_RFKILL) || USE_RFKILL help Arduino YUN bridge library http://arduino.cc/ John Crispin endmenu menu "Xorg" menu "font-utils" config PACKAGE_fontconfig tristate "fontconfig.................................................... fontconfig" default y if DEFAULT_fontconfig default m if ALL select PACKAGE_libfreetype select PACKAGE_libc select PACKAGE_libpthread if USE_GLIBC select PACKAGE_librt if USE_GLIBC select PACKAGE_libexpat select PACKAGE_libssp if GCC_LIBSSP select PACKAGE_libpthread help fontconfig http://fontconfig.org/ endmenu endmenu