menuconfig IMAGEOPT bool "Image configuration" default n source "package/*/image-config.in" menu "Base system" config PACKAGE_apk-mbedtls tristate "apk-mbedtls................................ apk package manager (mbedtls)" default y if DEFAULT_apk-mbedtls default m if ALL select PACKAGE_libc select PACKAGE_libmbedtls select PACKAGE_zlib depends on m || (PACKAGE_apk-openssl != y) help apk package manager (mbedtls) config PACKAGE_apk-openssl tristate "apk-openssl................................ apk package manager (openssl)" default y if DEFAULT_apk-openssl default m if ALL select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_zlib help apk package manager (openssl) config PACKAGE_attendedsysupgrade-common tristate "attendedsysupgrade-common" default y if DEFAULT_attendedsysupgrade-common default m if ALL select PACKAGE_libc select PACKAGE_rpcd select PACKAGE_rpcd-mod-rpcsys 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 [1]: https://github.com/aparcar/asu config PACKAGE_base-files tristate "base-files................................... Base filesystem for OpenWrt" default y if DEFAULT_base-files default m if ALL||ALL_NONSHARED select PACKAGE_fstools select PACKAGE_fwtool select PACKAGE_jsonfilter select PACKAGE_libc select PACKAGE_netifd select PACKAGE_openwrt-keyring if SIGNED_PACKAGES select PACKAGE_ubi-utils if NAND_SUPPORT select PACKAGE_usign if SIGNED_PACKAGES help This package contains a base filesystem and system scripts for OpenWrt. config PACKAGE_bcm4908img tristate "bcm4908img............................... Utility handling BCM4908 images" default y if DEFAULT_bcm4908img default m if ALL||ALL_NONSHARED select PACKAGE_libc depends on TARGET_bcm4908 help CFE bootloader for BCM4908 uses custom image format. It consists of: 1. Optional cferom image 2. bootfs JFFS2 partition (cferam, kernel, DTB and optional helper files) 3. padding 4. rootfs simply appended to the bootfs + padding 5. tail with checksum and basic device info This util allows creating, modifying and extracting from BCM4908 images. config PACKAGE_block-mount tristate "block-mount........................... Block device mounting and checking" default y if DEFAULT_block-mount default m if ALL||ALL_NONSHARED select PACKAGE_libblobmsg-json select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libubox select PACKAGE_libuci select PACKAGE_ubox help Block device mounting and checking config PACKAGE_blockd tristate "blockd......................................... Block device automounting" default y if DEFAULT_blockd default m if ALL||ALL_NONSHARED select PACKAGE_block-mount select PACKAGE_fstools select PACKAGE_kmod-fs-autofs4 select PACKAGE_libblobmsg-json select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libubus help Block device automounting config PACKAGE_bridge tristate "bridge........................... Ethernet bridging configuration utility" default y if DEFAULT_bridge default m if ALL select PACKAGE_libc help Manage ethernet bridging: a way to connect networks together to form a larger network. config PACKAGE_bridger tristate "bridger.................................... Bridge forwarding accelerator" default y if DEFAULT_bridger default m if ALL depends on HAS_BPF_TOOLCHAIN select PACKAGE_kmod-sched-act-vlan select PACKAGE_kmod-sched-bpf select PACKAGE_kmod-sched-core select PACKAGE_kmod-sched-flower select PACKAGE_libbpf select PACKAGE_libc select PACKAGE_libnl-tiny select PACKAGE_libubox select PACKAGE_libubus help Bridge forwarding accelerator config PACKAGE_busybox tristate "busybox................................ Core utilities for embedded Linux" default y if DEFAULT_busybox default m if ALL select PACKAGE_jsonfilter if BUSYBOX_CONFIG_NTPD select PACKAGE_libc select PACKAGE_libpam if BUSYBOX_CONFIG_PAM depends on m || (PACKAGE_busybox-selinux != y) help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. source "feeds/base/utils/busybox/Config.in" config PACKAGE_busybox-selinux tristate "busybox-selinux... Core utilities for embedded Linux with SELinux support" default y if DEFAULT_busybox-selinux default m if ALL select PACKAGE_jsonfilter if BUSYBOX_CONFIG_NTPD select PACKAGE_libc select PACKAGE_libpam if BUSYBOX_CONFIG_PAM select PACKAGE_libselinux help Core utilities for embedded Linux with SELinux support 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_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_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_libc select PACKAGE_libubus help It is intended to provide coupled DNS and DHCP service to a LAN. 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_libc select PACKAGE_libubus help It is intended to provide coupled DNS and DHCP service to a LAN. This is a variant with DHCPv6 support config PACKAGE_dnsmasq-full tristate "dnsmasq-full" default y if DEFAULT_dnsmasq-full default m if ALL depends on !(PACKAGE_dnsmasq_full_nftset && IPV6) || IPV6 select PACKAGE_kmod-ipt-ipset if PACKAGE_dnsmasq_full_ipset select PACKAGE_libc select PACKAGE_libnetfilter-conntrack if PACKAGE_dnsmasq_full_conntrack select PACKAGE_libnettle if PACKAGE_dnsmasq_full_dnssec select PACKAGE_libubus select PACKAGE_nftables-json if PACKAGE_dnsmasq_full_nftset 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 nftset, Conntrack support & NO_ID enabled by default. 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 n config PACKAGE_dnsmasq_full_nftset bool "Build with Nftset 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||ALL_NONSHARED select PACKAGE_libc select PACKAGE_zlib if DROPBEAR_ZLIB help A small SSH2 server/client designed for small memory environments. source "feeds/base/network/services/dropbear/Config.in" config PACKAGE_ead tristate "ead.............................................. Emergency Access Daemon" default y if DEFAULT_ead default m if ALL select PACKAGE_libc help Provides remote access to your device even if IP and firewall configuration settings are defunct config PACKAGE_firewall tristate "firewall.............................................. OpenWrt C Firewall" default y if DEFAULT_firewall default m if ALL select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-nf-conntrack6 if IPV6 select PACKAGE_libc select PACKAGE_libip4tc select PACKAGE_libip6tc if IPV6 select PACKAGE_libiptext select PACKAGE_libiptext6 if IPV6 select PACKAGE_libubox select PACKAGE_libubus select PACKAGE_libuci select PACKAGE_libxtables depends on m || (PACKAGE_firewall4 != y) help This package provides a config-compatible C implementation of the UCI firewall. config PACKAGE_firewall4 tristate "firewall4....................................... OpenWrt 4th gen firewall" default y if DEFAULT_firewall4 default m if ALL depends on IPV6 select PACKAGE_kmod-nft-core select PACKAGE_kmod-nft-fib select PACKAGE_kmod-nft-nat select PACKAGE_kmod-nft-offload select PACKAGE_libc select PACKAGE_nftables-json select PACKAGE_ucode select PACKAGE_ucode-mod-fs select PACKAGE_ucode-mod-ubus select PACKAGE_ucode-mod-uci help This package provides an nftables-based implementation of the UCI firewall sharing the same configuration format. config PACKAGE_fitblk tristate default y if DEFAULT_fitblk select PACKAGE_libc help Release uImage.FIT block devices using ioctl. menuconfig PACKAGE_fstools tristate "fstools......................................... OpenWrt filesystem tools" default y if DEFAULT_fstools default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_ubi-utils if NAND_SUPPORT select PACKAGE_ubox help OpenWrt filesystem tools 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_libc help Utility for appending and extracting firmware metadata and signatures config PACKAGE_getrandom tristate "getrandom................................ OpenWrt getrandom system helper" default y if DEFAULT_getrandom default m if ALL select PACKAGE_libc help OpenWrt getrandom system helper config PACKAGE_iucode-tool tristate "iucode-tool....................................... Intel microcode loader" default y if DEFAULT_iucode-tool default m if ALL||ALL_NONSHARED select PACKAGE_libc depends on TARGET_x86 help Intel microcode loader config PACKAGE_jsonfilter tristate "jsonfilter................................... OpenWrt JSON filter utility" default y if DEFAULT_jsonfilter default m if ALL select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libubox help OpenWrt JSON filter utility config PACKAGE_libasan tristate "libasan...................... Runtime library for AddressSanitizer in GCC" default y if DEFAULT_libasan default m if ALL||ALL_NONSHARED depends on !arc depends on !mips64 depends on !mips64el select PACKAGE_librt select PACKAGE_libstdcpp depends on USE_GLIBC help Runtime library for AddressSanitizer in GCC menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libasan config LIBASAN_ROOT_DIR string prompt "libasan shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libasan default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBASAN_FILE_SPEC string prompt "libasan shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libasan default "./lib/libasan.so.*" endmenu 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 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 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 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 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 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_liblsan tristate "liblsan......................... Runtime library for LeakSanitizer in GCC" default y if DEFAULT_liblsan default m if ALL||ALL_NONSHARED depends on !arc depends on !loongarch64 depends on !mips depends on !mips64 depends on !mips64el depends on !mipsel select PACKAGE_librt select PACKAGE_libstdcpp depends on USE_GLIBC help Runtime library for LeakSanitizer in GCC menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_liblsan config LIBLSAN_ROOT_DIR string prompt "liblsan shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_liblsan default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBLSAN_FILE_SPEC string prompt "liblsan shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_liblsan default "./lib/liblsan.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 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_libquadmath tristate "libquadmath..................................... Quadmath support library" default y if DEFAULT_libquadmath default m if ALL||ALL_NONSHARED select PACKAGE_libgcc depends on TARGET_x86||TARGET_x86_64 help Quadmath support library menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libquadmath config LIBQUADMATH_ROOT_DIR string prompt "libquadmath shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libquadmath default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBQUADMATH_FILE_SPEC string prompt "libquadmath shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libquadmath default "./lib/libquadmath.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 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_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 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 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_libtsan tristate "libtsan....................... Runtime library for ThreadSanitizer in GCC" default y if DEFAULT_libtsan default m if ALL||ALL_NONSHARED depends on !arc depends on !loongarch64 depends on !mips depends on !mips64 depends on !mips64el depends on !mipsel select PACKAGE_librt select PACKAGE_libstdcpp depends on USE_GLIBC help Runtime library for ThreadSanitizer in GCC menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libtsan config LIBTSAN_ROOT_DIR string prompt "libtsan shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libtsan default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBTSAN_FILE_SPEC string prompt "libtsan shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libtsan default "./lib/libtsan.so.*" endmenu config PACKAGE_libubsan tristate "libubsan........... Runtime library for UndefinedBehaviorSanitizer in GCC" default y if DEFAULT_libubsan default m if ALL||ALL_NONSHARED depends on !arc depends on !mips64 depends on !mips64el select PACKAGE_librt select PACKAGE_libstdcpp depends on USE_GLIBC help Runtime library for UndefinedBehaviorSanitizer in GCC menu "Configuration" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libubsan config LIBUBSAN_ROOT_DIR string prompt "libubsan shared library base directory" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libubsan default TOOLCHAIN_ROOT if !NATIVE_TOOLCHAIN default "/" if NATIVE_TOOLCHAIN config LIBUBSAN_FILE_SPEC string prompt "libubsan shared library files (use wildcards)" depends on EXTERNAL_TOOLCHAIN && PACKAGE_libubsan default "./lib/libubsan.so.*" endmenu config PACKAGE_logd tristate "logd................................... OpenWrt system log implementation" default y if DEFAULT_logd default m if ALL select PACKAGE_libblobmsg-json select PACKAGE_libc select PACKAGE_libubox select PACKAGE_libubus select PACKAGE_libudebug help OpenWrt system log implementation config PACKAGE_mtd tristate "mtd............................... Update utility for trx firmware images" default y if DEFAULT_mtd default m if ALL||ALL_NONSHARED 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_jshn select PACKAGE_libc select PACKAGE_libnl-tiny select PACKAGE_libubox select PACKAGE_libubus select PACKAGE_libuci select PACKAGE_libudebug select PACKAGE_ubus select PACKAGE_ubusd select PACKAGE_ucode select PACKAGE_ucode-mod-fs help OpenWrt Network Interface Configuration Daemon config PACKAGE_nft-qos tristate "nft-qos........................................ QoS scripts over nftables" default y if DEFAULT_nft-qos default m if ALL select PACKAGE_kmod-nft-bridge select PACKAGE_kmod-nft-netdev select PACKAGE_libc select PACKAGE_nftables-nojson if PACKAGE_nftables-jsonS 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-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-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-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-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-core help Kernel module for ADT7473/7475/7476/7490 thermal monitor chip 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-coretemp tristate "kmod-hwmon-coretemp............. Intel Core/Core2/Atom temperature sensor" default y if DEFAULT_kmod-hwmon-coretemp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core depends on TARGET_x86 help Kernel module for Intel Core/Core2/Atom temperature monitoring support. Most of the family 6 CPUs are supported. Check Documentation/hwmon/coretemp.rst for details. config PACKAGE_kmod-hwmon-dme1737 tristate "kmod-hwmon-dme1737........ SMSC DME1737 and compatible monitoring support" default y if DEFAULT_kmod-hwmon-dme1737 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-core help SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support config PACKAGE_kmod-hwmon-drivetemp tristate "kmod-hwmon-drivetemp............ Hard disk drives with temperature sensor" default y if DEFAULT_kmod-hwmon-drivetemp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ata-core select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-scsi-core depends on PCI_SUPPORT||TARGET_sunxi help Kernel module for Hard disk drives with temperature sensor config PACKAGE_kmod-hwmon-emc2305 tristate "kmod-hwmon-emc2305................ Microchip EMC2301/2/3/5 fan controller" default y if DEFAULT_kmod-hwmon-emc2305 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c help Kernel module for Microchip EMC2301/EMC2302/EMC2303/EMC2305 fan controllers config PACKAGE_kmod-hwmon-f71882fg tristate "kmod-hwmon-f71882fg............... F71882FG compatible monitoring support" default y if DEFAULT_kmod-hwmon-f71882fg default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core depends on TARGET_x86 help Kernel module for hardware monitoring via many Fintek Super-IO chips. config PACKAGE_kmod-hwmon-g762 tristate "kmod-hwmon-g762............... G762/G763 fan speed PWM controller support" default y if DEFAULT_kmod-hwmon-g762 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Global Mixed-mode Technology Inc G761/G762/G763 fan speed PWM controller chips. 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-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for GPIO controlled FANs config PACKAGE_kmod-hwmon-gsc tristate "kmod-hwmon-gsc....................... Gateworks System Controller support" default y if DEFAULT_kmod-hwmon-gsc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-mfd help Kernel module for Gateworks System Controller with temperature sensor, ADCs, and FAN controller 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-hwmon-core select PACKAGE_kmod-i2c-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-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c 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-hwmon-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-core help Kernel module for it87 thermal and voltage monitor chip config PACKAGE_kmod-hwmon-jc42 tristate "kmod-hwmon-jc42....... Jedec JC42.4 compliant temperature sensors support" default y if DEFAULT_kmod-hwmon-jc42 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c help Kernel module for Jedec JC42.4 compliant temperature sensors 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-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c help Kernel module for lm63 and lm64 thermal monitor chip config PACKAGE_kmod-hwmon-lm70 tristate "kmod-hwmon-lm70.................................. LM70 monitoring support" default y if DEFAULT_kmod-hwmon-lm70 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core help Kernel module for lm70 and compatible 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 select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c 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 select 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-hwmon-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-i2c-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-hwmon-core select PACKAGE_kmod-i2c-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 select 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-hwmon-core select PACKAGE_kmod-i2c-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 select 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-max6642 tristate "kmod-hwmon-max6642............................ MAX6642 monitoring support" default y if DEFAULT_kmod-hwmon-max6642 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Maxim MAX6642 temperature monitor config PACKAGE_kmod-hwmon-max6697 tristate "kmod-hwmon-max6697............................ MAX6697 monitoring support" default y if DEFAULT_kmod-hwmon-max6697 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Maxim MAX6697 temperature monitor config PACKAGE_kmod-hwmon-mcp3021 tristate "kmod-hwmon-mcp3021....................... MCP3021/3221 monitoring support" default y if DEFAULT_kmod-hwmon-mcp3021 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Linear Technology MCP3021/3221 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-core select PACKAGE_kmod-hwmon-vid select PACKAGE_kmod-regmap-core depends on PCI_SUPPORT depends on TARGET_x86 help Kernel module for NCT6106D/6775F/6776F/6779D/6791D/6792D/6793D thermal monitor chip config PACKAGE_kmod-hwmon-nct7802 tristate "kmod-hwmon-nct7802........... NCT7802Y and compatibles monitoring support" default y if DEFAULT_kmod-hwmon-nct7802 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-regmap-i2c help Kernel module for NCT7802Y 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-core select PACKAGE_kmod-hwmon-vid depends on TARGET_x86 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 select PACKAGE_kmod-hwmon-core help Kernel module for PWM controlled FANs config PACKAGE_kmod-hwmon-raspberrypi tristate "kmod-hwmon-raspberrypi...................... Raspberry Pi voltage monitor" default y if DEFAULT_kmod-hwmon-raspberrypi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core depends on TARGET_bcm27xx help Kernel module for voltage sensor on the Raspberry Pi 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 select 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-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Sensirion SHT21 and SHT25 temperature and humidity sensors chip config PACKAGE_kmod-hwmon-sht3x tristate "kmod-hwmon-sht3x........... Sensiron SHT3x and compat. monitoring support" default y if DEFAULT_kmod-hwmon-sht3x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-lib-crc8 help Kernel module for Sensirion SHT3x temperature and humidity sensors chip config PACKAGE_kmod-hwmon-tc654 tristate "kmod-hwmon-tc654................................ TC654 monitoring support" default y if DEFAULT_kmod-hwmon-tc654 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for Microchip TC654/TC655 and compatibles 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-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c 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-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c 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 select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core help Kernel module for the Texas Instruments TMP421 and compatible chips. config PACKAGE_kmod-hwmon-tps23861 tristate "kmod-hwmon-tps23861................... Texas Instruments TPS23861 PoE PSE" default y if DEFAULT_kmod-hwmon-tps23861 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c help Kernel module for the Texas Instruments TPS23861 802.3at PoE PSE 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 select 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 select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-hwmon-vid depends on TARGET_x86 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-core select PACKAGE_kmod-hwmon-vid depends on TARGET_x86 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 select 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 select 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-hwmon-core select PACKAGE_kmod-pmbus-core help Kernel module for Intersil / Zilker Labs ZL6100 and compatible digital DC-DC controllers 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 select PACKAGE_kmod-i2c-core depends on TARGET_at91 help Kernel module to use the I2C (TWI) master driver for Atmel AT91 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 select 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 select 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 select PACKAGE_kmod-i2c-core help Kernel modules for I2C PCF 8584 interfaces config PACKAGE_kmod-i2c-bcm-iproc tristate "kmod-i2c-bcm-iproc......................... Broadcom iProc I2C controller" default y if DEFAULT_kmod-i2c-bcm-iproc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on TARGET_bcm53xx help Kernel module for the Broadcom iProc I2C controller. 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_bcm27xx help This package contains the Broadcom 2835 I2C master controller driver config PACKAGE_kmod-i2c-ccgs-ucsi tristate default y if DEFAULT_kmod-i2c-ccgs-ucsi select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-core help Cypress CCGx Type-C controller 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-designware-core tristate default y if DEFAULT_kmod-i2c-designware-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-core help Synopsys DesignWare I2C core config PACKAGE_kmod-i2c-designware-pci tristate "kmod-i2c-designware-pci.......................... Synopsys DesignWare PCI" default y if DEFAULT_kmod-i2c-designware-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-ccgs-ucsi select PACKAGE_kmod-i2c-designware-core depends on PCI_SUPPORT help Support for Synopsys DesignWare I2C controller. Only master mode is supported. config PACKAGE_kmod-i2c-en7581 tristate "kmod-i2c-en7581.................................... Airoha I2C Controller" default y if DEFAULT_kmod-i2c-en7581 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_airoha_en7581) select PACKAGE_kmod-i2c-core help Kernel modules for enable mt7621 i2c controller. 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 GPIO_SUPPORT select PACKAGE_kmod-i2c-algo-bit 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-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 select PACKAGE_kmod-i2c-core select PACKAGE_kmod-i2c-smbus depends on PCI_SUPPORT depends on TARGET_x86 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 select PACKAGE_kmod-i2c-core depends on TARGET_lantiq_falcon help Kernel support for the Lantiq/Falcon I2C controller config PACKAGE_kmod-i2c-mlxcpld tristate "kmod-i2c-mlxcpld..................................... Mellanox I2C driver" default y if DEFAULT_kmod-i2c-mlxcpld default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-regmap-core depends on TARGET_x86_64 help This exposes the Mellanox platform I2C busses to the linux I2C layer for X86 based systems. Controller is implemented as CPLD logic. 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 (TARGET_ramips_mt76x8) select PACKAGE_kmod-i2c-core 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 select 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 select PACKAGE_kmod-i2c-mux help Kernel modules for GENERIC_GPIO I2C bus mux/switching devices config PACKAGE_kmod-i2c-mux-mlxcpld tristate "kmod-i2c-mux-mlxcpld................. Mellanox CPLD based I2C multiplexer" default y if DEFAULT_kmod-i2c-mux-mlxcpld default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-mlxcpld select PACKAGE_kmod-i2c-mux depends on TARGET_x86_64 help This driver provides access to I2C busses connected through a MUX, which is controlled by a CPLD register. 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 select 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 select PACKAGE_kmod-i2c-mux help Kernel modules for PCA954x I2C bus mux/switching devices config PACKAGE_kmod-i2c-mux-reg tristate "kmod-i2c-mux-reg......................... Register-based I2C mux/switches" default y if DEFAULT_kmod-i2c-mux-reg default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-mux help Kernel modules for register-based 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 select PACKAGE_kmod-i2c-core depends on PCI_SUPPORT depends on TARGET_x86 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-pxa tristate "kmod-i2c-pxa.................................... Intel PXA I2C bus driver" default y if DEFAULT_kmod-i2c-pxa default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core help Kernel module for Intel PXA2XX I2C adapter 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_mt7621||TARGET_ramips_mt76x8) select PACKAGE_kmod-i2c-core depends on TARGET_ramips 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 select 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-i2c-core select PACKAGE_kmod-usb-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-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer help support for Analog Devices: ad7991, ad7995, ad7999, ad7992, ad7993, ad7994, ad7997, ad7998 i2c analog to digital converters (ADC). config PACKAGE_kmod-iio-ads1015 tristate "kmod-iio-ads1015.................... Texas Instruments ADS1015 ADC driver" default y if DEFAULT_kmod-iio-ads1015 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-regmap-i2c help This driver adds support for Texas Instruments ADS1015 and ADS1115 ADCs. 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-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer 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-bme680 tristate "kmod-iio-bme680.......... BME680 gas/humidity/pressure/temperature sensor" default y if DEFAULT_kmod-iio-bme680 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 BME680 sensor with gas, humidity, pressure and temperatue sensing capability. config PACKAGE_kmod-iio-bme680-i2c tristate "kmod-iio-bme680-i2c" default y if DEFAULT_kmod-iio-bme680-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-bme680 select PACKAGE_kmod-iio-core select PACKAGE_kmod-regmap-i2c help This driver adds support for Bosch Sensortec's BME680 connected via I2C. config PACKAGE_kmod-iio-bme680-spi tristate "kmod-iio-bme680-spi" default y if DEFAULT_kmod-iio-bme680-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-bme680 select PACKAGE_kmod-iio-core select PACKAGE_kmod-regmap-spi help This driver adds support for Bosch Sensortec's BME680 connected via SPI. 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-iio-core 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-iio-bmp280 select PACKAGE_kmod-iio-core select PACKAGE_kmod-spi-bitbang 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-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer 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 depends on GPIO_SUPPORT select PACKAGE_kmod-iio-core 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-fxas21002c tristate "kmod-iio-fxas21002c.............. Freescale FXAS21002C 3-axis gyro driver" default y if DEFAULT_kmod-iio-fxas21002c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-regmap-core help Support for Freescale FXAS21002C 3-axis gyro. config PACKAGE_kmod-iio-fxas21002c-i2c tristate "kmod-iio-fxas21002c-i2c.... Freescale FXAS21002C 3-axis gyro driver (I2C)" default y if DEFAULT_kmod-iio-fxas21002c-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-fxas21002c select PACKAGE_kmod-regmap-i2c help Support for Freescale FXAS21002C 3-axis gyro connected via I2C. config PACKAGE_kmod-iio-fxas21002c-spi tristate "kmod-iio-fxas21002c-spi.... Freescale FXAS21002C 3-axis gyro driver (SPI)" default y if DEFAULT_kmod-iio-fxas21002c-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-fxas21002c select PACKAGE_kmod-regmap-spi help Support for Freescale FXAS21002C 3-axis gyro connected via SPI. config PACKAGE_kmod-iio-fxos8700 tristate "kmod-iio-fxos8700......... Freescale FXOS8700 3-axis accelerometer driver" default y if DEFAULT_kmod-iio-fxos8700 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-regmap-core help Support for Freescale FXOS8700 3-axis accelerometer. config PACKAGE_kmod-iio-fxos8700-i2c tristate "kmod-iio-fxos8700-i2c" default y if DEFAULT_kmod-iio-fxos8700-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-fxos8700 select PACKAGE_kmod-regmap-i2c help Support for Freescale FXOS8700 3-axis accelerometer connected via I2C. config PACKAGE_kmod-iio-fxos8700-spi tristate "kmod-iio-fxos8700-spi" default y if DEFAULT_kmod-iio-fxos8700-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-fxos8700 select PACKAGE_kmod-regmap-spi help Support for Freescale FXOS8700 3-axis accelerometer connected via SPI. 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-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-regmap-i2c 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-i2c-core select PACKAGE_kmod-iio-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-kfifo-buf tristate "kmod-iio-kfifo-buf............... Industrial I/O buffering based on kfifo" default y if DEFAULT_kmod-iio-kfifo-buf default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core help A simple fifo based on kfifo. Note that this currently provides no buffer events so it is up to userspace to work out how often to read from the buffer. config PACKAGE_kmod-iio-lsm6dsx tristate "kmod-iio-lsm6dsx.................. ST LSM6DSx driver for IMU MEMS sensors" default y if DEFAULT_kmod-iio-lsm6dsx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-kfifo-buf select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-regmap-core help Support for the ST LSM6DSx and related IMU MEMS sensors. config PACKAGE_kmod-iio-lsm6dsx-i2c tristate "kmod-iio-lsm6dsx-i2c........ ST LSM6DSx driver for IMU MEMS sensors (I2C)" default y if DEFAULT_kmod-iio-lsm6dsx-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-lsm6dsx select PACKAGE_kmod-regmap-i2c help Support for the ST LSM6DSx and related IMU MEMS I2C sensors. config PACKAGE_kmod-iio-lsm6dsx-spi tristate "kmod-iio-lsm6dsx-spi........ ST LSM6DSx driver for IMU MEMS sensors (SPI)" default y if DEFAULT_kmod-iio-lsm6dsx-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-lsm6dsx select PACKAGE_kmod-regmap-spi help Support for the ST LSM6DSx and related IMU MEMS SPI sensors. config PACKAGE_kmod-iio-mt6577-auxadc tristate "kmod-iio-mt6577-auxadc............................ Mediatek AUXADC driver" default y if DEFAULT_kmod-iio-mt6577-auxadc default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_mediatek_mt7622||TARGET_mediatek_filogic) select PACKAGE_kmod-iio-core help Mediatek AUXADC driver 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 select PACKAGE_kmod-industrialio-triggered-buffer 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-i2c-core select PACKAGE_kmod-iio-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-sps30 tristate "kmod-iio-sps30................. Sensirion SPS30 particulate matter sensor" default y if DEFAULT_kmod-iio-sps30 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-lib-crc8 help Support for the Sensirion SPS30 particulate matter sensor. config PACKAGE_kmod-iio-st_accel tristate "kmod-iio-st_accel......... STMicroelectronics accelerometer 3-Axis Driver" default y if DEFAULT_kmod-iio-st_accel default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-industrialio-triggered-buffer select PACKAGE_kmod-regmap-core help This package adds support for STMicroelectronics accelerometers: LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC, LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL, LNG2DM, LIS3DE, LIS2DE12 config PACKAGE_kmod-iio-st_accel-i2c tristate "kmod-iio-st_accel-i2c" default y if DEFAULT_kmod-iio-st_accel-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-st_accel select PACKAGE_kmod-regmap-i2c help This package adds support for STMicroelectronics I2C based accelerometers config PACKAGE_kmod-iio-st_accel-spi tristate "kmod-iio-st_accel-spi" default y if DEFAULT_kmod-iio-st_accel-spi default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-st_accel select PACKAGE_kmod-regmap-spi help This package adds support for STMicroelectronics SPI based accelerometers config PACKAGE_kmod-iio-ti-am335x-adc tristate "kmod-iio-ti-am335x-adc....................... TI Sitara AM335x ADC driver" default y if DEFAULT_kmod-iio-ti-am335x-adc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-kfifo-buf depends on TARGET_omap help Driver for the TI AM335x ADC. 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-i2c-core select PACKAGE_kmod-iio-core help Support for TAOS TSL4531x family of ambient light sensors connected via I2C. Following models are usable: TSL45311, TSL45313, TSL45315, TSL45317. config PACKAGE_kmod-industrialio-triggered-buffer tristate "kmod-industrialio-triggered-buffer" default y if DEFAULT_kmod-industrialio-triggered-buffer default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-iio-core select PACKAGE_kmod-iio-kfifo-buf help Provides helper functions for setting up triggered buffers. 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 depends on GPIO_SUPPORT select PACKAGE_kmod-input-core help Kernel module to use rotary encoders connected to GPIO pins 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-core 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 Kernel module support for input matrix 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-input-core select PACKAGE_kmod-spi-bitbang help Kernel module for ADS7846/TSC2046/AD7873 and AD(S)7843 based touchscreens config PACKAGE_kmod-input-touchscreen-edt-ft5x06 tristate "kmod-input-touchscreen-edt-ft5x06" default y if DEFAULT_kmod-input-touchscreen-edt-ft5x06 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-input-core select PACKAGE_kmod-regmap-i2c help Kernel module for EDT FT5206, FT5306, FT5406, FT5506, Evervision FT5726 and Focaltech FT6236 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_imx) select PACKAGE_kmod-input-matrixkmap help Enable support for IMX keypad port. endmenu menu "LED modules" config PACKAGE_kmod-input-leds tristate "kmod-input-leds................................. Input device LED support" default y if DEFAULT_kmod-input-leds default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-input-core help Provides support for LEDs on input devices- for example, keyboard num/caps/scroll lock. config PACKAGE_kmod-leds-apu tristate "kmod-leds-apu................................ PC Engines APU1 LED support" default y if DEFAULT_kmod-leds-apu default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT depends on TARGET_x86 help Driver for the PC Engines APU1 LEDs. config PACKAGE_kmod-leds-bcm6328 tristate "kmod-leds-bcm6328.................................... BCM6328 LED support" default y if DEFAULT_kmod-leds-bcm6328 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_bmips help Kernel support for the BCM6328 LED controller. config PACKAGE_kmod-leds-bcm6358 tristate "kmod-leds-bcm6358.................................... BCM6358 LED support" default y if DEFAULT_kmod-leds-bcm6358 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_bmips help Kernel support for the BCM6358 LED controller. config PACKAGE_kmod-leds-gca230718 tristate "kmod-leds-gca230718.......... GCA230718 LED support (e.g. for D-Link M30)" default y if DEFAULT_kmod-leds-gca230718 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek_filogic help GCA230718 LED support (e.g. for D-Link M30) using I2C. 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-lp5562 tristate "kmod-leds-lp5562....................... LED driver for LP5562 controllers" default y if DEFAULT_kmod-leds-lp5562 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-leds-lp55xx-common help This option enables support for Texas Instruments LP5562 LED controllers. config PACKAGE_kmod-leds-lp55xx-common tristate "kmod-leds-lp55xx-common" default y if DEFAULT_kmod-leds-lp55xx-common default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core help This option enables support for Texas Instruments LP5521/LP5523/LP55231/LP5562 common driver. config PACKAGE_kmod-leds-mlxcpld tristate "kmod-leds-mlxcpld.................... LED support for the Mellanox boards" default y if DEFAULT_kmod-leds-mlxcpld default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86 help This option enables support for the LEDs on the Mellanox boards. config PACKAGE_kmod-leds-pca955x tristate "kmod-leds-pca955x....................... LED driver for PCA955x I2C chips" default y if DEFAULT_kmod-leds-pca955x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT select PACKAGE_kmod-i2c-core help This option enables support for LEDs connected to PCA955x LED driver chips accessed via the I2C bus. Supported devices include PCA9550, PCA9551, PCA9552, and PCA9553. 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-pwm tristate "kmod-leds-pwm..................................... PWM driven LED Support" default y if DEFAULT_kmod-leds-pwm default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PWM_SUPPORT help This option enables support for pwm driven LEDs 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-sercomm-msp430 tristate "kmod-leds-sercomm-msp430................. Sercomm MSP430G2513 LED support" default y if DEFAULT_kmod-leds-sercomm-msp430 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ledtrig-pattern depends on TARGET_bmips help Kernel support for the Sercomm MSP430G2513 SPI LED controller. config PACKAGE_kmod-leds-tlc591xx tristate "kmod-leds-tlc591xx...... LED driver for TLC59108 and TLC59116 controllers" default y if DEFAULT_kmod-leds-tlc591xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-regmap-i2c help This option enables support for Texas Instruments TLC59108 and TLC59116 LED controllers. config PACKAGE_kmod-leds-turris-omnia tristate "kmod-leds-turris-omnia............. LED support for CZ.NIC's Turris Omnia" default y if DEFAULT_kmod-leds-turris-omnia default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mvebu_cortexa9 help This option enables support for the LEDs of the CZ.NIC Turris Omnia. config PACKAGE_kmod-leds-ubnt-ledbar tristate "kmod-leds-ubnt-ledbar.................... Ubiquiti UniFi 6 LR LED support" default y if DEFAULT_kmod-leds-ubnt-ledbar default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core depends on TARGET_mediatek_mt7622||TARGET_ramips_mt7621 help LED support for some Ubiquiti UniFi access points. config PACKAGE_kmod-leds-uleds tristate "kmod-leds-uleds........................................... Userspace LEDs" default y if DEFAULT_kmod-leds-uleds default m if ALL||ALL_NONSHARED||ALL_KMODS help This option enables support for userspace LEDs. config PACKAGE_kmod-leds-ws2812b tristate "kmod-leds-ws2812b............... Worldsemi WS2812B (NeoPixel) LED support" default y if DEFAULT_kmod-leds-ws2812b default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek_filogic help LED support for driving WS2812B (NeoPixel) using SPI MOSI. config PACKAGE_kmod-ledtrig-activity tristate "kmod-ledtrig-activity............................... LED Activity Trigger" default y if DEFAULT_kmod-ledtrig-activity default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to blink based on system load config PACKAGE_kmod-ledtrig-audio tristate "kmod-ledtrig-audio................................ LED Audio Mute Trigger" default y if DEFAULT_kmod-ledtrig-audio default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module that allows LEDs to be controlled by audio drivers to follow audio mute and mic-mute changes. 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-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-pattern tristate "kmod-ledtrig-pattern................................. LED Pattern Trigger" default y if DEFAULT_kmod-ledtrig-pattern default m if ALL||ALL_NONSHARED||ALL_KMODS help This allows LEDs to be controlled by a software or hardware pattern which is a series of tuples, of brightness and duration (ms). 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. config PACKAGE_kmod-ledtrig-tty tristate "kmod-ledtrig-tty............................. LED Trigger for TTY devices" default y if DEFAULT_kmod-ledtrig-tty default m if ALL||ALL_NONSHARED||ALL_KMODS help This allows LEDs to be controlled by activity on ttys which includes serial devices like '/dev/ttyS0'. endmenu menu "Libraries" config PACKAGE_kmod-asn1-decoder tristate default y if DEFAULT_kmod-asn1-decoder help Simple ASN1 decoder config PACKAGE_kmod-asn1-encoder tristate default y if DEFAULT_kmod-asn1-encoder help Simple ASN1 encoder config PACKAGE_kmod-lib-842 tristate "kmod-lib-842................................................. 842 support" default y if DEFAULT_kmod-lib-842 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-acompress select PACKAGE_kmod-crypto-crc32 help Kernel module for 842 compression/decompression support 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 "kmod-lib-lz4................................................. LZ4 support" default y if DEFAULT_kmod-lib-lz4 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-acompress select PACKAGE_kmod-lib-lz4-decompress help Kernel module for LZ4 compression/decompression support config PACKAGE_kmod-lib-lz4-decompress tristate default y if DEFAULT_kmod-lib-lz4-decompress help LZ4 decompress config PACKAGE_kmod-lib-lz4hc tristate "kmod-lib-lz4hc............................................. LZ4HC support" default y if DEFAULT_kmod-lib-lz4hc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-acompress select PACKAGE_kmod-lib-lz4-decompress help Kernel module for LZ4HC compression/decompression support config PACKAGE_kmod-lib-lzo tristate default y if DEFAULT_kmod-lib-lzo select PACKAGE_kmod-crypto-acompress help Kernel module for LZO compression/decompression support config PACKAGE_kmod-lib-objagg tristate "kmod-lib-objagg........................................... objagg support" default y if DEFAULT_kmod-lib-objagg default m if ALL||ALL_NONSHARED||ALL_KMODS help objagg support config PACKAGE_kmod-lib-parman tristate "kmod-lib-parman........................................... parman support" default y if DEFAULT_kmod-lib-parman default m if ALL||ALL_NONSHARED||ALL_KMODS help parman 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-xxhash tristate default y if DEFAULT_kmod-lib-xxhash help xxhash support 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 "kmod-lib-zstd............................................... ZSTD support" default y if DEFAULT_kmod-lib-zstd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-acompress select PACKAGE_kmod-lib-xxhash 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||TARGET_ipq40xx) help Lantiq OS abstraction library config PACKAGE_kmod-oid-registry tristate "kmod-oid-registry............................. Object identifier registry" default y if DEFAULT_kmod-oid-registry default m if ALL||ALL_NONSHARED||ALL_KMODS help Object identifier registry endmenu menu "Multiplexer Support" config PACKAGE_kmod-mux-core tristate "kmod-mux-core........................................ Multiplexer Support" default y if DEFAULT_kmod-mux-core default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel module for multiplexer support config PACKAGE_kmod-mux-gpio tristate "kmod-mux-gpio..................... GPIO-controlled Multiplexer controller" default y if DEFAULT_kmod-mux-gpio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on GPIO_SUPPORT depends on PACKAGE_kmod-mux-core help Kernel modules for GPIO-controlled Multiplexer controller 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-ucs2-utils tristate default y if DEFAULT_kmod-nls-ucs2-utils select PACKAGE_kmod-nls-base help UCS-2 common library 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 depends on IPV6 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 depends on IPV6 select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-ipt6 select PACKAGE_kmod-nf-reject6 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 config PACKAGE_kmod-ipt-asn tristate "kmod-ipt-asn........................................ asn netfilter module" default y if DEFAULT_kmod-ipt-asn default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help asn netfilter module 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-compat-xtables select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-delude select PACKAGE_kmod-ipt-tarpit help CHAOS netfilter module 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-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-ip6tables if IPV6 select PACKAGE_kmod-ipt-core help API compatibilty layer netfilter module 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 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 select PACKAGE_kmod-nf-conncount 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-conntrack select PACKAGE_kmod-ipt-core 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 help Netfilter kernel module for CoovaChilli 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-log 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-core select PACKAGE_kmod-ipt-raw 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-compat-xtables select PACKAGE_kmod-ipt-core help DELUDE netfilter module 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-compat-xtables select PACKAGE_kmod-ipt-core help DHCPMAC netfilter module 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-core select PACKAGE_kmod-ipt-nat help DNETMAP netfilter module 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-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-lib-textsearch 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 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 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 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 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 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 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-compat-xtables select PACKAGE_kmod-ipt-core help length2 netfilter module 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 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 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-conntrack-extra select PACKAGE_kmod-ipt-core help Lua PacketScript netfilter module 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-ipt-core select PACKAGE_kmod-nf-nat 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-core select PACKAGE_kmod-ipt-nat 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 depends on IPV6 select PACKAGE_kmod-ip6tables select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-nat select PACKAGE_kmod-nf-nat6 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-conntrack-extra select PACKAGE_kmod-ipt-core select PACKAGE_kmod-ipt-nat help RTSP Conntrack and NAT netfilter module 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-ipt-core select PACKAGE_kmod-nfnetlink-log 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-ipt-core select PACKAGE_kmod-nfnetlink-queue 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 select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-flow 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-proto tristate "kmod-ipt-proto.................................... PROTO netfilter module" default y if DEFAULT_kmod-ipt-proto default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core help PROTO netfilter 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 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 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 depends on IPV6 select PACKAGE_kmod-ip6tables select PACKAGE_kmod-ipt-core 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-rtpengine tristate "kmod-ipt-rtpengine.................... Sipwise rtpengine netfilter module" default y if DEFAULT_kmod-ipt-rtpengine default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-crypto-aead select PACKAGE_kmod-crypto-hash select PACKAGE_kmod-ipt-core help Netfilter kernel module for rtpengine config PACKAGE_kmod-ipt-socket tristate "kmod-ipt-socket......................... Iptables socket matching support" default y if DEFAULT_kmod-ipt-socket default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-socket help Kernel modules for socket matching 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-crypto-hash select PACKAGE_kmod-ipt-compat-xtables select PACKAGE_kmod-ipt-core help SYSRQ netfilter module 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 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-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-nf-dup-inet 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-core select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-tproxy 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-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. config PACKAGE_kmod-nf-conncount tristate default y if DEFAULT_kmod-nf-conncount select PACKAGE_kmod-nf-conntrack help Netfilter conncount support 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-nf-conntrack select PACKAGE_kmod-nfnetlink 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 depends on IPV6 select PACKAGE_kmod-nf-conntrack help Netfilter IPv6 connection tracking config PACKAGE_kmod-nf-dup-inet tristate default y if DEFAULT_kmod-nf-dup-inet select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-conntrack6 if IPV6 help Netfilter nf_tables dup in ip/ip6/inet family support 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 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 depends on IPV6 select PACKAGE_kmod-nf-ipt select PACKAGE_kmod-nf-log6 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 depends on IPV6 select PACKAGE_kmod-ipt-conntrack select PACKAGE_kmod-ipt-core select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-nf-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 depends on PACKAGE_kmod-nf-ipvs select PACKAGE_kmod-nf-nat 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 depends on PACKAGE_kmod-nf-ipvs select PACKAGE_kmod-nf-nathelper-extra help Allow persistence based on the SIP Call-ID config PACKAGE_kmod-nf-log tristate "kmod-nf-log............................................ Netfilter Logging" default y if DEFAULT_kmod-nf-log default m if ALL||ALL_NONSHARED||ALL_KMODS help Netfilter Logging config PACKAGE_kmod-nf-log6 tristate "kmod-nf-log6...................................... Netfilter IPV6 Logging" default y if DEFAULT_kmod-nf-log6 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-nf-log help Netfilter IPV6 Logging 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-conntrack6 select PACKAGE_kmod-nf-nat 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-asn1-decoder select PACKAGE_kmod-lib-textsearch 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-nf-socket tristate "kmod-nf-socket........................... Netfilter socket lookup support" default y if DEFAULT_kmod-nf-socket default m if ALL||ALL_NONSHARED||ALL_KMODS help Netfilter socket lookup support config PACKAGE_kmod-nf-tproxy tristate "kmod-nf-tproxy.................................. Netfilter tproxy support" default y if DEFAULT_kmod-nf-tproxy default m if ALL||ALL_NONSHARED||ALL_KMODS help Netfilter tproxy 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 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 help Netfilter nf_tables bridge table support config PACKAGE_kmod-nft-compat tristate "kmod-nft-compat....................... Netfilter nf_tables compat support" default y if DEFAULT_kmod-nft-compat default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-ipt select PACKAGE_kmod-nft-core help Netfilter nf_tables compat support config PACKAGE_kmod-nft-connlimit tristate "kmod-nft-connlimit................. Netfilter nf_tables connlimit support" default y if DEFAULT_kmod-nft-connlimit default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conncount select PACKAGE_kmod-nft-core help Netfilter nf_tables connlimit 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-lib-crc32c select PACKAGE_kmod-nf-conntrack6 if IPV6 select PACKAGE_kmod-nf-log select PACKAGE_kmod-nf-log6 if IPV6 select PACKAGE_kmod-nf-nat select PACKAGE_kmod-nf-reject select PACKAGE_kmod-nf-reject6 if IPV6 select PACKAGE_kmod-nfnetlink help Kernel module support for nftables config PACKAGE_kmod-nft-dup-inet tristate "kmod-nft-dup-inet.. Netfilter nf_tables dup in ip/ip6/inet family support" default y if DEFAULT_kmod-nft-dup-inet default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-dup-inet select PACKAGE_kmod-nft-core help Netfilter nf_tables dup in ip/ip6/inet family support 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 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 select PACKAGE_kmod-nf-nat select PACKAGE_kmod-nft-core help Netfilter nf_tables 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 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 help Netfilter nf_tables routing/NAT offload support config PACKAGE_kmod-nft-queue tristate "kmod-nft-queue......................... Netfilter nf_tables queue support" default y if DEFAULT_kmod-nft-queue default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nfnetlink-queue select PACKAGE_kmod-nft-core help Netfilter nf_tables queue support config PACKAGE_kmod-nft-socket tristate "kmod-nft-socket....................... Netfilter nf_tables socket support" default y if DEFAULT_kmod-nft-socket default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-socket select PACKAGE_kmod-nft-core help Netfilter nf_tables socket support config PACKAGE_kmod-nft-tproxy tristate "kmod-nft-tproxy....................... Netfilter nf_tables tproxy support" default y if DEFAULT_kmod-nft-tproxy default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nf-conntrack select PACKAGE_kmod-nf-tproxy select PACKAGE_kmod-nft-core help Netfilter nf_tables tproxy support config PACKAGE_kmod-nft-xfrm tristate "kmod-nft-xfrm................... Netfilter nf_tables xfrm support (ipsec)" default y if DEFAULT_kmod-nft-xfrm default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-nft-core help Netfilter nf_tables xfrm support (ipsec) 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-acpi-mdio tristate "kmod-acpi-mdio......................................... ACPI MDIO support" default y if DEFAULT_kmod-acpi-mdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio-devres help Kernel driver for ACPI MDIO support config PACKAGE_kmod-ag71xx tristate "kmod-ag71xx................... Atheros AR7XXX/AR9XXX ethernet mac support" default y if DEFAULT_kmod-ag71xx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-net-selftests select PACKAGE_kmod-phylink depends on PCI_SUPPORT||TARGET_ath79 help Atheros AR7XXX/AR9XXX ethernet mac support config PACKAGE_kmod-ag71xx-legacy tristate "kmod-ag71xx-legacy. Downstream Atheros AR7XXX/AR9XXX ethernet mac support" default y if DEFAULT_kmod-ag71xx-legacy default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio-devres depends on TARGET_ath79 help Downstream Atheros AR7XXX/AR9XXX ethernet mac support config PACKAGE_kmod-alx tristate "kmod-alx.... Qualcomm Atheros AR816x/AR817x PCI-E Ethernet Network Driver" default y if DEFAULT_kmod-alx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mdio depends on PCI_SUPPORT help Qualcomm Atheros AR816x/AR817x PCI-E Ethernet Network Driver config PACKAGE_kmod-amazon-ena tristate "kmod-amazon-ena................. Elastic Network Adapter (for Amazon AWS)" default y if DEFAULT_kmod-amazon-ena default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_x86_64||TARGET_armsr_armv8 help This driver supports Elastic Network Adapter (ENA) used by Amazon AWS T3 (2018) and later instances. config PACKAGE_kmod-amd-xgbe tristate "kmod-amd-xgbe................................ AMD Ethernet on SoC support" default y if DEFAULT_kmod-amd-xgbe default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-ptp depends on PCI_SUPPORT depends on TARGET_x86_64 help Kernel modules for AMD 10GbE Ethernet device on an AMD SoC. 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 select PACKAGE_kmod-mii depends on PCI_SUPPORT 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-atlantic tristate "kmod-atlantic........................ Aquantia AQtion 10Gbps Ethernet NIC" default y if DEFAULT_kmod-atlantic default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-macsec select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel modules for Aquantia AQtion 10Gbps Ethernet NIC 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_bcm47xx) || !TARGET_bcm63xx depends on !TARGET_bcm47xx_mips74k select PACKAGE_kmod-libphy select PACKAGE_kmod-mii select PACKAGE_kmod-ssb if !TARGET_bcm47xx depends on PCI_SUPPORT help Kernel modules for Broadcom 44xx Ethernet adapters. config PACKAGE_kmod-bcmgenet tristate "kmod-bcmgenet............... Broadcom GENET internal MAC (Raspberry Pi 4)" default y if DEFAULT_kmod-bcmgenet default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-mdio-bcm-unimac help Broadcom GENET internal MAC (Raspberry Pi 4) 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 select PACKAGE_kmod-hwmon-core depends on PCI_SUPPORT 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_bcm47xx_legacy depends on TARGET_bcm47xx 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 select PACKAGE_bnx2-firmware depends on PCI_SUPPORT help Kernel module for the BCM5706/5708/5709/5716 ethernet adapter config PACKAGE_kmod-bnx2x tristate "kmod-bnx2x...... QLogic 5771x/578xx 10/20-Gigabit ethernet adapter driver" default y if DEFAULT_kmod-bnx2x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_bnx2x-firmware select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-lib-zlib-inflate select PACKAGE_kmod-mdio select PACKAGE_kmod-ptp depends on PCI_SUPPORT help QLogic BCM57710/57711/57711E/57712/57712_MF/57800/57800_MF/57810/57810_MF/57840/57840_MF Driver 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-dsa tristate "kmod-dsa......................... Distributed Switch Architecture support" default y if DEFAULT_kmod-dsa default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-net-selftests select PACKAGE_kmod-phylink help Kernel module support for Distributed Switch Architecture config PACKAGE_kmod-dsa-b53 tristate "kmod-dsa-b53................. Broadcom BCM53xx managed switch DSA support" default y if DEFAULT_kmod-dsa-b53 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-dsa help Broadcom BCM53xx managed switch support config PACKAGE_kmod-dsa-b53-mdio tristate "kmod-dsa-b53-mdio................... B53 MDIO connected switch DSA driver" default y if DEFAULT_kmod-dsa-b53-mdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-dsa-b53 help B53 MDIO connected switch driver config PACKAGE_kmod-dsa-mv88e6xxx tristate "kmod-dsa-mv88e6xxx.......................... Marvell MV88E6XXX DSA Switch" default y if DEFAULT_kmod-dsa-mv88e6xxx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-dsa select PACKAGE_kmod-dsa-tag-dsa select PACKAGE_kmod-phy-marvell select PACKAGE_kmod-ptp help Kernel modules for MV88E6XXX DSA switches config PACKAGE_kmod-dsa-qca8k tristate "kmod-dsa-qca8k........ Qualcomm Atheros QCA8xxx switch family DSA support" default y if DEFAULT_kmod-dsa-qca8k default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-dsa select PACKAGE_kmod-regmap-core help DSA based kernel modules for the Qualcomm Atheros QCA8xxx switch family config PACKAGE_kmod-dsa-tag-dsa tristate "kmod-dsa-tag-dsa................... Marvell DSA type DSA and EDSA taggers" default y if DEFAULT_kmod-dsa-tag-dsa default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-dsa help Kernel modules for Marvell DSA and EDSA tagging 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-dwmac-imx tristate "kmod-dwmac-imx............................. NXP i.MX8 Ethernet controller" default y if DEFAULT_kmod-dwmac-imx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-of-mdio select PACKAGE_kmod-stmmac-core depends on TARGET_x86_64||TARGET_armsr_armv8 help NXP i.MX8 Ethernet controller config PACKAGE_kmod-dwmac-intel tristate "kmod-dwmac-intel...................................... Intel GMAC support" default y if DEFAULT_kmod-dwmac-intel default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-stmmac-core depends on TARGET_x86_64 depends on TARGET_x86_64||TARGET_armsr_armv8 help Intel GMAC support config PACKAGE_kmod-dwmac-rockchip tristate "kmod-dwmac-rockchip............... Rockchip RK3328/RK3399/RK3568 Ethernet" default y if DEFAULT_kmod-dwmac-rockchip default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-mdio-bus-mux select PACKAGE_kmod-of-mdio select PACKAGE_kmod-stmmac-core depends on TARGET_x86_64||TARGET_armsr_armv8 help Rockchip RK3328/RK3399/RK3568 Ethernet config PACKAGE_kmod-dwmac-sun8i tristate "kmod-dwmac-sun8i.................. Allwinner H3/A83T/A64 (sun8i) Ethernet" default y if DEFAULT_kmod-dwmac-sun8i default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-mdio-bus-mux select PACKAGE_kmod-of-mdio select PACKAGE_kmod-stmmac-core depends on TARGET_x86_64||TARGET_armsr_armv8 help Allwinner H3/A83T/A64 (sun8i) Ethernet 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 select PACKAGE_kmod-libphy depends on PCI_SUPPORT help This package contains the et131x kernel module 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-fixed-phy tristate "kmod-fixed-phy......... MDIO Bus/PHY emulation with fixed speed/link PHYs" default y if DEFAULT_kmod-fixed-phy default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Kernel driver for "fixed" MDIO Bus to cover the boards and devices that use PHYs that are not connected to the real MDIO bus. 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-fsl-dpaa1-net tristate "kmod-fsl-dpaa1-net.................... NXP DPAA1 (LS1043/LS1046) Ethernet" default y if DEFAULT_kmod-fsl-dpaa1-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-crypto-crc32 select PACKAGE_kmod-fsl-xgmac-mdio select PACKAGE_kmod-libphy help NXP DPAA1 (LS1043/LS1046) Ethernet config PACKAGE_kmod-fsl-dpaa2-net tristate "kmod-fsl-dpaa2-net.................................... NXP DPAA2 Ethernet" default y if DEFAULT_kmod-fsl-dpaa2-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-fsl-mc-dpio select PACKAGE_kmod-fsl-pcs-lynx select PACKAGE_kmod-fsl-xgmac-mdio select PACKAGE_kmod-phylink help NXP DPAA2 Ethernet config PACKAGE_kmod-fsl-enetc-net tristate "kmod-fsl-enetc-net......................... :NXP ENETC (LS1028A) Ethernet" default y if DEFAULT_kmod-fsl-enetc-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-fsl-pcs-lynx select PACKAGE_kmod-phylink help :NXP ENETC (LS1028A) Ethernet config PACKAGE_kmod-fsl-fec tristate "kmod-fsl-fec.............. NXP (Freescale) FEC Ethernet controller (i.MX)" default y if DEFAULT_kmod-fsl-fec default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-libphy select PACKAGE_kmod-net-selftests select PACKAGE_kmod-of-mdio select PACKAGE_kmod-ptp help NXP (Freescale) FEC Ethernet controller (i.MX) config PACKAGE_kmod-fsl-pcs-lynx tristate default y if DEFAULT_kmod-fsl-pcs-lynx depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio select PACKAGE_kmod-phylink help NXP (Freescale) Lynx PCS config PACKAGE_kmod-fsl-xgmac-mdio tristate "kmod-fsl-xgmac-mdio............................. NXP (Freescale) MDIO bus" default y if DEFAULT_kmod-fsl-xgmac-mdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-acpi-mdio select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio help NXP (Freescale) MDIO bus 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 depends on PCI_SUPPORT 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 depends on PCI_SUPPORT help Kernel modules for Cologne AG's HFC pci cards (single port) using the mISDN V2 stack config PACKAGE_kmod-i40e tristate "kmod-i40e.............. Intel(R) Ethernet Controller XL710 Family support" default y if DEFAULT_kmod-i40e default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel modules for Intel(R) Ethernet Controller XL710 Family 40 Gigabit Ethernet adapters. config PACKAGE_kmod-iavf tristate "kmod-iavf............ Intel(R) Ethernet Adaptive Virtual Function support" default y if DEFAULT_kmod-iavf default m if ALL||ALL_NONSHARED||ALL_KMODS depends on PCI_SUPPORT help Kernel modules for Intel XL710, X710, X722, XXV710, and all devices advertising support for Intel Ethernet Adaptive Virtual Function devices. 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-hwmon-core select PACKAGE_kmod-i2c-algo-bit select PACKAGE_kmod-i2c-core 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 select PACKAGE_kmod-i2c-algo-bit select PACKAGE_kmod-i2c-core select PACKAGE_kmod-ptp depends on PCI_SUPPORT depends on TARGET_x86 help Kernel modules for Intel(R) 82576 Virtual Function Ethernet adapters. config PACKAGE_kmod-igc tristate "kmod-igc................ Intel(R) Ethernet Controller I225 Series support" default y if DEFAULT_kmod-igc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel modules for Intel(R) Ethernet Controller I225 Series config PACKAGE_kmod-ipvlan tristate "kmod-ipvlan.............................................. IP-VLAN support" default y if DEFAULT_kmod-ipvlan 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 IP addresses to a particular interface 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 !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-ptp depends on PCI_SUPPORT 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 depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-ixgbe depends on PCI_SUPPORT help Kernel modules for Intel(R) 82599 Virtual Function Ethernet adapters. config PACKAGE_kmod-lan743x tristate "kmod-lan743x.......... Microchip LAN743x PCI Express Gigabit Ethernet NIC" default y if DEFAULT_kmod-lan743x default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-fixed-phy select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel module for Microchip LAN743x PCI Express Gigabit Ethernet NIC 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 select PACKAGE_kmod-ltq-adsl-ar9-mei depends on TARGET_lantiq_xway help adsl driver for ar9 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 select PACKAGE_kmod-ltq-adsl-ar9 depends on TARGET_lantiq_xway help Firmware Annex-a ar9 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 select PACKAGE_kmod-ltq-adsl-ar9 depends on TARGET_lantiq_xway help Firmware Annex-b ar9 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 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 select PACKAGE_kmod-ltq-adsl-ase-mei depends on TARGET_lantiq_ase help adsl driver for ase 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 select PACKAGE_kmod-ltq-adsl-ase depends on TARGET_lantiq_ase help Firmware Annex-a ase 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 select PACKAGE_kmod-ltq-adsl-ase depends on TARGET_lantiq_ase help Firmware Annex-b ase 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 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 depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) select PACKAGE_kmod-ltq-adsl-danube-mei help adsl driver for danube 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 depends on (TARGET_lantiq_xway||TARGET_lantiq_xway_legacy) select PACKAGE_kmod-ltq-adsl-danube help Firmware Annex-a danube 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 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 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-atm select PACKAGE_kmod-ltq-adsl-ar9-mei depends on TARGET_lantiq_xway help atm driver for ar9 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_br2684ctl select PACKAGE_kmod-atm select PACKAGE_kmod-ltq-adsl-ase-mei depends on TARGET_lantiq_ase help atm driver for ase 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_br2684ctl select PACKAGE_kmod-atm select PACKAGE_kmod-ltq-adsl-danube-mei help atm driver for danube 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 depends on (TARGET_lantiq||TARGET_ipq40xx) select PACKAGE_br2684ctl select PACKAGE_kmod-atm select PACKAGE_kmod-ltq-vdsl-vr9-mei depends on TARGET_lantiq_xrx200 help atm driver for vr9 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 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 select PACKAGE_kmod-ltq-adsl-ase-mei depends on TARGET_lantiq_ase help ptm driver for ase 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||TARGET_lantiq_xway_legacy) select PACKAGE_kmod-ltq-adsl-danube-mei depends on TARGET_lantiq_xway help ptm driver for danube 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||TARGET_ipq40xx) select PACKAGE_kmod-ltq-vdsl-vr9-mei depends on TARGET_lantiq_xrx200 help ptm driver for vr9 config PACKAGE_kmod-ltq-vdsl-vr11 tristate "kmod-ltq-vdsl-vr11........................................... vdsl driver" default y if DEFAULT_kmod-ltq-vdsl-vr11 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq||TARGET_ipq40xx) select PACKAGE_dsl_vr11_firmware_xdsl select PACKAGE_kmod-ltq-vdsl-vr11-mei depends on TARGET_ipq40xx help vdsl driver config PACKAGE_kmod-ltq-vdsl-vr11-mei tristate "kmod-ltq-vdsl-vr11-mei............................... mei driver for vdsl" default y if DEFAULT_kmod-ltq-vdsl-vr11-mei default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_lantiq||TARGET_ipq40xx) select PACKAGE_kmod-ltq-ifxos select PACKAGE_kmod-vrx518_tc depends on TARGET_ipq40xx help Lantiq MEI CPE Kernel Module Driver 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||TARGET_ipq40xx) select PACKAGE_kmod-ltq-vdsl-vr9-mei depends on TARGET_lantiq_xrx200 help vdsl driver 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||TARGET_ipq40xx) select PACKAGE_kmod-ltq-ifxos select PACKAGE_kmod-ltq-vectoring depends on TARGET_lantiq_xrx200 help Lantiq MEI CPE Kernel Module Driver config PACKAGE_kmod-ltq-vectoring tristate "kmod-ltq-vectoring............ driver for sending vectoring error samples" default y if DEFAULT_kmod-ltq-vectoring default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_lantiq_xrx200 help driver for sending vectoring error samples config PACKAGE_kmod-ltq-vectoring-test tristate "kmod-ltq-vectoring-test.......... driver for testing the vectoring driver" default y if DEFAULT_kmod-ltq-vectoring-test default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ltq-vectoring depends on TARGET_lantiq_xrx200 help driver for testing the vectoring driver 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-marvell-mdio tristate "kmod-marvell-mdio.................... Marvell Armada platform MDIO driver" default y if DEFAULT_kmod-marvell-mdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-acpi-mdio select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio help Marvell Armada platform MDIO driver config PACKAGE_kmod-mdio-bcm-unimac tristate "kmod-mdio-bcm-unimac................. Broadcom UniMAC MDIO bus controller" default y if DEFAULT_kmod-mdio-bcm-unimac default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-of-mdio help Broadcom UniMAC MDIO bus controller config PACKAGE_kmod-mdio-devres tristate default y if DEFAULT_kmod-mdio-devres depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio if (TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra) help Supports MDIO device registration 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 !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on GPIO_SUPPORT select PACKAGE_kmod-libphy select PACKAGE_kmod-of-mdio if (TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra) help Supports GPIO lib-based MDIO busses config PACKAGE_kmod-mdio-thunder tristate "kmod-mdio-thunder............... Marvell (Cavium) Thunder MDIO controller" default y if DEFAULT_kmod-mdio-thunder default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-of-mdio help Marvell (Cavium) Thunder MDIO controller config PACKAGE_kmod-mhi-net tristate "kmod-mhi-net.......................................... MHI Network Device" default y if DEFAULT_kmod-mhi-net default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mhi-bus depends on PCI_SUPPORT help Driver for MHI network interface config PACKAGE_kmod-mhi-wwan-ctrl tristate "kmod-mhi-wwan-ctrl...................................... MHI WWAN Control" default y if DEFAULT_kmod-mhi-wwan-ctrl default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mhi-bus select PACKAGE_kmod-wwan depends on PCI_SUPPORT help Driver for MHI WWAN Control This exposes all modem control ports like AT, MBIM, QMI, DIAG, .. config PACKAGE_kmod-mhi-wwan-mbim tristate "kmod-mhi-wwan-mbim.............................................. MHI MBIM" default y if DEFAULT_kmod-mhi-wwan-mbim default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mhi-bus select PACKAGE_kmod-wwan depends on PCI_SUPPORT help Driver for MHI MBIM This implements MBIM over MHI 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-mlx4-core tristate "kmod-mlx4-core............. Mellanox ConnectX(R) mlx4 core Network Driver" default y if DEFAULT_kmod-mlx4-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Supports Mellanox ConnectX-3 series and previous cards config PACKAGE_kmod-mlx5-core tristate "kmod-mlx5-core............. Mellanox ConnectX(R) mlx5 core Network Driver" default y if DEFAULT_kmod-mlx5-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mlxfw select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Supports Mellanox Connect-IB/ConnectX-4 series and later cards config PACKAGE_kmod-mlxfw tristate "kmod-mlxfw................... Mellanox Technologies firmware flash module" default y if DEFAULT_kmod-mlxfw default m if ALL||ALL_NONSHARED||ALL_KMODS help This driver supports Mellanox Technologies Firmware flashing common logic. config PACKAGE_kmod-mlxsw-core tristate "kmod-mlxsw-core............... Mellanox Technologies Switch ASICs support" default y if DEFAULT_kmod-mlxsw-core default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mlxfw depends on TARGET_x86_64 help This driver supports Mellanox Technologies Switch ASICs family. config PACKAGE_kmod-mlxsw-i2c tristate "kmod-mlxsw-i2c" default y if DEFAULT_kmod-mlxsw-i2c default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-core select PACKAGE_kmod-mlxsw-core depends on TARGET_x86_64 help This is I2C bus implementation for Mellanox Technologies Switch ASICs. config PACKAGE_kmod-mlxsw-minimal tristate "kmod-mlxsw-minimal............. Mellanox Technologies minimal I2C support" default y if DEFAULT_kmod-mlxsw-minimal default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mlxsw-i2c depends on TARGET_x86_64 help This driver supports I2C access for Mellanox Technologies Switch ASICs. config PACKAGE_kmod-mlxsw-pci tristate "kmod-mlxsw-pci" default y if DEFAULT_kmod-mlxsw-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mlxsw-core depends on PCI_SUPPORT depends on TARGET_x86_64 help This is PCI bus implementation for Mellanox Technologies Switch ASICs. config PACKAGE_kmod-mlxsw-spectrum tristate "kmod-mlxsw-spectrum........ Mellanox Technologies Spectrum family support" default y if DEFAULT_kmod-mlxsw-spectrum default m if ALL||ALL_NONSHARED||ALL_KMODS depends on IPV6 select PACKAGE_kmod-ip6-tunnel select PACKAGE_kmod-lib-objagg select PACKAGE_kmod-lib-parman select PACKAGE_kmod-mlxsw-pci select PACKAGE_kmod-ptp select PACKAGE_kmod-sched-act-sample select PACKAGE_kmod-vxlan depends on PCI_SUPPORT depends on TARGET_x86_64 help This driver supports Mellanox Technologies Spectrum/Spectrum-2/Spectrum-3/Spectrum-4 Ethernet Switch ASICs. config PACKAGE_kmod-mtk-t7xx tristate "kmod-mtk-t7xx..................................... MediaTek T7xx 5G modem" default y if DEFAULT_kmod-mtk-t7xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-wwan depends on PCI_SUPPORT help Driver for MediaTek PCIe 5G WWAN modem T7xx device config PACKAGE_kmod-mvneta tristate "kmod-mvneta................ Marvell Armada 370/38x/XP/37xx network driver" default y if DEFAULT_kmod-mvneta default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-marvell-mdio select PACKAGE_kmod-phylink help Marvell Armada 370/38x/XP/37xx network driver config PACKAGE_kmod-mvpp2 tristate "kmod-mvpp2....................... Marvell Armada 375/7K/8K network driver" default y if DEFAULT_kmod-mvpp2 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-marvell-mdio select PACKAGE_kmod-phylink help Marvell Armada 375/7K/8K network driver 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-net-selftests tristate "kmod-net-selftests...................... Network generic selftest support" default y if DEFAULT_kmod-net-selftests default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Kernel modules for the generic selftest support 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-octeontx2-net tristate "kmod-octeontx2-net............ Marvell (Cavium) ThunderX2 network drivers" default y if DEFAULT_kmod-octeontx2-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-macsec select PACKAGE_kmod-of-mdio select PACKAGE_kmod-phylink select PACKAGE_kmod-ptp help Marvell (Cavium) ThunderX2 network drivers 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 depends on !TARGET_x86 select PACKAGE_kmod-fixed-phy 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 depends on (PCI_SUPPORT||TARGET_malta) select PACKAGE_kmod-mii help Kernel modules for AMD PCnet32 Ethernet adapters config PACKAGE_kmod-pcs-xpcs tristate "kmod-pcs-xpcs............................. Synopsis DesignWare PCS driver" default y if DEFAULT_kmod-pcs-xpcs default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-phylink help Synopsis DesignWare PCS driver config PACKAGE_kmod-phy-airoha-en8811h tristate "kmod-phy-airoha-en8811h................. Airoha EN8811H 2.5G Ethernet PHY" default y if DEFAULT_kmod-phy-airoha-en8811h default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_airoha-en8811h-firmware select PACKAGE_kmod-libphy help Kernel modules for Airoha EN8811H 2.5G Ethernet PHY config PACKAGE_kmod-phy-amd tristate "kmod-phy-amd.............................................. AMD PHY driver" default y if DEFAULT_kmod-phy-amd default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Currently supports the AMD and Altima PHYs. config PACKAGE_kmod-phy-aquantia tristate "kmod-phy-aquantia................................. Aquantia Ethernet PHYs" default y if DEFAULT_kmod-phy-aquantia default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-libphy help Kernel modules for Aquantia Ethernet PHYs config PACKAGE_kmod-phy-at803x tristate "kmod-phy-at803x....................... Qualcomm Atheros 8337 internal PHY" default y if DEFAULT_kmod-phy-at803x default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-phylib-qcom help Qualcomm Atheros 8337 internal PHY config PACKAGE_kmod-phy-ax88796b tristate "kmod-phy-ax88796b........................................ Asix PHY driver" default y if DEFAULT_kmod-phy-ax88796b default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Currently supports the Asix Electronics PHY found in the X-Surf 100 AX88796B package. config PACKAGE_kmod-phy-bcm84881 tristate "kmod-phy-bcm84881........................... Broadcom BCM84881 PHY driver" default y if DEFAULT_kmod-phy-bcm84881 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Supports the Broadcom 84881 PHY. 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-intel-xway tristate "kmod-phy-intel-xway...................................... Intel XWAY PHYs" default y if DEFAULT_kmod-phy-intel-xway default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Supports the Intel XWAY (former Lantiq) 11G and 22E PHYs. These PHYs are marked as standalone chips under the names PEF 7061, PEF 7071 and PEF 7072 or integrated into the Intel SoCs xRX200, xRX300, xRX330, xRX350 and xRX550. config PACKAGE_kmod-phy-marvell tristate "kmod-phy-marvell..................... Marvell Gigabit Ethernet PHY driver" default y if DEFAULT_kmod-phy-marvell default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Supports Marvell Gigabit Ethernet PHYs: * 88E1101 * 88E1112 * 88E1111 (incl. Finisar variant) * 88E1118 * 88E1121R * 88E1145 * 88E1149R * 88E1240 * 88E1318S * 88E1116R * 88E1510 * 88E1540 * 88E1545 * 88E3016 * 88E6341 family * 88E6390 family * 88E6393 family * 88E1340S * 88E1548P config PACKAGE_kmod-phy-marvell-10g tristate "kmod-phy-marvell-10g.............. Marvell 10 Gigabit Ethernet PHY driver" default y if DEFAULT_kmod-phy-marvell-10g default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Marvell 10 Gigabit Ethernet PHY driver config PACKAGE_kmod-phy-micrel tristate "kmod-phy-micrel.............................................. Micrel PHYs" default y if DEFAULT_kmod-phy-micrel default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy select PACKAGE_kmod-ptp help Supports the KSZ9021, VSC8201, KS8001 PHYs. config PACKAGE_kmod-phy-microchip tristate "kmod-phy-microchip......................... Microchip Ethernet PHY driver" default y if DEFAULT_kmod-phy-microchip default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Supports the LAN88XX PHYs. config PACKAGE_kmod-phy-qca83xx tristate "kmod-phy-qca83xx..................... Qualcomm Atheros QCA833x PHY driver" default y if DEFAULT_kmod-phy-qca83xx default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-phylib-qcom help Qualcomm Atheros QCA833x PHY driver 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-phy-smsc tristate "kmod-phy-smsc............................................ SMSC PHY driver" default y if DEFAULT_kmod-phy-smsc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-lib-crc16 select PACKAGE_kmod-libphy help Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs config PACKAGE_kmod-phy-vitesse tristate "kmod-phy-vitesse............................................ Vitesse PHYs" default y if DEFAULT_kmod-phy-vitesse default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Currently supports the vsc8244 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-phylib-qcom tristate default y if DEFAULT_kmod-phylib-qcom select PACKAGE_kmod-libphy help Qualcomm Ethernet PHY library config PACKAGE_kmod-phylink tristate "kmod-phylink.................... Model for MAC to optional PHY connection" default y if DEFAULT_kmod-phylink default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy help Model for MAC to optional PHY connection 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-qca-nss-dp tristate "kmod-qca-nss-dp.................... Qualcom NSS dataplane ethernet driver" default y if DEFAULT_kmod-qca-nss-dp default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_qualcommax) select PACKAGE_kmod-qca-ssdk depends on TARGET_qualcommax help Qualcom NSS dataplane ethernet driver config PACKAGE_kmod-qca-ssdk tristate "kmod-qca-ssdk................................. Qualcom SSDK switch driver" default y if DEFAULT_kmod-qca-ssdk default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_qualcommax) help Qualcom SSDK switch driver config PACKAGE_kmod-qlcnic tristate "kmod-qlcnic.................... QLogic QLE8240 and QLE8242 device support" default y if DEFAULT_kmod-qlcnic default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core depends on PCI_SUPPORT help This driver supports QLogic QLE8240 and QLE8242 Converged Ethernet devices. 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-r8101 tristate "kmod-r8101...................... Realtek RTL8101 PCI Fast Ethernet driver" default y if DEFAULT_kmod-r8101 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT help Realtek RTL8101 PCI Fast Ethernet driver config PACKAGE_kmod-r8125 tristate "kmod-r8125............... Realtek RTL8125 PCI 2.5 Gigabit Ethernet driver" default y if DEFAULT_kmod-r8125 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT help Realtek RTL8125 PCI 2.5 Gigabit Ethernet driver config PACKAGE_kmod-r8125-rss tristate "kmod-r8125-rss..... Realtek RTL8125 PCI 2.5 Gigabit Ethernet driver (RSS)" default y if DEFAULT_kmod-r8125-rss default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT depends on m || (PACKAGE_kmod-r8125 != y) help Realtek RTL8125 PCI 2.5 Gigabit Ethernet driver (RSS) config PACKAGE_kmod-r8126 tristate "kmod-r8126................. Realtek RTL8126 PCI 5 Gigabit Ethernet driver" default y if DEFAULT_kmod-r8126 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT help Realtek RTL8126 PCI 5 Gigabit Ethernet driver config PACKAGE_kmod-r8126-rss tristate "kmod-r8126-rss....... Realtek RTL8126 PCI 5 Gigabit Ethernet driver (RSS)" default y if DEFAULT_kmod-r8126-rss default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT depends on m || (PACKAGE_kmod-r8126 != y) help Realtek RTL8126 PCI 5 Gigabit Ethernet driver (RSS) config PACKAGE_kmod-r8168 tristate "kmod-r8168................... Realtek RTL8168 PCI Gigabit Ethernet driver" default y if DEFAULT_kmod-r8168 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-libphy depends on PCI_SUPPORT help Realtek RTL8168 PCI Gigabit Ethernet driver 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 depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-mii select PACKAGE_kmod-phy-realtek select PACKAGE_r8169-firmware depends on PCI_SUPPORT help Kernel modules for RealTek RTL-8169 PCI Gigabit Ethernet adapters config PACKAGE_kmod-renesas-net-avb tristate "kmod-renesas-net-avb............................. Renesas network drivers" default y if DEFAULT_kmod-renesas-net-avb default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on (TARGET_armsr_armv8) depends on GPIO_SUPPORT select PACKAGE_kmod-libphy select PACKAGE_kmod-mdio-gpio select PACKAGE_kmod-mii select PACKAGE_kmod-phylink select PACKAGE_kmod-ptp help Support Renesas RZ platform Ethernet module config PACKAGE_kmod-rmnet tristate "kmod-rmnet............................................. RmNet MAP support" default y if DEFAULT_kmod-rmnet default m if ALL||ALL_NONSHARED||ALL_KMODS help Kernel support for RMNET module which is used for handling data in the multiplexing and aggregation protocol (MAP) format in the embedded data path. RMNET devices can be attached to any IP mode physical device. config PACKAGE_kmod-sfc tristate "kmod-sfc................. Solarflare SFC9000/SFC9100/EF100-family support" default y if DEFAULT_kmod-sfc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-mdio select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Solarflare SFC9000/SFC9100/EF100-family support Solarflare EF100 support requires at least kernel version 5.9 config PACKAGE_kmod-sfc-falcon tristate "kmod-sfc-falcon............................... Solarflare SFC4000 support" default y if DEFAULT_kmod-sfc-falcon default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-i2c-algo-bit select PACKAGE_kmod-lib-crc32c select PACKAGE_kmod-mdio depends on PCI_SUPPORT help Solarflare SFC4000 support config PACKAGE_kmod-sfp tristate "kmod-sfp................................................ SFP cage support" default y if DEFAULT_kmod-sfp default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-i2c-core select PACKAGE_kmod-phylink help Kernel module to support SFP cages 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 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 select PACKAGE_kmod-mii depends on PCI_SUPPORT 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 select PACKAGE_kmod-mii depends on PCI_SUPPORT 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-stmmac-core tristate "kmod-stmmac-core. Synopsis Ethernet Controller core (NXP,STMMicro,others)" default y if DEFAULT_kmod-stmmac-core default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (TARGET_x86_64||TARGET_armsr_armv8) select PACKAGE_kmod-pcs-xpcs select PACKAGE_kmod-ptp depends on TARGET_x86_64||TARGET_armsr_armv8 help Synopsis Ethernet Controller core (NXP,STMMicro,others) 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 depends on !TARGET_x86 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-ar8xxx tristate "kmod-switch-ar8xxx.................... Atheros AR8216/8327 switch support" default y if DEFAULT_kmod-switch-ar8xxx default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 select PACKAGE_kmod-mdio-devres select PACKAGE_kmod-swconfig help Atheros AR8216/8327 switch support 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-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 depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on GPIO_SUPPORT select PACKAGE_kmod-of-mdio if (TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra) select PACKAGE_kmod-swconfig help Realtek RTL8366 series 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 !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 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 depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on GPIO_SUPPORT select PACKAGE_kmod-switch-rtl8366-smi help Realtek RTL8366S switch support config PACKAGE_kmod-switch-rtl8367 tristate "kmod-switch-rtl8367....................... Realtek RTL8367 switch support" default y if DEFAULT_kmod-switch-rtl8367 default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on GPIO_SUPPORT select PACKAGE_kmod-switch-rtl8366-smi help Realtek RTL8367 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 depends on !((TARGET_armsr||TARGET_bcm27xx_bcm2708||TARGET_loongarch64||TARGET_malta||TARGET_tegra)) || !TARGET_x86 depends on GPIO_SUPPORT select PACKAGE_kmod-switch-rtl8366-smi 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-libphy if !TARGET_bcm47xx select PACKAGE_kmod-ptp depends on PCI_SUPPORT help Kernel modules for Broadcom Tigon3 Gigabit Ethernet adapters config PACKAGE_kmod-thunderx-net tristate "kmod-thunderx-net............... Marvell (Cavium) Thunder network drivers" default y if DEFAULT_kmod-thunderx-net default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_x86 depends on (TARGET_armsr_armv8) select PACKAGE_kmod-mdio-thunder select PACKAGE_kmod-phylink help Marvell (Cavium) Thunder network drivers 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 select PACKAGE_kmod-mii depends on PCI_SUPPORT 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. config PACKAGE_kmod-vrx518_ep tristate "kmod-vrx518_ep......................................... VRX518 EP Support" default y if DEFAULT_kmod-vrx518_ep default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_vrx518_aca_fw depends on TARGET_ipq40xx help VRX518 endpoint driver config PACKAGE_kmod-vrx518_tc tristate "kmod-vrx518_tc.......................................... VRX518 TC driver" default y if DEFAULT_kmod-vrx518_tc default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_br2684ctl select PACKAGE_kmod-atm select PACKAGE_kmod-crypto-md5 select PACKAGE_kmod-ipoa select PACKAGE_kmod-vrx518_ep select PACKAGE_vrx518_ppe_fw depends on TARGET_ipq40xx help VRX518 TC Driver config PACKAGE_kmod-wwan tristate "kmod-wwan............................................... WWAN Driver Core" default y if DEFAULT_kmod-wwan default m if ALL||ALL_NONSHARED||ALL_KMODS help This driver provides a common framework for WWAN drivers. 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 help Kernel support support for Plan 9 resource sharing via the 9P2000 protocol. config PACKAGE_kmod-9pvirtio tristate "kmod-9pvirtio...................................... Plan 9 Virtio Support" default y if DEFAULT_kmod-9pvirtio default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-9pnet depends on VIRTIO_SUPPORT help Kernel support support for Plan 9 resource sharing for virtio. 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-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_batctl-default if PACKAGE_batctl-tiny /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 PACKAGE_kmod-w1 depends on USB_SUPPORT 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 GPIO_SUPPORT depends on PACKAGE_kmod-w1 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_imx 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-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-mac802154 select PACKAGE_kmod-regmap-spi 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 select PACKAGE_kmod-mac802154 select PACKAGE_kmod-usb-core depends on USB_SUPPORT help ATUSB transceiver driver config PACKAGE_kmod-ca8210 tristate "kmod-ca8210.................................... CA8210 transceiver driver" default y if DEFAULT_kmod-ca8210 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac802154 help CA8210 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-crypto-aead select PACKAGE_kmod-ieee802154 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-mac802154 select PACKAGE_kmod-regmap-spi help MRF24J40 transceiver driver endmenu menu "Wireless Drivers" config PACKAGE_kmod-ar5523 tristate "kmod-ar5523......................... Driver for Atheros AR5523 USB sticks" default y if DEFAULT_kmod-ar5523 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ath select PACKAGE_kmod-input-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-usb-core depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 depends on USB_SUPPORT help Driver for Atheros AR5523 USB sticks 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 select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module contains some common parts needed by Atheros Wireless drivers. 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 & ath11k 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 select DRIVER_11AC_SUPPORT select PACKAGE_kmod-ath select PACKAGE_kmod-hwmon-core if ATH10K_THERMAL select PACKAGE_kmod-thermal if ATH10K_THERMAL depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for wireless adapters based on Atheros IEEE 802.11ac family of chipsets. For now only PCI is supported. config ATH10K_LEDS bool "Enable LED support" default y depends on PACKAGE_kmod-ath10k || PACKAGE_kmod-ath10k-smallbuffers config ATH10K_THERMAL bool "Enable thermal sensors and throttling support" depends on PACKAGE_kmod-ath10k || PACKAGE_kmod-ath10k-smallbuffers 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_11AC_SUPPORT select PACKAGE_MAC80211_DEBUGFS select PACKAGE_kmod-ath select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help ath10k-ct driver optimized for CT ath10k firmware 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_11AC_SUPPORT select PACKAGE_MAC80211_DEBUGFS select PACKAGE_kmod-ath select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help ath10k-ct driver optimized for CT ath10k firmware (small buffers for low-RAM devices) config PACKAGE_kmod-ath10k-smallbuffers tristate "kmod-ath10k-smallbuffers" default y if DEFAULT_kmod-ath10k-smallbuffers default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select PACKAGE_kmod-ath select PACKAGE_kmod-hwmon-core if ATH10K_THERMAL select PACKAGE_kmod-thermal if ATH10K_THERMAL depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help Atheros 802.11ac wireless cards support (small buffers for low-RAM devices) config PACKAGE_kmod-ath11k tristate "kmod-ath11k..... Qualcomm 802.11ax wireless chipset support (common code)" default y if DEFAULT_kmod-ath11k default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select PACKAGE_kmod-ath select PACKAGE_kmod-crypto-michael-mic select PACKAGE_kmod-hwmon-core if ATH11K_THERMAL select PACKAGE_kmod-qcom-qmi-helpers select PACKAGE_kmod-thermal if ATH11K_THERMAL depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for Qualcomm Technologies 802.11ax family of chipsets. config ATH11K_THERMAL bool "Enable thermal sensors and throttling support" depends on PACKAGE_kmod-ath11k default y if TARGET_qualcommax config PACKAGE_kmod-ath11k-ahb tristate "kmod-ath11k-ahb........... Qualcomm 802.11ax AHB wireless chipset support" default y if DEFAULT_kmod-ath11k-ahb default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ath11k select PACKAGE_kmod-qrtr-smd depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 depends on TARGET_qualcommax help This module adds support for Qualcomm Technologies 802.11ax family of chipsets with AHB bus. config PACKAGE_kmod-ath11k-pci tristate "kmod-ath11k-pci........... Qualcomm 802.11ax PCI wireless chipset support" default y if DEFAULT_kmod-ath11k-pci default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-ath11k select PACKAGE_kmod-qrtr-mhi depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for Qualcomm Technologies 802.11ax family of chipsets with PCI bus. config PACKAGE_kmod-ath12k tristate "kmod-ath12k................... Qualcomm 802.11be wireless chipset support" default y if DEFAULT_kmod-ath12k default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select DRIVER_11BE_SUPPORT select PACKAGE_kmod-ath select PACKAGE_kmod-crypto-michael-mic select PACKAGE_kmod-qcom-qmi-helpers select PACKAGE_kmod-qrtr-mhi depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for Qualcomm Technologies 802.11be family of chipsets with PCI bus. 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 select PACKAGE_kmod-ath depends on PCI_SUPPORT depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for wireless adapters based on Atheros 5xxx chipset. config PACKAGE_kmod-ath6kl tristate default y if DEFAULT_kmod-ath6kl select PACKAGE_kmod-ath depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help Atheros FullMAC wireless devices (common code for ath6kl_sdio and ath6kl_usb) 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 depends on !TARGET_uml select PACKAGE_kmod-ath6kl select PACKAGE_kmod-mmc depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for wireless adapters based on Atheros IEEE 802.11n AR6003 and AR6004 family of chipsets. 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 select PACKAGE_kmod-ath6kl select PACKAGE_kmod-usb-core depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 depends on USB_SUPPORT help This module adds support for wireless adapters based on the Atheros IEEE 802.11n AR6004 chipset. 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 select PACKAGE_kmod-ath9k-common depends on PCI_SUPPORT||TARGET_ath79 depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help This module adds support for wireless adapters based on Atheros IEEE 802.11n AR5008 and AR9001 family of chipsets. config ATH9K_HWRNG bool "Add wireless noise as source of randomness to kernel entropy pool" depends on PACKAGE_kmod-ath9k select PACKAGE_kmod-random-core default y config ATH9K_SUPPORT_PCOEM bool "Support chips used in PC OEM cards" depends on PACKAGE_kmod-ath9k default y if (x86_64 || i386) 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_ath79 default y config PACKAGE_kmod-ath9k-common tristate default y if DEFAULT_kmod-ath9k-common select PACKAGE_kmod-ath select PACKAGE_kmod-random-core depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 help Atheros 802.11n wireless devices (common code for ath9k and ath9k_htc) 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 select PACKAGE_ath9k-htc-firmware select PACKAGE_kmod-ath9k-common select PACKAGE_kmod-usb-core depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 depends on USB_SUPPORT help This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets. 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 PACKAGE_kmod-lib-cordic select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT help Kernel module for Broadcom 43xx wireless support (mac80211 stack) new config PACKAGE_B43_USE_SSB select PACKAGE_kmod-ssb tristate depends on !TARGET_bcm47xx && !TARGET_bcm63xx 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_bcm47xx && !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_bcm47xx_legacy default "16,28,29,30" if TARGET_bcm47xx_mips74k default "5,6,7,8,9,10,11,13,15,16,28,29,30" help This is a comma separated 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_bcm47xx_legacy default "N,HT" if TARGET_bcm47xx_mips74k default "G,N,LP,HT" help This is a comma separated 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_bcm47xx_legacy && !TARGET_bcm47xx_mips74k && !TARGET_bcm53xx && !TARGET_bmips bool "BCMA and SSB" config PACKAGE_B43_BUSES_BCMA depends on !TARGET_bcm47xx_legacy && !TARGET_bmips_bcm6358 && !TARGET_bmips_bcm6368 bool "BCMA only" config PACKAGE_B43_BUSES_SSB depends on !TARGET_bcm47xx_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_bcm47xx_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_bcm47xx_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_bcm47xx_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 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 depends on !TARGET_uml select DRIVER_11AC_SUPPORT select PACKAGE_brcmfmac-firmware-usb if BRCMFMAC_USB select PACKAGE_kmod-brcmutil select PACKAGE_kmod-cfg80211 select PACKAGE_kmod-mmc if BRCMFMAC_SDIO select PACKAGE_kmod-usb-core if BRCMFMAC_USB depends on PCI_SUPPORT||USB_SUPPORT depends on USB_SUPPORT help Kernel module for Broadcom IEEE802.11n USB Wireless cards if PACKAGE_kmod-brcmfmac config BRCMFMAC_SDIO bool "Enable SDIO bus interface support" default y if TARGET_bcm27xx default y if TARGET_imx_cortexa7 default y if TARGET_starfive default y if TARGET_rockchip 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 depends on !(!TARGET_bcm47xx) || !TARGET_bcm53xx depends on !(!TARGET_bcm47xx) || PCI_SUPPORT depends on !TARGET_bcm47xx_legacy select PACKAGE_brcmsmac-firmware if !BRCMSMAC_USE_FW_FROM_WL select PACKAGE_kmod-bcma if !TARGET_bcm47xx select PACKAGE_kmod-brcmutil select PACKAGE_kmod-lib-cordic select PACKAGE_kmod-lib-crc8 select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT||USB_SUPPORT help Kernel module for Broadcom IEEE802.11n PCIe Wireless cards 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. 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_carl9170-firmware select PACKAGE_kmod-ath select PACKAGE_kmod-input-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-usb-core depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 depends on USB_SUPPORT help Driver for Atheros AR9170 USB sticks 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 select PACKAGE_iw if PACKAGE_iw-full /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 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 select PACKAGE_kmod-crypto-ccm select PACKAGE_kmod-crypto-cmac select PACKAGE_kmod-crypto-gcm help Generic IEEE 802.11 Networking Stack (mac80211) 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 DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select DRIVER_11BE_SUPPORT select PACKAGE_kmod-mac80211 help mac80211 HW simulation device 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-mt7603 select PACKAGE_kmod-mt76x2 depends on PCI_SUPPORT help MediaTek MT76x2/MT7603 wireless driver (metapackage) config PACKAGE_kmod-mt76-connac tristate default y if DEFAULT_kmod-mt76-connac select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core help MediaTek MT7615/MT79xx wireless driver common code config PACKAGE_kmod-mt76-core tristate default y if DEFAULT_kmod-mt76-core select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT76xx wireless driver config PACKAGE_kmod-mt76-sdio tristate default y if DEFAULT_kmod-mt76-sdio depends on !TARGET_uml select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mmc select PACKAGE_kmod-mt76-core help MediaTek MT7615/MT79xx SDIO driver common code config PACKAGE_kmod-mt76-usb tristate default y if DEFAULT_kmod-mt76-usb select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core select PACKAGE_kmod-usb-core depends on USB_SUPPORT help MediaTek MT76xx wireless driver USB support 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 PACKAGE_kmod-mac80211 select PACKAGE_kmod-usb-core select PACKAGE_mt7601u-firmware depends on USB_SUPPORT help MT7601U-based USB dongles Wireless Driver 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_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core depends on PCI_SUPPORT help MediaTek MT7603 wireless driver config PACKAGE_kmod-mt7615-common tristate default y if DEFAULT_kmod-mt7615-common select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-connac select PACKAGE_kmod-mt76-core depends on PCI_SUPPORT help MediaTek MT7615 wireless driver common code config PACKAGE_kmod-mt7615-firmware tristate "kmod-mt7615-firmware........................... MediaTek MT7615e firmware" default y if DEFAULT_kmod-mt7615-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7615e depends on PCI_SUPPORT help MediaTek MT7615e firmware config PACKAGE_kmod-mt7615e tristate "kmod-mt7615e............................ MediaTek MT7615e wireless driver" default y if DEFAULT_kmod-mt7615e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7615-common depends on PCI_SUPPORT help MediaTek MT7615e wireless driver config PACKAGE_kmod-mt7622-firmware tristate "kmod-mt7622-firmware............................ MediaTek MT7622 firmware" default y if DEFAULT_kmod-mt7622-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7615e depends on PCI_SUPPORT help MediaTek MT7622 firmware config PACKAGE_kmod-mt7663-firmware-ap tristate "kmod-mt7663-firmware-ap..... MediaTek MT7663e firmware (optimized for AP)" default y if DEFAULT_kmod-mt7663-firmware-ap default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT7663e firmware (optimized for AP) config PACKAGE_kmod-mt7663-firmware-sta tristate "kmod-mt7663-firmware-sta. MediaTek MT7663e firmware (client mode offload)" default y if DEFAULT_kmod-mt7663-firmware-sta default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT7663e firmware (client mode offload) config PACKAGE_kmod-mt7663-usb-sdio tristate default y if DEFAULT_kmod-mt7663-usb-sdio select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7615-common depends on PCI_SUPPORT help MediaTek MT7663 USB/SDIO shared code config PACKAGE_kmod-mt7663s tristate "kmod-mt7663s............................ MediaTek MT7663s wireless driver" default y if DEFAULT_kmod-mt7663s default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-sdio select PACKAGE_kmod-mt7615-common select PACKAGE_kmod-mt7663-usb-sdio depends on PCI_SUPPORT help MediaTek MT7663s wireless driver config PACKAGE_kmod-mt7663u tristate "kmod-mt7663u............................ MediaTek MT7663u wireless driver" default y if DEFAULT_kmod-mt7663u default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-usb select PACKAGE_kmod-mt7615-common select PACKAGE_kmod-mt7663-usb-sdio depends on PCI_SUPPORT depends on USB_SUPPORT help MediaTek MT7663u wireless driver config PACKAGE_kmod-mt76x0-common tristate default y if DEFAULT_kmod-mt76x0-common select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76x02-common help MediaTek MT76x0 wireless driver common code config PACKAGE_kmod-mt76x02-common tristate default y if DEFAULT_kmod-mt76x02-common select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core help MediaTek MT76x0/MT76x2 wireless driver common code config PACKAGE_kmod-mt76x02-usb tristate default y if DEFAULT_kmod-mt76x02-usb select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-usb select PACKAGE_kmod-mt76x02-common depends on USB_SUPPORT help MediaTek MT76x0/MT76x2 USB wireless driver common code 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 select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76x0-common depends on PCI_SUPPORT help MediaTek MT76x0E wireless driver 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 KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76x0-common select PACKAGE_kmod-mt76x02-usb depends on USB_SUPPORT help MediaTek MT76x0U wireless driver 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 DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76x2-common depends on PCI_SUPPORT help MediaTek MT76x2 wireless driver config PACKAGE_kmod-mt76x2-common tristate default y if DEFAULT_kmod-mt76x2-common select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-core select PACKAGE_kmod-mt76x02-common help MediaTek MT76x2 wireless driver common code 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 DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76x02-usb select PACKAGE_kmod-mt76x2-common depends on USB_SUPPORT help MediaTek MT76x2U wireless driver config PACKAGE_kmod-mt7915-firmware tristate "kmod-mt7915-firmware............................ MediaTek MT7915 firmware" default y if DEFAULT_kmod-mt7915-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7915e depends on PCI_SUPPORT help MediaTek MT7915 firmware config PACKAGE_kmod-mt7915e tristate "kmod-mt7915e............................ MediaTek MT7915e wireless driver" default y if DEFAULT_kmod-mt7915e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select KERNEL_PAGE_POOL select KERNEL_RELAY select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-connac select PACKAGE_kmod-thermal depends on PCI_SUPPORT help MediaTek MT7915e wireless driver config PACKAGE_kmod-mt7916-firmware tristate "kmod-mt7916-firmware............................ MediaTek MT7916 firmware" default y if DEFAULT_kmod-mt7916-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7915e depends on PCI_SUPPORT help MediaTek MT7916 firmware config PACKAGE_kmod-mt7921-common tristate default y if DEFAULT_kmod-mt7921-common select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7921-firmware select PACKAGE_kmod-mt792x-common help MediaTek MT7921 wireless driver common code config PACKAGE_kmod-mt7921-firmware tristate "kmod-mt7921-firmware............................ MediaTek MT7921 firmware" default y if DEFAULT_kmod-mt7921-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT7921 firmware config PACKAGE_kmod-mt7921e tristate "kmod-mt7921e............................ MediaTek MT7921e wireless driver" default y if DEFAULT_kmod-mt7921e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7921-common depends on PCI_SUPPORT help MediaTek MT7921e wireless driver config PACKAGE_kmod-mt7921s tristate "kmod-mt7921s............................ MediaTek MT7921S wireless driver" default y if DEFAULT_kmod-mt7921s default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-sdio select PACKAGE_kmod-mt7921-common help MediaTek MT7921S wireless driver config PACKAGE_kmod-mt7921u tristate "kmod-mt7921u............................ MediaTek MT7921U wireless driver" default y if DEFAULT_kmod-mt7921u default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7921-common select PACKAGE_kmod-mt792x-usb depends on USB_SUPPORT help MediaTek MT7921U wireless driver config PACKAGE_kmod-mt7922-firmware tristate "kmod-mt7922-firmware............................ MediaTek MT7922 firmware" default y if DEFAULT_kmod-mt7922-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT7922 firmware config PACKAGE_kmod-mt7925-common tristate default y if DEFAULT_kmod-mt7925-common select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select DRIVER_11BE_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt792x-common help MediaTek MT7925 wireless driver common code config PACKAGE_kmod-mt7925-firmware tristate "kmod-mt7925-firmware............................ MediaTek MT7925 firmware" default y if DEFAULT_kmod-mt7925-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7925e depends on PCI_SUPPORT help MediaTek MT7925 firmware config PACKAGE_kmod-mt7925e tristate "kmod-mt7925e............................ MediaTek MT7925e wireless driver" default y if DEFAULT_kmod-mt7925e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7925-common depends on PCI_SUPPORT help MediaTek MT7925e wireless driver config PACKAGE_kmod-mt7925u tristate "kmod-mt7925u............................ MediaTek MT7925U wireless driver" default y if DEFAULT_kmod-mt7925u default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7925-common select PACKAGE_kmod-mt792x-usb depends on USB_SUPPORT help MediaTek MT7925U wireless driver config PACKAGE_kmod-mt792x-common tristate default y if DEFAULT_kmod-mt792x-common select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-connac help MediaTek MT792x wireless driver common code config PACKAGE_kmod-mt792x-usb tristate default y if DEFAULT_kmod-mt792x-usb select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-usb select PACKAGE_kmod-mt792x-common depends on USB_SUPPORT help MediaTek MT792x wireless driver USB code config PACKAGE_kmod-mt7981-firmware tristate "kmod-mt7981-firmware............................ MediaTek MT7981 firmware" default y if DEFAULT_kmod-mt7981-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek_filogic help MediaTek MT7981 firmware config PACKAGE_kmod-mt7986-firmware tristate "kmod-mt7986-firmware............................ MediaTek MT7986 firmware" default y if DEFAULT_kmod-mt7986-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS depends on TARGET_mediatek_filogic help MediaTek MT7986 firmware config PACKAGE_kmod-mt7992-23-firmware tristate "kmod-mt7992-23-firmware... MediaTek MT7996 firmware (2+3 antenna variant)" default y if DEFAULT_kmod-mt7992-23-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7996e depends on PCI_SUPPORT help MediaTek MT7996 firmware (2+3 antenna variant) config PACKAGE_kmod-mt7992-firmware tristate "kmod-mt7992-firmware............................ MediaTek MT7992 firmware" default y if DEFAULT_kmod-mt7992-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7996e depends on PCI_SUPPORT help MediaTek MT7992 firmware config PACKAGE_kmod-mt7996-233-firmware tristate "kmod-mt7996-233-firmware" default y if DEFAULT_kmod-mt7996-233-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7996-firmware-common select PACKAGE_kmod-mt7996e depends on PCI_SUPPORT help MediaTek MT7996 firmware (2+3+3 antenna variant) config PACKAGE_kmod-mt7996-firmware tristate "kmod-mt7996-firmware............................ MediaTek MT7996 firmware" default y if DEFAULT_kmod-mt7996-firmware default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt7996-firmware-common select PACKAGE_kmod-mt7996e depends on PCI_SUPPORT help MediaTek MT7996 firmware config PACKAGE_kmod-mt7996-firmware-common tristate default y if DEFAULT_kmod-mt7996-firmware-common select DRIVER_11AC_SUPPORT select KERNEL_PAGE_POOL select PACKAGE_kmod-mac80211 help MediaTek MT7996 firmware (common files) config PACKAGE_kmod-mt7996e tristate "kmod-mt7996e............................ MediaTek MT7996E wireless driver" default y if DEFAULT_kmod-mt7996e default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select DRIVER_11BE_SUPPORT select KERNEL_PAGE_POOL select KERNEL_RELAY select PACKAGE_kmod-hwmon-core select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mt76-connac depends on PCI_SUPPORT help MediaTek MT7996E wireless driver 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_11AC_SUPPORT select PACKAGE_kmod-mac80211 select PACKAGE_mwifiex-pcie-firmware depends on PCI_SUPPORT help Kernel modules for Marvell 802.11n/802.11ac PCIe Wireless cards config PACKAGE_kmod-mwifiex-sdio tristate "kmod-mwifiex-sdio" default y if DEFAULT_kmod-mwifiex-sdio default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mmc select PACKAGE_mwifiex-sdio-firmware help Kernel modules for Marvell 802.11n/802.11ac SDIO Wireless cards 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 PCI_SUPPORT help Kernel modules for Marvell TOPDOG 802.11 Wireless cards 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 select DRIVER_11AC_SUPPORT select PACKAGE_kmod-mac80211 depends on PCI_SUPPORT depends on TARGET_mvebu help Marvell 88W8864/88W8897/88W8964/88W8997 wireless driver 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 select PACKAGE_kmod-ath9k depends on PCI_SUPPORT depends on PCI_SUPPORT||TARGET_ath79 depends on PCI_SUPPORT||USB_SUPPORT||TARGET_ath79 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-qcom-qmi-helpers tristate default y if DEFAULT_kmod-qcom-qmi-helpers help Qualcomm QMI backports helpers 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 PACKAGE_kmod-mac80211 select PACKAGE_rs9113-firmware help Redpine Signals Inc 91x WLAN driver support 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 depends on !TARGET_uml select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mmc select PACKAGE_kmod-rsi91x select PACKAGE_rs9113-firmware help Redpine Signals SDIO bus support 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_kmod-mac80211 select PACKAGE_kmod-rsi91x select PACKAGE_kmod-usb-core select PACKAGE_rs9113-firmware depends on USB_SUPPORT help Redpine Signals USB bus support config PACKAGE_kmod-rt2800-lib tristate default y if DEFAULT_kmod-rt2800-lib depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-rt2x00-lib help Ralink Drivers for RT2x00 cards (rt2800 LIB) config PACKAGE_kmod-rt2800-mmio tristate default y if DEFAULT_kmod-rt2800-mmio depends on (PCI_SUPPORT||TARGET_ramips) depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-rt2800-lib select PACKAGE_kmod-rt2x00-mmio help Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx MMIO) 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||TARGET_ramips) depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-eeprom-93cx6 select PACKAGE_kmod-rt2800-lib select PACKAGE_kmod-rt2800-mmio select PACKAGE_kmod-rt2x00-pci select PACKAGE_rt2800-pci-firmware depends on PCI_SUPPORT help Ralink Drivers for RT2x00 cards (RT2860 PCI) 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 (PCI_SUPPORT||TARGET_ramips) depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) depends on (TARGET_ramips_rt288x||TARGET_ramips_rt305x||TARGET_ramips_rt3883||TARGET_ramips_mt7620) select PACKAGE_kmod-rt2800-lib select PACKAGE_kmod-rt2800-mmio help Ralink Drivers for RT2x00 cards (RT28xx/RT3xxx SoC) 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 depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-lib-crc-ccitt select PACKAGE_kmod-rt2800-lib select PACKAGE_kmod-rt2x00-usb select PACKAGE_rt2800-usb-firmware depends on USB_SUPPORT help Ralink Drivers for RT2x00 cards (RT2870 USB) 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 depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-mac80211 help Ralink Drivers for RT2x00 cards (LIB) 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||TARGET_ramips) depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-rt2x00-lib help Ralink Drivers for RT2x00 cards (MMIO) 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) select PACKAGE_kmod-rt2x00-lib select PACKAGE_kmod-rt2x00-mmio depends on PCI_SUPPORT help Ralink Drivers for RT2x00 cards (PCI) config PACKAGE_kmod-rt2x00-usb tristate default y if DEFAULT_kmod-rt2x00-usb depends on (PCI_SUPPORT||USB_SUPPORT||TARGET_ramips) select PACKAGE_kmod-rt2x00-lib select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Ralink Drivers for RT2x00 cards (USB) config PACKAGE_kmod-rtl8192c-common tristate default y if DEFAULT_kmod-rtl8192c-common depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtlwifi help Realtek RTL8192CE/RTL8192CU common support module 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 depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtl8192c-common select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8192ce-firmware depends on PCI_SUPPORT help Realtek RTL8192CE/RTL8188CE support 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 depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtl8192c-common select PACKAGE_kmod-rtlwifi-usb select PACKAGE_rtl8192cu-firmware depends on USB_SUPPORT help Realtek RTL8192CU/RTL8188CU support config PACKAGE_kmod-rtl8192d-common tristate default y if DEFAULT_kmod-rtl8192d-common depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtlwifi help Realtek RTL8192DE/RTL8192DU common support module 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_kmod-rtl8192d-common select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8192de-firmware depends on PCI_SUPPORT help Realtek RTL8192DE/RTL8188DE support config PACKAGE_kmod-rtl8192du tristate "kmod-rtl8192du................................. Realtek RTL8192DU support" default y if DEFAULT_kmod-rtl8192du default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtl8192d-common select PACKAGE_kmod-rtlwifi-usb select PACKAGE_rtl8192du-firmware depends on USB_SUPPORT help Realtek RTL8192DU support 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) select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8192se-firmware depends on PCI_SUPPORT help Realtek RTL8192SE/RTL8191SE support config PACKAGE_kmod-rtl8723-common tristate default y if DEFAULT_kmod-rtl8723-common depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtlwifi help Realtek RTL8723AE/RTL8723BE common support module config PACKAGE_kmod-rtl8723be tristate "kmod-rtl8723be....................... Realtek RTL8723AE/RTL8723BE support" default y if DEFAULT_kmod-rtl8723be default m if ALL||ALL_NONSHARED||ALL_KMODS depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtl8723-common select PACKAGE_kmod-rtlwifi-btcoexist select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8723be-firmware depends on PCI_SUPPORT help Realtek RTL8723AE/RTL8723BE support config PACKAGE_kmod-rtl8723bs tristate "kmod-rtl8723bs.. Realtek RTL8723BS SDIO Wireless LAN NIC driver (staging)" default y if DEFAULT_kmod-rtl8723bs default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mmc help This option enables support for RTL8723BS SDIO drivers, such as the wifi found on the 1st gen Intel Compute Stick, the CHIP and many other Intel Atom and ARM based devices. 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 select DRIVER_11AC_SUPPORT select PACKAGE_kmod-cfg80211 select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Driver for Realtek 8812 AU devices comfast 912-ac, etc 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||USB_SUPPORT) select PACKAGE_kmod-rtlwifi-btcoexist select PACKAGE_kmod-rtlwifi-pci select PACKAGE_rtl8821ae-firmware depends on PCI_SUPPORT help Realtek RTL8821AE support 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 select PACKAGE_kmod-mac80211 select PACKAGE_kmod-usb-core depends on USB_SUPPORT help This is an alternative driver for various Realtek RTL8XXX parts written to utilize the Linux mac80211 stack. The driver is known to work with a number of RTL8723AU, RL8188CU, RTL8188RU, RTL8191CU, and RTL8192CU devices This driver is under development and has a limited feature set. In particular it does not yet support 40MHz channels and power management. However it should have a smaller memory footprint than the vendor drivers and benetifs from the in kernel mac80211 stack. It can coexist with drivers from drivers/staging/rtl8723au, drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi, but you will need to control which module you wish to load. RTL8XXXU_UNTESTED is enabled This option enables detection of Realtek 8723/8188/8191/8192 WiFi USB devices which have not been tested directly by the driver author or reported to be working by third parties. Please report your results! config PACKAGE_kmod-rtlwifi tristate default y if DEFAULT_kmod-rtlwifi depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-mac80211 help Realtek common driver part 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) select PACKAGE_kmod-rtlwifi help Realtek BT coexist support config PACKAGE_kmod-rtlwifi-pci tristate default y if DEFAULT_kmod-rtlwifi-pci depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtlwifi depends on PCI_SUPPORT help Realtek common driver part (PCI support) config PACKAGE_kmod-rtlwifi-usb tristate default y if DEFAULT_kmod-rtlwifi-usb depends on (PCI_SUPPORT||USB_SUPPORT) select PACKAGE_kmod-rtlwifi select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Realtek common driver part (USB support) config PACKAGE_kmod-rtw88 tristate default y if DEFAULT_kmod-rtw88 select PACKAGE_kmod-mac80211 help Realtek RTW88 common part config PACKAGE_RTW88_DEBUG bool "Realtek wireless debugging (rtw88)" depends on PACKAGE_kmod-rtw88 help Enable debugging output for rtw88 devices config PACKAGE_RTW88_DEBUGFS bool "Enable rtw88 debugfS support" select KERNEL_DEBUG_FS depends on PACKAGE_kmod-rtw88 help Select this to see extensive information about the internal state of rtw88 in debugfs. config PACKAGE_kmod-rtw88-8723d tristate default y if DEFAULT_kmod-rtw88-8723d select PACKAGE_kmod-rtw88-8723x select PACKAGE_rtl8723de-firmware help Realtek RTL8723D family support config PACKAGE_kmod-rtw88-8723de tristate "kmod-rtw88-8723de.............................. Realtek RTL8723DE support" default y if DEFAULT_kmod-rtw88-8723de default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8723d select PACKAGE_kmod-rtw88-pci depends on PCI_SUPPORT help Realtek RTL8723DE support config PACKAGE_kmod-rtw88-8723ds tristate "kmod-rtw88-8723ds.............................. Realtek RTL8723DS support" default y if DEFAULT_kmod-rtw88-8723ds default m if ALL||ALL_NONSHARED||ALL_KMODS depends on !TARGET_uml select PACKAGE_kmod-rtw88-8723d select PACKAGE_kmod-rtw88-sdio help Realtek RTL8723DS support config PACKAGE_kmod-rtw88-8723du tristate "kmod-rtw88-8723du.............................. Realtek RTL8723DU support" default y if DEFAULT_kmod-rtw88-8723du default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8723d select PACKAGE_kmod-rtw88-usb depends on USB_SUPPORT help Realtek RTL8723DU support config PACKAGE_kmod-rtw88-8723x tristate default y if DEFAULT_kmod-rtw88-8723x select PACKAGE_kmod-rtw88 help Realtek RTL8723x family support config PACKAGE_kmod-rtw88-8821c tristate default y if DEFAULT_kmod-rtw88-8821c select DRIVER_11AC_SUPPORT select PACKAGE_kmod-rtw88 select PACKAGE_rtl8821ce-firmware help Realtek RTL8821C family support config PACKAGE_kmod-rtw88-8821ce tristate "kmod-rtw88-8821ce.............................. Realtek RTL8821CE support" default y if DEFAULT_kmod-rtw88-8821ce default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8821c select PACKAGE_kmod-rtw88-pci depends on PCI_SUPPORT help Realtek RTL8821CE support config PACKAGE_kmod-rtw88-8821cu tristate "kmod-rtw88-8821cu.............................. Realtek RTL8821CU support" default y if DEFAULT_kmod-rtw88-8821cu default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8821c select PACKAGE_kmod-rtw88-usb depends on USB_SUPPORT help Realtek RTL8821CU support config PACKAGE_kmod-rtw88-8822b tristate default y if DEFAULT_kmod-rtw88-8822b select DRIVER_11AC_SUPPORT select PACKAGE_kmod-rtw88 select PACKAGE_rtl8822be-firmware help Realtek RTL8822B family support config PACKAGE_kmod-rtw88-8822be tristate "kmod-rtw88-8822be.............................. Realtek RTL8822BE support" default y if DEFAULT_kmod-rtw88-8822be default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8822b select PACKAGE_kmod-rtw88-pci depends on PCI_SUPPORT help Realtek RTL8822BE support config PACKAGE_kmod-rtw88-8822bu tristate "kmod-rtw88-8822bu.............................. Realtek RTL8822BU support" default y if DEFAULT_kmod-rtw88-8822bu default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8822b select PACKAGE_kmod-rtw88-usb depends on USB_SUPPORT help Realtek RTL8822BU support config PACKAGE_kmod-rtw88-8822c tristate default y if DEFAULT_kmod-rtw88-8822c select DRIVER_11AC_SUPPORT select PACKAGE_kmod-rtw88 select PACKAGE_rtl8822ce-firmware help Realtek RTL8822C family support config PACKAGE_kmod-rtw88-8822ce tristate "kmod-rtw88-8822ce.............................. Realtek RTL8822CE support" default y if DEFAULT_kmod-rtw88-8822ce default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8822c select PACKAGE_kmod-rtw88-pci depends on PCI_SUPPORT help Realtek RTL8822CE support config PACKAGE_kmod-rtw88-8822cu tristate "kmod-rtw88-8822cu.............................. Realtek RTL8822CU support" default y if DEFAULT_kmod-rtw88-8822cu default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw88-8822c select PACKAGE_kmod-rtw88-usb depends on USB_SUPPORT help Realtek RTL8822CU support config PACKAGE_kmod-rtw88-pci tristate default y if DEFAULT_kmod-rtw88-pci select PACKAGE_kmod-rtw88 depends on PCI_SUPPORT help Realtek RTW88 PCI chips support config PACKAGE_kmod-rtw88-sdio tristate default y if DEFAULT_kmod-rtw88-sdio depends on !TARGET_uml select PACKAGE_kmod-mmc select PACKAGE_kmod-rtw88 help Realtek RTW88 SDIO chips support config PACKAGE_kmod-rtw88-usb tristate default y if DEFAULT_kmod-rtw88-usb select PACKAGE_kmod-rtw88 select PACKAGE_kmod-usb-core depends on USB_SUPPORT help Realtek RTW88 USB chips support config PACKAGE_kmod-rtw89 tristate default y if DEFAULT_kmod-rtw89 select DRIVER_11AC_SUPPORT select DRIVER_11AX_SUPPORT select PACKAGE_kmod-mac80211 help Realtek RTW89 core config PACKAGE_RTW89_DEBUG bool "Realtek wireless debugging (rtw89)" depends on PACKAGE_kmod-rtw89 help Enable debugging output for rtw89 devices. config PACKAGE_RTW89_DEBUGFS bool "Enable rtw89 debugfs support" select KERNEL_DEBUG_FS depends on PACKAGE_kmod-rtw89 help Select this to see extensive information about the internal state of rtw89 in debugfs. config PACKAGE_RTW89_DEBUGMSG bool "Realtek rtw89 debug message support" depends on PACKAGE_kmod-rtw89 help Enable debug message support. config PACKAGE_kmod-rtw89-8851be tristate "kmod-rtw89-8851be.............................. Realtek RTL8851BE support" default y if DEFAULT_kmod-rtw89-8851be default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw89-pci select PACKAGE_rtl8851be-firmware depends on PCI_SUPPORT help Realtek RTL8851BE support config PACKAGE_kmod-rtw89-8852ae tristate "kmod-rtw89-8852ae.............................. Realtek RTL8852AE support" default y if DEFAULT_kmod-rtw89-8852ae default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw89-pci select PACKAGE_rtl8852ae-firmware depends on PCI_SUPPORT help Realtek RTL8852AE support config PACKAGE_kmod-rtw89-8852b-common tristate default y if DEFAULT_kmod-rtw89-8852b-common select PACKAGE_kmod-rtw89-pci depends on PCI_SUPPORT help Realtek RTL8852B family support config PACKAGE_kmod-rtw89-8852be tristate "kmod-rtw89-8852be.............................. Realtek RTL8852BE support" default y if DEFAULT_kmod-rtw89-8852be default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw89-8852b-common select PACKAGE_rtl8852be-firmware depends on PCI_SUPPORT help Realtek RTL8852BE support config PACKAGE_kmod-rtw89-8852ce tristate "kmod-rtw89-8852ce.............................. Realtek RTL8852CE support" default y if DEFAULT_kmod-rtw89-8852ce default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-rtw89-pci select PACKAGE_rtl8852ce-firmware depends on PCI_SUPPORT help Realtek RTL8852CE support config PACKAGE_kmod-rtw89-8922ae tristate "kmod-rtw89-8922ae.............................. Realtek RTL8922AE support" default y if DEFAULT_kmod-rtw89-8922ae default m if ALL||ALL_NONSHARED||ALL_KMODS select DRIVER_11BE_SUPPORT select PACKAGE_kmod-rtw89-pci select PACKAGE_rtl8922ae-firmware depends on PCI_SUPPORT help Realtek RTL8922AE support config PACKAGE_kmod-rtw89-pci tristate default y if DEFAULT_kmod-rtw89-pci select PACKAGE_kmod-rtw89 depends on PCI_SUPPORT help Realtek RTW89 PCI chips support config PACKAGE_kmod-wil6210 tristate "kmod-wil6210.................. QCA/Wilocity 60g WiFi card wil6210 support" default y if DEFAULT_kmod-wil6210 default m if ALL||ALL_NONSHARED||ALL_KMODS select PACKAGE_kmod-mac80211 select PACKAGE_wil6210-firmware depends on PCI_SUPPORT help QCA/Wilocity 60g WiFi card wil6210 support 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 depends on !TARGET_uml select PACKAGE_kmod-wlcore select PACKAGE_wl12xx-firmware help Kernel modules for TI WL12xx 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 !TARGET_uml select PACKAGE_kmod-wlcore select PACKAGE_wl18xx-firmware help Kernel modules for TI WL18xx 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 depends on !TARGET_uml select PACKAGE_kmod-mac80211 select PACKAGE_kmod-mmc help This module contains some common parts needed by TI Wireless drivers. endmenu config PACKAGE_kmod-cdrom tristate default y if DEFAULT_kmod-cdrom help Kernel library module for CD / DVD drives 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_libc select PACKAGE_libncurses select PACKAGE_librt select PACKAGE_libstdcpp 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). 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_erlang-syntax-tools 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 Abstract Syntax Notation One (ASN.1) support. config PACKAGE_erlang-compiler tristate "erlang-compiler....................................... Byte code compiler" default y if DEFAULT_erlang-compiler default m if ALL select PACKAGE_erlang 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 a byte code compiler for Erlang which produces highly compact code. config PACKAGE_erlang-crypto tristate "erlang-crypto....................................... Cryptography support" default y if DEFAULT_erlang-crypto default m if ALL select PACKAGE_erlang select PACKAGE_libc select PACKAGE_libopenssl 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. 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_erlang 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. config PACKAGE_erlang-inets tristate "erlang-inets................................ Internet clients and servers" default y if DEFAULT_erlang-inets default m if ALL select PACKAGE_erlang 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 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. config PACKAGE_erlang-mnesia tristate "erlang-mnesia....................................... Distributed database" default y if DEFAULT_erlang-mnesia default m if ALL select PACKAGE_erlang 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 a distributed DataBase Management System (DBMS), appropriate for telecommunications applications and other Erlang applications which require continuous operation and exhibit soft real-time properties. 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_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 the following services: cpu_sup CPU load and utilization supervision disksup Disk supervision memsup Memory supervision 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_erlang select PACKAGE_erlang-asn1 select PACKAGE_erlang-crypto 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 to handle public-key infrastructure. 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_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 release management. 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_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 low footprint tracing/debugging tools suitable for inclusion in a production system. 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_erlang select PACKAGE_erlang-asn1 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 Simple Network Management Protocol (SNMP) support including a MIB compiler and tools for creating SNMP agents. config PACKAGE_erlang-ssh tristate "erlang-ssh.................................... Secure Shell (SSH) support" default y if DEFAULT_erlang-ssh default m if ALL select PACKAGE_erlang select PACKAGE_erlang-crypto 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 an implementation of the Secure Shell protocol, with SSH & SFTP support. 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 select PACKAGE_erlang-crypto 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 secure communication over sockets. 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_erlang 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. 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 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. config PACKAGE_erlang-xmerl tristate "erlang-xmerl........................................... Erlang XML export" default y if DEFAULT_erlang-xmerl default m if ALL select PACKAGE_erlang 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 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||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) select PACKAGE_golang-src 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. source "feeds/packages/lang/golang/golang/Config.in" config PACKAGE_golang-doc tristate "golang-doc....................... Go programming language (documentation)" default y if DEFAULT_golang-doc default m if ALL depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) 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 the documentation for the Go programming language. 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||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) select PACKAGE_ca-bundle select PACKAGE_libc 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. 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 depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) select PACKAGE_ca-bundle select PACKAGE_libc help Official NextDNS DNS over HTTPS Proxy. This package provides the source files for the client/bridge program. 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 depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) 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 provides the source files for the client/bridge program. config PACKAGE_golang-src tristate "golang-src........................ Go programming language (source files)" default y if DEFAULT_golang-src default m if ALL depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) 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 the Go programming language source files needed for cross-compilation. endmenu menu "Lua" config PACKAGE_cqueues tristate "cqueues...................................................... lua cqueues" default y if DEFAULT_cqueues default m if ALL select PACKAGE_libc select PACKAGE_liblua select PACKAGE_libopenssl help Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix. config PACKAGE_dkjson tristate "dkjson............................................................ DKJSON" default y if DEFAULT_dkjson default m if ALL select PACKAGE_libc select PACKAGE_lua help Lua JSON parser/serializer with UTF-8 support config PACKAGE_json4lua tristate "json4lua........................................................ json4lua" default y if DEFAULT_json4lua default m if ALL select PACKAGE_libc select PACKAGE_lua select PACKAGE_luasocket help JSON and JSONRPC for Lua config PACKAGE_ldbus tristate "ldbus............................................ ldbus Lua DBus bindings" default y if DEFAULT_ldbus default m if ALL select PACKAGE_dbus select PACKAGE_libc select PACKAGE_lua 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. config PACKAGE_libiwinfo-lua tristate "libiwinfo-lua...................................... libiwinfo Lua binding" default y if DEFAULT_libiwinfo-lua default m if ALL select PACKAGE_libc select PACKAGE_libiwinfo select PACKAGE_liblua help This is the Lua binding for the iwinfo library. It provides access to all enabled backends. config PACKAGE_linotify tristate "linotify......................................... inotify binding for lua" default y if DEFAULT_linotify default m if ALL select PACKAGE_libc select PACKAGE_lua help This provides a lua binding to the inotify file system change notification system config PACKAGE_lpeg tristate "lpeg................................................................ LPeg" default y if DEFAULT_lpeg default m if ALL select PACKAGE_libc select PACKAGE_lua help LPeg is a new pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs) config PACKAGE_lsqlite3 tristate "lsqlite3............................. Lua wrapper for the SQLite3 library" default y if DEFAULT_lsqlite3 default m if ALL select PACKAGE_libc select PACKAGE_liblua select PACKAGE_libsqlite3 help LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. config PACKAGE_lsqlite3-lua5.3 tristate "lsqlite3-lua5.3...................... Lua wrapper for the SQLite3 library" default y if DEFAULT_lsqlite3-lua5.3 default m if ALL select PACKAGE_libc select PACKAGE_liblua5.3 select PACKAGE_libsqlite3 help LuaSQLite3 is a thin wrapper around the public domain SQLite3 database engine. config PACKAGE_lua tristate "lua............................... Lua programming language (interpreter)" default y if DEFAULT_lua default m if ALL select PACKAGE_libc 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. config PACKAGE_lua-argparse tristate "lua-argparse................................................ lua-argparse" default y if DEFAULT_lua-argparse default m if ALL select PACKAGE_libc select PACKAGE_lua help Argparse is a feature-rich command line parser for Lua inspired by argparse for Python. config PACKAGE_lua-bencode tristate "lua-bencode.................................................. lua-bencode" default y if DEFAULT_lua-bencode default m if ALL select PACKAGE_libc select PACKAGE_lua 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. config PACKAGE_lua-bit32 tristate "lua-bit32............................... Lua 5.2 bit manipulation library" default y if DEFAULT_lua-bit32 default m if ALL select PACKAGE_libc select PACKAGE_lua help lua-bit32 is the native Lua 5.2 bit manipulation library, backported to Lua 5.1 config PACKAGE_lua-cjson tristate "lua-cjson............................................... Lua CJSON parser" default y if DEFAULT_lua-cjson default m if ALL select PACKAGE_libc select PACKAGE_lua help Lua CJSON is a fast JSON encoding/parsing module for Lua. config PACKAGE_lua-copas tristate "lua-copas...................................................... Lua-Copas" default y if DEFAULT_lua-copas default m if ALL select PACKAGE_libc select PACKAGE_lua help Copas is a dispatcher based on coroutines that can be used by TCP/IP servers. config PACKAGE_lua-coxpcall tristate "lua-coxpcall................................................ Lua-Coxpcall" default y if DEFAULT_lua-coxpcall default m if ALL select PACKAGE_libc 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. config PACKAGE_lua-cs-bouncer tristate "lua-cs-bouncer............................... Lua Crowdsec Bouncer module" default y if DEFAULT_lua-cs-bouncer default m if ALL select PACKAGE_libc select PACKAGE_lua select PACKAGE_luasec help Lua module to allow ip (or not) from CrowdSec API. config PACKAGE_lua-curl-v3 tristate "lua-curl-v3..................................................... Lua-curl" default y if DEFAULT_lua-curl-v3 default m if ALL select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_lua help Lua bindings to libcurl (Lua-cURLv3) config PACKAGE_lua-eco tristate "lua-eco............... A Lua interpreter with a built-in libev event loop" default y if DEFAULT_lua-eco default m if ALL select PACKAGE_libc select PACKAGE_libev select PACKAGE_liblua5.3 help Lua-eco is a Lua interpreter with a built-in event loop for scheduling lightweight coroutines automatically, enabling efficient concurrency in Lua. Build high-performance, scalable applications. config PACKAGE_lua-eco-base64 tristate "lua-eco-base64................................ base64 support for lua-eco" default y if DEFAULT_lua-eco-base64 default m if ALL select PACKAGE_libc select PACKAGE_lua-eco help base64 support for lua-eco config PACKAGE_lua-eco-dns tristate "lua-eco-dns...................................... dns support for lua-eco" default y if DEFAULT_lua-eco-dns default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-socket help dns support for lua-eco config PACKAGE_lua-eco-http tristate "lua-eco-http.............................. http/https support for lua-eco" default y if DEFAULT_lua-eco-http default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-base64 select PACKAGE_lua-eco-dns select PACKAGE_lua-eco-log select PACKAGE_lua-eco-ssl help http/https support for lua-eco config PACKAGE_lua-eco-ip tristate "lua-eco-ip.................................. ip utils support for lua-eco" default y if DEFAULT_lua-eco-ip default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-netlink help ip utils support for lua-eco config PACKAGE_lua-eco-log tristate "lua-eco-log................................ log utils support for lua-eco" default y if DEFAULT_lua-eco-log default m if ALL select PACKAGE_libc select PACKAGE_lua-eco help log utils support for lua-eco config PACKAGE_lua-eco-md5 tristate "lua-eco-md5...................................... md5 support for lua-eco" default y if DEFAULT_lua-eco-md5 default m if ALL select PACKAGE_libc select PACKAGE_lua-eco help md5 support for lua-eco config PACKAGE_lua-eco-mqtt tristate "lua-eco-mqtt.................................... mqtt support for lua-eco" default y if DEFAULT_lua-eco-mqtt default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-socket select PACKAGE_lua-eco-ssl help mqtt support for lua-eco config PACKAGE_lua-eco-netlink tristate "lua-eco-netlink.............................. netlink support for lua-eco" default y if DEFAULT_lua-eco-netlink default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-socket help netlink support for lua-eco config PACKAGE_lua-eco-nl80211 tristate "lua-eco-nl80211.............................. nl80211 support for lua-eco" default y if DEFAULT_lua-eco-nl80211 default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-netlink help nl80211 support for lua-eco config PACKAGE_lua-eco-packet tristate "lua-eco-packet................................ packet support for lua-eco" default y if DEFAULT_lua-eco-packet default m if ALL select PACKAGE_libc select PACKAGE_lua-eco select PACKAGE_lua-eco-nl80211 help packet support for lua-eco config PACKAGE_lua-eco-sha1 tristate "lua-eco-sha1.................................... sha1 support for lua-eco" default y if DEFAULT_lua-eco-sha1 default m if ALL select PACKAGE_libc select PACKAGE_lua-eco help sha1 support for lua-eco config PACKAGE_lua-eco-socket tristate "lua-eco-socket................................ socket support for lua-eco" default y if DEFAULT_lua-eco-socket default m if ALL select PACKAGE_libc select PACKAGE_lua-eco help socket support for lua-eco config PACKAGE_lua-eco-ssh tristate "lua-eco-ssh...................................... ssh support for lua-eco" default y if DEFAULT_lua-eco-ssh default m if ALL select PACKAGE_libc select PACKAGE_libssh2 select PACKAGE_lua-eco select PACKAGE_lua-eco-socket help ssh support for lua-eco config PACKAGE_lua-eco-ssl tristate "lua-eco-ssl...................................... ssl support for lua-eco" default y if DEFAULT_lua-eco-ssl default m if ALL select PACKAGE_libc select PACKAGE_libmbedtls if LUA_ECO_MBEDTLS select PACKAGE_libopenssl if LUA_ECO_OPENSSL select PACKAGE_libwolfssl if LUA_ECO_WOLFSSL && PACKAGE_libwolfsslcpu-crypto procedures. config PACKAGE_ucode-mod-nl80211 tristate "ucode-mod-nl80211" default y if DEFAULT_ucode-mod-nl80211 default m if ALL select PACKAGE_libc select PACKAGE_libnl-tiny select PACKAGE_libubox select PACKAGE_ucode help The nl80211 plugin provides access to the Linux wireless 802.11 netlink API. config PACKAGE_ucode-mod-resolv tristate "ucode-mod-resolv.. Tiny scripting and templating language (resolv module)" default y if DEFAULT_ucode-mod-resolv default m if ALL select PACKAGE_libc select PACKAGE_ucode help The resolv plugin implements simple DNS resolving. config PACKAGE_ucode-mod-rtnl tristate "ucode-mod-rtnl...... Tiny scripting and templating language (rtnl module)" default y if DEFAULT_ucode-mod-rtnl default m if ALL select PACKAGE_libc select PACKAGE_libnl-tiny select PACKAGE_libubox select PACKAGE_ucode help The rtnl plugin provides access to the Linux routing netlink API. config PACKAGE_ucode-mod-socket tristate "ucode-mod-socket.. Tiny scripting and templating language (socket module)" default y if DEFAULT_ucode-mod-socket default m if ALL select PACKAGE_libc select PACKAGE_ucode help The socket plugin provides access to IPv4 config PACKAGE_ucode-mod-struct tristate "ucode-mod-struct.. Tiny scripting and templating language (struct module)" default y if DEFAULT_ucode-mod-struct default m if ALL select PACKAGE_libc select PACKAGE_ucode help The struct plugin implements Python 3 compatible struct.pack/unpack functionality. config PACKAGE_ucode-mod-ubus tristate "ucode-mod-ubus...... Tiny scripting and templating language (ubus module)" default y if DEFAULT_ucode-mod-ubus default m if ALL select PACKAGE_libblobmsg-json select PACKAGE_libc select PACKAGE_libubus select PACKAGE_ucode help The ubus module allows ucode template scripts to enumerate and invoke ubus procedures. config PACKAGE_ucode-mod-uci tristate "ucode-mod-uci........ Tiny scripting and templating language (uci module)" default y if DEFAULT_ucode-mod-uci default m if ALL select PACKAGE_libc select PACKAGE_libuci select PACKAGE_ucode help The uci module allows templates to read and modify uci configuration. config PACKAGE_ucode-mod-uloop tristate "ucode-mod-uloop.... Tiny scripting and templating language (uloop module)" default y if DEFAULT_ucode-mod-uloop default m if ALL select PACKAGE_libc select PACKAGE_libubox select PACKAGE_ucode help The uloop module allows ucode scripts to interact with OpenWrt uloop event loop implementation. endmenu config PACKAGE_chicken-scheme-full tristate "chicken-scheme-full.......................... Chicken Scheme full package" default y if DEFAULT_chicken-scheme-full default m if ALL select PACKAGE_libc 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'; the compiler, 'csc'; the tools for installing and removing eggs (modules); the profiler and the debugger. Note that this package depends on gcc, which is quite large (more than 100Mb). For more information, please refer to the Chicken Scheme website at https://call-cc.org. config PACKAGE_chicken-scheme-interpreter tristate "chicken-scheme-interpreter............... Chicken Scheme interpreter only" default y if DEFAULT_chicken-scheme-interpreter default m if ALL select PACKAGE_libc depends on m || (PACKAGE_chicken-scheme-full != y) 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. config PACKAGE_slsh tristate "slsh........................................................ S-Lang shell" default y if DEFAULT_slsh default m if ALL select PACKAGE_libc select PACKAGE_libslang2 select PACKAGE_libslang2-modules help This is a shell which is mostly just a wrapper around the S-Lang Interpreter, which is part of the S-Lang Library. endmenu menu "Libraries" menu "Compression" config PACKAGE_libbz2 tristate "libbz2.................................................... bzip2 library." default y if DEFAULT_libbz2 default m if ALL select PACKAGE_libc help bzip2 is a freely available, patent free, high-quality data compressor. This packages provides libbz2 library. menuconfig PACKAGE_liblz4 tristate "liblz4........................................ Extremely fast compression" default y if DEFAULT_liblz4 default m if ALL select PACKAGE_libc help LZ4 is a compression codec that features a very fast encoder and an even faster decoder. This package provides the liblz4 shared library. 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_libc select PACKAGE_libpthread help liblzma library from XZ Utils config PACKAGE_libunrar tristate "libunrar................................................. UnRAR (library)" default y if DEFAULT_libunrar default m if ALL select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libstdcpp help UnRAR library is a shared library that provides file extraction from RAR archives config PACKAGE_libzip-gnutls tristate "libzip-gnutls............................................ libzip (GnuTLS)" default y if DEFAULT_libzip-gnutls default m if ALL select PACKAGE_libc select PACKAGE_libgnutls select PACKAGE_zlib help libzip (GnuTLS) config PACKAGE_libzip-mbedtls tristate "libzip-mbedtls.......................................... libzip (mbedTLS)" default y if DEFAULT_libzip-mbedtls default m if ALL select PACKAGE_libc select PACKAGE_libmbedtls select PACKAGE_zlib help libzip (mbedTLS) config PACKAGE_libzip-nossl tristate "libzip-nossl............................. libzip (w/o encryption support)" default y if DEFAULT_libzip-nossl default m if ALL select PACKAGE_libc select PACKAGE_zlib help libzip (w/o encryption support) config PACKAGE_libzip-openssl tristate "libzip-openssl.......................................... libzip (OpenSSL)" default y if DEFAULT_libzip-openssl default m if ALL select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_zlib help libzip (OpenSSL) menuconfig PACKAGE_libzstd tristate "libzstd.................................................... zstd library." default y if DEFAULT_libzstd default m if ALL select PACKAGE_libc help Zstandard - Fast real-time compression algorithm. This package provides libzstd library. 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 "Database" menuconfig PACKAGE_libmariadb tristate "libmariadb............................... MariaDB database client library" default y if DEFAULT_libmariadb default m if ALL select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libopenssl select PACKAGE_zlib help MariaDB is a very fast and robust SQL database server. This package includes the client library. 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 select PACKAGE_krb5-libs select PACKAGE_libc depends on PACKAGE_libmariadb help MariaDB is a very fast and robust SQL database server. This package provides the auth_gssapi_client plugin. config PACKAGE_libmariadb-plugin-remote-io tristate "libmariadb-plugin-remote-io............................ libmariadb plugin" default y if DEFAULT_libmariadb-plugin-remote-io default m if ALL select PACKAGE_libc select PACKAGE_libcurl depends on PACKAGE_libmariadb help MariaDB is a very fast and robust SQL database server. This package provides the remote_io plugin. config PACKAGE_libodbc tristate "libodbc.................................. unixODBC Driver Manager library" default y if DEFAULT_libodbc default m if ALL select PACKAGE_libc select PACKAGE_libltdl select PACKAGE_libpthread help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. This package provides the unixODBC Driver Manager library. config PACKAGE_libodbccr tristate "libodbccr........................................ unixODBC Cursor library" default y if DEFAULT_libodbccr default m if ALL select PACKAGE_libc select PACKAGE_libltdl select PACKAGE_libodbc select PACKAGE_libpthread help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. This package provides the unixODBC Cursor library. config PACKAGE_libodbcinst tristate "libodbcinst............................... unixODBC Configuration library" default y if DEFAULT_libodbcinst default m if ALL select PACKAGE_libc select PACKAGE_libltdl select PACKAGE_libpthread help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. This package provides the unixODBC Configuration library. config PACKAGE_libpq tristate "libpq.......................................... PostgreSQL client library" default y if DEFAULT_libpq default m if ALL select PACKAGE_libc select PACKAGE_libpthread help PostgreSQL client library. config PACKAGE_libpqxx tristate "libpqxx........................ PostgreSQL client library (C++ interface)" default y if DEFAULT_libpqxx default m if ALL select PACKAGE_libc select PACKAGE_libpq select PACKAGE_libstdcpp help PostgreSQL client library (C++ interface) source "feeds/packages/libs/libpqxx/Config.in" 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 select PACKAGE_zlib 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. 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_libc select PACKAGE_libltdl select PACKAGE_libodbc select PACKAGE_libpq select PACKAGE_libpthread help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. This package provides the PostgreSQL driver for ODBC. config PACKAGE_psqlodbca tristate "psqlodbca...................... psqlODBC - PostgreSQL ODBC driver (ASCII)" default y if DEFAULT_psqlodbca default m if ALL select PACKAGE_libc select PACKAGE_libpq select PACKAGE_unixodbc help psqlODBC is the official PostgreSQL ODBC Driver. It is released under the Library General Public Licence, or LGPL. config PACKAGE_psqlodbcw tristate "psqlodbcw...................... psqlODBC - PostgreSQL ODBC driver (UTF-8)" default y if DEFAULT_psqlodbcw default m if ALL select PACKAGE_libc select PACKAGE_libpq 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) config PACKAGE_redis-cli tristate "redis-cli...................................................... Redis cli" default y if DEFAULT_redis-cli default m if ALL select PACKAGE_libatomic select PACKAGE_libc help Redis cli config PACKAGE_redis-server tristate "redis-server................................................ Redis server" default y if DEFAULT_redis-server default m if ALL select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libpthread help Redis server config PACKAGE_redis-utils tristate "redis-utils.............................................. Redis utilities" default y if DEFAULT_redis-utils default m if ALL select PACKAGE_libc select PACKAGE_redis-server help Redis utilities config PACKAGE_tdb tristate "tdb..................................................... Trivial Database" default y if DEFAULT_tdb default m if ALL select PACKAGE_libc 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. config PACKAGE_unixodbc tristate "unixodbc............................................ unixODBC (libraries)" default y if DEFAULT_unixodbc default m if ALL select PACKAGE_libc select PACKAGE_libodbc select PACKAGE_libodbccr select PACKAGE_libodbcinst help unixODBC is an Open Source ODBC sub-system and an ODBC SDK for Linux, Mac OSX, and UNIX. This package installs the unixODBC Driver Manager, Cursor, and Configuration libraries. This package is provided for backwards compatibility; these libraries are available in separate packages. 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_libattr select PACKAGE_libc help Access control list support This package provides libacl config PACKAGE_libattr tristate "libattr................. Extended attributes (xattr) manipulation library" default y if DEFAULT_libattr default m if ALL select PACKAGE_libc help Extended attributes support This package provides libattr config PACKAGE_libfuse tristate "libfuse................................................... FUSE (library)" default y if DEFAULT_libfuse default m if ALL select PACKAGE_kmod-fuse select PACKAGE_libc select PACKAGE_libpthread help FUSE (Filesystem in UserSpacE) This package contains the FUSE shared libraries, needed by other programs. - libfuse - libulockmgr config PACKAGE_libfuse3 tristate "libfuse3.................................................... FUSE library" default y if DEFAULT_libfuse3 default m if ALL select PACKAGE_kmod-fuse select PACKAGE_libc select PACKAGE_libpthread help fuse3 (Filesystem in UserSpacE) This package contains the fuse3 shared libraries, needed by other programs. - libfuse3 config PACKAGE_libow tristate "libow....................................... OWFS - common shared library" default y if DEFAULT_libow default m if ALL select PACKAGE_kmod-w1 if LIBOW_MASTER_W1 select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libusb-compat if LIBOW_MASTER_USB 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. 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_libc select PACKAGE_libow 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. config PACKAGE_libsysfs tristate "libsysfs................................................... Sysfs library" default y if DEFAULT_libsysfs default m if ALL select PACKAGE_libc help The library's purpose is to provide a consistant and stable interface for querying system device information exposed through sysfs. endmenu menu "Firewall" config PACKAGE_libfko tristate "libfko................................... FireWall KNock OPerator Library" default y if DEFAULT_libfko default m if ALL select PACKAGE_gnupg if FWKNOPD_GPG select PACKAGE_libc select PACKAGE_libgpgme if FWKNOPD_GPG 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. config PACKAGE_libip4tc tristate "libip4tc.......................... IPv4 firewall - shared libiptc library" default y if DEFAULT_libip4tc default m if ALL||ALL_NONSHARED select PACKAGE_libc help IPv4 firewall - shared libiptc library config PACKAGE_libip6tc tristate "libip6tc.......................... IPv6 firewall - shared libiptc library" default y if DEFAULT_libip6tc default m if ALL||ALL_NONSHARED select PACKAGE_libc help IPv6 firewall - shared libiptc library config PACKAGE_libiptext tristate "libiptext....................... IPv4 firewall - shared libiptext library" default y if DEFAULT_libiptext default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libxtables help IPv4 firewall - shared libiptext library config PACKAGE_libiptext-nft tristate "libiptext-nft.......... IPv4/IPv6 firewall - shared libiptext nft library" default y if DEFAULT_libiptext-nft default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libxtables help IPv4/IPv6 firewall - shared libiptext nft library config PACKAGE_libiptext6 tristate "libiptext6...................... IPv6 firewall - shared libiptext library" default y if DEFAULT_libiptext6 default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libxtables help IPv6 firewall - shared libiptext library menuconfig PACKAGE_libxtables tristate "libxtables................... IPv4/IPv6 firewall - shared xtables library" default y if DEFAULT_libxtables default m if ALL||ALL_NONSHARED select PACKAGE_libc select PACKAGE_libnetfilter-conntrack if IPTABLES_CONNLABEL help IPv4/IPv6 firewall - shared xtables library config IPTABLES_CONNLABEL bool "Enable Connlabel support" default n help This enable connlabel support in iptables. endmenu menu "IoT" config PACKAGE_libmraa tristate "libmraa........................... Eclipse MRAA lowlevel IO C/C++ library" default y if DEFAULT_libmraa default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libstdcpp 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. config PACKAGE_libmraa-python3 tristate "libmraa-python3................. Eclipse MRAA lowlevel IO Python3 library" default y if DEFAULT_libmraa-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_python3-light 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. config PACKAGE_libupm tristate "libupm................................... Intel IoT sensor library - Full" default y if DEFAULT_libupm default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libjpeg-turbo select PACKAGE_libmodbus select PACKAGE_libmraa select PACKAGE_librt select PACKAGE_libupm-a110x select PACKAGE_libupm-a110x-python3 select PACKAGE_libupm-abp select PACKAGE_libupm-abp-python3 select PACKAGE_libupm-ad8232 select PACKAGE_libupm-ad8232-python3 select PACKAGE_libupm-adafruitms1438 select PACKAGE_libupm-adafruitms1438-python3 select PACKAGE_libupm-adafruitss select PACKAGE_libupm-adafruitss-python3 select PACKAGE_libupm-adc121c021 select PACKAGE_libupm-adc121c021-python3 select PACKAGE_libupm-adis16448 select PACKAGE_libupm-adis16448-python3 select PACKAGE_libupm-ads1x15 select PACKAGE_libupm-ads1x15-python3 select PACKAGE_libupm-adxl335 select PACKAGE_libupm-adxl335-python3 select PACKAGE_libupm-adxl345 select PACKAGE_libupm-adxl345-python3 select PACKAGE_libupm-adxrs610 select PACKAGE_libupm-adxrs610-python3 select PACKAGE_libupm-am2315 select PACKAGE_libupm-am2315-python3 select PACKAGE_libupm-apa102 select PACKAGE_libupm-apa102-python3 select PACKAGE_libupm-apds9002 select PACKAGE_libupm-apds9002-python3 select PACKAGE_libupm-apds9930 select PACKAGE_libupm-apds9930-python3 select PACKAGE_libupm-at42qt1070 select PACKAGE_libupm-at42qt1070-python3 select PACKAGE_libupm-bh1749 select PACKAGE_libupm-bh1749-python3 select PACKAGE_libupm-bh1750 select PACKAGE_libupm-bh1750-python3 select PACKAGE_libupm-bh1792 select PACKAGE_libupm-bh1792-python3 select PACKAGE_libupm-biss0001 select PACKAGE_libupm-biss0001-python3 select PACKAGE_libupm-bma220 select PACKAGE_libupm-bma220-python3 select PACKAGE_libupm-bma250e select PACKAGE_libupm-bma250e-python3 select PACKAGE_libupm-bmg160 select PACKAGE_libupm-bmg160-python3 select PACKAGE_libupm-bmi160 select PACKAGE_libupm-bmi160-python3 select PACKAGE_libupm-bmm150 select PACKAGE_libupm-bmm150-python3 select PACKAGE_libupm-bmp280 select PACKAGE_libupm-bmp280-python3 select PACKAGE_libupm-bmpx8x select PACKAGE_libupm-bmpx8x-python3 select PACKAGE_libupm-bmx055 select PACKAGE_libupm-bmx055-python3 select PACKAGE_libupm-bno055 select PACKAGE_libupm-bno055-python3 select PACKAGE_libupm-button select PACKAGE_libupm-button-python3 select PACKAGE_libupm-buzzer select PACKAGE_libupm-buzzer-python3 select PACKAGE_libupm-cjq4435 select PACKAGE_libupm-cjq4435-python3 select PACKAGE_libupm-collision select PACKAGE_libupm-collision-python3 select PACKAGE_libupm-curieimu select PACKAGE_libupm-curieimu-python3 select PACKAGE_libupm-cwlsxxa select PACKAGE_libupm-cwlsxxa-python3 select PACKAGE_libupm-dfrec select PACKAGE_libupm-dfrec-python3 select PACKAGE_libupm-dfrorp select PACKAGE_libupm-dfrorp-python3 select PACKAGE_libupm-dfrph select PACKAGE_libupm-dfrph-python3 select PACKAGE_libupm-ds1307 select PACKAGE_libupm-ds1307-python3 select PACKAGE_libupm-ds1808lc select PACKAGE_libupm-ds1808lc-python3 select PACKAGE_libupm-ds18b20 select PACKAGE_libupm-ds18b20-python3 select PACKAGE_libupm-ds2413 select PACKAGE_libupm-ds2413-python3 select PACKAGE_libupm-ecezo select PACKAGE_libupm-ecezo-python3 select PACKAGE_libupm-ecs1030 select PACKAGE_libupm-ecs1030-python3 select PACKAGE_libupm-ehr select PACKAGE_libupm-ehr-python3 select PACKAGE_libupm-eldriver select PACKAGE_libupm-eldriver-python3 select PACKAGE_libupm-electromagnet select PACKAGE_libupm-electromagnet-python3 select PACKAGE_libupm-emg select PACKAGE_libupm-emg-python3 select PACKAGE_libupm-enc03r select PACKAGE_libupm-enc03r-python3 select PACKAGE_libupm-flex select PACKAGE_libupm-flex-python3 select PACKAGE_libupm-gas select PACKAGE_libupm-gas-python3 select PACKAGE_libupm-gp2y0a select PACKAGE_libupm-gp2y0a-python3 select PACKAGE_libupm-gprs select PACKAGE_libupm-gprs-python3 select PACKAGE_libupm-gsr select PACKAGE_libupm-gsr-python3 select PACKAGE_libupm-guvas12d select PACKAGE_libupm-guvas12d-python3 select PACKAGE_libupm-h3lis331dl select PACKAGE_libupm-h3lis331dl-python3 select PACKAGE_libupm-h803x select PACKAGE_libupm-h803x-python3 select PACKAGE_libupm-hcsr04 select PACKAGE_libupm-hcsr04-python3 select PACKAGE_libupm-hdc1000 select PACKAGE_libupm-hdc1000-python3 select PACKAGE_libupm-hdxxvxta select PACKAGE_libupm-hdxxvxta-python3 select PACKAGE_libupm-hka5 select PACKAGE_libupm-hka5-python3 select PACKAGE_libupm-hlg150h select PACKAGE_libupm-hlg150h-python3 select PACKAGE_libupm-hm11 select PACKAGE_libupm-hm11-python3 select PACKAGE_libupm-hmc5883l select PACKAGE_libupm-hmc5883l-python3 select PACKAGE_libupm-hmtrp select PACKAGE_libupm-hmtrp-python3 select PACKAGE_libupm-hp20x select PACKAGE_libupm-hp20x-python3 select PACKAGE_libupm-ht9170 select PACKAGE_libupm-ht9170-python3 select PACKAGE_libupm-htu21d select PACKAGE_libupm-htu21d-python3 select PACKAGE_libupm-hwxpxx select PACKAGE_libupm-hwxpxx-python3 select PACKAGE_libupm-hx711 select PACKAGE_libupm-hx711-python3 select PACKAGE_libupm-ili9341 select PACKAGE_libupm-ili9341-python3 select PACKAGE_libupm-ims select PACKAGE_libupm-ims-python3 select PACKAGE_libupm-ina132 select PACKAGE_libupm-ina132-python3 select PACKAGE_libupm-interfaces select PACKAGE_libupm-interfaces-python3 select PACKAGE_libupm-isd1820 select PACKAGE_libupm-isd1820-python3 select PACKAGE_libupm-itg3200 select PACKAGE_libupm-itg3200-python3 select PACKAGE_libupm-jhd1313m1 select PACKAGE_libupm-jhd1313m1-python3 select PACKAGE_libupm-joystick12 select PACKAGE_libupm-joystick12-python3 select PACKAGE_libupm-kx122 select PACKAGE_libupm-kx122-python3 select PACKAGE_libupm-kxcjk1013 select PACKAGE_libupm-kxcjk1013-python3 select PACKAGE_libupm-kxtj3 select PACKAGE_libupm-kxtj3-python3 select PACKAGE_libupm-l298 select PACKAGE_libupm-l298-python3 select PACKAGE_libupm-l3gd20 select PACKAGE_libupm-l3gd20-python3 select PACKAGE_libupm-lcd select PACKAGE_libupm-lcd-python3 select PACKAGE_libupm-lcdks select PACKAGE_libupm-lcdks-python3 select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-lcm1602-python3 select PACKAGE_libupm-ldt0028 select PACKAGE_libupm-ldt0028-python3 select PACKAGE_libupm-led select PACKAGE_libupm-led-python3 select PACKAGE_libupm-lidarlitev3 select PACKAGE_libupm-lidarlitev3-python3 select PACKAGE_libupm-light select PACKAGE_libupm-light-python3 select PACKAGE_libupm-linefinder select PACKAGE_libupm-linefinder-python3 select PACKAGE_libupm-lis2ds12 select PACKAGE_libupm-lis2ds12-python3 select PACKAGE_libupm-lis3dh select PACKAGE_libupm-lis3dh-python3 select PACKAGE_libupm-lm35 select PACKAGE_libupm-lm35-python3 select PACKAGE_libupm-lol select PACKAGE_libupm-lol-python3 select PACKAGE_libupm-loudness select PACKAGE_libupm-loudness-python3 select PACKAGE_libupm-lp8860 select PACKAGE_libupm-lp8860-python3 select PACKAGE_libupm-lpd8806 select PACKAGE_libupm-lpd8806-python3 select PACKAGE_libupm-lsm303agr select PACKAGE_libupm-lsm303agr-python3 select PACKAGE_libupm-lsm303d select PACKAGE_libupm-lsm303d-python3 select PACKAGE_libupm-lsm303dlh select PACKAGE_libupm-lsm303dlh-python3 select PACKAGE_libupm-lsm6ds3h select PACKAGE_libupm-lsm6ds3h-python3 select PACKAGE_libupm-lsm6dsl select PACKAGE_libupm-lsm6dsl-python3 select PACKAGE_libupm-lsm9ds0 select PACKAGE_libupm-lsm9ds0-python3 select PACKAGE_libupm-m24lr64e select PACKAGE_libupm-m24lr64e-python3 select PACKAGE_libupm-mag3110 select PACKAGE_libupm-mag3110-python3 select PACKAGE_libupm-max30100 select PACKAGE_libupm-max30100-python3 select PACKAGE_libupm-max31723 select PACKAGE_libupm-max31723-python3 select PACKAGE_libupm-max31855 select PACKAGE_libupm-max31855-python3 select PACKAGE_libupm-max44000 select PACKAGE_libupm-max44000-python3 select PACKAGE_libupm-max44009 select PACKAGE_libupm-max44009-python3 select PACKAGE_libupm-max5487 select PACKAGE_libupm-max5487-python3 select PACKAGE_libupm-maxds3231m select PACKAGE_libupm-maxds3231m-python3 select PACKAGE_libupm-maxsonarez select PACKAGE_libupm-maxsonarez-python3 select PACKAGE_libupm-mb704x select PACKAGE_libupm-mb704x-python3 select PACKAGE_libupm-mcp2515 select PACKAGE_libupm-mcp2515-python3 select PACKAGE_libupm-mcp9808 select PACKAGE_libupm-mcp9808-python3 select PACKAGE_libupm-md select PACKAGE_libupm-md-python3 select PACKAGE_libupm-mg811 select PACKAGE_libupm-mg811-python3 select PACKAGE_libupm-mhz16 select PACKAGE_libupm-mhz16-python3 select PACKAGE_libupm-mic select PACKAGE_libupm-mic-python3 select PACKAGE_libupm-micsv89 select PACKAGE_libupm-micsv89-python3 select PACKAGE_libupm-mlx90614 select PACKAGE_libupm-mlx90614-python3 select PACKAGE_libupm-mma7361 select PACKAGE_libupm-mma7361-python3 select PACKAGE_libupm-mma7455 select PACKAGE_libupm-mma7455-python3 select PACKAGE_libupm-mma7660 select PACKAGE_libupm-mma7660-python3 select PACKAGE_libupm-mma8x5x select PACKAGE_libupm-mma8x5x-python3 select PACKAGE_libupm-mmc35240 select PACKAGE_libupm-mmc35240-python3 select PACKAGE_libupm-moisture select PACKAGE_libupm-moisture-python3 select PACKAGE_libupm-mpl3115a2 select PACKAGE_libupm-mpl3115a2-python3 select PACKAGE_libupm-mpr121 select PACKAGE_libupm-mpr121-python3 select PACKAGE_libupm-mpu9150 select PACKAGE_libupm-mpu9150-python3 select PACKAGE_libupm-mq303a select PACKAGE_libupm-mq303a-python3 select PACKAGE_libupm-ms5611 select PACKAGE_libupm-ms5611-python3 select PACKAGE_libupm-ms5803 select PACKAGE_libupm-ms5803-python3 select PACKAGE_libupm-my9221 select PACKAGE_libupm-my9221-python3 select PACKAGE_libupm-nlgpio16 select PACKAGE_libupm-nlgpio16-python3 select PACKAGE_libupm-nmea_gps select PACKAGE_libupm-nmea_gps-python3 select PACKAGE_libupm-nrf24l01 select PACKAGE_libupm-nrf24l01-python3 select PACKAGE_libupm-nrf8001 select PACKAGE_libupm-nrf8001-python3 select PACKAGE_libupm-nunchuck select PACKAGE_libupm-nunchuck-python3 select PACKAGE_libupm-o2 select PACKAGE_libupm-o2-python3 select PACKAGE_libupm-otp538u select PACKAGE_libupm-otp538u-python3 select PACKAGE_libupm-ozw select PACKAGE_libupm-ozw-python3 select PACKAGE_libupm-p9813 select PACKAGE_libupm-p9813-python3 select PACKAGE_libupm-pca9685 select PACKAGE_libupm-pca9685-python3 select PACKAGE_libupm-pn532 select PACKAGE_libupm-pn532-python3 select PACKAGE_libupm-ppd42ns select PACKAGE_libupm-ppd42ns-python3 select PACKAGE_libupm-pulsensor select PACKAGE_libupm-pulsensor-python3 select PACKAGE_libupm-relay select PACKAGE_libupm-relay-python3 select PACKAGE_libupm-rf22 select PACKAGE_libupm-rf22-python3 select PACKAGE_libupm-rfr359f select PACKAGE_libupm-rfr359f-python3 select PACKAGE_libupm-rgbringcoder select PACKAGE_libupm-rgbringcoder-python3 select PACKAGE_libupm-rhusb select PACKAGE_libupm-rhusb-python3 select PACKAGE_libupm-rn2903 select PACKAGE_libupm-rn2903-python3 select PACKAGE_libupm-rotary select PACKAGE_libupm-rotary-python3 select PACKAGE_libupm-rotaryencoder select PACKAGE_libupm-rotaryencoder-python3 select PACKAGE_libupm-rpr220 select PACKAGE_libupm-rpr220-python3 select PACKAGE_libupm-rsc select PACKAGE_libupm-rsc-python3 select PACKAGE_libupm-scam select PACKAGE_libupm-scam-python3 select PACKAGE_libupm-sensortemplate select PACKAGE_libupm-sensortemplate-python3 select PACKAGE_libupm-servo select PACKAGE_libupm-servo-python3 select PACKAGE_libupm-sht1x select PACKAGE_libupm-sht1x-python3 select PACKAGE_libupm-si1132 select PACKAGE_libupm-si1132-python3 select PACKAGE_libupm-si114x select PACKAGE_libupm-si114x-python3 select PACKAGE_libupm-si7005 select PACKAGE_libupm-si7005-python3 select PACKAGE_libupm-slide select PACKAGE_libupm-slide-python3 select PACKAGE_libupm-sm130 select PACKAGE_libupm-sm130-python3 select PACKAGE_libupm-smartdrive select PACKAGE_libupm-smartdrive-python3 select PACKAGE_libupm-speaker select PACKAGE_libupm-speaker-python3 select PACKAGE_libupm-ssd1351 select PACKAGE_libupm-ssd1351-python3 select PACKAGE_libupm-st7735 select PACKAGE_libupm-st7735-python3 select PACKAGE_libupm-stepmotor select PACKAGE_libupm-stepmotor-python3 select PACKAGE_libupm-sx1276 select PACKAGE_libupm-sx1276-python3 select PACKAGE_libupm-sx6119 select PACKAGE_libupm-sx6119-python3 select PACKAGE_libupm-t3311 select PACKAGE_libupm-t3311-python3 select PACKAGE_libupm-t6713 select PACKAGE_libupm-t6713-python3 select PACKAGE_libupm-ta12200 select PACKAGE_libupm-ta12200-python3 select PACKAGE_libupm-tca9548a select PACKAGE_libupm-tca9548a-python3 select PACKAGE_libupm-tcs3414cs select PACKAGE_libupm-tcs3414cs-python3 select PACKAGE_libupm-tcs37727 select PACKAGE_libupm-tcs37727-python3 select PACKAGE_libupm-teams select PACKAGE_libupm-teams-python3 select PACKAGE_libupm-temperature select PACKAGE_libupm-temperature-python3 select PACKAGE_libupm-tex00 select PACKAGE_libupm-tex00-python3 select PACKAGE_libupm-th02 select PACKAGE_libupm-th02-python3 select PACKAGE_libupm-tm1637 select PACKAGE_libupm-tm1637-python3 select PACKAGE_libupm-tmp006 select PACKAGE_libupm-tmp006-python3 select PACKAGE_libupm-tsl2561 select PACKAGE_libupm-tsl2561-python3 select PACKAGE_libupm-ttp223 select PACKAGE_libupm-ttp223-python3 select PACKAGE_libupm-uartat select PACKAGE_libupm-uartat-python3 select PACKAGE_libupm-uln200xa select PACKAGE_libupm-uln200xa-python3 select PACKAGE_libupm-ultrasonic select PACKAGE_libupm-ultrasonic-python3 select PACKAGE_libupm-urm37 select PACKAGE_libupm-urm37-python3 select PACKAGE_libupm-utilities select PACKAGE_libupm-utilities-python3 select PACKAGE_libupm-vcap select PACKAGE_libupm-vcap-python3 select PACKAGE_libupm-vdiv select PACKAGE_libupm-vdiv-python3 select PACKAGE_libupm-veml6070 select PACKAGE_libupm-veml6070-python3 select PACKAGE_libupm-water select PACKAGE_libupm-water-python3 select PACKAGE_libupm-waterlevel select PACKAGE_libupm-waterlevel-python3 select PACKAGE_libupm-wfs select PACKAGE_libupm-wfs-python3 select PACKAGE_libupm-wheelencoder select PACKAGE_libupm-wheelencoder-python3 select PACKAGE_libupm-wt5001 select PACKAGE_libupm-wt5001-python3 select PACKAGE_libupm-xbee select PACKAGE_libupm-xbee-python3 select PACKAGE_libupm-yg1006 select PACKAGE_libupm-yg1006-python3 select PACKAGE_libupm-zfm20 select PACKAGE_libupm-zfm20-python3 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 sensor libraries config PACKAGE_libupm-a110x tristate "libupm-a110x......................................... a110x C/C++ library" default y if DEFAULT_libupm-a110x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-a110x-python3 tristate "libupm-a110x-python3............................... a110x Python3 library" default y if DEFAULT_libupm-a110x-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-a110x 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 a110x sensor Python3 library config PACKAGE_libupm-abp tristate "libupm-abp............................................. abp C/C++ library" default y if DEFAULT_libupm-abp default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 abp sensor C/C++ library config PACKAGE_libupm-abp-python3 tristate "libupm-abp-python3................................... abp Python3 library" default y if DEFAULT_libupm-abp-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-abp 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 abp sensor Python3 library config PACKAGE_libupm-ad8232 tristate "libupm-ad8232....................................... ad8232 C/C++ library" default y if DEFAULT_libupm-ad8232 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-ad8232-python3 tristate "libupm-ad8232-python3............................. ad8232 Python3 library" default y if DEFAULT_libupm-ad8232-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ad8232 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 ad8232 sensor Python3 library config PACKAGE_libupm-adafruitms1438 tristate "libupm-adafruitms1438....................... adafruitms1438 C/C++ library" default y if DEFAULT_libupm-adafruitms1438 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 adafruitms1438 sensor C/C++ library config PACKAGE_libupm-adafruitms1438-python3 tristate "libupm-adafruitms1438-python3............. adafruitms1438 Python3 library" default y if DEFAULT_libupm-adafruitms1438-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adafruitms1438 select PACKAGE_libupm-pca9685 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 adafruitms1438 sensor Python3 library config PACKAGE_libupm-adafruitss tristate "libupm-adafruitss............................... adafruitss C/C++ library" default y if DEFAULT_libupm-adafruitss default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adafruitss sensor C/C++ library config PACKAGE_libupm-adafruitss-python3 tristate "libupm-adafruitss-python3..................... adafruitss Python3 library" default y if DEFAULT_libupm-adafruitss-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adafruitss 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 adafruitss sensor Python3 library config PACKAGE_libupm-adc121c021 tristate "libupm-adc121c021............................... adc121c021 C/C++ library" default y if DEFAULT_libupm-adc121c021 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adc121c021 sensor C/C++ library config PACKAGE_libupm-adc121c021-python3 tristate "libupm-adc121c021-python3..................... adc121c021 Python3 library" default y if DEFAULT_libupm-adc121c021-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adc121c021 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 adc121c021 sensor Python3 library config PACKAGE_libupm-adis16448 tristate "libupm-adis16448................................. adis16448 C/C++ library" default y if DEFAULT_libupm-adis16448 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adis16448 sensor C/C++ library config PACKAGE_libupm-adis16448-python3 tristate "libupm-adis16448-python3....................... adis16448 Python3 library" default y if DEFAULT_libupm-adis16448-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adis16448 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 adis16448 sensor Python3 library config PACKAGE_libupm-ads1x15 tristate "libupm-ads1x15..................................... ads1x15 C/C++ library" default y if DEFAULT_libupm-ads1x15 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ads1x15 sensor C/C++ library config PACKAGE_libupm-ads1x15-python3 tristate "libupm-ads1x15-python3........................... ads1x15 Python3 library" default y if DEFAULT_libupm-ads1x15-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ads1x15 select PACKAGE_libupm-interfaces 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 ads1x15 sensor Python3 library config PACKAGE_libupm-adxl335 tristate "libupm-adxl335..................................... adxl335 C/C++ library" default y if DEFAULT_libupm-adxl335 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adxl335 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adxl335 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 adxl335 sensor Python3 library config PACKAGE_libupm-adxl345 tristate "libupm-adxl345..................................... adxl345 C/C++ library" default y if DEFAULT_libupm-adxl345 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adxl345 sensor C/C++ library config PACKAGE_libupm-adxl345-python3 tristate "libupm-adxl345-python3........................... adxl345 Python3 library" default y if DEFAULT_libupm-adxl345-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adxl345 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 adxl345 sensor Python3 library config PACKAGE_libupm-adxrs610 tristate "libupm-adxrs610................................... adxrs610 C/C++ library" default y if DEFAULT_libupm-adxrs610 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 adxrs610 sensor C/C++ library config PACKAGE_libupm-adxrs610-python3 tristate "libupm-adxrs610-python3......................... adxrs610 Python3 library" default y if DEFAULT_libupm-adxrs610-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-adxrs610 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 adxrs610 sensor Python3 library config PACKAGE_libupm-am2315 tristate "libupm-am2315....................................... am2315 C/C++ library" default y if DEFAULT_libupm-am2315 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 am2315 sensor C/C++ library config PACKAGE_libupm-am2315-python3 tristate "libupm-am2315-python3............................. am2315 Python3 library" default y if DEFAULT_libupm-am2315-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-am2315 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 am2315 sensor Python3 library config PACKAGE_libupm-apa102 tristate "libupm-apa102....................................... apa102 C/C++ library" default y if DEFAULT_libupm-apa102 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 config PACKAGE_libupm-apa102-python3 tristate "libupm-apa102-python3............................. apa102 Python3 library" default y if DEFAULT_libupm-apa102-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-apa102 select PACKAGE_libupm-utilities 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 apa102 sensor Python3 library config PACKAGE_libupm-apds9002 tristate "libupm-apds9002................................... apds9002 C/C++ library" default y if DEFAULT_libupm-apds9002 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-apds9002-python3 tristate "libupm-apds9002-python3......................... apds9002 Python3 library" default y if DEFAULT_libupm-apds9002-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-apds9002 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 apds9002 sensor Python3 library config PACKAGE_libupm-apds9930 tristate "libupm-apds9930................................... apds9930 C/C++ library" default y if DEFAULT_libupm-apds9930 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-apds9930-python3 tristate "libupm-apds9930-python3......................... apds9930 Python3 library" default y if DEFAULT_libupm-apds9930-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-apds9930 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 apds9930 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 at42qt1070 sensor C/C++ library config PACKAGE_libupm-at42qt1070-python3 tristate "libupm-at42qt1070-python3..................... at42qt1070 Python3 library" default y if DEFAULT_libupm-at42qt1070-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-at42qt1070 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 at42qt1070 sensor Python3 library config PACKAGE_libupm-bh1749 tristate "libupm-bh1749....................................... bh1749 C/C++ library" default y if DEFAULT_libupm-bh1749 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-bh1749-python3 tristate "libupm-bh1749-python3............................. bh1749 Python3 library" default y if DEFAULT_libupm-bh1749-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bh1749 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 bh1749 sensor Python3 library config PACKAGE_libupm-bh1750 tristate "libupm-bh1750....................................... bh1750 C/C++ library" default y if DEFAULT_libupm-bh1750 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 config PACKAGE_libupm-bh1750-python3 tristate "libupm-bh1750-python3............................. bh1750 Python3 library" default y if DEFAULT_libupm-bh1750-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bh1750 select PACKAGE_libupm-utilities 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 bh1750 sensor Python3 library config PACKAGE_libupm-bh1792 tristate "libupm-bh1792....................................... bh1792 C/C++ library" default y if DEFAULT_libupm-bh1792 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bh1792 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 bh1792 sensor Python3 library config PACKAGE_libupm-biss0001 tristate "libupm-biss0001................................... biss0001 C/C++ library" default y if DEFAULT_libupm-biss0001 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 biss0001 sensor C/C++ library config PACKAGE_libupm-biss0001-python3 tristate "libupm-biss0001-python3......................... biss0001 Python3 library" default y if DEFAULT_libupm-biss0001-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-biss0001 select PACKAGE_libupm-utilities 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 biss0001 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-bma220-python3 tristate "libupm-bma220-python3............................. bma220 Python3 library" default y if DEFAULT_libupm-bma220-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bma220 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 bma220 sensor Python3 library config PACKAGE_libupm-bma250e tristate "libupm-bma250e..................................... bma250e C/C++ library" default y if DEFAULT_libupm-bma250e default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bma250e sensor C/C++ library config PACKAGE_libupm-bma250e-python3 tristate "libupm-bma250e-python3........................... bma250e Python3 library" default y if DEFAULT_libupm-bma250e-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bma250e select PACKAGE_libupm-utilities 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 bma250e sensor Python3 library config PACKAGE_libupm-bmg160 tristate "libupm-bmg160....................................... bmg160 C/C++ library" default y if DEFAULT_libupm-bmg160 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bmg160 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bmg160 select PACKAGE_libupm-utilities 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 bmg160 sensor Python3 library config PACKAGE_libupm-bmi160 tristate "libupm-bmi160....................................... bmi160 C/C++ library" default y if DEFAULT_libupm-bmi160 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bmi160 sensor C/C++ library 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 depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bmi160 select PACKAGE_libupm-utilities 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 bmi160 sensor Python3 library config PACKAGE_libupm-bmm150 tristate "libupm-bmm150....................................... bmm150 C/C++ library" default y if DEFAULT_libupm-bmm150 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bmm150 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bmm150 select PACKAGE_libupm-utilities 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 config PACKAGE_libupm-bmp280 tristate "libupm-bmp280....................................... bmp280 C/C++ library" default y if DEFAULT_libupm-bmp280 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 config PACKAGE_libupm-bmp280-python3 tristate "libupm-bmp280-python3............................. bmp280 Python3 library" default y if DEFAULT_libupm-bmp280-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bmp280 select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities 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 bmp280 sensor Python3 library config PACKAGE_libupm-bmpx8x tristate "libupm-bmpx8x....................................... bmpx8x C/C++ library" default y if DEFAULT_libupm-bmpx8x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bmpx8x sensor C/C++ library config PACKAGE_libupm-bmpx8x-python3 tristate "libupm-bmpx8x-python3............................. bmpx8x Python3 library" default y if DEFAULT_libupm-bmpx8x-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bmpx8x select PACKAGE_libupm-interfaces select PACKAGE_libupm-utilities 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 bmpx8x sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt select PACKAGE_libupm-bma250e select PACKAGE_libupm-bmg160 select PACKAGE_libupm-bmm150 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 C/C++ library config PACKAGE_libupm-bmx055-python3 tristate "libupm-bmx055-python3............................. bmx055 Python3 library" default y if DEFAULT_libupm-bmx055-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bma250e select PACKAGE_libupm-bmg160 select PACKAGE_libupm-bmm150 select PACKAGE_libupm-bmx055 select PACKAGE_libupm-utilities 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 bmx055 sensor Python3 library config PACKAGE_libupm-bno055 tristate "libupm-bno055....................................... bno055 C/C++ library" default y if DEFAULT_libupm-bno055 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 bno055 sensor C/C++ library config PACKAGE_libupm-bno055-python3 tristate "libupm-bno055-python3............................. bno055 Python3 library" default y if DEFAULT_libupm-bno055-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-bno055 select PACKAGE_libupm-utilities 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 bno055 sensor Python3 library config PACKAGE_libupm-button tristate "libupm-button....................................... button C/C++ library" default y if DEFAULT_libupm-button default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-button-python3 tristate "libupm-button-python3............................. button Python3 library" default y if DEFAULT_libupm-button-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-button 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 button sensor Python3 library config PACKAGE_libupm-buzzer tristate "libupm-buzzer....................................... buzzer C/C++ library" default y if DEFAULT_libupm-buzzer default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 buzzer sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-buzzer select PACKAGE_libupm-utilities 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 buzzer sensor Python3 library config PACKAGE_libupm-cjq4435 tristate "libupm-cjq4435..................................... cjq4435 C/C++ library" default y if DEFAULT_libupm-cjq4435 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 cjq4435 sensor C/C++ library config PACKAGE_libupm-cjq4435-python3 tristate "libupm-cjq4435-python3........................... cjq4435 Python3 library" default y if DEFAULT_libupm-cjq4435-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-cjq4435 select PACKAGE_libupm-utilities 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 cjq4435 sensor Python3 library config PACKAGE_libupm-collision tristate "libupm-collision................................. collision C/C++ library" default y if DEFAULT_libupm-collision default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 collision sensor C/C++ library config PACKAGE_libupm-collision-python3 tristate "libupm-collision-python3....................... collision Python3 library" default y if DEFAULT_libupm-collision-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-collision 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 collision sensor Python3 library config PACKAGE_libupm-curieimu tristate "libupm-curieimu................................... curieimu C/C++ library" default y if DEFAULT_libupm-curieimu default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-curieimu 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 curieimu sensor Python3 library config PACKAGE_libupm-cwlsxxa tristate "libupm-cwlsxxa..................................... cwlsxxa C/C++ library" default y if DEFAULT_libupm-cwlsxxa default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-cwlsxxa-python3 tristate "libupm-cwlsxxa-python3........................... cwlsxxa Python3 library" default y if DEFAULT_libupm-cwlsxxa-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-cwlsxxa 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 cwlsxxa sensor Python3 library config PACKAGE_libupm-dfrec tristate "libupm-dfrec......................................... dfrec C/C++ library" default y if DEFAULT_libupm-dfrec default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt select PACKAGE_libupm-ds18b20 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 config PACKAGE_libupm-dfrec-python3 tristate "libupm-dfrec-python3............................... dfrec Python3 library" default y if DEFAULT_libupm-dfrec-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-dfrec select PACKAGE_libupm-ds18b20 select PACKAGE_libupm-utilities 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 dfrec sensor Python3 library config PACKAGE_libupm-dfrorp tristate "libupm-dfrorp....................................... dfrorp C/C++ library" default y if DEFAULT_libupm-dfrorp default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 dfrorp sensor C/C++ library config PACKAGE_libupm-dfrorp-python3 tristate "libupm-dfrorp-python3............................. dfrorp Python3 library" default y if DEFAULT_libupm-dfrorp-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-dfrorp select PACKAGE_libupm-utilities 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 dfrorp sensor Python3 library config PACKAGE_libupm-dfrph tristate "libupm-dfrph......................................... dfrph C/C++ library" default y if DEFAULT_libupm-dfrph default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 dfrph sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-dfrph 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 dfrph sensor Python3 library config PACKAGE_libupm-ds1307 tristate "libupm-ds1307....................................... ds1307 C/C++ library" default y if DEFAULT_libupm-ds1307 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ds1307 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ds1307 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 ds1307 sensor Python3 library config PACKAGE_libupm-ds1808lc tristate "libupm-ds1808lc................................... ds1808lc C/C++ library" default y if DEFAULT_libupm-ds1808lc default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 C/C++ library config PACKAGE_libupm-ds1808lc-python3 tristate "libupm-ds1808lc-python3......................... ds1808lc Python3 library" default y if DEFAULT_libupm-ds1808lc-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ds1808lc select PACKAGE_libupm-interfaces 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 ds1808lc sensor Python3 library config PACKAGE_libupm-ds18b20 tristate "libupm-ds18b20..................................... ds18b20 C/C++ library" default y if DEFAULT_libupm-ds18b20 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ds18b20 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ds18b20 select PACKAGE_libupm-utilities 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 ds18b20 sensor Python3 library config PACKAGE_libupm-ds2413 tristate "libupm-ds2413....................................... ds2413 C/C++ library" default y if DEFAULT_libupm-ds2413 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ds2413 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ds2413 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 ds2413 sensor Python3 library config PACKAGE_libupm-ecezo tristate "libupm-ecezo......................................... ecezo C/C++ library" default y if DEFAULT_libupm-ecezo default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ecezo sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ecezo select PACKAGE_libupm-utilities 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 ecezo sensor Python3 library config PACKAGE_libupm-ecs1030 tristate "libupm-ecs1030..................................... ecs1030 C/C++ library" default y if DEFAULT_libupm-ecs1030 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ecs1030 sensor C/C++ library config PACKAGE_libupm-ecs1030-python3 tristate "libupm-ecs1030-python3........................... ecs1030 Python3 library" default y if DEFAULT_libupm-ecs1030-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ecs1030 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 ecs1030 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ehr sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ehr 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 ehr sensor Python3 library config PACKAGE_libupm-eldriver tristate "libupm-eldriver................................... eldriver C/C++ library" default y if DEFAULT_libupm-eldriver default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 eldriver sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-eldriver 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 eldriver sensor Python3 library config PACKAGE_libupm-electromagnet tristate "libupm-electromagnet......................... electromagnet C/C++ library" default y if DEFAULT_libupm-electromagnet default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-electromagnet-python3 tristate "libupm-electromagnet-python3............... electromagnet Python3 library" default y if DEFAULT_libupm-electromagnet-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-electromagnet 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 electromagnet sensor Python3 library config PACKAGE_libupm-emg tristate "libupm-emg............................................. emg C/C++ library" default y if DEFAULT_libupm-emg default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-emg-python3 tristate "libupm-emg-python3................................... emg Python3 library" default y if DEFAULT_libupm-emg-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-emg 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 emg sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 enc03r sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-enc03r select PACKAGE_libupm-utilities 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 enc03r sensor Python3 library config PACKAGE_libupm-flex tristate "libupm-flex........................................... flex C/C++ library" default y if DEFAULT_libupm-flex default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 flex sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-flex 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 flex sensor Python3 library config PACKAGE_libupm-gas tristate "libupm-gas............................................. gas C/C++ library" default y if DEFAULT_libupm-gas default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 gas sensor C/C++ library config PACKAGE_libupm-gas-python3 tristate "libupm-gas-python3................................... gas Python3 library" default y if DEFAULT_libupm-gas-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-gas 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 gas sensor Python3 library config PACKAGE_libupm-gp2y0a tristate "libupm-gp2y0a....................................... gp2y0a C/C++ library" default y if DEFAULT_libupm-gp2y0a default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 gp2y0a sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-gp2y0a 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 gp2y0a sensor Python3 library config PACKAGE_libupm-gprs tristate "libupm-gprs........................................... gprs C/C++ library" default y if DEFAULT_libupm-gprs default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 gprs sensor C/C++ library config PACKAGE_libupm-gprs-python3 tristate "libupm-gprs-python3................................. gprs Python3 library" default y if DEFAULT_libupm-gprs-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-gprs 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 gprs sensor Python3 library config PACKAGE_libupm-gsr tristate "libupm-gsr............................................. gsr C/C++ library" default y if DEFAULT_libupm-gsr default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 gsr sensor C/C++ library config PACKAGE_libupm-gsr-python3 tristate "libupm-gsr-python3................................... gsr Python3 library" default y if DEFAULT_libupm-gsr-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-gsr 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 config PACKAGE_libupm-guvas12d tristate "libupm-guvas12d................................... guvas12d C/C++ library" default y if DEFAULT_libupm-guvas12d default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 guvas12d sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-guvas12d select PACKAGE_libupm-utilities 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 guvas12d sensor Python3 library config PACKAGE_libupm-h3lis331dl tristate "libupm-h3lis331dl............................... h3lis331dl C/C++ library" default y if DEFAULT_libupm-h3lis331dl default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 h3lis331dl sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-h3lis331dl 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 h3lis331dl sensor Python3 library config PACKAGE_libupm-h803x tristate "libupm-h803x......................................... h803x C/C++ library" default y if DEFAULT_libupm-h803x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa 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 h803x sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-h803x 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 h803x sensor Python3 library config PACKAGE_libupm-hcsr04 tristate "libupm-hcsr04....................................... hcsr04 C/C++ library" default y if DEFAULT_libupm-hcsr04 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 hcsr04 sensor C/C++ library config PACKAGE_libupm-hcsr04-python3 tristate "libupm-hcsr04-python3............................. hcsr04 Python3 library" default y if DEFAULT_libupm-hcsr04-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hcsr04 select PACKAGE_libupm-utilities 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 hcsr04 sensor Python3 library config PACKAGE_libupm-hdc1000 tristate "libupm-hdc1000..................................... hdc1000 C/C++ library" default y if DEFAULT_libupm-hdc1000 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 hdc1000 sensor C/C++ library config PACKAGE_libupm-hdc1000-python3 tristate "libupm-hdc1000-python3........................... hdc1000 Python3 library" default y if DEFAULT_libupm-hdc1000-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hdc1000 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 hdc1000 sensor Python3 library config PACKAGE_libupm-hdxxvxta tristate "libupm-hdxxvxta................................... hdxxvxta C/C++ library" default y if DEFAULT_libupm-hdxxvxta default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 hdxxvxta sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hdxxvxta 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 hdxxvxta sensor Python3 library config PACKAGE_libupm-hka5 tristate "libupm-hka5........................................... hka5 C/C++ library" default y if DEFAULT_libupm-hka5 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 hka5 sensor C/C++ library config PACKAGE_libupm-hka5-python3 tristate "libupm-hka5-python3................................. hka5 Python3 library" default y if DEFAULT_libupm-hka5-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hka5 select PACKAGE_libupm-utilities 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 hka5 sensor Python3 library config PACKAGE_libupm-hlg150h tristate "libupm-hlg150h..................................... hlg150h C/C++ library" default y if DEFAULT_libupm-hlg150h default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 hlg150h sensor C/C++ library config PACKAGE_libupm-hlg150h-python3 tristate "libupm-hlg150h-python3........................... hlg150h Python3 library" default y if DEFAULT_libupm-hlg150h-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hlg150h select PACKAGE_libupm-interfaces 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 hlg150h sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 hm11 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hm11 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 hm11 sensor Python3 library config PACKAGE_libupm-hmc5883l tristate "libupm-hmc5883l................................... hmc5883l C/C++ library" default y if DEFAULT_libupm-hmc5883l default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 hmc5883l sensor C/C++ library config PACKAGE_libupm-hmc5883l-python3 tristate "libupm-hmc5883l-python3......................... hmc5883l Python3 library" default y if DEFAULT_libupm-hmc5883l-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hmc5883l 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 hmc5883l sensor Python3 library config PACKAGE_libupm-hmtrp tristate "libupm-hmtrp......................................... hmtrp C/C++ library" default y if DEFAULT_libupm-hmtrp default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 hmtrp sensor C/C++ library config PACKAGE_libupm-hmtrp-python3 tristate "libupm-hmtrp-python3............................... hmtrp Python3 library" default y if DEFAULT_libupm-hmtrp-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hmtrp 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 hmtrp sensor Python3 library config PACKAGE_libupm-hp20x tristate "libupm-hp20x......................................... hp20x C/C++ library" default y if DEFAULT_libupm-hp20x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-hp20x-python3 tristate "libupm-hp20x-python3............................... hp20x Python3 library" default y if DEFAULT_libupm-hp20x-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hp20x 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 hp20x sensor Python3 library config PACKAGE_libupm-ht9170 tristate "libupm-ht9170....................................... ht9170 C/C++ library" default y if DEFAULT_libupm-ht9170 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-ht9170-python3 tristate "libupm-ht9170-python3............................. ht9170 Python3 library" default y if DEFAULT_libupm-ht9170-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ht9170 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 ht9170 sensor Python3 library config PACKAGE_libupm-htu21d tristate "libupm-htu21d....................................... htu21d C/C++ library" default y if DEFAULT_libupm-htu21d default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-htu21d-python3 tristate "libupm-htu21d-python3............................. htu21d Python3 library" default y if DEFAULT_libupm-htu21d-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-htu21d 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 htu21d sensor Python3 library config PACKAGE_libupm-hwxpxx tristate "libupm-hwxpxx....................................... hwxpxx C/C++ library" default y if DEFAULT_libupm-hwxpxx default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hwxpxx 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 hwxpxx sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-hx711-python3 tristate "libupm-hx711-python3............................... hx711 Python3 library" default y if DEFAULT_libupm-hx711-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-hx711 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 hx711 sensor Python3 library config PACKAGE_libupm-ili9341 tristate "libupm-ili9341..................................... ili9341 C/C++ library" default y if DEFAULT_libupm-ili9341 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-ili9341-python3 tristate "libupm-ili9341-python3........................... ili9341 Python3 library" default y if DEFAULT_libupm-ili9341-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ili9341 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 ili9341 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ims sensor C/C++ library config PACKAGE_libupm-ims-python3 tristate "libupm-ims-python3................................... ims Python3 library" default y if DEFAULT_libupm-ims-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ims select PACKAGE_libupm-utilities 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 ims sensor Python3 library config PACKAGE_libupm-ina132 tristate "libupm-ina132....................................... ina132 C/C++ library" default y if DEFAULT_libupm-ina132 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ina132 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ina132 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 ina132 sensor Python3 library config PACKAGE_libupm-interfaces tristate "libupm-interfaces............................... interfaces C/C++ library" default y if DEFAULT_libupm-interfaces default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 interfaces sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces 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 interfaces sensor Python3 library config PACKAGE_libupm-isd1820 tristate "libupm-isd1820..................................... isd1820 C/C++ library" default y if DEFAULT_libupm-isd1820 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 isd1820 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-isd1820 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 isd1820 sensor Python3 library config PACKAGE_libupm-itg3200 tristate "libupm-itg3200..................................... itg3200 C/C++ library" default y if DEFAULT_libupm-itg3200 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 itg3200 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-itg3200 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 itg3200 sensor Python3 library config PACKAGE_libupm-jhd1313m1 tristate "libupm-jhd1313m1................................. jhd1313m1 C/C++ library" default y if DEFAULT_libupm-jhd1313m1 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt select PACKAGE_libupm-lcm1602 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 jhd1313m1 sensor C/C++ library config PACKAGE_libupm-jhd1313m1-python3 tristate "libupm-jhd1313m1-python3....................... jhd1313m1 Python3 library" default y if DEFAULT_libupm-jhd1313m1-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-jhd1313m1 select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities 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 jhd1313m1 sensor Python3 library config PACKAGE_libupm-joystick12 tristate "libupm-joystick12............................... joystick12 C/C++ library" default y if DEFAULT_libupm-joystick12 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 joystick12 sensor C/C++ library config PACKAGE_libupm-joystick12-python3 tristate "libupm-joystick12-python3..................... joystick12 Python3 library" default y if DEFAULT_libupm-joystick12-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-joystick12 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 joystick12 sensor Python3 library config PACKAGE_libupm-kx122 tristate "libupm-kx122......................................... kx122 C/C++ library" default y if DEFAULT_libupm-kx122 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 kx122 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-kx122 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 kx122 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 kxcjk1013 sensor C/C++ library config PACKAGE_libupm-kxcjk1013-python3 tristate "libupm-kxcjk1013-python3....................... kxcjk1013 Python3 library" default y if DEFAULT_libupm-kxcjk1013-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-kxcjk1013 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 kxcjk1013 sensor Python3 library config PACKAGE_libupm-kxtj3 tristate "libupm-kxtj3......................................... kxtj3 C/C++ library" default y if DEFAULT_libupm-kxtj3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 kxtj3 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-kxtj3 select PACKAGE_libupm-utilities 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 config PACKAGE_libupm-l298 tristate "libupm-l298........................................... l298 C/C++ library" default y if DEFAULT_libupm-l298 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-l298-python3 tristate "libupm-l298-python3................................. l298 Python3 library" default y if DEFAULT_libupm-l298-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-l298 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 l298 sensor Python3 library config PACKAGE_libupm-l3gd20 tristate "libupm-l3gd20....................................... l3gd20 C/C++ library" default y if DEFAULT_libupm-l3gd20 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-l3gd20-python3 tristate "libupm-l3gd20-python3............................. l3gd20 Python3 library" default y if DEFAULT_libupm-l3gd20-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-l3gd20 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 l3gd20 sensor Python3 library config PACKAGE_libupm-lcd tristate "libupm-lcd............................................. lcd C/C++ library" default y if DEFAULT_libupm-lcd default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lcd sensor C/C++ library config PACKAGE_libupm-lcd-python3 tristate "libupm-lcd-python3................................... lcd Python3 library" default y if DEFAULT_libupm-lcd-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lcd 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 lcd sensor Python3 library config PACKAGE_libupm-lcdks tristate "libupm-lcdks......................................... lcdks C/C++ library" default y if DEFAULT_libupm-lcdks default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt select PACKAGE_libupm-lcm1602 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 lcdks sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lcdks select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities 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 config PACKAGE_libupm-lcm1602 tristate "libupm-lcm1602..................................... lcm1602 C/C++ library" default y if DEFAULT_libupm-lcm1602 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lcm1602 sensor C/C++ library config PACKAGE_libupm-lcm1602-python3 tristate "libupm-lcm1602-python3........................... lcm1602 Python3 library" default y if DEFAULT_libupm-lcm1602-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lcm1602 select PACKAGE_libupm-utilities 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 lcm1602 sensor Python3 library config PACKAGE_libupm-ldt0028 tristate "libupm-ldt0028..................................... ldt0028 C/C++ library" default y if DEFAULT_libupm-ldt0028 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ldt0028 sensor C/C++ library config PACKAGE_libupm-ldt0028-python3 tristate "libupm-ldt0028-python3........................... ldt0028 Python3 library" default y if DEFAULT_libupm-ldt0028-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ldt0028 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 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 led sensor C/C++ library config PACKAGE_libupm-led-python3 tristate "libupm-led-python3................................... led Python3 library" default y if DEFAULT_libupm-led-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-led 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 led sensor Python3 library config PACKAGE_libupm-lidarlitev3 tristate "libupm-lidarlitev3............................. lidarlitev3 C/C++ library" default y if DEFAULT_libupm-lidarlitev3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lidarlitev3 sensor C/C++ library config PACKAGE_libupm-lidarlitev3-python3 tristate "libupm-lidarlitev3-python3................... lidarlitev3 Python3 library" default y if DEFAULT_libupm-lidarlitev3-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lidarlitev3 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 lidarlitev3 sensor Python3 library config PACKAGE_libupm-light tristate "libupm-light......................................... light C/C++ library" default y if DEFAULT_libupm-light default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 light sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-light 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 light sensor Python3 library config PACKAGE_libupm-linefinder tristate "libupm-linefinder............................... linefinder C/C++ library" default y if DEFAULT_libupm-linefinder default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 linefinder sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-linefinder 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 config PACKAGE_libupm-lis2ds12 tristate "libupm-lis2ds12................................... lis2ds12 C/C++ library" default y if DEFAULT_libupm-lis2ds12 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lis2ds12 select PACKAGE_libupm-utilities 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 lis2ds12 sensor Python3 library config PACKAGE_libupm-lis3dh tristate "libupm-lis3dh....................................... lis3dh C/C++ library" default y if DEFAULT_libupm-lis3dh default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lis3dh sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lis3dh select PACKAGE_libupm-utilities 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 lis3dh sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lm35 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lm35 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 lm35 sensor Python3 library config PACKAGE_libupm-lol tristate "libupm-lol............................................. lol C/C++ library" default y if DEFAULT_libupm-lol default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lol sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lol 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 lol sensor Python3 library config PACKAGE_libupm-loudness tristate "libupm-loudness................................... loudness C/C++ library" default y if DEFAULT_libupm-loudness default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 loudness sensor C/C++ library config PACKAGE_libupm-loudness-python3 tristate "libupm-loudness-python3......................... loudness Python3 library" default y if DEFAULT_libupm-loudness-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-loudness 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 loudness sensor Python3 library config PACKAGE_libupm-lp8860 tristate "libupm-lp8860....................................... lp8860 C/C++ library" default y if DEFAULT_libupm-lp8860 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lp8860 sensor C/C++ library config PACKAGE_libupm-lp8860-python3 tristate "libupm-lp8860-python3............................. lp8860 Python3 library" default y if DEFAULT_libupm-lp8860-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-lp8860 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 lp8860 sensor Python3 library config PACKAGE_libupm-lpd8806 tristate "libupm-lpd8806..................................... lpd8806 C/C++ library" default y if DEFAULT_libupm-lpd8806 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lpd8806 sensor C/C++ library config PACKAGE_libupm-lpd8806-python3 tristate "libupm-lpd8806-python3........................... lpd8806 Python3 library" default y if DEFAULT_libupm-lpd8806-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lpd8806 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 lpd8806 sensor Python3 library config PACKAGE_libupm-lsm303agr tristate "libupm-lsm303agr................................. lsm303agr C/C++ library" default y if DEFAULT_libupm-lsm303agr default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lsm303agr sensor C/C++ library config PACKAGE_libupm-lsm303agr-python3 tristate "libupm-lsm303agr-python3....................... lsm303agr Python3 library" default y if DEFAULT_libupm-lsm303agr-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm303agr select PACKAGE_libupm-utilities 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 lsm303agr sensor Python3 library config PACKAGE_libupm-lsm303d tristate "libupm-lsm303d..................................... lsm303d C/C++ library" default y if DEFAULT_libupm-lsm303d default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lsm303d sensor C/C++ library config PACKAGE_libupm-lsm303d-python3 tristate "libupm-lsm303d-python3........................... lsm303d Python3 library" default y if DEFAULT_libupm-lsm303d-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm303d select PACKAGE_libupm-utilities 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 lsm303d sensor Python3 library config PACKAGE_libupm-lsm303dlh tristate "libupm-lsm303dlh................................. lsm303dlh C/C++ library" default y if DEFAULT_libupm-lsm303dlh default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lsm303dlh sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm303dlh 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 lsm303dlh sensor Python3 library config PACKAGE_libupm-lsm6ds3h tristate "libupm-lsm6ds3h................................... lsm6ds3h C/C++ library" default y if DEFAULT_libupm-lsm6ds3h default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 lsm6ds3h sensor C/C++ library config PACKAGE_libupm-lsm6ds3h-python3 tristate "libupm-lsm6ds3h-python3......................... lsm6ds3h Python3 library" default y if DEFAULT_libupm-lsm6ds3h-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm6ds3h select PACKAGE_libupm-utilities 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 lsm6ds3h sensor Python3 library config PACKAGE_libupm-lsm6dsl tristate "libupm-lsm6dsl..................................... lsm6dsl C/C++ library" default y if DEFAULT_libupm-lsm6dsl default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm6dsl select PACKAGE_libupm-utilities 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 lsm6dsl sensor Python3 library config PACKAGE_libupm-lsm9ds0 tristate "libupm-lsm9ds0..................................... lsm9ds0 C/C++ library" default y if DEFAULT_libupm-lsm9ds0 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 lsm9ds0 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-lsm9ds0 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 lsm9ds0 sensor Python3 library config PACKAGE_libupm-m24lr64e tristate "libupm-m24lr64e................................... m24lr64e C/C++ library" default y if DEFAULT_libupm-m24lr64e default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 m24lr64e sensor C/C++ library config PACKAGE_libupm-m24lr64e-python3 tristate "libupm-m24lr64e-python3......................... m24lr64e Python3 library" default y if DEFAULT_libupm-m24lr64e-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-m24lr64e select PACKAGE_libupm-utilities 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 m24lr64e sensor Python3 library config PACKAGE_libupm-mag3110 tristate "libupm-mag3110..................................... mag3110 C/C++ library" default y if DEFAULT_libupm-mag3110 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mag3110 sensor C/C++ library config PACKAGE_libupm-mag3110-python3 tristate "libupm-mag3110-python3........................... mag3110 Python3 library" default y if DEFAULT_libupm-mag3110-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mag3110 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 mag3110 sensor Python3 library config PACKAGE_libupm-max30100 tristate "libupm-max30100................................... max30100 C/C++ library" default y if DEFAULT_libupm-max30100 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 max30100 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-max30100 select PACKAGE_libupm-utilities 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 max30100 sensor Python3 library config PACKAGE_libupm-max31723 tristate "libupm-max31723................................... max31723 C/C++ library" default y if DEFAULT_libupm-max31723 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 max31723 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-max31723 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 max31723 sensor Python3 library config PACKAGE_libupm-max31855 tristate "libupm-max31855................................... max31855 C/C++ library" default y if DEFAULT_libupm-max31855 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 max31855 sensor C/C++ library config PACKAGE_libupm-max31855-python3 tristate "libupm-max31855-python3......................... max31855 Python3 library" default y if DEFAULT_libupm-max31855-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-max31855 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 config PACKAGE_libupm-max44000 tristate "libupm-max44000................................... max44000 C/C++ library" default y if DEFAULT_libupm-max44000 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 max44000 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-max44000 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 max44000 sensor Python3 library config PACKAGE_libupm-max44009 tristate "libupm-max44009................................... max44009 C/C++ library" default y if DEFAULT_libupm-max44009 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 max44009 sensor C/C++ library config PACKAGE_libupm-max44009-python3 tristate "libupm-max44009-python3......................... max44009 Python3 library" default y if DEFAULT_libupm-max44009-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-max44009 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 max44009 sensor Python3 library config PACKAGE_libupm-max5487 tristate "libupm-max5487..................................... max5487 C/C++ library" default y if DEFAULT_libupm-max5487 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 max5487 sensor C/C++ library config PACKAGE_libupm-max5487-python3 tristate "libupm-max5487-python3........................... max5487 Python3 library" default y if DEFAULT_libupm-max5487-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-max5487 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 max5487 sensor Python3 library config PACKAGE_libupm-maxds3231m tristate "libupm-maxds3231m............................... maxds3231m C/C++ library" default y if DEFAULT_libupm-maxds3231m default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 maxds3231m sensor C/C++ library config PACKAGE_libupm-maxds3231m-python3 tristate "libupm-maxds3231m-python3..................... maxds3231m Python3 library" default y if DEFAULT_libupm-maxds3231m-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-maxds3231m 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 maxds3231m sensor Python3 library config PACKAGE_libupm-maxsonarez tristate "libupm-maxsonarez............................... maxsonarez C/C++ library" default y if DEFAULT_libupm-maxsonarez default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 maxsonarez sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-maxsonarez 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 maxsonarez sensor Python3 library config PACKAGE_libupm-mb704x tristate "libupm-mb704x....................................... mb704x C/C++ library" default y if DEFAULT_libupm-mb704x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 mb704x sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mb704x select PACKAGE_libupm-utilities 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 config PACKAGE_libupm-mcp2515 tristate "libupm-mcp2515..................................... mcp2515 C/C++ library" default y if DEFAULT_libupm-mcp2515 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 config PACKAGE_libupm-mcp2515-python3 tristate "libupm-mcp2515-python3........................... mcp2515 Python3 library" default y if DEFAULT_libupm-mcp2515-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mcp2515 select PACKAGE_libupm-utilities 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 mcp2515 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-mcp9808-python3 tristate "libupm-mcp9808-python3........................... mcp9808 Python3 library" default y if DEFAULT_libupm-mcp9808-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mcp9808 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 mcp9808 sensor Python3 library config PACKAGE_libupm-md tristate "libupm-md............................................... md C/C++ library" default y if DEFAULT_libupm-md default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 md sensor C/C++ library config PACKAGE_libupm-md-python3 tristate "libupm-md-python3..................................... md Python3 library" default y if DEFAULT_libupm-md-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-md select PACKAGE_libupm-utilities 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 md sensor Python3 library config PACKAGE_libupm-mg811 tristate "libupm-mg811......................................... mg811 C/C++ library" default y if DEFAULT_libupm-mg811 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-mg811-python3 tristate "libupm-mg811-python3............................... mg811 Python3 library" default y if DEFAULT_libupm-mg811-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mg811 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 mg811 sensor Python3 library config PACKAGE_libupm-mhz16 tristate "libupm-mhz16......................................... mhz16 C/C++ library" default y if DEFAULT_libupm-mhz16 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-mhz16-python3 tristate "libupm-mhz16-python3............................... mhz16 Python3 library" default y if DEFAULT_libupm-mhz16-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mhz16 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 mhz16 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-mic-python3 tristate "libupm-mic-python3................................... mic Python3 library" default y if DEFAULT_libupm-mic-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mic 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 mic sensor Python3 library config PACKAGE_libupm-micsv89 tristate "libupm-micsv89..................................... micsv89 C/C++ library" default y if DEFAULT_libupm-micsv89 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 micsv89 sensor C/C++ library config PACKAGE_libupm-micsv89-python3 tristate "libupm-micsv89-python3........................... micsv89 Python3 library" default y if DEFAULT_libupm-micsv89-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-micsv89 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 micsv89 sensor Python3 library config PACKAGE_libupm-mlx90614 tristate "libupm-mlx90614................................... mlx90614 C/C++ library" default y if DEFAULT_libupm-mlx90614 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mlx90614 sensor C/C++ library config PACKAGE_libupm-mlx90614-python3 tristate "libupm-mlx90614-python3......................... mlx90614 Python3 library" default y if DEFAULT_libupm-mlx90614-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mlx90614 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 config PACKAGE_libupm-mma7361 tristate "libupm-mma7361..................................... mma7361 C/C++ library" default y if DEFAULT_libupm-mma7361 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 mma7361 sensor C/C++ library config PACKAGE_libupm-mma7361-python3 tristate "libupm-mma7361-python3........................... mma7361 Python3 library" default y if DEFAULT_libupm-mma7361-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mma7361 select PACKAGE_libupm-utilities 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 mma7361 sensor Python3 library config PACKAGE_libupm-mma7455 tristate "libupm-mma7455..................................... mma7455 C/C++ library" default y if DEFAULT_libupm-mma7455 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mma7455 sensor C/C++ library config PACKAGE_libupm-mma7455-python3 tristate "libupm-mma7455-python3........................... mma7455 Python3 library" default y if DEFAULT_libupm-mma7455-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mma7455 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 mma7455 sensor Python3 library config PACKAGE_libupm-mma7660 tristate "libupm-mma7660..................................... mma7660 C/C++ library" default y if DEFAULT_libupm-mma7660 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mma7660 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mma7660 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 mma7660 sensor Python3 library config PACKAGE_libupm-mma8x5x tristate "libupm-mma8x5x..................................... mma8x5x C/C++ library" default y if DEFAULT_libupm-mma8x5x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mma8x5x sensor C/C++ library config PACKAGE_libupm-mma8x5x-python3 tristate "libupm-mma8x5x-python3........................... mma8x5x Python3 library" default y if DEFAULT_libupm-mma8x5x-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mma8x5x 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 config PACKAGE_libupm-mmc35240 tristate "libupm-mmc35240................................... mmc35240 C/C++ library" default y if DEFAULT_libupm-mmc35240 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mmc35240 sensor C/C++ library config PACKAGE_libupm-mmc35240-python3 tristate "libupm-mmc35240-python3......................... mmc35240 Python3 library" default y if DEFAULT_libupm-mmc35240-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mmc35240 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 mmc35240 sensor Python3 library config PACKAGE_libupm-moisture tristate "libupm-moisture................................... moisture C/C++ library" default y if DEFAULT_libupm-moisture default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 moisture sensor C/C++ library config PACKAGE_libupm-moisture-python3 tristate "libupm-moisture-python3......................... moisture Python3 library" default y if DEFAULT_libupm-moisture-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-moisture 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 moisture sensor Python3 library config PACKAGE_libupm-mpl3115a2 tristate "libupm-mpl3115a2................................. mpl3115a2 C/C++ library" default y if DEFAULT_libupm-mpl3115a2 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-mpl3115a2-python3 tristate "libupm-mpl3115a2-python3....................... mpl3115a2 Python3 library" default y if DEFAULT_libupm-mpl3115a2-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mpl3115a2 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 mpl3115a2 sensor Python3 library config PACKAGE_libupm-mpr121 tristate "libupm-mpr121....................................... mpr121 C/C++ library" default y if DEFAULT_libupm-mpr121 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mpr121 sensor C/C++ library config PACKAGE_libupm-mpr121-python3 tristate "libupm-mpr121-python3............................. mpr121 Python3 library" default y if DEFAULT_libupm-mpr121-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mpr121 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 mpr121 sensor Python3 library config PACKAGE_libupm-mpu9150 tristate "libupm-mpu9150..................................... mpu9150 C/C++ library" default y if DEFAULT_libupm-mpu9150 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mpu9150 sensor C/C++ library config PACKAGE_libupm-mpu9150-python3 tristate "libupm-mpu9150-python3........................... mpu9150 Python3 library" default y if DEFAULT_libupm-mpu9150-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mpu9150 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 mpu9150 sensor Python3 library config PACKAGE_libupm-mq303a tristate "libupm-mq303a....................................... mq303a C/C++ library" default y if DEFAULT_libupm-mq303a default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 mq303a sensor C/C++ library config PACKAGE_libupm-mq303a-python3 tristate "libupm-mq303a-python3............................. mq303a Python3 library" default y if DEFAULT_libupm-mq303a-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-mq303a 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 mq303a sensor Python3 library config PACKAGE_libupm-ms5611 tristate "libupm-ms5611....................................... ms5611 C/C++ library" default y if DEFAULT_libupm-ms5611 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ms5611 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-ms5611 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 ms5611 sensor Python3 library config PACKAGE_libupm-ms5803 tristate "libupm-ms5803....................................... ms5803 C/C++ library" default y if DEFAULT_libupm-ms5803 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 ms5803 sensor C/C++ library config PACKAGE_libupm-ms5803-python3 tristate "libupm-ms5803-python3............................. ms5803 Python3 library" default y if DEFAULT_libupm-ms5803-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ms5803 select PACKAGE_libupm-utilities 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 ms5803 sensor Python3 library config PACKAGE_libupm-my9221 tristate "libupm-my9221....................................... my9221 C/C++ library" default y if DEFAULT_libupm-my9221 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 C/C++ library config PACKAGE_libupm-my9221-python3 tristate "libupm-my9221-python3............................. my9221 Python3 library" default y if DEFAULT_libupm-my9221-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-my9221 select PACKAGE_libupm-utilities 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 my9221 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 nlgpio16 sensor C/C++ library config PACKAGE_libupm-nlgpio16-python3 tristate "libupm-nlgpio16-python3......................... nlgpio16 Python3 library" default y if DEFAULT_libupm-nlgpio16-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-nlgpio16 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 nlgpio16 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 C/C++ library 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 depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-nmea_gps select PACKAGE_libupm-utilities 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 nmea_gps sensor Python3 library config PACKAGE_libupm-nrf24l01 tristate "libupm-nrf24l01................................... nrf24l01 C/C++ library" default y if DEFAULT_libupm-nrf24l01 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 nrf24l01 sensor C/C++ library config PACKAGE_libupm-nrf24l01-python3 tristate "libupm-nrf24l01-python3......................... nrf24l01 Python3 library" default y if DEFAULT_libupm-nrf24l01-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-nrf24l01 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 nrf24l01 sensor Python3 library config PACKAGE_libupm-nrf8001 tristate "libupm-nrf8001..................................... nrf8001 C/C++ library" default y if DEFAULT_libupm-nrf8001 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 nrf8001 sensor C/C++ library config PACKAGE_libupm-nrf8001-python3 tristate "libupm-nrf8001-python3........................... nrf8001 Python3 library" default y if DEFAULT_libupm-nrf8001-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-nrf8001 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 nrf8001 sensor Python3 library config PACKAGE_libupm-nunchuck tristate "libupm-nunchuck................................... nunchuck C/C++ library" default y if DEFAULT_libupm-nunchuck default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 nunchuck sensor C/C++ library config PACKAGE_libupm-nunchuck-python3 tristate "libupm-nunchuck-python3......................... nunchuck Python3 library" default y if DEFAULT_libupm-nunchuck-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-nunchuck select PACKAGE_libupm-utilities 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 nunchuck sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 o2 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-o2 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 o2 sensor Python3 library config PACKAGE_libupm-otp538u tristate "libupm-otp538u..................................... otp538u C/C++ library" default y if DEFAULT_libupm-otp538u default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 otp538u sensor C/C++ library config PACKAGE_libupm-otp538u-python3 tristate "libupm-otp538u-python3........................... otp538u Python3 library" default y if DEFAULT_libupm-otp538u-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-otp538u select PACKAGE_libupm-utilities 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 otp538u sensor Python3 library config PACKAGE_libupm-ozw tristate "libupm-ozw............................................. ozw C/C++ library" default y if DEFAULT_libupm-ozw default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 C/C++ library config PACKAGE_libupm-ozw-python3 tristate "libupm-ozw-python3................................... ozw Python3 library" default y if DEFAULT_libupm-ozw-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ozw select PACKAGE_openzwave 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 ozw sensor Python3 library config PACKAGE_libupm-p9813 tristate "libupm-p9813......................................... p9813 C/C++ library" default y if DEFAULT_libupm-p9813 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 p9813 sensor C/C++ library config PACKAGE_libupm-p9813-python3 tristate "libupm-p9813-python3............................... p9813 Python3 library" default y if DEFAULT_libupm-p9813-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-p9813 select PACKAGE_libupm-utilities 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 p9813 sensor Python3 library config PACKAGE_libupm-pca9685 tristate "libupm-pca9685..................................... pca9685 C/C++ library" default y if DEFAULT_libupm-pca9685 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 pca9685 sensor C/C++ library config PACKAGE_libupm-pca9685-python3 tristate "libupm-pca9685-python3........................... pca9685 Python3 library" default y if DEFAULT_libupm-pca9685-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-pca9685 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 pca9685 sensor Python3 library config PACKAGE_libupm-pn532 tristate "libupm-pn532......................................... pn532 C/C++ library" default y if DEFAULT_libupm-pn532 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-pn532-python3 tristate "libupm-pn532-python3............................... pn532 Python3 library" default y if DEFAULT_libupm-pn532-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-pn532 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 pn532 sensor Python3 library config PACKAGE_libupm-ppd42ns tristate "libupm-ppd42ns..................................... ppd42ns C/C++ library" default y if DEFAULT_libupm-ppd42ns default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ppd42ns select PACKAGE_libupm-utilities 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 config PACKAGE_libupm-pulsensor tristate "libupm-pulsensor................................. pulsensor C/C++ library" default y if DEFAULT_libupm-pulsensor default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 pulsensor sensor C/C++ library config PACKAGE_libupm-pulsensor-python3 tristate "libupm-pulsensor-python3....................... pulsensor Python3 library" default y if DEFAULT_libupm-pulsensor-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-pulsensor 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 pulsensor sensor Python3 library config PACKAGE_libupm-relay tristate "libupm-relay......................................... relay C/C++ library" default y if DEFAULT_libupm-relay default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-relay 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 relay sensor Python3 library config PACKAGE_libupm-rf22 tristate "libupm-rf22........................................... rf22 C/C++ library" default y if DEFAULT_libupm-rf22 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 rf22 sensor C/C++ library config PACKAGE_libupm-rf22-python3 tristate "libupm-rf22-python3................................. rf22 Python3 library" default y if DEFAULT_libupm-rf22-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rf22 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 rf22 sensor Python3 library config PACKAGE_libupm-rfr359f tristate "libupm-rfr359f..................................... rfr359f C/C++ library" default y if DEFAULT_libupm-rfr359f default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rfr359f 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 rfr359f sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-rgbringcoder-python3 tristate "libupm-rgbringcoder-python3................. rgbringcoder Python3 library" default y if DEFAULT_libupm-rgbringcoder-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rgbringcoder 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 rgbringcoder sensor Python3 library config PACKAGE_libupm-rhusb tristate "libupm-rhusb......................................... rhusb C/C++ library" default y if DEFAULT_libupm-rhusb default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 rhusb sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rhusb 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 rhusb sensor Python3 library config PACKAGE_libupm-rn2903 tristate "libupm-rn2903....................................... rn2903 C/C++ library" default y if DEFAULT_libupm-rn2903 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 config PACKAGE_libupm-rn2903-python3 tristate "libupm-rn2903-python3............................. rn2903 Python3 library" default y if DEFAULT_libupm-rn2903-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rn2903 select PACKAGE_libupm-utilities 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 rn2903 sensor Python3 library config PACKAGE_libupm-rotary tristate "libupm-rotary....................................... rotary C/C++ library" default y if DEFAULT_libupm-rotary default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 rotary sensor C/C++ library config PACKAGE_libupm-rotary-python3 tristate "libupm-rotary-python3............................. rotary Python3 library" default y if DEFAULT_libupm-rotary-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rotary 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 rotary sensor Python3 library config PACKAGE_libupm-rotaryencoder tristate "libupm-rotaryencoder......................... rotaryencoder C/C++ library" default y if DEFAULT_libupm-rotaryencoder default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 rotaryencoder sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rotaryencoder 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 rotaryencoder sensor Python3 library config PACKAGE_libupm-rpr220 tristate "libupm-rpr220....................................... rpr220 C/C++ library" default y if DEFAULT_libupm-rpr220 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 rpr220 sensor C/C++ library config PACKAGE_libupm-rpr220-python3 tristate "libupm-rpr220-python3............................. rpr220 Python3 library" default y if DEFAULT_libupm-rpr220-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rpr220 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 rpr220 sensor Python3 library config PACKAGE_libupm-rsc tristate "libupm-rsc............................................. rsc C/C++ library" default y if DEFAULT_libupm-rsc default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 rsc sensor C/C++ library config PACKAGE_libupm-rsc-python3 tristate "libupm-rsc-python3................................... rsc Python3 library" default y if DEFAULT_libupm-rsc-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-rsc select PACKAGE_libupm-utilities 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 rsc sensor Python3 library config PACKAGE_libupm-scam tristate "libupm-scam........................................... scam C/C++ library" default y if DEFAULT_libupm-scam default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-scam-python3 tristate "libupm-scam-python3................................. scam Python3 library" default y if DEFAULT_libupm-scam-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-scam 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 scam sensor Python3 library config PACKAGE_libupm-sensortemplate tristate "libupm-sensortemplate....................... sensortemplate C/C++ library" default y if DEFAULT_libupm-sensortemplate default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-sensortemplate-python3 tristate "libupm-sensortemplate-python3............. sensortemplate Python3 library" default y if DEFAULT_libupm-sensortemplate-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sensortemplate 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 sensortemplate sensor Python3 library config PACKAGE_libupm-servo tristate "libupm-servo......................................... servo C/C++ library" default y if DEFAULT_libupm-servo default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 servo sensor C/C++ library config PACKAGE_libupm-servo-python3 tristate "libupm-servo-python3............................... servo Python3 library" default y if DEFAULT_libupm-servo-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-servo select PACKAGE_libupm-utilities 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 servo sensor Python3 library config PACKAGE_libupm-sht1x tristate "libupm-sht1x......................................... sht1x C/C++ library" default y if DEFAULT_libupm-sht1x default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 sht1x sensor C/C++ library config PACKAGE_libupm-sht1x-python3 tristate "libupm-sht1x-python3............................... sht1x Python3 library" default y if DEFAULT_libupm-sht1x-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sht1x select PACKAGE_libupm-utilities 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 sht1x sensor Python3 library config PACKAGE_libupm-si1132 tristate "libupm-si1132....................................... si1132 C/C++ library" default y if DEFAULT_libupm-si1132 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 si1132 sensor C/C++ library config PACKAGE_libupm-si1132-python3 tristate "libupm-si1132-python3............................. si1132 Python3 library" default y if DEFAULT_libupm-si1132-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-si1132 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 si1132 sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-si114x 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 si114x sensor Python3 library config PACKAGE_libupm-si7005 tristate "libupm-si7005....................................... si7005 C/C++ library" default y if DEFAULT_libupm-si7005 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 si7005 sensor C/C++ library config PACKAGE_libupm-si7005-python3 tristate "libupm-si7005-python3............................. si7005 Python3 library" default y if DEFAULT_libupm-si7005-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-si7005 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 si7005 sensor Python3 library config PACKAGE_libupm-slide tristate "libupm-slide......................................... slide C/C++ library" default y if DEFAULT_libupm-slide default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-slide 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 slide sensor Python3 library config PACKAGE_libupm-sm130 tristate "libupm-sm130......................................... sm130 C/C++ library" default y if DEFAULT_libupm-sm130 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 sm130 sensor C/C++ library config PACKAGE_libupm-sm130-python3 tristate "libupm-sm130-python3............................... sm130 Python3 library" default y if DEFAULT_libupm-sm130-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sm130 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 sm130 sensor Python3 library config PACKAGE_libupm-smartdrive tristate "libupm-smartdrive............................... smartdrive C/C++ library" default y if DEFAULT_libupm-smartdrive default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 smartdrive sensor C/C++ library config PACKAGE_libupm-smartdrive-python3 tristate "libupm-smartdrive-python3..................... smartdrive Python3 library" default y if DEFAULT_libupm-smartdrive-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-smartdrive 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 smartdrive sensor Python3 library config PACKAGE_libupm-speaker tristate "libupm-speaker..................................... speaker C/C++ library" default y if DEFAULT_libupm-speaker default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-speaker select PACKAGE_libupm-utilities 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 speaker sensor Python3 library config PACKAGE_libupm-ssd1351 tristate "libupm-ssd1351..................................... ssd1351 C/C++ library" default y if DEFAULT_libupm-ssd1351 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ssd1351 sensor C/C++ library config PACKAGE_libupm-ssd1351-python3 tristate "libupm-ssd1351-python3........................... ssd1351 Python3 library" default y if DEFAULT_libupm-ssd1351-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ssd1351 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 ssd1351 sensor Python3 library config PACKAGE_libupm-st7735 tristate "libupm-st7735....................................... st7735 C/C++ library" default y if DEFAULT_libupm-st7735 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 st7735 sensor C/C++ library config PACKAGE_libupm-st7735-python3 tristate "libupm-st7735-python3............................. st7735 Python3 library" default y if DEFAULT_libupm-st7735-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-st7735 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 st7735 sensor Python3 library config PACKAGE_libupm-stepmotor tristate "libupm-stepmotor................................. stepmotor C/C++ library" default y if DEFAULT_libupm-stepmotor default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 stepmotor sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-stepmotor 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 stepmotor sensor Python3 library config PACKAGE_libupm-sx1276 tristate "libupm-sx1276....................................... sx1276 C/C++ library" default y if DEFAULT_libupm-sx1276 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 sx1276 sensor C/C++ library config PACKAGE_libupm-sx1276-python3 tristate "libupm-sx1276-python3............................. sx1276 Python3 library" default y if DEFAULT_libupm-sx1276-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sx1276 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 sx1276 sensor Python3 library config PACKAGE_libupm-sx6119 tristate "libupm-sx6119....................................... sx6119 C/C++ library" default y if DEFAULT_libupm-sx6119 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 sx6119 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-sx6119 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 sx6119 sensor Python3 library config PACKAGE_libupm-t3311 tristate "libupm-t3311......................................... t3311 C/C++ library" default y if DEFAULT_libupm-t3311 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa 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 t3311 sensor C/C++ library config PACKAGE_libupm-t3311-python3 tristate "libupm-t3311-python3............................... t3311 Python3 library" default y if DEFAULT_libupm-t3311-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmodbus select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-t3311 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 config PACKAGE_libupm-t6713 tristate "libupm-t6713......................................... t6713 C/C++ library" default y if DEFAULT_libupm-t6713 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 t6713 sensor C/C++ library config PACKAGE_libupm-t6713-python3 tristate "libupm-t6713-python3............................... t6713 Python3 library" default y if DEFAULT_libupm-t6713-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-interfaces select PACKAGE_libupm-t6713 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 t6713 sensor Python3 library config PACKAGE_libupm-ta12200 tristate "libupm-ta12200..................................... ta12200 C/C++ library" default y if DEFAULT_libupm-ta12200 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ta12200 sensor C/C++ library config PACKAGE_libupm-ta12200-python3 tristate "libupm-ta12200-python3........................... ta12200 Python3 library" default y if DEFAULT_libupm-ta12200-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ta12200 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 ta12200 sensor Python3 library config PACKAGE_libupm-tca9548a tristate "libupm-tca9548a................................... tca9548a C/C++ library" default y if DEFAULT_libupm-tca9548a default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-tca9548a-python3 tristate "libupm-tca9548a-python3......................... tca9548a Python3 library" default y if DEFAULT_libupm-tca9548a-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tca9548a 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 tca9548a sensor Python3 library config PACKAGE_libupm-tcs3414cs tristate "libupm-tcs3414cs................................. tcs3414cs C/C++ library" default y if DEFAULT_libupm-tcs3414cs default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-tcs3414cs-python3 tristate "libupm-tcs3414cs-python3....................... tcs3414cs Python3 library" default y if DEFAULT_libupm-tcs3414cs-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tcs3414cs 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 tcs3414cs sensor Python3 library config PACKAGE_libupm-tcs37727 tristate "libupm-tcs37727................................... tcs37727 C/C++ library" default y if DEFAULT_libupm-tcs37727 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-tcs37727-python3 tristate "libupm-tcs37727-python3......................... tcs37727 Python3 library" default y if DEFAULT_libupm-tcs37727-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tcs37727 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 tcs37727 sensor Python3 library config PACKAGE_libupm-teams tristate "libupm-teams......................................... teams C/C++ library" default y if DEFAULT_libupm-teams default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 teams sensor C/C++ library config PACKAGE_libupm-teams-python3 tristate "libupm-teams-python3............................... teams Python3 library" default y if DEFAULT_libupm-teams-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-teams 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 teams sensor Python3 library config PACKAGE_libupm-temperature tristate "libupm-temperature............................. temperature C/C++ library" default y if DEFAULT_libupm-temperature default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 temperature sensor C/C++ library config PACKAGE_libupm-temperature-python3 tristate "libupm-temperature-python3................... temperature Python3 library" default y if DEFAULT_libupm-temperature-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-temperature 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 temperature sensor Python3 library config PACKAGE_libupm-tex00 tristate "libupm-tex00......................................... tex00 C/C++ library" default y if DEFAULT_libupm-tex00 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 tex00 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tex00 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 tex00 sensor Python3 library config PACKAGE_libupm-th02 tristate "libupm-th02........................................... th02 C/C++ library" default y if DEFAULT_libupm-th02 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-th02-python3 tristate "libupm-th02-python3................................. th02 Python3 library" default y if DEFAULT_libupm-th02-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-th02 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 th02 sensor Python3 library config PACKAGE_libupm-tm1637 tristate "libupm-tm1637....................................... tm1637 C/C++ library" default y if DEFAULT_libupm-tm1637 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 tm1637 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tm1637 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 tm1637 sensor Python3 library config PACKAGE_libupm-tmp006 tristate "libupm-tmp006....................................... tmp006 C/C++ library" default y if DEFAULT_libupm-tmp006 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-tmp006-python3 tristate "libupm-tmp006-python3............................. tmp006 Python3 library" default y if DEFAULT_libupm-tmp006-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tmp006 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 tmp006 sensor Python3 library config PACKAGE_libupm-tsl2561 tristate "libupm-tsl2561..................................... tsl2561 C/C++ library" default y if DEFAULT_libupm-tsl2561 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 tsl2561 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-tsl2561 select PACKAGE_libupm-utilities 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 tsl2561 sensor Python3 library config PACKAGE_libupm-ttp223 tristate "libupm-ttp223....................................... ttp223 C/C++ library" default y if DEFAULT_libupm-ttp223 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 ttp223 sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ttp223 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 ttp223 sensor Python3 library config PACKAGE_libupm-uartat tristate "libupm-uartat....................................... uartat C/C++ library" default y if DEFAULT_libupm-uartat default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 uartat sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-uartat select PACKAGE_libupm-utilities 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 uartat sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 uln200xa sensor C/C++ library config PACKAGE_libupm-uln200xa-python3 tristate "libupm-uln200xa-python3......................... uln200xa Python3 library" default y if DEFAULT_libupm-uln200xa-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-uln200xa select PACKAGE_libupm-utilities 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 uln200xa sensor Python3 library config PACKAGE_libupm-ultrasonic tristate "libupm-ultrasonic............................... ultrasonic C/C++ library" default y if DEFAULT_libupm-ultrasonic default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-ultrasonic-python3 tristate "libupm-ultrasonic-python3..................... ultrasonic Python3 library" default y if DEFAULT_libupm-ultrasonic-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-ultrasonic 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 ultrasonic sensor Python3 library config PACKAGE_libupm-urm37 tristate "libupm-urm37......................................... urm37 C/C++ library" default y if DEFAULT_libupm-urm37 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 urm37 sensor C/C++ library config PACKAGE_libupm-urm37-python3 tristate "libupm-urm37-python3............................... urm37 Python3 library" default y if DEFAULT_libupm-urm37-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-urm37 select PACKAGE_libupm-utilities 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 urm37 sensor Python3 library config PACKAGE_libupm-utilities tristate "libupm-utilities................................. utilities C/C++ library" default y if DEFAULT_libupm-utilities default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 utilities sensor C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-utilities 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 utilities sensor Python3 library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libjpeg-turbo select PACKAGE_libmraa 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 vcap sensor C/C++ library config PACKAGE_libupm-vcap-python3 tristate "libupm-vcap-python3................................. vcap Python3 library" default y if DEFAULT_libupm-vcap-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libjpeg-turbo select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-vcap 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 vcap sensor Python3 library config PACKAGE_libupm-vdiv tristate "libupm-vdiv........................................... vdiv C/C++ library" default y if DEFAULT_libupm-vdiv default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 vdiv sensor C/C++ library config PACKAGE_libupm-vdiv-python3 tristate "libupm-vdiv-python3................................. vdiv Python3 library" default y if DEFAULT_libupm-vdiv-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-vdiv 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 vdiv sensor Python3 library config PACKAGE_libupm-veml6070 tristate "libupm-veml6070................................... veml6070 C/C++ library" default y if DEFAULT_libupm-veml6070 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 veml6070 sensor C/C++ library config PACKAGE_libupm-veml6070-python3 tristate "libupm-veml6070-python3......................... veml6070 Python3 library" default y if DEFAULT_libupm-veml6070-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-veml6070 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 veml6070 sensor Python3 library config PACKAGE_libupm-water tristate "libupm-water......................................... water C/C++ library" default y if DEFAULT_libupm-water default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library 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 !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-water 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 water sensor Python3 library config PACKAGE_libupm-waterlevel tristate "libupm-waterlevel............................... waterlevel C/C++ library" default y if DEFAULT_libupm-waterlevel default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-waterlevel-python3 tristate "libupm-waterlevel-python3..................... waterlevel Python3 library" default y if DEFAULT_libupm-waterlevel-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-waterlevel 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 waterlevel sensor Python3 library config PACKAGE_libupm-wfs tristate "libupm-wfs............................................. wfs C/C++ library" default y if DEFAULT_libupm-wfs default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 wfs sensor C/C++ library config PACKAGE_libupm-wfs-python3 tristate "libupm-wfs-python3................................... wfs Python3 library" default y if DEFAULT_libupm-wfs-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libupm-wfs 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 wfs sensor Python3 library config PACKAGE_libupm-wheelencoder tristate "libupm-wheelencoder........................... wheelencoder C/C++ library" default y if DEFAULT_libupm-wheelencoder default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 C/C++ library config PACKAGE_libupm-wheelencoder-python3 tristate "libupm-wheelencoder-python3................. wheelencoder Python3 library" default y if DEFAULT_libupm-wheelencoder-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-wheelencoder 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 wheelencoder sensor Python3 library config PACKAGE_libupm-wt5001 tristate "libupm-wt5001....................................... wt5001 C/C++ library" default y if DEFAULT_libupm-wt5001 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 wt5001 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-wt5001 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 config PACKAGE_libupm-xbee tristate "libupm-xbee........................................... xbee C/C++ library" default y if DEFAULT_libupm-xbee default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 xbee sensor C/C++ library config PACKAGE_libupm-xbee-python3 tristate "libupm-xbee-python3................................. xbee Python3 library" default y if DEFAULT_libupm-xbee-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-xbee 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 xbee sensor Python3 library config PACKAGE_libupm-yg1006 tristate "libupm-yg1006....................................... yg1006 C/C++ library" default y if DEFAULT_libupm-yg1006 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa 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 yg1006 sensor C/C++ library config PACKAGE_libupm-yg1006-python3 tristate "libupm-yg1006-python3............................. yg1006 Python3 library" default y if DEFAULT_libupm-yg1006-python3 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-yg1006 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 yg1006 sensor Python3 library config PACKAGE_libupm-zfm20 tristate "libupm-zfm20......................................... zfm20 C/C++ library" default y if DEFAULT_libupm-zfm20 default m if ALL depends on !arc depends on !armeb depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_librt 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 zfm20 sensor C/C++ library 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 depends on !powerpc depends on !riscv64 select PACKAGE_libc select PACKAGE_libmraa select PACKAGE_libmraa-python3 select PACKAGE_librt select PACKAGE_libupm-utilities select PACKAGE_libupm-zfm20 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 config PACKAGE_sx1302_hal-tests tristate "sx1302_hal-tests............................... SX1302/SX1303 HAL (Tests)" default y if DEFAULT_sx1302_hal-tests default m if ALL select PACKAGE_kmod-usb-acm select PACKAGE_libc depends on USB_SUPPORT help Tests for SX1302/SX1303 Hardware Abstraction Layer config PACKAGE_sx1302_hal-utils tristate "sx1302_hal-utils........................... SX1302/SX1303 HAL (Utilities)" default y if DEFAULT_sx1302_hal-utils default m if ALL select PACKAGE_kmod-usb-acm select PACKAGE_libc depends on USB_SUPPORT help Utilities for SX1302/SX1303 Hardware Abstraction Layer 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_libc help Fast YAML 1.1 parser and emitter library endmenu menu "LibElektra" config PACKAGE_libelektra-core tristate "libelektra-core..................................... Elektra core library" default y if DEFAULT_libelektra-core default m if ALL select PACKAGE_libc select PACKAGE_libpthread 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. config PACKAGE_libelektra-cpp tristate "libelektra-cpp.................... Elektra plugins depending on libstdcpp" default y if DEFAULT_libelektra-cpp default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libstdcpp 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: ccode directoryvalue dump config PACKAGE_libelektra-crypto tristate "libelektra-crypto.................................. Elektra crypto plugin" default y if DEFAULT_libelektra-crypto default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libgcrypt 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. config PACKAGE_libelektra-curlget tristate "libelektra-curlget................................ Elektra curlget plugin" default y if DEFAULT_libelektra-curlget default m if ALL select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libelektra-core 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. config PACKAGE_libelektra-dbus tristate "libelektra-dbus...................................... Elektra dbus plugin" default y if DEFAULT_libelektra-dbus default m if ALL select PACKAGE_libc select PACKAGE_libdbus 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 dbus notification on configuration changes. config PACKAGE_libelektra-ev tristate "libelektra-ev............................... Elektra libev binding plugin" default y if DEFAULT_libelektra-ev default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libev help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for notification on configuration changes via libev events. config PACKAGE_libelektra-extra tristate "libelektra-extra.............................. Additional elektra plugins" default y if DEFAULT_libelektra-extra default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libstdcpp 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 dpkg error fcrypt fstab logchange mozprefs passwd process rename timeofday tracer config PACKAGE_libelektra-lua tristate "libelektra-lua........................................ Elektra lua plugin" default y if DEFAULT_libelektra-lua default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libstdcpp select PACKAGE_lua5.4 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. config PACKAGE_libelektra-plugins tristate "libelektra-plugins................................ Useful elektra plugins" default y if DEFAULT_libelektra-plugins default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libiconv-full if BUILD_NLS 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 blacklist conditionals csvstorage date file filecheck glob hexcode hexnumber hosts iconv ipaddr keytometa line lineendings mathcheck macaddr mini network path profile quickdump range reference rgbcolor shell syslog type uname unit validation config PACKAGE_libelektra-python3 tristate "libelektra-python3................................ Elektra python3 plugin" default y if DEFAULT_libelektra-python3 default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libstdcpp select PACKAGE_python3-light 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. config PACKAGE_libelektra-resolvers tristate "libelektra-resolvers........................ Elektra additional resolvers" default y if DEFAULT_libelektra-resolvers default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libpthread 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. config PACKAGE_libelektra-uv tristate "libelektra-uv............................... Elektra libuv binding plugin" default y if DEFAULT_libelektra-uv default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libuv help Elektra provides an universal and secure framework to store configuration parameters in a global, hierarchical key database. This package contains support for notification on configuration changes via libuv events. config PACKAGE_libelektra-xerces tristate "libelektra-xerces........................ Elektra xerces based xml plugin" default y if DEFAULT_libelektra-xerces default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libstdcpp select PACKAGE_libxerces-c 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. config PACKAGE_libelektra-xml tristate "libelektra-xml.................................... Elektra xmltool plugin" default y if DEFAULT_libelektra-xml default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libxml2 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. config PACKAGE_libelektra-yajl tristate "libelektra-yajl............................... Elektra yajl (json) plugin" default y if DEFAULT_libelektra-yajl default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_yajl 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. config PACKAGE_libelektra-yamlcpp tristate "libelektra-yamlcpp................................... Elektra yaml plugin" default y if DEFAULT_libelektra-yamlcpp default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libyaml-cpp 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. config PACKAGE_libelektra-zmq tristate "libelektra-zmq.......................... Elektra ZeroMQ transport plugins" default y if DEFAULT_libelektra-zmq default m if ALL select PACKAGE_libc select PACKAGE_libelektra-core select PACKAGE_libzmq-nc if PACKAGE_libzmq-curve 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-charconv prompt "Boost charconv library." default m if ALL config PACKAGE_boost-chrono prompt "Boost chrono library." default m if ALL config PACKAGE_boost-cobalt prompt "Boost cobalt 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-json prompt "Boost json library." default m if ALL config PACKAGE_boost-locale prompt "Boost locale library." default m if ALL 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-nowide prompt "Boost nowide library." default m if ALL config PACKAGE_boost-program_options prompt "Boost program_options library." default m if ALL config PACKAGE_boost-python3 prompt "Boost python3 (v3.11) library." default m if ALL 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-url prompt "Boost url 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_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost atomic library. config PACKAGE_boost-charconv tristate default y if DEFAULT_boost-charconv select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_libquadmath select PACKAGE_librt select PACKAGE_libstdcpp depends on TARGET_x86||TARGET_x86_64 help This package contains the Boost charconv library. config PACKAGE_boost-chrono tristate default y if DEFAULT_boost-chrono select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost chrono library. config PACKAGE_boost-cobalt tristate default y if DEFAULT_boost-cobalt select PACKAGE_boost-container select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost cobalt library. config PACKAGE_boost-container tristate default y if DEFAULT_boost-container select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost container library. config PACKAGE_boost-context tristate default y if DEFAULT_boost-context depends on !boost-context-exclude select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost context library. config PACKAGE_boost-contract tristate default y if DEFAULT_boost-contract select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost contract library. config PACKAGE_boost-coroutine tristate default y if DEFAULT_boost-coroutine depends on !boost-context-exclude depends on !boost-coroutine-exclude select PACKAGE_boost-chrono select PACKAGE_boost-context select PACKAGE_boost-system select PACKAGE_boost-thread select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost coroutine library. config PACKAGE_boost-date_time tristate default y if DEFAULT_boost-date_time select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost date_time library. config PACKAGE_boost-fiber tristate default y if DEFAULT_boost-fiber depends on !boost-context-exclude depends on !boost-coroutine-exclude depends on !boost-fiber-exclude select PACKAGE_boost-coroutine select PACKAGE_boost-filesystem select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost fiber library. config PACKAGE_boost-filesystem tristate default y if DEFAULT_boost-filesystem select PACKAGE_boost-atomic select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost filesystem library. config PACKAGE_boost-graph tristate default y if DEFAULT_boost-graph select PACKAGE_boost-regex select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost graph library. config PACKAGE_boost-iostreams tristate default y if DEFAULT_boost-iostreams select PACKAGE_libbz2 select PACKAGE_libc select PACKAGE_liblzma select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_libzstd select PACKAGE_zlib help This package contains the Boost iostreams library. config PACKAGE_boost-json tristate default y if DEFAULT_boost-json select PACKAGE_boost-container select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost json library. config PACKAGE_boost-libs tristate default y if DEFAULT_boost-libs depends on !(!boost-coroutine-exclude) || !boost-context-exclude depends on !(!boost-fiber-exclude) || !boost-context-exclude depends on !(!boost-fiber-exclude) || !boost-coroutine-exclude select PACKAGE_boost-atomic select PACKAGE_boost-charconv select PACKAGE_boost-chrono select PACKAGE_boost-cobalt select PACKAGE_boost-container select PACKAGE_boost-context if !boost-context-exclude select PACKAGE_boost-contract select PACKAGE_boost-coroutine if !boost-coroutine-exclude select PACKAGE_boost-date_time select PACKAGE_boost-fiber if !boost-fiber-exclude select PACKAGE_boost-filesystem select PACKAGE_boost-graph select PACKAGE_boost-iostreams select PACKAGE_boost-json select PACKAGE_boost-locale select PACKAGE_boost-log select PACKAGE_boost-math select PACKAGE_boost-nowide select PACKAGE_boost-program_options select PACKAGE_boost-python3 select PACKAGE_boost-random select PACKAGE_boost-regex select PACKAGE_boost-serialization select PACKAGE_boost-stacktrace select PACKAGE_boost-system select PACKAGE_boost-thread select PACKAGE_boost-timer select PACKAGE_boost-type_erasure select PACKAGE_boost-url select PACKAGE_boost-wave select PACKAGE_boost-wserialization select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp depends on TARGET_x86||TARGET_x86_64 help This meta package contains only dependencies to the other libraries from the boost libraries collection. config PACKAGE_boost-locale tristate default y if DEFAULT_boost-locale select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_boost-thread select PACKAGE_icu select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost locale library. config PACKAGE_boost-log tristate default y if DEFAULT_boost-log select PACKAGE_boost-chrono select PACKAGE_boost-date_time select PACKAGE_boost-filesystem select PACKAGE_boost-regex select PACKAGE_boost-system select PACKAGE_boost-thread select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost log library. config PACKAGE_boost-math tristate default y if DEFAULT_boost-math select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost math library. config PACKAGE_boost-nowide tristate default y if DEFAULT_boost-nowide select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost nowide library. config PACKAGE_boost-program_options tristate default y if DEFAULT_boost-program_options select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost program_options library. config PACKAGE_boost-python3 tristate default y if DEFAULT_boost-python3 select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp select PACKAGE_python3-base help This package contains the Boost python3 library. config PACKAGE_boost-random tristate default y if DEFAULT_boost-random select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost random library. config PACKAGE_boost-regex tristate default y if DEFAULT_boost-regex select PACKAGE_icu select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost regex library. config PACKAGE_boost-serialization tristate default y if DEFAULT_boost-serialization select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost serialization library. config PACKAGE_boost-stacktrace tristate default y if DEFAULT_boost-stacktrace select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost stacktrace library. config PACKAGE_boost-system tristate default y if DEFAULT_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost system library. config PACKAGE_boost-test tristate default y if DEFAULT_boost-test select PACKAGE_boost-system select PACKAGE_boost-timer select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help Boost C++ source library (test) config PACKAGE_boost-thread tristate default y if DEFAULT_boost-thread select PACKAGE_boost-atomic select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost thread library. config PACKAGE_boost-timer tristate default y if DEFAULT_boost-timer select PACKAGE_boost-chrono select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost timer library. config PACKAGE_boost-type_erasure tristate default y if DEFAULT_boost-type_erasure select PACKAGE_boost-chrono select PACKAGE_boost-system select PACKAGE_boost-thread select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost type_erasure library. config PACKAGE_boost-url tristate default y if DEFAULT_boost-url select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost url library. config PACKAGE_boost-wave tristate default y if DEFAULT_boost-wave select PACKAGE_boost-date_time select PACKAGE_boost-filesystem select PACKAGE_boost-thread select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost wave library. config PACKAGE_boost-wserialization tristate default y if DEFAULT_boost-wserialization select PACKAGE_boost-serialization select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libstdcpp help This package contains the Boost wserialization library. config PACKAGE_boringssl tristate "boringssl.......................... An implementation of the TLS protocol" default y if DEFAULT_boringssl default m if ALL depends on !(mips||mips64) depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) select PACKAGE_libc select PACKAGE_libstdcpp help An implementation of the TLS protocol config PACKAGE_cJSON tristate "cJSON............................. Ultralightweight JSON parser in ANSI C" default y if DEFAULT_cJSON default m if ALL select PACKAGE_libc help Ultralightweight JSON parser in ANSI C. cJSON aims to be the dumbest possible parser that you can get your job done with. It's a single file of C, and a single header file. config PACKAGE_ccid tristate "ccid........................... Generic USB CCID smart card reader driver" default y if DEFAULT_ccid default m if ALL select PACKAGE_libc select PACKAGE_libpcsclite select PACKAGE_libusb-1.0 help Generic USB CCID (Chip/Smart Card Interface Devices) driver and ICCD (Integrated Circuit(s) Card Devices). config PACKAGE_check tristate "check....................................... Unit testing framework for C" default y if DEFAULT_check default m if ALL select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_librt 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. config PACKAGE_confuse tristate "confuse................ libConfuse is a configuration file parser library" default y if DEFAULT_confuse default m if ALL 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. config PACKAGE_czmq tristate "czmq................................ CZMQ High-level C binding for ZeroMQ" default y if DEFAULT_czmq default m if ALL select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_liblz4 select PACKAGE_libmicrohttpd-no-ssl if PACKAGE_libmicrohttpd-ssl json conversion library" default y if DEFAULT_libblobmsg-json default m if ALL select PACKAGE_libc select PACKAGE_libjson-c select PACKAGE_libubox help blobmsg <-> json conversion library config PACKAGE_libbpf tristate "libbpf...................................... libbpf - eBPF helper library" default y if DEFAULT_libbpf default m if ALL select PACKAGE_libc select PACKAGE_libelf help libbpf is a library for loading eBPF programs and reading and manipulating eBPF objects from user-space. config PACKAGE_libbsd tristate "libbsd................................................ common BSD library" default y if DEFAULT_libbsd default m if ALL select PACKAGE_libc 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_libcap tristate "libcap................................ Linux capabilities library library" default y if DEFAULT_libcap default m if ALL select PACKAGE_libc help Linux capabilities library library config PACKAGE_libcap-bin tristate "libcap-bin........................... Linux capabilities library binaries" default y if DEFAULT_libcap-bin default m if ALL select PACKAGE_libc depends on PACKAGE_libcap help Linux capabilities . This package contains the libcap utilities. if PACKAGE_libcap-bin config PACKAGE_libcap-bin-capsh-shell string "capsh shell" help Set the capsh shell. default "/bin/sh" endif config PACKAGE_libcap-ng tristate "libcap-ng............................. POSIX capabilities library library" default y if DEFAULT_libcap-ng default m if ALL select PACKAGE_libc help POSIX capabilities library library config PACKAGE_libcap-ng-bin tristate "libcap-ng-bin........................ POSIX capabilities library binaries" default y if DEFAULT_libcap-ng-bin default m if ALL select PACKAGE_libc depends on PACKAGE_libcap-ng help POSIX capabilities library . This package contains the libcap-ng utilities. config PACKAGE_libcares tristate "libcares.. Library for asyncronous DNS Requests (including name resolves)" default y if DEFAULT_libcares default m if ALL select PACKAGE_libc 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. config PACKAGE_libcbor tristate "libcbor.......................................................... libcbor" default y if DEFAULT_libcbor default m if ALL select PACKAGE_libc help libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format. config PACKAGE_libcgroup tristate "libcgroup................................. CGroup config and exec library" default y if DEFAULT_libcgroup default m if ALL select KERNEL_CGROUPS select PACKAGE_libc select PACKAGE_musl-fts if USE_MUSL help Helpers utils for working with cgroups. config PACKAGE_libcharset tristate "libcharset.............................. Character set conversion library" default y if DEFAULT_libcharset default m if ALL select PACKAGE_libc help Character set conversion library config PACKAGE_libcli tristate "libcli............................................................ libcli" default y if DEFAULT_libcli default m if ALL select PACKAGE_libc help Libcli provides a shared library for including a Cisco-like command-line interface into other software. config PACKAGE_libcoap tristate "libcoap.......................................... CoAP (RFC 7252) library" default y if DEFAULT_libcoap default m if ALL select PACKAGE_libc help Constrained Application Protocol (RFC 7252) library config PACKAGE_libcomerr tristate "libcomerr............................... common error description library" default y if DEFAULT_libcomerr default m if ALL select PACKAGE_libc select PACKAGE_libuuid help This package contains libcom_err, the common error description library bundled with e2fsprogs. config PACKAGE_libconfig tristate "libconfig..................................... Configuration File Library" default y if DEFAULT_libconfig default m if ALL select PACKAGE_libc 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. config PACKAGE_libctf tristate "libctf............................................................ libctf" default y if DEFAULT_libctf default m if ALL select PACKAGE_libbfd select PACKAGE_libc help libctf menuconfig PACKAGE_libcurl tristate "libcurl............................... A client-side URL transfer library" default y if DEFAULT_libcurl default m if ALL select PACKAGE_ca-bundle select PACKAGE_libc select PACKAGE_libgnutls if LIBCURL_GNUTLS select PACKAGE_libidn2 if LIBCURL_LIBIDN2 select PACKAGE_libmbedtls if LIBCURL_MBEDTLS select PACKAGE_libnghttp2 if LIBCURL_NGHTTP2 select PACKAGE_libnghttp3 if LIBCURL_NGHTTP3 select PACKAGE_libngtcp2 if LIBCURL_NGTCP2 select PACKAGE_libopenldap if LIBCURL_LDAP select PACKAGE_libopenssl if LIBCURL_OPENSSL select PACKAGE_libpthread if LIBCURL_THREADED_RESOLVER select PACKAGE_libssh2 if LIBCURL_SSH2 select PACKAGE_libwolfssl if LIBCURL_WOLFSSL && PACKAGE_libwolfsslcpu-crypto help AdBlock-Fast Web UI . Version: 1.1.2-3 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_jshn select PACKAGE_libc select PACKAGE_luci-base 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/ # shown in make menuconfig help Advanced Linksys Reboot Web UI . Version: 1.0.1-13 config PACKAGE_luci-app-alist tristate "luci-app-alist........................................ LuCI app for AList" default y if DEFAULT_luci-app-alist default m if ALL depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) select PACKAGE_alist select PACKAGE_libc help LuCI app for AList config PACKAGE_luci-app-apinger tristate "luci-app-apinger............................ LuCI support for the Apinger" default y if DEFAULT_luci-app-apinger default m if ALL select PACKAGE_apinger select PACKAGE_apinger-rrd select PACKAGE_libc select PACKAGE_luci-base help LuCI support for the Apinger 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_aria2 select PACKAGE_libc select PACKAGE_luci-base help LuCI Support for Aria2 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_attendedsysupgrade-common select PACKAGE_cgi-io select PACKAGE_libc select PACKAGE_luci-base help LuCI support for attended sysupgrades config PACKAGE_luci-app-babeld tristate "luci-app-babeld.................................. LuCI support for babeld" default y if DEFAULT_luci-app-babeld default m if ALL depends on IPV6 select PACKAGE_babeld select PACKAGE_libc select PACKAGE_luci-base help LuCI support for babeld config PACKAGE_luci-app-banip tristate "luci-app-banip.................................... LuCI support for banIP" default y if DEFAULT_luci-app-banip default m if ALL depends on IPV6 select PACKAGE_banip select PACKAGE_libc select PACKAGE_luci-base 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_batctl-default if PACKAGE_batctl-tiny help DNS Over HTTPS Proxy Web UI . Version: 2023.12.26-1 config PACKAGE_luci-app-irqbalance tristate "luci-app-irqbalance.......................... LuCI support for irqbalance" default y if DEFAULT_luci-app-irqbalance default m if ALL select PACKAGE_irqbalance select PACKAGE_libc select PACKAGE_luci-base help LuCI support for irqbalance config PACKAGE_luci-app-keepalived tristate "luci-app-keepalived...................... LuCI support for the Keepalived" default y if DEFAULT_luci-app-keepalived default m if ALL depends on IPV6 depends on PACKAGE_coreutils select PACKAGE_keepalived select PACKAGE_keepalived-sync select PACKAGE_libc select PACKAGE_luci-base help LuCI support for the Keepalived 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_luci-base help Network Shares - Ksmbd the SMB kernel fileserver config PACKAGE_luci-app-ledtrig-rssi tristate "luci-app-ledtrig-rssi................... LuCI Support for ledtrigger rssi" default y if DEFAULT_luci-app-ledtrig-rssi default m if ALL select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_rssileds help LuCI Support for ledtrigger rssi config PACKAGE_luci-app-ledtrig-switch tristate "luci-app-ledtrig-switch............... LuCI Support for ledtrigger switch" default y if DEFAULT_luci-app-ledtrig-switch default m if ALL select PACKAGE_libc select PACKAGE_luci-base help LuCI Support for ledtrigger switch config PACKAGE_luci-app-ledtrig-usbport tristate "luci-app-ledtrig-usbport............. LuCI Support for ledtrigger usbport" default y if DEFAULT_luci-app-ledtrig-usbport default m if ALL select PACKAGE_kmod-usb-ledtrig-usbport select PACKAGE_libc select PACKAGE_luci-base depends on USB_SUPPORT help LuCI Support for ledtrigger usbport config PACKAGE_luci-app-libreswan tristate "luci-app-libreswan............ Luci Application for IPSec VPN (Libreswan)" default y if DEFAULT_luci-app-libreswan default m if ALL depends on IPV6 select PACKAGE_libc select PACKAGE_libreswan select PACKAGE_luci-base help Luci Application for IPSec VPN (Libreswan) config PACKAGE_luci-app-lldpd tristate "luci-app-lldpd.............................. LuCI support for LLDP daemon" default y if DEFAULT_luci-app-lldpd default m if ALL select PACKAGE_libc select PACKAGE_lldpd depends on PACKAGE_rpcd select PACKAGE_rpcd-mod-ucode help LuCI support for LLDP daemon config PACKAGE_luci-app-lorawan-basicstation tristate "luci-app-lorawan-basicstation...... LuCI Support for LoRaWAN basicstation" default y if DEFAULT_luci-app-lorawan-basicstation default m if ALL select PACKAGE_basicstation select PACKAGE_libc select PACKAGE_luci-base depends on USB_SUPPORT help LuCI Support for LoRaWAN basicstation 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 depends on BROKEN select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lua-runtime 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 depends on !arc select PACKAGE_getopt select PACKAGE_libc select PACKAGE_liblxc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lua-runtime select PACKAGE_lxc select PACKAGE_lxc-attach select PACKAGE_lxc-console select PACKAGE_lxc-create select PACKAGE_rpcd-mod-lxc select PACKAGE_tar if !LXC_BUSYBOX_OPTIONS help LXC management Web UI 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_libc select PACKAGE_luci-base select PACKAGE_minidlna 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_libc select PACKAGE_luci-base select PACKAGE_mjpg-streamer 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_libc select PACKAGE_luci-base select PACKAGE_mosquitto-ssl if PACKAGE_mosquitto-nossl help Policy Based Routing Service Web UI . Version: 1.1.7-21 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_libc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lib-ipkg select PACKAGE_luci-lua-runtime select PACKAGE_privoxy 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 depends on !(PACKAGE_iptables-zz-legacy 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 Christian Schoenebeck 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_libc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lua-runtime select PACKAGE_radicale2 select PACKAGE_rpcd-mod-rad2-enc help Radicale v2.x CalDAV/CardDAV 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 depends on (PACKAGE_ppp||PACKAGE_ppp-multilink) depends on PACKAGE_kmod-ppp select PACKAGE_libc select PACKAGE_luci-base depends on PACKAGE_ppp select PACKAGE_rp-pppoe-server help Roaring Penguin PPPoE Server 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_libc select PACKAGE_luci-base select PACKAGE_samba4-server help Network Shares - Samba 4 SMB/CIFS fileserver config PACKAGE_luci-app-ser2net tristate "luci-app-ser2net................................ LuCI Support for ser2net" default y if DEFAULT_luci-app-ser2net default m if ALL depends on !((IPV6&&GENSIO_SCTP)) || IPV6 select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_ser2net help LuCI Support for ser2net 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_kmod-siit select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lua-runtime help SIIT IPv4-over-IPv6 configuration wizard config PACKAGE_luci-app-smartdns tristate "luci-app-smartdns...................................... LuCI for smartdns" default y if DEFAULT_luci-app-smartdns default m if ALL select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_smartdns help Provides Luci for smartdns 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_libc select PACKAGE_luci-base select PACKAGE_snmpd help Some common net-snmp config items. In no way is this comprehensive. config PACKAGE_luci-app-softether tristate "luci-app-softether...................... Softether management application" default y if DEFAULT_luci-app-softether default m if ALL select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_softethervpn5-client help Softether management application 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_iptables-mod-ipopt select PACKAGE_iptables-mod-nat-extra select PACKAGE_kmod-sched select PACKAGE_libc select PACKAGE_luci-base select PACKAGE_luci-compat select PACKAGE_luci-lib-iptparser select PACKAGE_luci-lib-nixio select PACKAGE_luci-lua-runtime select PACKAGE_tc-tiny if PACKAGE_tc-bpf help Support for Nebula . Version: 1.8.2-2 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_libc select PACKAGE_luci-lua-runtime select PACKAGE_openconnect help Support for OpenConnect VPN config PACKAGE_luci-proto-openfortivpn tristate "luci-proto-openfortivpn......................... Support for OpenFortivpn" default y if DEFAULT_luci-proto-openfortivpn default m if ALL select PACKAGE_libc select PACKAGE_luci-lua-runtime select PACKAGE_openfortivpn help Support for OpenFortivpn 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_libc 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 depends on (DROPBEAR_DBCLIENT||PACKAGE_openssh-client) select PACKAGE_libc select PACKAGE_pppossh help Support for pppossh 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_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_libc select PACKAGE_relayd help Support for relayd pseudo bridges config PACKAGE_luci-proto-sstp tristate "luci-proto-sstp......................................... Support for SSTP" default y if DEFAULT_luci-proto-sstp default m if ALL select PACKAGE_libc select PACKAGE_sstp-client help Support for SSTP config PACKAGE_luci-proto-unet tristate "luci-proto-unet.................................... Support for unetd VPN" default y if DEFAULT_luci-proto-unet default m if ALL select PACKAGE_libc select PACKAGE_unet-cli select PACKAGE_unetd help Support for unetd VPN 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_libc select PACKAGE_vpnc help Support for VPNC VPN config PACKAGE_luci-proto-vti tristate "luci-proto-vti................................ Support for VTI interfaces" default y if DEFAULT_luci-proto-vti default m if ALL depends on PACKAGE_kmod-ipsec select PACKAGE_libc select PACKAGE_vti help Support for VTI interfaces config PACKAGE_luci-proto-vxlan tristate "luci-proto-vxlan" default y if DEFAULT_luci-proto-vxlan default m if ALL select PACKAGE_libc select PACKAGE_vxlan help Support for Virtual eXtensible Local Area Network (VXLAN, RFC7348) 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_libc select PACKAGE_luci-lib-uqr select PACKAGE_resolveip select PACKAGE_ucode select PACKAGE_wireguard-tools help Support for WireGuard VPN config PACKAGE_luci-proto-xfrm tristate "luci-proto-xfrm.............................. Support for XFRM interfaces" default y if DEFAULT_luci-proto-xfrm default m if ALL depends on IPV6 depends on PACKAGE_kmod-ipsec select PACKAGE_libc select PACKAGE_xfrm help Support for XFRM interfaces config PACKAGE_luci-proto-yggdrasil tristate "luci-proto-yggdrasil....................... Support for Yggdrasil Network" default y if DEFAULT_luci-proto-yggdrasil default m if ALL depends on (aarch64||arm||i386||i686||loongarch64||mips||mips64||mips64el||mipsel||powerpc64||riscv64||x86_64) depends on IPV6 select PACKAGE_libc select PACKAGE_yggdrasil help Support for Yggdrasil Network endmenu menu "6. Libraries" config PACKAGE_luci-lib-base tristate "luci-lib-base................................... basic libraries for luci" default y if DEFAULT_luci-lib-base default m if ALL select PACKAGE_libc select PACKAGE_liblucihttp-lua select PACKAGE_lua select PACKAGE_luci-lib-ip select PACKAGE_luci-lib-jsonc select PACKAGE_luci-lib-nixio help basic libraries for luci config PACKAGE_luci-lib-chartjs tristate "luci-lib-chartjs............ Simple HTML5 charts using the canvas element" default y if DEFAULT_luci-lib-chartjs default m if ALL select PACKAGE_libc help Simple HTML5 charts using the canvas element 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_libc select PACKAGE_luci-lib-base select PACKAGE_luci-lib-httpprotoutils select PACKAGE_luci-lib-nixio select PACKAGE_luci-lua-runtime 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_libc select PACKAGE_luci-lib-base select PACKAGE_luci-lua-runtime 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_libc select PACKAGE_liblua select PACKAGE_libnl-tiny 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_libc select PACKAGE_luci-base select PACKAGE_luci-lua-runtime 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_libc select PACKAGE_luci-base select PACKAGE_luci-lua-runtime help Iptables listing parser class 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_libc select PACKAGE_luci-lua-runtime 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_libjson-c select PACKAGE_liblua 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_libc select PACKAGE_liblua help NIXIO POSIX library 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_libc select PACKAGE_lua select PACKAGE_luci-lib-nixio help RSA/X.509 Key Generator (required for LuCId SSL support) config PACKAGE_luci-lib-uqr tristate "luci-lib-uqr............ µQR - micro QR: SVG QRcode generator JS library" default y if DEFAULT_luci-lib-uqr default m if ALL select PACKAGE_libc help µQR - micro QR: SVG QRcode generator JS library 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_libc help jQuery library - Flot chart plotting endmenu config PACKAGE_luci-i18n-acl-ar tristate default y if DEFAULT_luci-i18n-acl-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - العربية (Arabic) config PACKAGE_luci-i18n-acl-bg tristate default y if DEFAULT_luci-i18n-acl-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - български (Bulgarian) config PACKAGE_luci-i18n-acl-bn tristate default y if DEFAULT_luci-i18n-acl-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - বাংলা (Bengali) config PACKAGE_luci-i18n-acl-ca tristate default y if DEFAULT_luci-i18n-acl-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Català (Catalan) config PACKAGE_luci-i18n-acl-cs tristate default y if DEFAULT_luci-i18n-acl-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Čeština (Czech) config PACKAGE_luci-i18n-acl-da tristate default y if DEFAULT_luci-i18n-acl-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Dansk (Danish) config PACKAGE_luci-i18n-acl-de tristate default y if DEFAULT_luci-i18n-acl-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Deutsch (German) config PACKAGE_luci-i18n-acl-el tristate default y if DEFAULT_luci-i18n-acl-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Ελληνικά (Greek) config PACKAGE_luci-i18n-acl-es tristate default y if DEFAULT_luci-i18n-acl-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Español (Spanish) config PACKAGE_luci-i18n-acl-fi tristate default y if DEFAULT_luci-i18n-acl-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Suomi (Finnish) config PACKAGE_luci-i18n-acl-fr tristate default y if DEFAULT_luci-i18n-acl-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Français (French) config PACKAGE_luci-i18n-acl-he tristate default y if DEFAULT_luci-i18n-acl-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-acl-hi tristate default y if DEFAULT_luci-i18n-acl-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - हिंदी (Hindi) config PACKAGE_luci-i18n-acl-hu tristate default y if DEFAULT_luci-i18n-acl-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Magyar (Hungarian) config PACKAGE_luci-i18n-acl-it tristate default y if DEFAULT_luci-i18n-acl-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Italiano (Italian) config PACKAGE_luci-i18n-acl-ja tristate default y if DEFAULT_luci-i18n-acl-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - 日本語 (Japanese) config PACKAGE_luci-i18n-acl-ko tristate default y if DEFAULT_luci-i18n-acl-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - 한국어 (Korean) config PACKAGE_luci-i18n-acl-lt tristate default y if DEFAULT_luci-i18n-acl-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-acl-mr tristate default y if DEFAULT_luci-i18n-acl-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Marāṭhī (Marathi) config PACKAGE_luci-i18n-acl-ms tristate default y if DEFAULT_luci-i18n-acl-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-acl-nl tristate default y if DEFAULT_luci-i18n-acl-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Nederlands (Dutch) config PACKAGE_luci-i18n-acl-no tristate default y if DEFAULT_luci-i18n-acl-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Norsk (Norwegian) config PACKAGE_luci-i18n-acl-pl tristate default y if DEFAULT_luci-i18n-acl-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Polski (Polish) config PACKAGE_luci-i18n-acl-pt tristate default y if DEFAULT_luci-i18n-acl-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Português (Portuguese) config PACKAGE_luci-i18n-acl-pt-br tristate default y if DEFAULT_luci-i18n-acl-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-acl-ro tristate default y if DEFAULT_luci-i18n-acl-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Română (Romanian) config PACKAGE_luci-i18n-acl-ru tristate default y if DEFAULT_luci-i18n-acl-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Русский (Russian) config PACKAGE_luci-i18n-acl-sk tristate default y if DEFAULT_luci-i18n-acl-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Slovenčina (Slovak) config PACKAGE_luci-i18n-acl-sv tristate default y if DEFAULT_luci-i18n-acl-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Svenska (Swedish) config PACKAGE_luci-i18n-acl-tr tristate default y if DEFAULT_luci-i18n-acl-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Türkçe (Turkish) config PACKAGE_luci-i18n-acl-uk tristate default y if DEFAULT_luci-i18n-acl-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Українська (Ukrainian) config PACKAGE_luci-i18n-acl-vi tristate default y if DEFAULT_luci-i18n-acl-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-acl-zh-cn tristate default y if DEFAULT_luci-i18n-acl-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-acl-zh-tw tristate default y if DEFAULT_luci-i18n-acl-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acl help Translation for luci-app-acl - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-acme-ar tristate default y if DEFAULT_luci-i18n-acme-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - العربية (Arabic) config PACKAGE_luci-i18n-acme-bg tristate default y if DEFAULT_luci-i18n-acme-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - български (Bulgarian) config PACKAGE_luci-i18n-acme-bn tristate default y if DEFAULT_luci-i18n-acme-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - বাংলা (Bengali) config PACKAGE_luci-i18n-acme-ca tristate default y if DEFAULT_luci-i18n-acme-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Català (Catalan) config PACKAGE_luci-i18n-acme-cs tristate default y if DEFAULT_luci-i18n-acme-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Čeština (Czech) config PACKAGE_luci-i18n-acme-da tristate default y if DEFAULT_luci-i18n-acme-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Dansk (Danish) config PACKAGE_luci-i18n-acme-de tristate default y if DEFAULT_luci-i18n-acme-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Deutsch (German) config PACKAGE_luci-i18n-acme-el tristate default y if DEFAULT_luci-i18n-acme-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Ελληνικά (Greek) config PACKAGE_luci-i18n-acme-es tristate default y if DEFAULT_luci-i18n-acme-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Español (Spanish) config PACKAGE_luci-i18n-acme-fi tristate default y if DEFAULT_luci-i18n-acme-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Suomi (Finnish) config PACKAGE_luci-i18n-acme-fr tristate default y if DEFAULT_luci-i18n-acme-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Français (French) config PACKAGE_luci-i18n-acme-he tristate default y if DEFAULT_luci-i18n-acme-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-acme-hi tristate default y if DEFAULT_luci-i18n-acme-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - हिंदी (Hindi) config PACKAGE_luci-i18n-acme-hu tristate default y if DEFAULT_luci-i18n-acme-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Magyar (Hungarian) config PACKAGE_luci-i18n-acme-it tristate default y if DEFAULT_luci-i18n-acme-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Italiano (Italian) config PACKAGE_luci-i18n-acme-ja tristate default y if DEFAULT_luci-i18n-acme-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - 日本語 (Japanese) config PACKAGE_luci-i18n-acme-ko tristate default y if DEFAULT_luci-i18n-acme-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - 한국어 (Korean) config PACKAGE_luci-i18n-acme-lt tristate default y if DEFAULT_luci-i18n-acme-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-acme-mr tristate default y if DEFAULT_luci-i18n-acme-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Marāṭhī (Marathi) config PACKAGE_luci-i18n-acme-ms tristate default y if DEFAULT_luci-i18n-acme-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-acme-nl tristate default y if DEFAULT_luci-i18n-acme-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Nederlands (Dutch) config PACKAGE_luci-i18n-acme-no tristate default y if DEFAULT_luci-i18n-acme-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Norsk (Norwegian) config PACKAGE_luci-i18n-acme-pl tristate default y if DEFAULT_luci-i18n-acme-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Polski (Polish) config PACKAGE_luci-i18n-acme-pt tristate default y if DEFAULT_luci-i18n-acme-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Português (Portuguese) config PACKAGE_luci-i18n-acme-pt-br tristate default y if DEFAULT_luci-i18n-acme-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-acme-ro tristate default y if DEFAULT_luci-i18n-acme-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Română (Romanian) config PACKAGE_luci-i18n-acme-ru tristate default y if DEFAULT_luci-i18n-acme-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Русский (Russian) config PACKAGE_luci-i18n-acme-sk tristate default y if DEFAULT_luci-i18n-acme-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Slovenčina (Slovak) config PACKAGE_luci-i18n-acme-sv tristate default y if DEFAULT_luci-i18n-acme-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Svenska (Swedish) config PACKAGE_luci-i18n-acme-tr tristate default y if DEFAULT_luci-i18n-acme-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Türkçe (Turkish) config PACKAGE_luci-i18n-acme-uk tristate default y if DEFAULT_luci-i18n-acme-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Українська (Ukrainian) config PACKAGE_luci-i18n-acme-vi tristate default y if DEFAULT_luci-i18n-acme-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-acme-zh-cn tristate default y if DEFAULT_luci-i18n-acme-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-acme-zh-tw tristate default y if DEFAULT_luci-i18n-acme-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-acme help Translation for luci-app-acme - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-adblock-ar tristate default y if DEFAULT_luci-i18n-adblock-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - العربية (Arabic) config PACKAGE_luci-i18n-adblock-bg tristate default y if DEFAULT_luci-i18n-adblock-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - български (Bulgarian) config PACKAGE_luci-i18n-adblock-bn tristate default y if DEFAULT_luci-i18n-adblock-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - বাংলা (Bengali) config PACKAGE_luci-i18n-adblock-ca tristate default y if DEFAULT_luci-i18n-adblock-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Čeština (Czech) config PACKAGE_luci-i18n-adblock-da tristate default y if DEFAULT_luci-i18n-adblock-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Dansk (Danish) config PACKAGE_luci-i18n-adblock-de tristate default y if DEFAULT_luci-i18n-adblock-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Ελληνικά (Greek) config PACKAGE_luci-i18n-adblock-es tristate default y if DEFAULT_luci-i18n-adblock-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Español (Spanish) config PACKAGE_luci-i18n-adblock-fast-ar tristate default y if DEFAULT_luci-i18n-adblock-fast-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - العربية (Arabic) config PACKAGE_luci-i18n-adblock-fast-bg tristate default y if DEFAULT_luci-i18n-adblock-fast-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - български (Bulgarian) config PACKAGE_luci-i18n-adblock-fast-bn tristate default y if DEFAULT_luci-i18n-adblock-fast-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - বাংলা (Bengali) config PACKAGE_luci-i18n-adblock-fast-ca tristate default y if DEFAULT_luci-i18n-adblock-fast-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Català (Catalan) config PACKAGE_luci-i18n-adblock-fast-cs tristate default y if DEFAULT_luci-i18n-adblock-fast-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Čeština (Czech) config PACKAGE_luci-i18n-adblock-fast-da tristate default y if DEFAULT_luci-i18n-adblock-fast-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Dansk (Danish) config PACKAGE_luci-i18n-adblock-fast-de tristate default y if DEFAULT_luci-i18n-adblock-fast-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Deutsch (German) config PACKAGE_luci-i18n-adblock-fast-el tristate default y if DEFAULT_luci-i18n-adblock-fast-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Ελληνικά (Greek) config PACKAGE_luci-i18n-adblock-fast-es tristate default y if DEFAULT_luci-i18n-adblock-fast-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Español (Spanish) config PACKAGE_luci-i18n-adblock-fast-fi tristate default y if DEFAULT_luci-i18n-adblock-fast-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Suomi (Finnish) config PACKAGE_luci-i18n-adblock-fast-fr tristate default y if DEFAULT_luci-i18n-adblock-fast-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Français (French) config PACKAGE_luci-i18n-adblock-fast-he tristate default y if DEFAULT_luci-i18n-adblock-fast-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-adblock-fast-hi tristate default y if DEFAULT_luci-i18n-adblock-fast-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - हिंदी (Hindi) config PACKAGE_luci-i18n-adblock-fast-hu tristate default y if DEFAULT_luci-i18n-adblock-fast-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Magyar (Hungarian) config PACKAGE_luci-i18n-adblock-fast-it tristate default y if DEFAULT_luci-i18n-adblock-fast-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Italiano (Italian) config PACKAGE_luci-i18n-adblock-fast-ja tristate default y if DEFAULT_luci-i18n-adblock-fast-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - 日本語 (Japanese) config PACKAGE_luci-i18n-adblock-fast-ko tristate default y if DEFAULT_luci-i18n-adblock-fast-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - 한국어 (Korean) config PACKAGE_luci-i18n-adblock-fast-lt tristate default y if DEFAULT_luci-i18n-adblock-fast-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-adblock-fast-mr tristate default y if DEFAULT_luci-i18n-adblock-fast-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Marāṭhī (Marathi) config PACKAGE_luci-i18n-adblock-fast-ms tristate default y if DEFAULT_luci-i18n-adblock-fast-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-adblock-fast-nl tristate default y if DEFAULT_luci-i18n-adblock-fast-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Nederlands (Dutch) config PACKAGE_luci-i18n-adblock-fast-no tristate default y if DEFAULT_luci-i18n-adblock-fast-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Norsk (Norwegian) config PACKAGE_luci-i18n-adblock-fast-pl tristate default y if DEFAULT_luci-i18n-adblock-fast-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Polski (Polish) config PACKAGE_luci-i18n-adblock-fast-pt tristate default y if DEFAULT_luci-i18n-adblock-fast-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Português (Portuguese) config PACKAGE_luci-i18n-adblock-fast-pt-br tristate default y if DEFAULT_luci-i18n-adblock-fast-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-adblock-fast-ro tristate default y if DEFAULT_luci-i18n-adblock-fast-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Română (Romanian) config PACKAGE_luci-i18n-adblock-fast-ru tristate default y if DEFAULT_luci-i18n-adblock-fast-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Русский (Russian) config PACKAGE_luci-i18n-adblock-fast-sk tristate default y if DEFAULT_luci-i18n-adblock-fast-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Slovenčina (Slovak) config PACKAGE_luci-i18n-adblock-fast-sv tristate default y if DEFAULT_luci-i18n-adblock-fast-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Svenska (Swedish) config PACKAGE_luci-i18n-adblock-fast-tr tristate default y if DEFAULT_luci-i18n-adblock-fast-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Türkçe (Turkish) config PACKAGE_luci-i18n-adblock-fast-uk tristate default y if DEFAULT_luci-i18n-adblock-fast-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Українська (Ukrainian) config PACKAGE_luci-i18n-adblock-fast-vi tristate default y if DEFAULT_luci-i18n-adblock-fast-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-adblock-fast-zh-cn tristate default y if DEFAULT_luci-i18n-adblock-fast-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-adblock-fast-zh-tw tristate default y if DEFAULT_luci-i18n-adblock-fast-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock-fast help Translation for luci-app-adblock-fast - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-adblock-fi tristate default y if DEFAULT_luci-i18n-adblock-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Suomi (Finnish) config PACKAGE_luci-i18n-adblock-fr tristate default y if DEFAULT_luci-i18n-adblock-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - 한국어 (Korean) config PACKAGE_luci-i18n-adblock-lt tristate default y if DEFAULT_luci-i18n-adblock-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-adblock-mr tristate default y if DEFAULT_luci-i18n-adblock-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Marāṭhī (Marathi) config PACKAGE_luci-i18n-adblock-ms tristate default y if DEFAULT_luci-i18n-adblock-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-adblock-nl tristate default y if DEFAULT_luci-i18n-adblock-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - Nederlands (Dutch) config PACKAGE_luci-i18n-adblock-no tristate default y if DEFAULT_luci-i18n-adblock-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock 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 depends on PACKAGE_luci-app-adblock 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 depends on PACKAGE_luci-app-adblock 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) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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 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_libc 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_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock 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) select PACKAGE_libc depends on PACKAGE_luci-app-adblock 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_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-adblock help Translation for luci-app-adblock - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-advanced-reboot-ar tristate default y if DEFAULT_luci-i18n-advanced-reboot-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - العربية (Arabic) config PACKAGE_luci-i18n-advanced-reboot-bg tristate default y if DEFAULT_luci-i18n-advanced-reboot-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - български (Bulgarian) config PACKAGE_luci-i18n-advanced-reboot-bn tristate default y if DEFAULT_luci-i18n-advanced-reboot-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - বাংলা (Bengali) config PACKAGE_luci-i18n-advanced-reboot-ca tristate default y if DEFAULT_luci-i18n-advanced-reboot-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Català (Catalan) config PACKAGE_luci-i18n-advanced-reboot-cs tristate default y if DEFAULT_luci-i18n-advanced-reboot-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Čeština (Czech) config PACKAGE_luci-i18n-advanced-reboot-da tristate default y if DEFAULT_luci-i18n-advanced-reboot-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Dansk (Danish) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Deutsch (German) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Ελληνικά (Greek) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Español (Spanish) config PACKAGE_luci-i18n-advanced-reboot-fi tristate default y if DEFAULT_luci-i18n-advanced-reboot-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Suomi (Finnish) 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 depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Français (French) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - עִבְרִית (Hebrew) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - हिंदी (Hindi) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Magyar (Hungarian) config PACKAGE_luci-i18n-advanced-reboot-it tristate default y if DEFAULT_luci-i18n-advanced-reboot-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Italiano (Italian) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - 日本語 (Japanese) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - 한국어 (Korean) config PACKAGE_luci-i18n-advanced-reboot-lt tristate default y if DEFAULT_luci-i18n-advanced-reboot-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Lietuvių (Lithuanian) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Marāṭhī (Marathi) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-advanced-reboot-nl tristate default y if DEFAULT_luci-i18n-advanced-reboot-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Nederlands (Dutch) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Norsk (Norwegian) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Polski (Polish) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Português (Portuguese) 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) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Português do Brasil (Brazilian Portuguese) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Română (Romanian) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Русский (Russian) config PACKAGE_luci-i18n-advanced-reboot-sk tristate default y if DEFAULT_luci-i18n-advanced-reboot-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Slovenčina (Slovak) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Svenska (Swedish) 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 depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Türkçe (Turkish) config PACKAGE_luci-i18n-advanced-reboot-uk tristate default y if DEFAULT_luci-i18n-advanced-reboot-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Українська (Ukrainian) config PACKAGE_luci-i18n-advanced-reboot-vi tristate default y if DEFAULT_luci-i18n-advanced-reboot-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-advanced-reboot help Translation for luci-app-advanced-reboot - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-alist-ar tristate default y if DEFAULT_luci-i18n-alist-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - العربية (Arabic) config PACKAGE_luci-i18n-alist-bg tristate default y if DEFAULT_luci-i18n-alist-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - български (Bulgarian) config PACKAGE_luci-i18n-alist-bn tristate default y if DEFAULT_luci-i18n-alist-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - বাংলা (Bengali) config PACKAGE_luci-i18n-alist-ca tristate default y if DEFAULT_luci-i18n-alist-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Català (Catalan) config PACKAGE_luci-i18n-alist-cs tristate default y if DEFAULT_luci-i18n-alist-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Čeština (Czech) config PACKAGE_luci-i18n-alist-da tristate default y if DEFAULT_luci-i18n-alist-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Dansk (Danish) config PACKAGE_luci-i18n-alist-de tristate default y if DEFAULT_luci-i18n-alist-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Deutsch (German) config PACKAGE_luci-i18n-alist-el tristate default y if DEFAULT_luci-i18n-alist-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Ελληνικά (Greek) config PACKAGE_luci-i18n-alist-es tristate default y if DEFAULT_luci-i18n-alist-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Español (Spanish) config PACKAGE_luci-i18n-alist-fi tristate default y if DEFAULT_luci-i18n-alist-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Suomi (Finnish) config PACKAGE_luci-i18n-alist-fr tristate default y if DEFAULT_luci-i18n-alist-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Français (French) config PACKAGE_luci-i18n-alist-he tristate default y if DEFAULT_luci-i18n-alist-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-alist-hi tristate default y if DEFAULT_luci-i18n-alist-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - हिंदी (Hindi) config PACKAGE_luci-i18n-alist-hu tristate default y if DEFAULT_luci-i18n-alist-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Magyar (Hungarian) config PACKAGE_luci-i18n-alist-it tristate default y if DEFAULT_luci-i18n-alist-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Italiano (Italian) config PACKAGE_luci-i18n-alist-ja tristate default y if DEFAULT_luci-i18n-alist-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - 日本語 (Japanese) config PACKAGE_luci-i18n-alist-ko tristate default y if DEFAULT_luci-i18n-alist-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - 한국어 (Korean) config PACKAGE_luci-i18n-alist-lt tristate default y if DEFAULT_luci-i18n-alist-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-alist-mr tristate default y if DEFAULT_luci-i18n-alist-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Marāṭhī (Marathi) config PACKAGE_luci-i18n-alist-ms tristate default y if DEFAULT_luci-i18n-alist-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-alist-nl tristate default y if DEFAULT_luci-i18n-alist-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Nederlands (Dutch) config PACKAGE_luci-i18n-alist-no tristate default y if DEFAULT_luci-i18n-alist-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Norsk (Norwegian) config PACKAGE_luci-i18n-alist-pl tristate default y if DEFAULT_luci-i18n-alist-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Polski (Polish) config PACKAGE_luci-i18n-alist-pt tristate default y if DEFAULT_luci-i18n-alist-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Português (Portuguese) config PACKAGE_luci-i18n-alist-pt-br tristate default y if DEFAULT_luci-i18n-alist-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-alist-ro tristate default y if DEFAULT_luci-i18n-alist-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Română (Romanian) config PACKAGE_luci-i18n-alist-ru tristate default y if DEFAULT_luci-i18n-alist-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Русский (Russian) config PACKAGE_luci-i18n-alist-sk tristate default y if DEFAULT_luci-i18n-alist-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Slovenčina (Slovak) config PACKAGE_luci-i18n-alist-sv tristate default y if DEFAULT_luci-i18n-alist-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Svenska (Swedish) config PACKAGE_luci-i18n-alist-tr tristate default y if DEFAULT_luci-i18n-alist-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Türkçe (Turkish) config PACKAGE_luci-i18n-alist-uk tristate default y if DEFAULT_luci-i18n-alist-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Українська (Ukrainian) config PACKAGE_luci-i18n-alist-vi tristate default y if DEFAULT_luci-i18n-alist-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-alist-zh-cn tristate default y if DEFAULT_luci-i18n-alist-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-alist-zh-tw tristate default y if DEFAULT_luci-i18n-alist-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-alist help Translation for luci-app-alist - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-aria2-ar tristate default y if DEFAULT_luci-i18n-aria2-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - العربية (Arabic) config PACKAGE_luci-i18n-aria2-bg tristate default y if DEFAULT_luci-i18n-aria2-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - български (Bulgarian) config PACKAGE_luci-i18n-aria2-bn tristate default y if DEFAULT_luci-i18n-aria2-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - বাংলা (Bengali) config PACKAGE_luci-i18n-aria2-ca tristate default y if DEFAULT_luci-i18n-aria2-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Català (Catalan) config PACKAGE_luci-i18n-aria2-cs tristate default y if DEFAULT_luci-i18n-aria2-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Čeština (Czech) config PACKAGE_luci-i18n-aria2-da tristate default y if DEFAULT_luci-i18n-aria2-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Dansk (Danish) config PACKAGE_luci-i18n-aria2-de tristate default y if DEFAULT_luci-i18n-aria2-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Deutsch (German) config PACKAGE_luci-i18n-aria2-el tristate default y if DEFAULT_luci-i18n-aria2-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Ελληνικά (Greek) config PACKAGE_luci-i18n-aria2-es tristate default y if DEFAULT_luci-i18n-aria2-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Español (Spanish) config PACKAGE_luci-i18n-aria2-fi tristate default y if DEFAULT_luci-i18n-aria2-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Suomi (Finnish) config PACKAGE_luci-i18n-aria2-fr tristate default y if DEFAULT_luci-i18n-aria2-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Français (French) config PACKAGE_luci-i18n-aria2-he tristate default y if DEFAULT_luci-i18n-aria2-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-aria2-hi tristate default y if DEFAULT_luci-i18n-aria2-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - हिंदी (Hindi) config PACKAGE_luci-i18n-aria2-hu tristate default y if DEFAULT_luci-i18n-aria2-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Magyar (Hungarian) config PACKAGE_luci-i18n-aria2-it tristate default y if DEFAULT_luci-i18n-aria2-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Italiano (Italian) config PACKAGE_luci-i18n-aria2-ja tristate default y if DEFAULT_luci-i18n-aria2-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - 日本語 (Japanese) config PACKAGE_luci-i18n-aria2-ko tristate default y if DEFAULT_luci-i18n-aria2-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - 한국어 (Korean) config PACKAGE_luci-i18n-aria2-lt tristate default y if DEFAULT_luci-i18n-aria2-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-aria2-mr tristate default y if DEFAULT_luci-i18n-aria2-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-aria2-ms tristate default y if DEFAULT_luci-i18n-aria2-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-aria2-nl tristate default y if DEFAULT_luci-i18n-aria2-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Nederlands (Dutch) config PACKAGE_luci-i18n-aria2-no tristate default y if DEFAULT_luci-i18n-aria2-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Norsk (Norwegian) config PACKAGE_luci-i18n-aria2-pl tristate default y if DEFAULT_luci-i18n-aria2-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Polski (Polish) config PACKAGE_luci-i18n-aria2-pt tristate default y if DEFAULT_luci-i18n-aria2-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-aria2-ro tristate default y if DEFAULT_luci-i18n-aria2-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Română (Romanian) config PACKAGE_luci-i18n-aria2-ru tristate default y if DEFAULT_luci-i18n-aria2-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Русский (Russian) config PACKAGE_luci-i18n-aria2-sk tristate default y if DEFAULT_luci-i18n-aria2-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Slovenčina (Slovak) config PACKAGE_luci-i18n-aria2-sv tristate default y if DEFAULT_luci-i18n-aria2-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Svenska (Swedish) config PACKAGE_luci-i18n-aria2-tr tristate default y if DEFAULT_luci-i18n-aria2-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Türkçe (Turkish) config PACKAGE_luci-i18n-aria2-uk tristate default y if DEFAULT_luci-i18n-aria2-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Українська (Ukrainian) config PACKAGE_luci-i18n-aria2-vi tristate default y if DEFAULT_luci-i18n-aria2-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - Tiếng Việt (Vietnamese) 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 depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-aria2 help Translation for luci-app-aria2 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-attendedsysupgrade-ar tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - العربية (Arabic) config PACKAGE_luci-i18n-attendedsysupgrade-bg tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - български (Bulgarian) config PACKAGE_luci-i18n-attendedsysupgrade-bn tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - বাংলা (Bengali) config PACKAGE_luci-i18n-attendedsysupgrade-ca tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Čeština (Czech) config PACKAGE_luci-i18n-attendedsysupgrade-da tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Dansk (Danish) config PACKAGE_luci-i18n-attendedsysupgrade-de tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-de default LUCI_LANG_de||(ALL&&m) 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) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Ελληνικά (Greek) config PACKAGE_luci-i18n-attendedsysupgrade-es tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Español (Spanish) config PACKAGE_luci-i18n-attendedsysupgrade-fi tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Suomi (Finnish) config PACKAGE_luci-i18n-attendedsysupgrade-fr tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - 한국어 (Korean) config PACKAGE_luci-i18n-attendedsysupgrade-lt tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-attendedsysupgrade-mr tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Marāṭhī (Marathi) config PACKAGE_luci-i18n-attendedsysupgrade-ms tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-attendedsysupgrade-nl tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - Nederlands (Dutch) config PACKAGE_luci-i18n-attendedsysupgrade-no tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_libc depends on PACKAGE_luci-app-attendedsysupgrade 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_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_libc 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 depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-attendedsysupgrade-zh-tw tristate default y if DEFAULT_luci-i18n-attendedsysupgrade-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-attendedsysupgrade help Translation for luci-app-attendedsysupgrade - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-banip-ar tristate default y if DEFAULT_luci-i18n-banip-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - العربية (Arabic) config PACKAGE_luci-i18n-banip-bg tristate default y if DEFAULT_luci-i18n-banip-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - български (Bulgarian) config PACKAGE_luci-i18n-banip-bn tristate default y if DEFAULT_luci-i18n-banip-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - বাংলা (Bengali) config PACKAGE_luci-i18n-banip-ca tristate default y if DEFAULT_luci-i18n-banip-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Čeština (Czech) config PACKAGE_luci-i18n-banip-da tristate default y if DEFAULT_luci-i18n-banip-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Dansk (Danish) config PACKAGE_luci-i18n-banip-de tristate default y if DEFAULT_luci-i18n-banip-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Ελληνικά (Greek) config PACKAGE_luci-i18n-banip-es tristate default y if DEFAULT_luci-i18n-banip-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Español (Spanish) config PACKAGE_luci-i18n-banip-fi tristate default y if DEFAULT_luci-i18n-banip-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Suomi (Finnish) config PACKAGE_luci-i18n-banip-fr tristate default y if DEFAULT_luci-i18n-banip-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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) select PACKAGE_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - 한국어 (Korean) config PACKAGE_luci-i18n-banip-lt tristate default y if DEFAULT_luci-i18n-banip-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-banip-mr tristate default y if DEFAULT_luci-i18n-banip-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Marāṭhī (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 depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-banip-nl tristate default y if DEFAULT_luci-i18n-banip-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - Nederlands (Dutch) config PACKAGE_luci-i18n-banip-no tristate default y if DEFAULT_luci-i18n-banip-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-banip 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_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_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_libc 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_libc depends on PACKAGE_luci-app-banip 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) select PACKAGE_libc depends on PACKAGE_luci-app-banip 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_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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip 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_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-banip help Translation for luci-app-banip - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-base-ar tristate default y if DEFAULT_luci-i18n-base-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - العربية (Arabic) config PACKAGE_luci-i18n-base-bg tristate default y if DEFAULT_luci-i18n-base-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - български (Bulgarian) config PACKAGE_luci-i18n-base-bn tristate default y if DEFAULT_luci-i18n-base-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - বাংলা (Bengali) config PACKAGE_luci-i18n-base-ca tristate default y if DEFAULT_luci-i18n-base-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base help Translation for luci-base - Čeština (Czech) config PACKAGE_luci-i18n-base-da tristate default y if DEFAULT_luci-i18n-base-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Dansk (Danish) config PACKAGE_luci-i18n-base-de tristate default y if DEFAULT_luci-i18n-base-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-base help Translation for luci-base - Ελληνικά (Greek) config PACKAGE_luci-i18n-base-es tristate default y if DEFAULT_luci-i18n-base-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Español (Spanish) config PACKAGE_luci-i18n-base-fi tristate default y if DEFAULT_luci-i18n-base-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Suomi (Finnish) config PACKAGE_luci-i18n-base-fr tristate default y if DEFAULT_luci-i18n-base-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base 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_libc 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 depends on PACKAGE_luci-base 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 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) select PACKAGE_libc depends on PACKAGE_luci-base 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) select PACKAGE_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base help Translation for luci-base - 한국어 (Korean) config PACKAGE_luci-i18n-base-lt tristate default y if DEFAULT_luci-i18n-base-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-base-mr tristate default y if DEFAULT_luci-i18n-base-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Marāṭhī (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 depends on PACKAGE_luci-base help Translation for luci-base - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-base-nl tristate default y if DEFAULT_luci-i18n-base-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base help Translation for luci-base - Nederlands (Dutch) config PACKAGE_luci-i18n-base-no tristate default y if DEFAULT_luci-i18n-base-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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_libc depends on PACKAGE_luci-base 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) select PACKAGE_libc depends on PACKAGE_luci-base 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 depends on PACKAGE_luci-base 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_libc 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 depends on PACKAGE_luci-base help Translation for luci-base - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-base help Translation for luci-base - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-battstatus-ar tristate default y if DEFAULT_luci-i18n-battstatus-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - العربية (Arabic) config PACKAGE_luci-i18n-battstatus-bg tristate default y if DEFAULT_luci-i18n-battstatus-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - български (Bulgarian) config PACKAGE_luci-i18n-battstatus-bn tristate default y if DEFAULT_luci-i18n-battstatus-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - বাংলা (Bengali) config PACKAGE_luci-i18n-battstatus-ca tristate default y if DEFAULT_luci-i18n-battstatus-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Català (Catalan) config PACKAGE_luci-i18n-battstatus-cs tristate default y if DEFAULT_luci-i18n-battstatus-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Čeština (Czech) config PACKAGE_luci-i18n-battstatus-da tristate default y if DEFAULT_luci-i18n-battstatus-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Dansk (Danish) config PACKAGE_luci-i18n-battstatus-de tristate default y if DEFAULT_luci-i18n-battstatus-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Deutsch (German) config PACKAGE_luci-i18n-battstatus-el tristate default y if DEFAULT_luci-i18n-battstatus-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Ελληνικά (Greek) config PACKAGE_luci-i18n-battstatus-es tristate default y if DEFAULT_luci-i18n-battstatus-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Español (Spanish) config PACKAGE_luci-i18n-battstatus-fi tristate default y if DEFAULT_luci-i18n-battstatus-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Suomi (Finnish) config PACKAGE_luci-i18n-battstatus-fr tristate default y if DEFAULT_luci-i18n-battstatus-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Français (French) config PACKAGE_luci-i18n-battstatus-he tristate default y if DEFAULT_luci-i18n-battstatus-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-battstatus-hi tristate default y if DEFAULT_luci-i18n-battstatus-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - हिंदी (Hindi) config PACKAGE_luci-i18n-battstatus-hu tristate default y if DEFAULT_luci-i18n-battstatus-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Magyar (Hungarian) config PACKAGE_luci-i18n-battstatus-it tristate default y if DEFAULT_luci-i18n-battstatus-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Italiano (Italian) config PACKAGE_luci-i18n-battstatus-ja tristate default y if DEFAULT_luci-i18n-battstatus-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - 日本語 (Japanese) config PACKAGE_luci-i18n-battstatus-ko tristate default y if DEFAULT_luci-i18n-battstatus-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - 한국어 (Korean) config PACKAGE_luci-i18n-battstatus-lt tristate default y if DEFAULT_luci-i18n-battstatus-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-battstatus-mr tristate default y if DEFAULT_luci-i18n-battstatus-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Marāṭhī (Marathi) config PACKAGE_luci-i18n-battstatus-ms tristate default y if DEFAULT_luci-i18n-battstatus-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-battstatus-nl tristate default y if DEFAULT_luci-i18n-battstatus-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Nederlands (Dutch) config PACKAGE_luci-i18n-battstatus-no tristate default y if DEFAULT_luci-i18n-battstatus-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Norsk (Norwegian) config PACKAGE_luci-i18n-battstatus-pl tristate default y if DEFAULT_luci-i18n-battstatus-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Polski (Polish) config PACKAGE_luci-i18n-battstatus-pt tristate default y if DEFAULT_luci-i18n-battstatus-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Português (Portuguese) config PACKAGE_luci-i18n-battstatus-pt-br tristate default y if DEFAULT_luci-i18n-battstatus-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-battstatus-ro tristate default y if DEFAULT_luci-i18n-battstatus-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Română (Romanian) config PACKAGE_luci-i18n-battstatus-ru tristate default y if DEFAULT_luci-i18n-battstatus-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Русский (Russian) config PACKAGE_luci-i18n-battstatus-sk tristate default y if DEFAULT_luci-i18n-battstatus-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Slovenčina (Slovak) config PACKAGE_luci-i18n-battstatus-sv tristate default y if DEFAULT_luci-i18n-battstatus-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Svenska (Swedish) config PACKAGE_luci-i18n-battstatus-tr tristate default y if DEFAULT_luci-i18n-battstatus-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Türkçe (Turkish) config PACKAGE_luci-i18n-battstatus-uk tristate default y if DEFAULT_luci-i18n-battstatus-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Українська (Ukrainian) config PACKAGE_luci-i18n-battstatus-vi tristate default y if DEFAULT_luci-i18n-battstatus-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-battstatus-zh-cn tristate default y if DEFAULT_luci-i18n-battstatus-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-battstatus-zh-tw tristate default y if DEFAULT_luci-i18n-battstatus-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-battstatus help Translation for luci-mod-battstatus - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-bcp38-ar tristate default y if DEFAULT_luci-i18n-bcp38-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - العربية (Arabic) config PACKAGE_luci-i18n-bcp38-bg tristate default y if DEFAULT_luci-i18n-bcp38-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - български (Bulgarian) config PACKAGE_luci-i18n-bcp38-bn tristate default y if DEFAULT_luci-i18n-bcp38-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - বাংলা (Bengali) config PACKAGE_luci-i18n-bcp38-ca tristate default y if DEFAULT_luci-i18n-bcp38-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Català (Catalan) config PACKAGE_luci-i18n-bcp38-cs tristate default y if DEFAULT_luci-i18n-bcp38-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Čeština (Czech) config PACKAGE_luci-i18n-bcp38-da tristate default y if DEFAULT_luci-i18n-bcp38-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Dansk (Danish) config PACKAGE_luci-i18n-bcp38-de tristate default y if DEFAULT_luci-i18n-bcp38-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Deutsch (German) config PACKAGE_luci-i18n-bcp38-el tristate default y if DEFAULT_luci-i18n-bcp38-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Ελληνικά (Greek) config PACKAGE_luci-i18n-bcp38-es tristate default y if DEFAULT_luci-i18n-bcp38-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Español (Spanish) config PACKAGE_luci-i18n-bcp38-fi tristate default y if DEFAULT_luci-i18n-bcp38-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Suomi (Finnish) config PACKAGE_luci-i18n-bcp38-fr tristate default y if DEFAULT_luci-i18n-bcp38-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Français (French) config PACKAGE_luci-i18n-bcp38-he tristate default y if DEFAULT_luci-i18n-bcp38-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-bcp38-hi tristate default y if DEFAULT_luci-i18n-bcp38-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - हिंदी (Hindi) config PACKAGE_luci-i18n-bcp38-hu tristate default y if DEFAULT_luci-i18n-bcp38-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Magyar (Hungarian) config PACKAGE_luci-i18n-bcp38-it tristate default y if DEFAULT_luci-i18n-bcp38-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Italiano (Italian) config PACKAGE_luci-i18n-bcp38-ja tristate default y if DEFAULT_luci-i18n-bcp38-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 日本語 (Japanese) config PACKAGE_luci-i18n-bcp38-ko tristate default y if DEFAULT_luci-i18n-bcp38-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 한국어 (Korean) config PACKAGE_luci-i18n-bcp38-lt tristate default y if DEFAULT_luci-i18n-bcp38-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-bcp38-mr tristate default y if DEFAULT_luci-i18n-bcp38-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-bcp38-ms tristate default y if DEFAULT_luci-i18n-bcp38-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-bcp38-nl tristate default y if DEFAULT_luci-i18n-bcp38-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Nederlands (Dutch) config PACKAGE_luci-i18n-bcp38-no tristate default y if DEFAULT_luci-i18n-bcp38-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Norsk (Norwegian) config PACKAGE_luci-i18n-bcp38-pl tristate default y if DEFAULT_luci-i18n-bcp38-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Polski (Polish) config PACKAGE_luci-i18n-bcp38-pt tristate default y if DEFAULT_luci-i18n-bcp38-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-bcp38-ro tristate default y if DEFAULT_luci-i18n-bcp38-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Română (Romanian) config PACKAGE_luci-i18n-bcp38-ru tristate default y if DEFAULT_luci-i18n-bcp38-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Русский (Russian) config PACKAGE_luci-i18n-bcp38-sk tristate default y if DEFAULT_luci-i18n-bcp38-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Slovenčina (Slovak) config PACKAGE_luci-i18n-bcp38-sv tristate default y if DEFAULT_luci-i18n-bcp38-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Svenska (Swedish) config PACKAGE_luci-i18n-bcp38-tr tristate default y if DEFAULT_luci-i18n-bcp38-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Türkçe (Turkish) config PACKAGE_luci-i18n-bcp38-uk tristate default y if DEFAULT_luci-i18n-bcp38-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Українська (Ukrainian) config PACKAGE_luci-i18n-bcp38-vi tristate default y if DEFAULT_luci-i18n-bcp38-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-bcp38-zh-tw tristate default y if DEFAULT_luci-i18n-bcp38-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bcp38 help Translation for luci-app-bcp38 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-bmx7-ar tristate default y if DEFAULT_luci-i18n-bmx7-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - العربية (Arabic) config PACKAGE_luci-i18n-bmx7-bg tristate default y if DEFAULT_luci-i18n-bmx7-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - български (Bulgarian) config PACKAGE_luci-i18n-bmx7-bn tristate default y if DEFAULT_luci-i18n-bmx7-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - বাংলা (Bengali) config PACKAGE_luci-i18n-bmx7-ca tristate default y if DEFAULT_luci-i18n-bmx7-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Català (Catalan) config PACKAGE_luci-i18n-bmx7-cs tristate default y if DEFAULT_luci-i18n-bmx7-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Čeština (Czech) config PACKAGE_luci-i18n-bmx7-da tristate default y if DEFAULT_luci-i18n-bmx7-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Dansk (Danish) config PACKAGE_luci-i18n-bmx7-de tristate default y if DEFAULT_luci-i18n-bmx7-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Deutsch (German) config PACKAGE_luci-i18n-bmx7-el tristate default y if DEFAULT_luci-i18n-bmx7-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Ελληνικά (Greek) config PACKAGE_luci-i18n-bmx7-es tristate default y if DEFAULT_luci-i18n-bmx7-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Español (Spanish) config PACKAGE_luci-i18n-bmx7-fi tristate default y if DEFAULT_luci-i18n-bmx7-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Suomi (Finnish) config PACKAGE_luci-i18n-bmx7-fr tristate default y if DEFAULT_luci-i18n-bmx7-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Français (French) config PACKAGE_luci-i18n-bmx7-he tristate default y if DEFAULT_luci-i18n-bmx7-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-bmx7-hi tristate default y if DEFAULT_luci-i18n-bmx7-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - हिंदी (Hindi) config PACKAGE_luci-i18n-bmx7-hu tristate default y if DEFAULT_luci-i18n-bmx7-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Magyar (Hungarian) config PACKAGE_luci-i18n-bmx7-it tristate default y if DEFAULT_luci-i18n-bmx7-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Italiano (Italian) config PACKAGE_luci-i18n-bmx7-ja tristate default y if DEFAULT_luci-i18n-bmx7-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 日本語 (Japanese) config PACKAGE_luci-i18n-bmx7-ko tristate default y if DEFAULT_luci-i18n-bmx7-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 한국어 (Korean) config PACKAGE_luci-i18n-bmx7-lt tristate default y if DEFAULT_luci-i18n-bmx7-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-bmx7-mr tristate default y if DEFAULT_luci-i18n-bmx7-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-bmx7-ms tristate default y if DEFAULT_luci-i18n-bmx7-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-bmx7-nl tristate default y if DEFAULT_luci-i18n-bmx7-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Nederlands (Dutch) config PACKAGE_luci-i18n-bmx7-no tristate default y if DEFAULT_luci-i18n-bmx7-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Norsk (Norwegian) config PACKAGE_luci-i18n-bmx7-pl tristate default y if DEFAULT_luci-i18n-bmx7-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Polski (Polish) config PACKAGE_luci-i18n-bmx7-pt tristate default y if DEFAULT_luci-i18n-bmx7-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-bmx7-ro tristate default y if DEFAULT_luci-i18n-bmx7-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Română (Romanian) config PACKAGE_luci-i18n-bmx7-ru tristate default y if DEFAULT_luci-i18n-bmx7-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Русский (Russian) config PACKAGE_luci-i18n-bmx7-sk tristate default y if DEFAULT_luci-i18n-bmx7-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Slovenčina (Slovak) config PACKAGE_luci-i18n-bmx7-sv tristate default y if DEFAULT_luci-i18n-bmx7-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Svenska (Swedish) config PACKAGE_luci-i18n-bmx7-tr tristate default y if DEFAULT_luci-i18n-bmx7-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Türkçe (Turkish) config PACKAGE_luci-i18n-bmx7-uk tristate default y if DEFAULT_luci-i18n-bmx7-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Українська (Ukrainian) config PACKAGE_luci-i18n-bmx7-vi tristate default y if DEFAULT_luci-i18n-bmx7-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-bmx7 help Translation for luci-app-bmx7 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-clamav-ar tristate default y if DEFAULT_luci-i18n-clamav-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - العربية (Arabic) config PACKAGE_luci-i18n-clamav-bg tristate default y if DEFAULT_luci-i18n-clamav-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - български (Bulgarian) config PACKAGE_luci-i18n-clamav-bn tristate default y if DEFAULT_luci-i18n-clamav-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - বাংলা (Bengali) config PACKAGE_luci-i18n-clamav-ca tristate default y if DEFAULT_luci-i18n-clamav-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Català (Catalan) config PACKAGE_luci-i18n-clamav-cs tristate default y if DEFAULT_luci-i18n-clamav-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Čeština (Czech) config PACKAGE_luci-i18n-clamav-da tristate default y if DEFAULT_luci-i18n-clamav-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Dansk (Danish) config PACKAGE_luci-i18n-clamav-de tristate default y if DEFAULT_luci-i18n-clamav-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Deutsch (German) config PACKAGE_luci-i18n-clamav-el tristate default y if DEFAULT_luci-i18n-clamav-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Ελληνικά (Greek) config PACKAGE_luci-i18n-clamav-es tristate default y if DEFAULT_luci-i18n-clamav-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Español (Spanish) config PACKAGE_luci-i18n-clamav-fi tristate default y if DEFAULT_luci-i18n-clamav-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Suomi (Finnish) config PACKAGE_luci-i18n-clamav-fr tristate default y if DEFAULT_luci-i18n-clamav-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Français (French) config PACKAGE_luci-i18n-clamav-he tristate default y if DEFAULT_luci-i18n-clamav-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-clamav-hi tristate default y if DEFAULT_luci-i18n-clamav-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - हिंदी (Hindi) config PACKAGE_luci-i18n-clamav-hu tristate default y if DEFAULT_luci-i18n-clamav-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Magyar (Hungarian) config PACKAGE_luci-i18n-clamav-it tristate default y if DEFAULT_luci-i18n-clamav-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Italiano (Italian) config PACKAGE_luci-i18n-clamav-ja tristate default y if DEFAULT_luci-i18n-clamav-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - 日本語 (Japanese) config PACKAGE_luci-i18n-clamav-ko tristate default y if DEFAULT_luci-i18n-clamav-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - 한국어 (Korean) config PACKAGE_luci-i18n-clamav-lt tristate default y if DEFAULT_luci-i18n-clamav-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-clamav-mr tristate default y if DEFAULT_luci-i18n-clamav-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Marāṭhī (Marathi) config PACKAGE_luci-i18n-clamav-ms tristate default y if DEFAULT_luci-i18n-clamav-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-clamav-nl tristate default y if DEFAULT_luci-i18n-clamav-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Nederlands (Dutch) 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 depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Norsk (Norwegian) config PACKAGE_luci-i18n-clamav-pl tristate default y if DEFAULT_luci-i18n-clamav-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Polski (Polish) config PACKAGE_luci-i18n-clamav-pt tristate default y if DEFAULT_luci-i18n-clamav-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Português (Portuguese) config PACKAGE_luci-i18n-clamav-pt-br tristate default y if DEFAULT_luci-i18n-clamav-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-clamav-ro tristate default y if DEFAULT_luci-i18n-clamav-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Română (Romanian) config PACKAGE_luci-i18n-clamav-ru tristate default y if DEFAULT_luci-i18n-clamav-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Русский (Russian) config PACKAGE_luci-i18n-clamav-sk tristate default y if DEFAULT_luci-i18n-clamav-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Slovenčina (Slovak) config PACKAGE_luci-i18n-clamav-sv tristate default y if DEFAULT_luci-i18n-clamav-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Svenska (Swedish) config PACKAGE_luci-i18n-clamav-tr tristate default y if DEFAULT_luci-i18n-clamav-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Türkçe (Turkish) config PACKAGE_luci-i18n-clamav-uk tristate default y if DEFAULT_luci-i18n-clamav-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Українська (Ukrainian) config PACKAGE_luci-i18n-clamav-vi tristate default y if DEFAULT_luci-i18n-clamav-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-clamav help Translation for luci-app-clamav - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-cloudflared-ar tristate default y if DEFAULT_luci-i18n-cloudflared-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - العربية (Arabic) config PACKAGE_luci-i18n-cloudflared-bg tristate default y if DEFAULT_luci-i18n-cloudflared-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - български (Bulgarian) config PACKAGE_luci-i18n-cloudflared-bn tristate default y if DEFAULT_luci-i18n-cloudflared-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - বাংলা (Bengali) config PACKAGE_luci-i18n-cloudflared-ca tristate default y if DEFAULT_luci-i18n-cloudflared-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Català (Catalan) config PACKAGE_luci-i18n-cloudflared-cs tristate default y if DEFAULT_luci-i18n-cloudflared-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Čeština (Czech) config PACKAGE_luci-i18n-cloudflared-da tristate default y if DEFAULT_luci-i18n-cloudflared-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Dansk (Danish) config PACKAGE_luci-i18n-cloudflared-de tristate default y if DEFAULT_luci-i18n-cloudflared-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Deutsch (German) config PACKAGE_luci-i18n-cloudflared-el tristate default y if DEFAULT_luci-i18n-cloudflared-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Ελληνικά (Greek) config PACKAGE_luci-i18n-cloudflared-es tristate default y if DEFAULT_luci-i18n-cloudflared-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Español (Spanish) config PACKAGE_luci-i18n-cloudflared-fi tristate default y if DEFAULT_luci-i18n-cloudflared-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Suomi (Finnish) config PACKAGE_luci-i18n-cloudflared-fr tristate default y if DEFAULT_luci-i18n-cloudflared-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Français (French) config PACKAGE_luci-i18n-cloudflared-he tristate default y if DEFAULT_luci-i18n-cloudflared-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-cloudflared-hi tristate default y if DEFAULT_luci-i18n-cloudflared-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - हिंदी (Hindi) config PACKAGE_luci-i18n-cloudflared-hu tristate default y if DEFAULT_luci-i18n-cloudflared-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Magyar (Hungarian) config PACKAGE_luci-i18n-cloudflared-it tristate default y if DEFAULT_luci-i18n-cloudflared-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Italiano (Italian) config PACKAGE_luci-i18n-cloudflared-ja tristate default y if DEFAULT_luci-i18n-cloudflared-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - 日本語 (Japanese) config PACKAGE_luci-i18n-cloudflared-ko tristate default y if DEFAULT_luci-i18n-cloudflared-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - 한국어 (Korean) config PACKAGE_luci-i18n-cloudflared-lt tristate default y if DEFAULT_luci-i18n-cloudflared-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-cloudflared-mr tristate default y if DEFAULT_luci-i18n-cloudflared-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Marāṭhī (Marathi) config PACKAGE_luci-i18n-cloudflared-ms tristate default y if DEFAULT_luci-i18n-cloudflared-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-cloudflared-nl tristate default y if DEFAULT_luci-i18n-cloudflared-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Nederlands (Dutch) config PACKAGE_luci-i18n-cloudflared-no tristate default y if DEFAULT_luci-i18n-cloudflared-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Norsk (Norwegian) config PACKAGE_luci-i18n-cloudflared-pl tristate default y if DEFAULT_luci-i18n-cloudflared-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Polski (Polish) config PACKAGE_luci-i18n-cloudflared-pt tristate default y if DEFAULT_luci-i18n-cloudflared-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Português (Portuguese) config PACKAGE_luci-i18n-cloudflared-pt-br tristate default y if DEFAULT_luci-i18n-cloudflared-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-cloudflared-ro tristate default y if DEFAULT_luci-i18n-cloudflared-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Română (Romanian) config PACKAGE_luci-i18n-cloudflared-ru tristate default y if DEFAULT_luci-i18n-cloudflared-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Русский (Russian) config PACKAGE_luci-i18n-cloudflared-sk tristate default y if DEFAULT_luci-i18n-cloudflared-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Slovenčina (Slovak) config PACKAGE_luci-i18n-cloudflared-sv tristate default y if DEFAULT_luci-i18n-cloudflared-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Svenska (Swedish) config PACKAGE_luci-i18n-cloudflared-tr tristate default y if DEFAULT_luci-i18n-cloudflared-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Türkçe (Turkish) config PACKAGE_luci-i18n-cloudflared-uk tristate default y if DEFAULT_luci-i18n-cloudflared-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Українська (Ukrainian) config PACKAGE_luci-i18n-cloudflared-vi tristate default y if DEFAULT_luci-i18n-cloudflared-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-cloudflared-zh-cn tristate default y if DEFAULT_luci-i18n-cloudflared-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-cloudflared-zh-tw tristate default y if DEFAULT_luci-i18n-cloudflared-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cloudflared help Translation for luci-app-cloudflared - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-commands-ar tristate default y if DEFAULT_luci-i18n-commands-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - العربية (Arabic) config PACKAGE_luci-i18n-commands-bg tristate default y if DEFAULT_luci-i18n-commands-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - български (Bulgarian) config PACKAGE_luci-i18n-commands-bn tristate default y if DEFAULT_luci-i18n-commands-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - বাংলা (Bengali) config PACKAGE_luci-i18n-commands-ca tristate default y if DEFAULT_luci-i18n-commands-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Čeština (Czech) config PACKAGE_luci-i18n-commands-da tristate default y if DEFAULT_luci-i18n-commands-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Dansk (Danish) config PACKAGE_luci-i18n-commands-de tristate default y if DEFAULT_luci-i18n-commands-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands 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) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Ελληνικά (Greek) config PACKAGE_luci-i18n-commands-es tristate default y if DEFAULT_luci-i18n-commands-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Español (Spanish) config PACKAGE_luci-i18n-commands-fi tristate default y if DEFAULT_luci-i18n-commands-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Suomi (Finnish) config PACKAGE_luci-i18n-commands-fr tristate default y if DEFAULT_luci-i18n-commands-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-commands 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_libc 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_libc depends on PACKAGE_luci-app-commands 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) select PACKAGE_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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 depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - 한국어 (Korean) config PACKAGE_luci-i18n-commands-lt tristate default y if DEFAULT_luci-i18n-commands-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-commands-mr tristate default y if DEFAULT_luci-i18n-commands-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Marāṭhī (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 depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-commands-nl tristate default y if DEFAULT_luci-i18n-commands-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - Nederlands (Dutch) config PACKAGE_luci-i18n-commands-no tristate default y if DEFAULT_luci-i18n-commands-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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_libc 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_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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) select PACKAGE_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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_libc depends on PACKAGE_luci-app-commands 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_libc 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 depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-commands help Translation for luci-app-commands - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-coovachilli-ar tristate default y if DEFAULT_luci-i18n-coovachilli-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - العربية (Arabic) config PACKAGE_luci-i18n-coovachilli-bg tristate default y if DEFAULT_luci-i18n-coovachilli-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - български (Bulgarian) config PACKAGE_luci-i18n-coovachilli-bn tristate default y if DEFAULT_luci-i18n-coovachilli-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - বাংলা (Bengali) config PACKAGE_luci-i18n-coovachilli-ca tristate default y if DEFAULT_luci-i18n-coovachilli-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Čeština (Czech) config PACKAGE_luci-i18n-coovachilli-da tristate default y if DEFAULT_luci-i18n-coovachilli-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Dansk (Danish) config PACKAGE_luci-i18n-coovachilli-de tristate default y if DEFAULT_luci-i18n-coovachilli-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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 depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Ελληνικά (Greek) config PACKAGE_luci-i18n-coovachilli-es tristate default y if DEFAULT_luci-i18n-coovachilli-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Español (Spanish) config PACKAGE_luci-i18n-coovachilli-fi tristate default y if DEFAULT_luci-i18n-coovachilli-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Suomi (Finnish) config PACKAGE_luci-i18n-coovachilli-fr tristate default y if DEFAULT_luci-i18n-coovachilli-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli 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_libc depends on PACKAGE_luci-app-coovachilli 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_libc 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 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 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_libc depends on PACKAGE_luci-app-coovachilli 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) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - 한국어 (Korean) config PACKAGE_luci-i18n-coovachilli-lt tristate default y if DEFAULT_luci-i18n-coovachilli-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-coovachilli-mr tristate default y if DEFAULT_luci-i18n-coovachilli-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Marāṭhī (Marathi) config PACKAGE_luci-i18n-coovachilli-ms tristate default y if DEFAULT_luci-i18n-coovachilli-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-coovachilli-nl tristate default y if DEFAULT_luci-i18n-coovachilli-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - Nederlands (Dutch) config PACKAGE_luci-i18n-coovachilli-no tristate default y if DEFAULT_luci-i18n-coovachilli-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli 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_libc depends on PACKAGE_luci-app-coovachilli 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_libc 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_libc depends on PACKAGE_luci-app-coovachilli 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_libc depends on PACKAGE_luci-app-coovachilli 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli 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_libc 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 depends on PACKAGE_luci-app-coovachilli 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) select PACKAGE_libc depends on PACKAGE_luci-app-coovachilli 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_libc depends on PACKAGE_luci-app-coovachilli 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_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-coovachilli help Translation for luci-app-coovachilli - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-ar tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - العربية (Arabic) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-bn tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - বাংলা (Bengali) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-cs tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Čeština (Czech) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-da tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Dansk (Danish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-de tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Deutsch (German) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-es tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Español (Spanish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-fi tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Suomi (Finnish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-fr tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Français (French) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-hu tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Magyar (Hungarian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-it tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Italiano (Italian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-ja tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - 日本語 (Japanese) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-lt tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-nl tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Nederlands (Dutch) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-no tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Norsk (Norwegian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-pl tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Polski (Polish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-pt tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Português (Portuguese) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-pt-br tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-ro tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Română (Romanian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-ru tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Русский (Russian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-sv tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Svenska (Swedish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-tr tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Türkçe (Turkish) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-uk tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Українська (Ukrainian) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-vi tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-zh-cn tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-crowdsec-firewall-bouncer-zh-tw tristate default y if DEFAULT_luci-i18n-crowdsec-firewall-bouncer-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-crowdsec-firewall-bouncer help Translation for luci-app-crowdsec-firewall-bouncer - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-cshark-ar tristate default y if DEFAULT_luci-i18n-cshark-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - العربية (Arabic) config PACKAGE_luci-i18n-cshark-bg tristate default y if DEFAULT_luci-i18n-cshark-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - български (Bulgarian) config PACKAGE_luci-i18n-cshark-bn tristate default y if DEFAULT_luci-i18n-cshark-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - বাংলা (Bengali) config PACKAGE_luci-i18n-cshark-ca tristate default y if DEFAULT_luci-i18n-cshark-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Català (Catalan) config PACKAGE_luci-i18n-cshark-cs tristate default y if DEFAULT_luci-i18n-cshark-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Čeština (Czech) config PACKAGE_luci-i18n-cshark-da tristate default y if DEFAULT_luci-i18n-cshark-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Dansk (Danish) config PACKAGE_luci-i18n-cshark-de tristate default y if DEFAULT_luci-i18n-cshark-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Deutsch (German) config PACKAGE_luci-i18n-cshark-el tristate default y if DEFAULT_luci-i18n-cshark-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Ελληνικά (Greek) config PACKAGE_luci-i18n-cshark-es tristate default y if DEFAULT_luci-i18n-cshark-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Español (Spanish) config PACKAGE_luci-i18n-cshark-fi tristate default y if DEFAULT_luci-i18n-cshark-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Suomi (Finnish) config PACKAGE_luci-i18n-cshark-fr tristate default y if DEFAULT_luci-i18n-cshark-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Français (French) config PACKAGE_luci-i18n-cshark-he tristate default y if DEFAULT_luci-i18n-cshark-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-cshark-hi tristate default y if DEFAULT_luci-i18n-cshark-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - हिंदी (Hindi) config PACKAGE_luci-i18n-cshark-hu tristate default y if DEFAULT_luci-i18n-cshark-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Magyar (Hungarian) config PACKAGE_luci-i18n-cshark-it tristate default y if DEFAULT_luci-i18n-cshark-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Italiano (Italian) config PACKAGE_luci-i18n-cshark-ja tristate default y if DEFAULT_luci-i18n-cshark-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - 日本語 (Japanese) config PACKAGE_luci-i18n-cshark-ko tristate default y if DEFAULT_luci-i18n-cshark-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - 한국어 (Korean) config PACKAGE_luci-i18n-cshark-lt tristate default y if DEFAULT_luci-i18n-cshark-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-cshark-mr tristate default y if DEFAULT_luci-i18n-cshark-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Marāṭhī (Marathi) config PACKAGE_luci-i18n-cshark-ms tristate default y if DEFAULT_luci-i18n-cshark-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-cshark-nl tristate default y if DEFAULT_luci-i18n-cshark-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Nederlands (Dutch) config PACKAGE_luci-i18n-cshark-no tristate default y if DEFAULT_luci-i18n-cshark-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Norsk (Norwegian) config PACKAGE_luci-i18n-cshark-pl tristate default y if DEFAULT_luci-i18n-cshark-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Polski (Polish) config PACKAGE_luci-i18n-cshark-pt tristate default y if DEFAULT_luci-i18n-cshark-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-cshark-ro tristate default y if DEFAULT_luci-i18n-cshark-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Română (Romanian) config PACKAGE_luci-i18n-cshark-ru tristate default y if DEFAULT_luci-i18n-cshark-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Русский (Russian) config PACKAGE_luci-i18n-cshark-sk tristate default y if DEFAULT_luci-i18n-cshark-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Slovenčina (Slovak) config PACKAGE_luci-i18n-cshark-sv tristate default y if DEFAULT_luci-i18n-cshark-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Svenska (Swedish) config PACKAGE_luci-i18n-cshark-tr tristate default y if DEFAULT_luci-i18n-cshark-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Türkçe (Turkish) config PACKAGE_luci-i18n-cshark-uk tristate default y if DEFAULT_luci-i18n-cshark-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Українська (Ukrainian) config PACKAGE_luci-i18n-cshark-vi tristate default y if DEFAULT_luci-i18n-cshark-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-cshark help Translation for luci-app-cshark - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dashboard-ar tristate default y if DEFAULT_luci-i18n-dashboard-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - العربية (Arabic) config PACKAGE_luci-i18n-dashboard-bg tristate default y if DEFAULT_luci-i18n-dashboard-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - български (Bulgarian) config PACKAGE_luci-i18n-dashboard-bn tristate default y if DEFAULT_luci-i18n-dashboard-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - বাংলা (Bengali) config PACKAGE_luci-i18n-dashboard-ca tristate default y if DEFAULT_luci-i18n-dashboard-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Català (Catalan) config PACKAGE_luci-i18n-dashboard-cs tristate default y if DEFAULT_luci-i18n-dashboard-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Čeština (Czech) config PACKAGE_luci-i18n-dashboard-da tristate default y if DEFAULT_luci-i18n-dashboard-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Dansk (Danish) config PACKAGE_luci-i18n-dashboard-de tristate default y if DEFAULT_luci-i18n-dashboard-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Deutsch (German) config PACKAGE_luci-i18n-dashboard-el tristate default y if DEFAULT_luci-i18n-dashboard-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Ελληνικά (Greek) config PACKAGE_luci-i18n-dashboard-es tristate default y if DEFAULT_luci-i18n-dashboard-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Español (Spanish) config PACKAGE_luci-i18n-dashboard-fi tristate default y if DEFAULT_luci-i18n-dashboard-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Suomi (Finnish) config PACKAGE_luci-i18n-dashboard-fr tristate default y if DEFAULT_luci-i18n-dashboard-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Français (French) config PACKAGE_luci-i18n-dashboard-he tristate default y if DEFAULT_luci-i18n-dashboard-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dashboard-hi tristate default y if DEFAULT_luci-i18n-dashboard-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - हिंदी (Hindi) config PACKAGE_luci-i18n-dashboard-hu tristate default y if DEFAULT_luci-i18n-dashboard-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Magyar (Hungarian) config PACKAGE_luci-i18n-dashboard-it tristate default y if DEFAULT_luci-i18n-dashboard-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Italiano (Italian) config PACKAGE_luci-i18n-dashboard-ja tristate default y if DEFAULT_luci-i18n-dashboard-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - 日本語 (Japanese) config PACKAGE_luci-i18n-dashboard-ko tristate default y if DEFAULT_luci-i18n-dashboard-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - 한국어 (Korean) config PACKAGE_luci-i18n-dashboard-lt tristate default y if DEFAULT_luci-i18n-dashboard-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dashboard-mr tristate default y if DEFAULT_luci-i18n-dashboard-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dashboard-ms tristate default y if DEFAULT_luci-i18n-dashboard-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dashboard-nl tristate default y if DEFAULT_luci-i18n-dashboard-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Nederlands (Dutch) config PACKAGE_luci-i18n-dashboard-no tristate default y if DEFAULT_luci-i18n-dashboard-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Norsk (Norwegian) config PACKAGE_luci-i18n-dashboard-pl tristate default y if DEFAULT_luci-i18n-dashboard-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Polski (Polish) config PACKAGE_luci-i18n-dashboard-pt tristate default y if DEFAULT_luci-i18n-dashboard-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Português (Portuguese) config PACKAGE_luci-i18n-dashboard-pt-br tristate default y if DEFAULT_luci-i18n-dashboard-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dashboard-ro tristate default y if DEFAULT_luci-i18n-dashboard-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Română (Romanian) config PACKAGE_luci-i18n-dashboard-ru tristate default y if DEFAULT_luci-i18n-dashboard-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Русский (Russian) config PACKAGE_luci-i18n-dashboard-sk tristate default y if DEFAULT_luci-i18n-dashboard-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Slovenčina (Slovak) config PACKAGE_luci-i18n-dashboard-sv tristate default y if DEFAULT_luci-i18n-dashboard-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Svenska (Swedish) config PACKAGE_luci-i18n-dashboard-tr tristate default y if DEFAULT_luci-i18n-dashboard-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Türkçe (Turkish) config PACKAGE_luci-i18n-dashboard-uk tristate default y if DEFAULT_luci-i18n-dashboard-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Українська (Ukrainian) config PACKAGE_luci-i18n-dashboard-vi tristate default y if DEFAULT_luci-i18n-dashboard-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dashboard-zh-cn tristate default y if DEFAULT_luci-i18n-dashboard-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-dashboard-zh-tw tristate default y if DEFAULT_luci-i18n-dashboard-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dashboard help Translation for luci-mod-dashboard - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dcwapd-ar tristate default y if DEFAULT_luci-i18n-dcwapd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - العربية (Arabic) config PACKAGE_luci-i18n-dcwapd-bg tristate default y if DEFAULT_luci-i18n-dcwapd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - български (Bulgarian) config PACKAGE_luci-i18n-dcwapd-bn tristate default y if DEFAULT_luci-i18n-dcwapd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - বাংলা (Bengali) config PACKAGE_luci-i18n-dcwapd-ca tristate default y if DEFAULT_luci-i18n-dcwapd-ca default LUCI_LANG_ca||(ALL&&m) 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_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Čeština (Czech) config PACKAGE_luci-i18n-dcwapd-da tristate default y if DEFAULT_luci-i18n-dcwapd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Dansk (Danish) config PACKAGE_luci-i18n-dcwapd-de tristate default y if DEFAULT_luci-i18n-dcwapd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Ελληνικά (Greek) config PACKAGE_luci-i18n-dcwapd-es tristate default y if DEFAULT_luci-i18n-dcwapd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Español (Spanish) config PACKAGE_luci-i18n-dcwapd-fi tristate default y if DEFAULT_luci-i18n-dcwapd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Suomi (Finnish) config PACKAGE_luci-i18n-dcwapd-fr tristate default y if DEFAULT_luci-i18n-dcwapd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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_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_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - 한국어 (Korean) config PACKAGE_luci-i18n-dcwapd-lt tristate default y if DEFAULT_luci-i18n-dcwapd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dcwapd-mr tristate default y if DEFAULT_luci-i18n-dcwapd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dcwapd-ms tristate default y if DEFAULT_luci-i18n-dcwapd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dcwapd-nl tristate default y if DEFAULT_luci-i18n-dcwapd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - Nederlands (Dutch) config PACKAGE_luci-i18n-dcwapd-no tristate default y if DEFAULT_luci-i18n-dcwapd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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_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_libc depends on PACKAGE_luci-app-dcwapd 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 depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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 depends on PACKAGE_luci-app-dcwapd 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 depends on PACKAGE_luci-app-dcwapd 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_libc depends on PACKAGE_luci-app-dcwapd 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 depends on PACKAGE_luci-app-dcwapd 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 depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-dcwapd-zh-tw tristate default y if DEFAULT_luci-i18n-dcwapd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dcwapd help Translation for luci-app-dcwapd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ddns-ar tristate default y if DEFAULT_luci-i18n-ddns-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - العربية (Arabic) config PACKAGE_luci-i18n-ddns-bg tristate default y if DEFAULT_luci-i18n-ddns-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - български (Bulgarian) config PACKAGE_luci-i18n-ddns-bn tristate default y if DEFAULT_luci-i18n-ddns-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - বাংলা (Bengali) config PACKAGE_luci-i18n-ddns-ca tristate default y if DEFAULT_luci-i18n-ddns-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Català (Catalan) config PACKAGE_luci-i18n-ddns-cs tristate default y if DEFAULT_luci-i18n-ddns-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Čeština (Czech) config PACKAGE_luci-i18n-ddns-da tristate default y if DEFAULT_luci-i18n-ddns-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Dansk (Danish) config PACKAGE_luci-i18n-ddns-de tristate default y if DEFAULT_luci-i18n-ddns-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Deutsch (German) config PACKAGE_luci-i18n-ddns-el tristate default y if DEFAULT_luci-i18n-ddns-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Ελληνικά (Greek) config PACKAGE_luci-i18n-ddns-es tristate default y if DEFAULT_luci-i18n-ddns-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Español (Spanish) config PACKAGE_luci-i18n-ddns-fi tristate default y if DEFAULT_luci-i18n-ddns-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Suomi (Finnish) config PACKAGE_luci-i18n-ddns-fr tristate default y if DEFAULT_luci-i18n-ddns-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Français (French) config PACKAGE_luci-i18n-ddns-he tristate default y if DEFAULT_luci-i18n-ddns-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ddns-hi tristate default y if DEFAULT_luci-i18n-ddns-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - हिंदी (Hindi) config PACKAGE_luci-i18n-ddns-hu tristate default y if DEFAULT_luci-i18n-ddns-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Magyar (Hungarian) config PACKAGE_luci-i18n-ddns-it tristate default y if DEFAULT_luci-i18n-ddns-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Italiano (Italian) config PACKAGE_luci-i18n-ddns-ja tristate default y if DEFAULT_luci-i18n-ddns-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - 日本語 (Japanese) config PACKAGE_luci-i18n-ddns-ko tristate default y if DEFAULT_luci-i18n-ddns-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - 한국어 (Korean) config PACKAGE_luci-i18n-ddns-lt tristate default y if DEFAULT_luci-i18n-ddns-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ddns-mr tristate default y if DEFAULT_luci-i18n-ddns-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ddns-ms tristate default y if DEFAULT_luci-i18n-ddns-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ddns-nl tristate default y if DEFAULT_luci-i18n-ddns-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Nederlands (Dutch) config PACKAGE_luci-i18n-ddns-no tristate default y if DEFAULT_luci-i18n-ddns-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Norsk (Norwegian) config PACKAGE_luci-i18n-ddns-pl tristate default y if DEFAULT_luci-i18n-ddns-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Polski (Polish) config PACKAGE_luci-i18n-ddns-pt tristate default y if DEFAULT_luci-i18n-ddns-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ddns-ro tristate default y if DEFAULT_luci-i18n-ddns-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Română (Romanian) config PACKAGE_luci-i18n-ddns-ru tristate default y if DEFAULT_luci-i18n-ddns-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Русский (Russian) config PACKAGE_luci-i18n-ddns-sk tristate default y if DEFAULT_luci-i18n-ddns-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Slovenčina (Slovak) config PACKAGE_luci-i18n-ddns-sv tristate default y if DEFAULT_luci-i18n-ddns-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Svenska (Swedish) config PACKAGE_luci-i18n-ddns-tr tristate default y if DEFAULT_luci-i18n-ddns-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Türkçe (Turkish) config PACKAGE_luci-i18n-ddns-uk tristate default y if DEFAULT_luci-i18n-ddns-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Українська (Ukrainian) config PACKAGE_luci-i18n-ddns-vi tristate default y if DEFAULT_luci-i18n-ddns-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ddns-zh-cn tristate default y if DEFAULT_luci-i18n-ddns-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-ddns help Translation for luci-app-ddns - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dockerman-ar tristate default y if DEFAULT_luci-i18n-dockerman-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - العربية (Arabic) config PACKAGE_luci-i18n-dockerman-bg tristate default y if DEFAULT_luci-i18n-dockerman-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - български (Bulgarian) config PACKAGE_luci-i18n-dockerman-bn tristate default y if DEFAULT_luci-i18n-dockerman-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - বাংলা (Bengali) config PACKAGE_luci-i18n-dockerman-ca tristate default y if DEFAULT_luci-i18n-dockerman-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Català (Catalan) config PACKAGE_luci-i18n-dockerman-cs tristate default y if DEFAULT_luci-i18n-dockerman-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Čeština (Czech) config PACKAGE_luci-i18n-dockerman-da tristate default y if DEFAULT_luci-i18n-dockerman-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Dansk (Danish) config PACKAGE_luci-i18n-dockerman-de tristate default y if DEFAULT_luci-i18n-dockerman-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Deutsch (German) config PACKAGE_luci-i18n-dockerman-el tristate default y if DEFAULT_luci-i18n-dockerman-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Ελληνικά (Greek) config PACKAGE_luci-i18n-dockerman-es tristate default y if DEFAULT_luci-i18n-dockerman-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Español (Spanish) config PACKAGE_luci-i18n-dockerman-fi tristate default y if DEFAULT_luci-i18n-dockerman-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Suomi (Finnish) config PACKAGE_luci-i18n-dockerman-fr tristate default y if DEFAULT_luci-i18n-dockerman-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Français (French) config PACKAGE_luci-i18n-dockerman-he tristate default y if DEFAULT_luci-i18n-dockerman-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dockerman-hi tristate default y if DEFAULT_luci-i18n-dockerman-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - हिंदी (Hindi) config PACKAGE_luci-i18n-dockerman-hu tristate default y if DEFAULT_luci-i18n-dockerman-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Magyar (Hungarian) config PACKAGE_luci-i18n-dockerman-it tristate default y if DEFAULT_luci-i18n-dockerman-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Italiano (Italian) config PACKAGE_luci-i18n-dockerman-ja tristate default y if DEFAULT_luci-i18n-dockerman-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - 日本語 (Japanese) config PACKAGE_luci-i18n-dockerman-ko tristate default y if DEFAULT_luci-i18n-dockerman-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - 한국어 (Korean) config PACKAGE_luci-i18n-dockerman-lt tristate default y if DEFAULT_luci-i18n-dockerman-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dockerman-mr tristate default y if DEFAULT_luci-i18n-dockerman-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dockerman-ms tristate default y if DEFAULT_luci-i18n-dockerman-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dockerman-nl tristate default y if DEFAULT_luci-i18n-dockerman-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Nederlands (Dutch) config PACKAGE_luci-i18n-dockerman-no tristate default y if DEFAULT_luci-i18n-dockerman-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Norsk (Norwegian) config PACKAGE_luci-i18n-dockerman-pl tristate default y if DEFAULT_luci-i18n-dockerman-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Polski (Polish) config PACKAGE_luci-i18n-dockerman-pt tristate default y if DEFAULT_luci-i18n-dockerman-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Português (Portuguese) config PACKAGE_luci-i18n-dockerman-pt-br tristate default y if DEFAULT_luci-i18n-dockerman-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dockerman-ro tristate default y if DEFAULT_luci-i18n-dockerman-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Română (Romanian) config PACKAGE_luci-i18n-dockerman-ru tristate default y if DEFAULT_luci-i18n-dockerman-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Русский (Russian) config PACKAGE_luci-i18n-dockerman-sk tristate default y if DEFAULT_luci-i18n-dockerman-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Slovenčina (Slovak) config PACKAGE_luci-i18n-dockerman-sv tristate default y if DEFAULT_luci-i18n-dockerman-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Svenska (Swedish) config PACKAGE_luci-i18n-dockerman-tr tristate default y if DEFAULT_luci-i18n-dockerman-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Türkçe (Turkish) config PACKAGE_luci-i18n-dockerman-uk tristate default y if DEFAULT_luci-i18n-dockerman-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Українська (Ukrainian) config PACKAGE_luci-i18n-dockerman-vi tristate default y if DEFAULT_luci-i18n-dockerman-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dockerman-zh-cn tristate default y if DEFAULT_luci-i18n-dockerman-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-dockerman-zh-tw tristate default y if DEFAULT_luci-i18n-dockerman-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dockerman help Translation for luci-app-dockerman - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dsl-ar tristate default y if DEFAULT_luci-i18n-dsl-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - العربية (Arabic) config PACKAGE_luci-i18n-dsl-bg tristate default y if DEFAULT_luci-i18n-dsl-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - български (Bulgarian) config PACKAGE_luci-i18n-dsl-bn tristate default y if DEFAULT_luci-i18n-dsl-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - বাংলা (Bengali) config PACKAGE_luci-i18n-dsl-ca tristate default y if DEFAULT_luci-i18n-dsl-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Català (Catalan) config PACKAGE_luci-i18n-dsl-cs tristate default y if DEFAULT_luci-i18n-dsl-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Čeština (Czech) config PACKAGE_luci-i18n-dsl-da tristate default y if DEFAULT_luci-i18n-dsl-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Dansk (Danish) config PACKAGE_luci-i18n-dsl-de tristate default y if DEFAULT_luci-i18n-dsl-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Deutsch (German) config PACKAGE_luci-i18n-dsl-el tristate default y if DEFAULT_luci-i18n-dsl-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Ελληνικά (Greek) config PACKAGE_luci-i18n-dsl-es tristate default y if DEFAULT_luci-i18n-dsl-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Español (Spanish) config PACKAGE_luci-i18n-dsl-fi tristate default y if DEFAULT_luci-i18n-dsl-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Suomi (Finnish) config PACKAGE_luci-i18n-dsl-fr tristate default y if DEFAULT_luci-i18n-dsl-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Français (French) config PACKAGE_luci-i18n-dsl-he tristate default y if DEFAULT_luci-i18n-dsl-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dsl-hi tristate default y if DEFAULT_luci-i18n-dsl-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - हिंदी (Hindi) config PACKAGE_luci-i18n-dsl-hu tristate default y if DEFAULT_luci-i18n-dsl-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Magyar (Hungarian) config PACKAGE_luci-i18n-dsl-it tristate default y if DEFAULT_luci-i18n-dsl-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Italiano (Italian) config PACKAGE_luci-i18n-dsl-ja tristate default y if DEFAULT_luci-i18n-dsl-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - 日本語 (Japanese) config PACKAGE_luci-i18n-dsl-ko tristate default y if DEFAULT_luci-i18n-dsl-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - 한국어 (Korean) config PACKAGE_luci-i18n-dsl-lt tristate default y if DEFAULT_luci-i18n-dsl-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dsl-mr tristate default y if DEFAULT_luci-i18n-dsl-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dsl-ms tristate default y if DEFAULT_luci-i18n-dsl-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dsl-nl tristate default y if DEFAULT_luci-i18n-dsl-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Nederlands (Dutch) config PACKAGE_luci-i18n-dsl-no tristate default y if DEFAULT_luci-i18n-dsl-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Norsk (Norwegian) config PACKAGE_luci-i18n-dsl-pl tristate default y if DEFAULT_luci-i18n-dsl-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Polski (Polish) config PACKAGE_luci-i18n-dsl-pt tristate default y if DEFAULT_luci-i18n-dsl-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Português (Portuguese) config PACKAGE_luci-i18n-dsl-pt-br tristate default y if DEFAULT_luci-i18n-dsl-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dsl-ro tristate default y if DEFAULT_luci-i18n-dsl-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Română (Romanian) config PACKAGE_luci-i18n-dsl-ru tristate default y if DEFAULT_luci-i18n-dsl-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Русский (Russian) config PACKAGE_luci-i18n-dsl-sk tristate default y if DEFAULT_luci-i18n-dsl-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Slovenčina (Slovak) config PACKAGE_luci-i18n-dsl-sv tristate default y if DEFAULT_luci-i18n-dsl-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Svenska (Swedish) config PACKAGE_luci-i18n-dsl-tr tristate default y if DEFAULT_luci-i18n-dsl-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Türkçe (Turkish) config PACKAGE_luci-i18n-dsl-uk tristate default y if DEFAULT_luci-i18n-dsl-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Українська (Ukrainian) config PACKAGE_luci-i18n-dsl-vi tristate default y if DEFAULT_luci-i18n-dsl-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-dsl-zh-cn tristate default y if DEFAULT_luci-i18n-dsl-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-dsl-zh-tw tristate default y if DEFAULT_luci-i18n-dsl-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-mod-dsl help Translation for luci-mod-dsl - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dump1090-ar tristate default y if DEFAULT_luci-i18n-dump1090-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - العربية (Arabic) config PACKAGE_luci-i18n-dump1090-bg tristate default y if DEFAULT_luci-i18n-dump1090-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - български (Bulgarian) config PACKAGE_luci-i18n-dump1090-bn tristate default y if DEFAULT_luci-i18n-dump1090-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - বাংলা (Bengali) config PACKAGE_luci-i18n-dump1090-ca tristate default y if DEFAULT_luci-i18n-dump1090-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Čeština (Czech) config PACKAGE_luci-i18n-dump1090-da tristate default y if DEFAULT_luci-i18n-dump1090-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Dansk (Danish) config PACKAGE_luci-i18n-dump1090-de tristate default y if DEFAULT_luci-i18n-dump1090-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Ελληνικά (Greek) config PACKAGE_luci-i18n-dump1090-es tristate default y if DEFAULT_luci-i18n-dump1090-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Español (Spanish) config PACKAGE_luci-i18n-dump1090-fi tristate default y if DEFAULT_luci-i18n-dump1090-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Suomi (Finnish) config PACKAGE_luci-i18n-dump1090-fr tristate default y if DEFAULT_luci-i18n-dump1090-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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 help Translation for luci-app-dump1090 - 한국어 (Korean) config PACKAGE_luci-i18n-dump1090-lt tristate default y if DEFAULT_luci-i18n-dump1090-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dump1090-mr tristate default y if DEFAULT_luci-i18n-dump1090-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dump1090-ms tristate default y if DEFAULT_luci-i18n-dump1090-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dump1090-nl tristate default y if DEFAULT_luci-i18n-dump1090-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - Nederlands (Dutch) config PACKAGE_luci-i18n-dump1090-no tristate default y if DEFAULT_luci-i18n-dump1090-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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) select PACKAGE_libc depends on PACKAGE_luci-app-dump1090 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_libc depends on PACKAGE_luci-app-dump1090 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 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 help Translation for luci-app-dump1090 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-dump1090 help Translation for luci-app-dump1090 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-dynapoint-ar tristate default y if DEFAULT_luci-i18n-dynapoint-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - العربية (Arabic) config PACKAGE_luci-i18n-dynapoint-bg tristate default y if DEFAULT_luci-i18n-dynapoint-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - български (Bulgarian) config PACKAGE_luci-i18n-dynapoint-bn tristate default y if DEFAULT_luci-i18n-dynapoint-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - বাংলা (Bengali) config PACKAGE_luci-i18n-dynapoint-ca tristate default y if DEFAULT_luci-i18n-dynapoint-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Català (Catalan) config PACKAGE_luci-i18n-dynapoint-cs tristate default y if DEFAULT_luci-i18n-dynapoint-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Čeština (Czech) config PACKAGE_luci-i18n-dynapoint-da tristate default y if DEFAULT_luci-i18n-dynapoint-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Dansk (Danish) config PACKAGE_luci-i18n-dynapoint-de tristate default y if DEFAULT_luci-i18n-dynapoint-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Deutsch (German) config PACKAGE_luci-i18n-dynapoint-el tristate default y if DEFAULT_luci-i18n-dynapoint-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Ελληνικά (Greek) config PACKAGE_luci-i18n-dynapoint-es tristate default y if DEFAULT_luci-i18n-dynapoint-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Español (Spanish) config PACKAGE_luci-i18n-dynapoint-fi tristate default y if DEFAULT_luci-i18n-dynapoint-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Suomi (Finnish) config PACKAGE_luci-i18n-dynapoint-fr tristate default y if DEFAULT_luci-i18n-dynapoint-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Français (French) config PACKAGE_luci-i18n-dynapoint-he tristate default y if DEFAULT_luci-i18n-dynapoint-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-dynapoint-hi tristate default y if DEFAULT_luci-i18n-dynapoint-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - हिंदी (Hindi) config PACKAGE_luci-i18n-dynapoint-hu tristate default y if DEFAULT_luci-i18n-dynapoint-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Magyar (Hungarian) config PACKAGE_luci-i18n-dynapoint-it tristate default y if DEFAULT_luci-i18n-dynapoint-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Italiano (Italian) config PACKAGE_luci-i18n-dynapoint-ja tristate default y if DEFAULT_luci-i18n-dynapoint-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - 日本語 (Japanese) config PACKAGE_luci-i18n-dynapoint-ko tristate default y if DEFAULT_luci-i18n-dynapoint-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - 한국어 (Korean) config PACKAGE_luci-i18n-dynapoint-lt tristate default y if DEFAULT_luci-i18n-dynapoint-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-dynapoint-mr tristate default y if DEFAULT_luci-i18n-dynapoint-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Marāṭhī (Marathi) config PACKAGE_luci-i18n-dynapoint-ms tristate default y if DEFAULT_luci-i18n-dynapoint-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-dynapoint-nl tristate default y if DEFAULT_luci-i18n-dynapoint-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Nederlands (Dutch) config PACKAGE_luci-i18n-dynapoint-no tristate default y if DEFAULT_luci-i18n-dynapoint-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Norsk (Norwegian) config PACKAGE_luci-i18n-dynapoint-pl tristate default y if DEFAULT_luci-i18n-dynapoint-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Polski (Polish) config PACKAGE_luci-i18n-dynapoint-pt tristate default y if DEFAULT_luci-i18n-dynapoint-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-dynapoint-ro tristate default y if DEFAULT_luci-i18n-dynapoint-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Română (Romanian) config PACKAGE_luci-i18n-dynapoint-ru tristate default y if DEFAULT_luci-i18n-dynapoint-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Русский (Russian) config PACKAGE_luci-i18n-dynapoint-sk tristate default y if DEFAULT_luci-i18n-dynapoint-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Slovenčina (Slovak) config PACKAGE_luci-i18n-dynapoint-sv tristate default y if DEFAULT_luci-i18n-dynapoint-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Svenska (Swedish) config PACKAGE_luci-i18n-dynapoint-tr tristate default y if DEFAULT_luci-i18n-dynapoint-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Türkçe (Turkish) config PACKAGE_luci-i18n-dynapoint-uk tristate default y if DEFAULT_luci-i18n-dynapoint-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Українська (Ukrainian) config PACKAGE_luci-i18n-dynapoint-vi tristate default y if DEFAULT_luci-i18n-dynapoint-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-dynapoint-zh-tw tristate default y if DEFAULT_luci-i18n-dynapoint-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-dynapoint help Translation for luci-app-dynapoint - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-email-ar tristate default y if DEFAULT_luci-i18n-email-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - العربية (Arabic) config PACKAGE_luci-i18n-email-bn tristate default y if DEFAULT_luci-i18n-email-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - বাংলা (Bengali) config PACKAGE_luci-i18n-email-cs tristate default y if DEFAULT_luci-i18n-email-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Čeština (Czech) config PACKAGE_luci-i18n-email-da tristate default y if DEFAULT_luci-i18n-email-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Dansk (Danish) config PACKAGE_luci-i18n-email-de tristate default y if DEFAULT_luci-i18n-email-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Deutsch (German) config PACKAGE_luci-i18n-email-es tristate default y if DEFAULT_luci-i18n-email-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Español (Spanish) config PACKAGE_luci-i18n-email-fi tristate default y if DEFAULT_luci-i18n-email-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Suomi (Finnish) config PACKAGE_luci-i18n-email-fr tristate default y if DEFAULT_luci-i18n-email-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Français (French) config PACKAGE_luci-i18n-email-hu tristate default y if DEFAULT_luci-i18n-email-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Magyar (Hungarian) config PACKAGE_luci-i18n-email-it tristate default y if DEFAULT_luci-i18n-email-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Italiano (Italian) config PACKAGE_luci-i18n-email-ja tristate default y if DEFAULT_luci-i18n-email-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - 日本語 (Japanese) config PACKAGE_luci-i18n-email-lt tristate default y if DEFAULT_luci-i18n-email-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-email-nl tristate default y if DEFAULT_luci-i18n-email-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Nederlands (Dutch) config PACKAGE_luci-i18n-email-no tristate default y if DEFAULT_luci-i18n-email-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Norsk (Norwegian) config PACKAGE_luci-i18n-email-pl tristate default y if DEFAULT_luci-i18n-email-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Polski (Polish) config PACKAGE_luci-i18n-email-pt tristate default y if DEFAULT_luci-i18n-email-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Português (Portuguese) config PACKAGE_luci-i18n-email-pt-br tristate default y if DEFAULT_luci-i18n-email-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-email-ro tristate default y if DEFAULT_luci-i18n-email-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Română (Romanian) config PACKAGE_luci-i18n-email-ru tristate default y if DEFAULT_luci-i18n-email-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Русский (Russian) config PACKAGE_luci-i18n-email-sv tristate default y if DEFAULT_luci-i18n-email-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Svenska (Swedish) config PACKAGE_luci-i18n-email-tr tristate default y if DEFAULT_luci-i18n-email-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Türkçe (Turkish) config PACKAGE_luci-i18n-email-uk tristate default y if DEFAULT_luci-i18n-email-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Українська (Ukrainian) config PACKAGE_luci-i18n-email-vi tristate default y if DEFAULT_luci-i18n-email-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-email-zh-cn tristate default y if DEFAULT_luci-i18n-email-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-email-zh-tw tristate default y if DEFAULT_luci-i18n-email-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-email help Translation for luci-app-email - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-eoip-ar tristate default y if DEFAULT_luci-i18n-eoip-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - العربية (Arabic) config PACKAGE_luci-i18n-eoip-bg tristate default y if DEFAULT_luci-i18n-eoip-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - български (Bulgarian) config PACKAGE_luci-i18n-eoip-bn tristate default y if DEFAULT_luci-i18n-eoip-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - বাংলা (Bengali) config PACKAGE_luci-i18n-eoip-ca tristate default y if DEFAULT_luci-i18n-eoip-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Català (Catalan) config PACKAGE_luci-i18n-eoip-cs tristate default y if DEFAULT_luci-i18n-eoip-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Čeština (Czech) config PACKAGE_luci-i18n-eoip-da tristate default y if DEFAULT_luci-i18n-eoip-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Dansk (Danish) config PACKAGE_luci-i18n-eoip-de tristate default y if DEFAULT_luci-i18n-eoip-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Deutsch (German) config PACKAGE_luci-i18n-eoip-el tristate default y if DEFAULT_luci-i18n-eoip-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Ελληνικά (Greek) config PACKAGE_luci-i18n-eoip-es tristate default y if DEFAULT_luci-i18n-eoip-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Español (Spanish) config PACKAGE_luci-i18n-eoip-fi tristate default y if DEFAULT_luci-i18n-eoip-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Suomi (Finnish) config PACKAGE_luci-i18n-eoip-fr tristate default y if DEFAULT_luci-i18n-eoip-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Français (French) config PACKAGE_luci-i18n-eoip-he tristate default y if DEFAULT_luci-i18n-eoip-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-eoip-hi tristate default y if DEFAULT_luci-i18n-eoip-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - हिंदी (Hindi) config PACKAGE_luci-i18n-eoip-hu tristate default y if DEFAULT_luci-i18n-eoip-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Magyar (Hungarian) config PACKAGE_luci-i18n-eoip-it tristate default y if DEFAULT_luci-i18n-eoip-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Italiano (Italian) config PACKAGE_luci-i18n-eoip-ja tristate default y if DEFAULT_luci-i18n-eoip-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - 日本語 (Japanese) config PACKAGE_luci-i18n-eoip-ko tristate default y if DEFAULT_luci-i18n-eoip-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - 한국어 (Korean) config PACKAGE_luci-i18n-eoip-lt tristate default y if DEFAULT_luci-i18n-eoip-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-eoip-mr tristate default y if DEFAULT_luci-i18n-eoip-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Marāṭhī (Marathi) config PACKAGE_luci-i18n-eoip-ms tristate default y if DEFAULT_luci-i18n-eoip-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-eoip-nl tristate default y if DEFAULT_luci-i18n-eoip-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Nederlands (Dutch) config PACKAGE_luci-i18n-eoip-no tristate default y if DEFAULT_luci-i18n-eoip-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Norsk (Norwegian) config PACKAGE_luci-i18n-eoip-pl tristate default y if DEFAULT_luci-i18n-eoip-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Polski (Polish) config PACKAGE_luci-i18n-eoip-pt tristate default y if DEFAULT_luci-i18n-eoip-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Português (Portuguese) config PACKAGE_luci-i18n-eoip-pt-br tristate default y if DEFAULT_luci-i18n-eoip-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-eoip-ro tristate default y if DEFAULT_luci-i18n-eoip-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Română (Romanian) config PACKAGE_luci-i18n-eoip-ru tristate default y if DEFAULT_luci-i18n-eoip-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Русский (Russian) config PACKAGE_luci-i18n-eoip-sk tristate default y if DEFAULT_luci-i18n-eoip-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Slovenčina (Slovak) config PACKAGE_luci-i18n-eoip-sv tristate default y if DEFAULT_luci-i18n-eoip-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Svenska (Swedish) config PACKAGE_luci-i18n-eoip-tr tristate default y if DEFAULT_luci-i18n-eoip-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Türkçe (Turkish) config PACKAGE_luci-i18n-eoip-uk tristate default y if DEFAULT_luci-i18n-eoip-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Українська (Ukrainian) config PACKAGE_luci-i18n-eoip-vi tristate default y if DEFAULT_luci-i18n-eoip-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-eoip-zh-cn tristate default y if DEFAULT_luci-i18n-eoip-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-eoip-zh-tw tristate default y if DEFAULT_luci-i18n-eoip-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-eoip help Translation for luci-app-eoip - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-example-ar tristate default y if DEFAULT_luci-i18n-example-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - العربية (Arabic) config PACKAGE_luci-i18n-example-bg tristate default y if DEFAULT_luci-i18n-example-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - български (Bulgarian) config PACKAGE_luci-i18n-example-bn tristate default y if DEFAULT_luci-i18n-example-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - বাংলা (Bengali) config PACKAGE_luci-i18n-example-ca tristate default y if DEFAULT_luci-i18n-example-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Català (Catalan) config PACKAGE_luci-i18n-example-cs tristate default y if DEFAULT_luci-i18n-example-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Čeština (Czech) config PACKAGE_luci-i18n-example-da tristate default y if DEFAULT_luci-i18n-example-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Dansk (Danish) config PACKAGE_luci-i18n-example-de tristate default y if DEFAULT_luci-i18n-example-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Deutsch (German) config PACKAGE_luci-i18n-example-el tristate default y if DEFAULT_luci-i18n-example-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Ελληνικά (Greek) config PACKAGE_luci-i18n-example-es tristate default y if DEFAULT_luci-i18n-example-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Español (Spanish) config PACKAGE_luci-i18n-example-fi tristate default y if DEFAULT_luci-i18n-example-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Suomi (Finnish) config PACKAGE_luci-i18n-example-fr tristate default y if DEFAULT_luci-i18n-example-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Français (French) config PACKAGE_luci-i18n-example-he tristate default y if DEFAULT_luci-i18n-example-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-example-hi tristate default y if DEFAULT_luci-i18n-example-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - हिंदी (Hindi) config PACKAGE_luci-i18n-example-hu tristate default y if DEFAULT_luci-i18n-example-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Magyar (Hungarian) config PACKAGE_luci-i18n-example-it tristate default y if DEFAULT_luci-i18n-example-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Italiano (Italian) config PACKAGE_luci-i18n-example-ja tristate default y if DEFAULT_luci-i18n-example-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - 日本語 (Japanese) config PACKAGE_luci-i18n-example-ko tristate default y if DEFAULT_luci-i18n-example-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - 한국어 (Korean) config PACKAGE_luci-i18n-example-lt tristate default y if DEFAULT_luci-i18n-example-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-example-mr tristate default y if DEFAULT_luci-i18n-example-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Marāṭhī (Marathi) config PACKAGE_luci-i18n-example-ms tristate default y if DEFAULT_luci-i18n-example-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-example-nl tristate default y if DEFAULT_luci-i18n-example-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Nederlands (Dutch) config PACKAGE_luci-i18n-example-no tristate default y if DEFAULT_luci-i18n-example-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Norsk (Norwegian) config PACKAGE_luci-i18n-example-pl tristate default y if DEFAULT_luci-i18n-example-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Polski (Polish) config PACKAGE_luci-i18n-example-pt tristate default y if DEFAULT_luci-i18n-example-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Português (Portuguese) config PACKAGE_luci-i18n-example-pt-br tristate default y if DEFAULT_luci-i18n-example-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-example-ro tristate default y if DEFAULT_luci-i18n-example-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Română (Romanian) config PACKAGE_luci-i18n-example-ru tristate default y if DEFAULT_luci-i18n-example-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Русский (Russian) config PACKAGE_luci-i18n-example-sk tristate default y if DEFAULT_luci-i18n-example-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Slovenčina (Slovak) config PACKAGE_luci-i18n-example-sv tristate default y if DEFAULT_luci-i18n-example-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Svenska (Swedish) config PACKAGE_luci-i18n-example-tr tristate default y if DEFAULT_luci-i18n-example-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Türkçe (Turkish) config PACKAGE_luci-i18n-example-uk tristate default y if DEFAULT_luci-i18n-example-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Українська (Ukrainian) config PACKAGE_luci-i18n-example-vi tristate default y if DEFAULT_luci-i18n-example-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-example-zh-cn tristate default y if DEFAULT_luci-i18n-example-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-example-zh-tw tristate default y if DEFAULT_luci-i18n-example-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-example help Translation for luci-app-example - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-filebrowser-ar tristate default y if DEFAULT_luci-i18n-filebrowser-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - العربية (Arabic) config PACKAGE_luci-i18n-filebrowser-cs tristate default y if DEFAULT_luci-i18n-filebrowser-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Čeština (Czech) config PACKAGE_luci-i18n-filebrowser-da tristate default y if DEFAULT_luci-i18n-filebrowser-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Dansk (Danish) config PACKAGE_luci-i18n-filebrowser-de tristate default y if DEFAULT_luci-i18n-filebrowser-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Deutsch (German) config PACKAGE_luci-i18n-filebrowser-es tristate default y if DEFAULT_luci-i18n-filebrowser-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Español (Spanish) config PACKAGE_luci-i18n-filebrowser-fi tristate default y if DEFAULT_luci-i18n-filebrowser-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Suomi (Finnish) config PACKAGE_luci-i18n-filebrowser-fr tristate default y if DEFAULT_luci-i18n-filebrowser-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Français (French) config PACKAGE_luci-i18n-filebrowser-hu tristate default y if DEFAULT_luci-i18n-filebrowser-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Magyar (Hungarian) config PACKAGE_luci-i18n-filebrowser-it tristate default y if DEFAULT_luci-i18n-filebrowser-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Italiano (Italian) config PACKAGE_luci-i18n-filebrowser-ja tristate default y if DEFAULT_luci-i18n-filebrowser-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - 日本語 (Japanese) config PACKAGE_luci-i18n-filebrowser-lt tristate default y if DEFAULT_luci-i18n-filebrowser-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-filebrowser-nl tristate default y if DEFAULT_luci-i18n-filebrowser-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Nederlands (Dutch) config PACKAGE_luci-i18n-filebrowser-pl tristate default y if DEFAULT_luci-i18n-filebrowser-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Polski (Polish) config PACKAGE_luci-i18n-filebrowser-pt tristate default y if DEFAULT_luci-i18n-filebrowser-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Português (Portuguese) config PACKAGE_luci-i18n-filebrowser-pt-br tristate default y if DEFAULT_luci-i18n-filebrowser-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-filebrowser-ro tristate default y if DEFAULT_luci-i18n-filebrowser-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Română (Romanian) config PACKAGE_luci-i18n-filebrowser-ru tristate default y if DEFAULT_luci-i18n-filebrowser-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Русский (Russian) config PACKAGE_luci-i18n-filebrowser-sk tristate default y if DEFAULT_luci-i18n-filebrowser-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Slovenčina (Slovak) config PACKAGE_luci-i18n-filebrowser-sv tristate default y if DEFAULT_luci-i18n-filebrowser-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Svenska (Swedish) config PACKAGE_luci-i18n-filebrowser-tr tristate default y if DEFAULT_luci-i18n-filebrowser-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Türkçe (Turkish) config PACKAGE_luci-i18n-filebrowser-uk tristate default y if DEFAULT_luci-i18n-filebrowser-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Українська (Ukrainian) config PACKAGE_luci-i18n-filebrowser-vi tristate default y if DEFAULT_luci-i18n-filebrowser-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-filebrowser-zh-cn tristate default y if DEFAULT_luci-i18n-filebrowser-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-filebrowser-zh-tw tristate default y if DEFAULT_luci-i18n-filebrowser-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-filebrowser help Translation for luci-app-filebrowser - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-firewall-ar tristate default y if DEFAULT_luci-i18n-firewall-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - العربية (Arabic) config PACKAGE_luci-i18n-firewall-bg tristate default y if DEFAULT_luci-i18n-firewall-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - български (Bulgarian) config PACKAGE_luci-i18n-firewall-bn tristate default y if DEFAULT_luci-i18n-firewall-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - বাংলা (Bengali) config PACKAGE_luci-i18n-firewall-ca tristate default y if DEFAULT_luci-i18n-firewall-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Čeština (Czech) config PACKAGE_luci-i18n-firewall-da tristate default y if DEFAULT_luci-i18n-firewall-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Dansk (Danish) config PACKAGE_luci-i18n-firewall-de tristate default y if DEFAULT_luci-i18n-firewall-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Ελληνικά (Greek) config PACKAGE_luci-i18n-firewall-es tristate default y if DEFAULT_luci-i18n-firewall-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Español (Spanish) config PACKAGE_luci-i18n-firewall-fi tristate default y if DEFAULT_luci-i18n-firewall-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Suomi (Finnish) config PACKAGE_luci-i18n-firewall-fr tristate default y if DEFAULT_luci-i18n-firewall-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall 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) select PACKAGE_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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_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_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - 한국어 (Korean) config PACKAGE_luci-i18n-firewall-lt tristate default y if DEFAULT_luci-i18n-firewall-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-firewall-mr tristate default y if DEFAULT_luci-i18n-firewall-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Marāṭhī (Marathi) config PACKAGE_luci-i18n-firewall-ms tristate default y if DEFAULT_luci-i18n-firewall-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-firewall-nl tristate default y if DEFAULT_luci-i18n-firewall-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - Nederlands (Dutch) config PACKAGE_luci-i18n-firewall-no tristate default y if DEFAULT_luci-i18n-firewall-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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) select PACKAGE_libc depends on PACKAGE_luci-app-firewall 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_libc depends on PACKAGE_luci-app-firewall 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_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 depends on PACKAGE_luci-app-firewall 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_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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-firewall help Translation for luci-app-firewall - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-frpc-ar tristate default y if DEFAULT_luci-i18n-frpc-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - العربية (Arabic) config PACKAGE_luci-i18n-frpc-bg tristate default y if DEFAULT_luci-i18n-frpc-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - български (Bulgarian) config PACKAGE_luci-i18n-frpc-bn tristate default y if DEFAULT_luci-i18n-frpc-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - বাংলা (Bengali) config PACKAGE_luci-i18n-frpc-ca tristate default y if DEFAULT_luci-i18n-frpc-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Català (Catalan) config PACKAGE_luci-i18n-frpc-cs tristate default y if DEFAULT_luci-i18n-frpc-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Čeština (Czech) config PACKAGE_luci-i18n-frpc-da tristate default y if DEFAULT_luci-i18n-frpc-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Dansk (Danish) config PACKAGE_luci-i18n-frpc-de tristate default y if DEFAULT_luci-i18n-frpc-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Deutsch (German) config PACKAGE_luci-i18n-frpc-el tristate default y if DEFAULT_luci-i18n-frpc-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Ελληνικά (Greek) config PACKAGE_luci-i18n-frpc-es tristate default y if DEFAULT_luci-i18n-frpc-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Español (Spanish) config PACKAGE_luci-i18n-frpc-fi tristate default y if DEFAULT_luci-i18n-frpc-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Suomi (Finnish) config PACKAGE_luci-i18n-frpc-fr tristate default y if DEFAULT_luci-i18n-frpc-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Français (French) config PACKAGE_luci-i18n-frpc-he tristate default y if DEFAULT_luci-i18n-frpc-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-frpc-hi tristate default y if DEFAULT_luci-i18n-frpc-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - हिंदी (Hindi) config PACKAGE_luci-i18n-frpc-hu tristate default y if DEFAULT_luci-i18n-frpc-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Magyar (Hungarian) config PACKAGE_luci-i18n-frpc-it tristate default y if DEFAULT_luci-i18n-frpc-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Italiano (Italian) config PACKAGE_luci-i18n-frpc-ja tristate default y if DEFAULT_luci-i18n-frpc-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - 日本語 (Japanese) config PACKAGE_luci-i18n-frpc-ko tristate default y if DEFAULT_luci-i18n-frpc-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - 한국어 (Korean) config PACKAGE_luci-i18n-frpc-lt tristate default y if DEFAULT_luci-i18n-frpc-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-frpc-mr tristate default y if DEFAULT_luci-i18n-frpc-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Marāṭhī (Marathi) config PACKAGE_luci-i18n-frpc-ms tristate default y if DEFAULT_luci-i18n-frpc-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-frpc-nl tristate default y if DEFAULT_luci-i18n-frpc-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Nederlands (Dutch) config PACKAGE_luci-i18n-frpc-no tristate default y if DEFAULT_luci-i18n-frpc-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Norsk (Norwegian) config PACKAGE_luci-i18n-frpc-pl tristate default y if DEFAULT_luci-i18n-frpc-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Polski (Polish) config PACKAGE_luci-i18n-frpc-pt tristate default y if DEFAULT_luci-i18n-frpc-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Português (Portuguese) config PACKAGE_luci-i18n-frpc-pt-br tristate default y if DEFAULT_luci-i18n-frpc-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-frpc-ro tristate default y if DEFAULT_luci-i18n-frpc-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Română (Romanian) config PACKAGE_luci-i18n-frpc-ru tristate default y if DEFAULT_luci-i18n-frpc-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Русский (Russian) config PACKAGE_luci-i18n-frpc-sk tristate default y if DEFAULT_luci-i18n-frpc-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Slovenčina (Slovak) config PACKAGE_luci-i18n-frpc-sv tristate default y if DEFAULT_luci-i18n-frpc-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Svenska (Swedish) config PACKAGE_luci-i18n-frpc-tr tristate default y if DEFAULT_luci-i18n-frpc-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Türkçe (Turkish) config PACKAGE_luci-i18n-frpc-uk tristate default y if DEFAULT_luci-i18n-frpc-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Українська (Ukrainian) config PACKAGE_luci-i18n-frpc-vi tristate default y if DEFAULT_luci-i18n-frpc-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-frpc-zh-cn tristate default y if DEFAULT_luci-i18n-frpc-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-frpc-zh-tw tristate default y if DEFAULT_luci-i18n-frpc-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frpc help Translation for luci-app-frpc - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-frps-ar tristate default y if DEFAULT_luci-i18n-frps-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - العربية (Arabic) config PACKAGE_luci-i18n-frps-bg tristate default y if DEFAULT_luci-i18n-frps-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - български (Bulgarian) config PACKAGE_luci-i18n-frps-bn tristate default y if DEFAULT_luci-i18n-frps-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - বাংলা (Bengali) config PACKAGE_luci-i18n-frps-ca tristate default y if DEFAULT_luci-i18n-frps-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Català (Catalan) config PACKAGE_luci-i18n-frps-cs tristate default y if DEFAULT_luci-i18n-frps-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Čeština (Czech) config PACKAGE_luci-i18n-frps-da tristate default y if DEFAULT_luci-i18n-frps-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Dansk (Danish) config PACKAGE_luci-i18n-frps-de tristate default y if DEFAULT_luci-i18n-frps-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Deutsch (German) config PACKAGE_luci-i18n-frps-el tristate default y if DEFAULT_luci-i18n-frps-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Ελληνικά (Greek) config PACKAGE_luci-i18n-frps-es tristate default y if DEFAULT_luci-i18n-frps-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Español (Spanish) config PACKAGE_luci-i18n-frps-fi tristate default y if DEFAULT_luci-i18n-frps-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Suomi (Finnish) config PACKAGE_luci-i18n-frps-fr tristate default y if DEFAULT_luci-i18n-frps-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Français (French) config PACKAGE_luci-i18n-frps-he tristate default y if DEFAULT_luci-i18n-frps-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-frps-hi tristate default y if DEFAULT_luci-i18n-frps-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - हिंदी (Hindi) config PACKAGE_luci-i18n-frps-hu tristate default y if DEFAULT_luci-i18n-frps-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Magyar (Hungarian) config PACKAGE_luci-i18n-frps-it tristate default y if DEFAULT_luci-i18n-frps-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Italiano (Italian) config PACKAGE_luci-i18n-frps-ja tristate default y if DEFAULT_luci-i18n-frps-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - 日本語 (Japanese) config PACKAGE_luci-i18n-frps-ko tristate default y if DEFAULT_luci-i18n-frps-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - 한국어 (Korean) config PACKAGE_luci-i18n-frps-lt tristate default y if DEFAULT_luci-i18n-frps-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-frps-mr tristate default y if DEFAULT_luci-i18n-frps-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Marāṭhī (Marathi) config PACKAGE_luci-i18n-frps-ms tristate default y if DEFAULT_luci-i18n-frps-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-frps-nl tristate default y if DEFAULT_luci-i18n-frps-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Nederlands (Dutch) config PACKAGE_luci-i18n-frps-no tristate default y if DEFAULT_luci-i18n-frps-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Norsk (Norwegian) config PACKAGE_luci-i18n-frps-pl tristate default y if DEFAULT_luci-i18n-frps-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Polski (Polish) config PACKAGE_luci-i18n-frps-pt tristate default y if DEFAULT_luci-i18n-frps-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Português (Portuguese) config PACKAGE_luci-i18n-frps-pt-br tristate default y if DEFAULT_luci-i18n-frps-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-frps-ro tristate default y if DEFAULT_luci-i18n-frps-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Română (Romanian) config PACKAGE_luci-i18n-frps-ru tristate default y if DEFAULT_luci-i18n-frps-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Русский (Russian) config PACKAGE_luci-i18n-frps-sk tristate default y if DEFAULT_luci-i18n-frps-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Slovenčina (Slovak) config PACKAGE_luci-i18n-frps-sv tristate default y if DEFAULT_luci-i18n-frps-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Svenska (Swedish) config PACKAGE_luci-i18n-frps-tr tristate default y if DEFAULT_luci-i18n-frps-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Türkçe (Turkish) config PACKAGE_luci-i18n-frps-uk tristate default y if DEFAULT_luci-i18n-frps-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Українська (Ukrainian) config PACKAGE_luci-i18n-frps-vi tristate default y if DEFAULT_luci-i18n-frps-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-frps-zh-cn tristate default y if DEFAULT_luci-i18n-frps-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-frps-zh-tw tristate default y if DEFAULT_luci-i18n-frps-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-frps help Translation for luci-app-frps - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-fwknopd-ar tristate default y if DEFAULT_luci-i18n-fwknopd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - العربية (Arabic) config PACKAGE_luci-i18n-fwknopd-bg tristate default y if DEFAULT_luci-i18n-fwknopd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - български (Bulgarian) config PACKAGE_luci-i18n-fwknopd-bn tristate default y if DEFAULT_luci-i18n-fwknopd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - বাংলা (Bengali) config PACKAGE_luci-i18n-fwknopd-ca tristate default y if DEFAULT_luci-i18n-fwknopd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Català (Catalan) config PACKAGE_luci-i18n-fwknopd-cs tristate default y if DEFAULT_luci-i18n-fwknopd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Čeština (Czech) config PACKAGE_luci-i18n-fwknopd-da tristate default y if DEFAULT_luci-i18n-fwknopd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Dansk (Danish) config PACKAGE_luci-i18n-fwknopd-de tristate default y if DEFAULT_luci-i18n-fwknopd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Deutsch (German) config PACKAGE_luci-i18n-fwknopd-el tristate default y if DEFAULT_luci-i18n-fwknopd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Ελληνικά (Greek) config PACKAGE_luci-i18n-fwknopd-es tristate default y if DEFAULT_luci-i18n-fwknopd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Español (Spanish) config PACKAGE_luci-i18n-fwknopd-fi tristate default y if DEFAULT_luci-i18n-fwknopd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Suomi (Finnish) config PACKAGE_luci-i18n-fwknopd-fr tristate default y if DEFAULT_luci-i18n-fwknopd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Français (French) config PACKAGE_luci-i18n-fwknopd-he tristate default y if DEFAULT_luci-i18n-fwknopd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-fwknopd-hi tristate default y if DEFAULT_luci-i18n-fwknopd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - हिंदी (Hindi) config PACKAGE_luci-i18n-fwknopd-hu tristate default y if DEFAULT_luci-i18n-fwknopd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Magyar (Hungarian) config PACKAGE_luci-i18n-fwknopd-it tristate default y if DEFAULT_luci-i18n-fwknopd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Italiano (Italian) config PACKAGE_luci-i18n-fwknopd-ja tristate default y if DEFAULT_luci-i18n-fwknopd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - 日本語 (Japanese) config PACKAGE_luci-i18n-fwknopd-ko tristate default y if DEFAULT_luci-i18n-fwknopd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - 한국어 (Korean) config PACKAGE_luci-i18n-fwknopd-lt tristate default y if DEFAULT_luci-i18n-fwknopd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-fwknopd-mr tristate default y if DEFAULT_luci-i18n-fwknopd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-fwknopd-ms tristate default y if DEFAULT_luci-i18n-fwknopd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-fwknopd-nl tristate default y if DEFAULT_luci-i18n-fwknopd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Nederlands (Dutch) config PACKAGE_luci-i18n-fwknopd-no tristate default y if DEFAULT_luci-i18n-fwknopd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Norsk (Norwegian) config PACKAGE_luci-i18n-fwknopd-pl tristate default y if DEFAULT_luci-i18n-fwknopd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Polski (Polish) config PACKAGE_luci-i18n-fwknopd-pt tristate default y if DEFAULT_luci-i18n-fwknopd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-fwknopd-ro tristate default y if DEFAULT_luci-i18n-fwknopd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Română (Romanian) config PACKAGE_luci-i18n-fwknopd-ru tristate default y if DEFAULT_luci-i18n-fwknopd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Русский (Russian) config PACKAGE_luci-i18n-fwknopd-sk tristate default y if DEFAULT_luci-i18n-fwknopd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Slovenčina (Slovak) config PACKAGE_luci-i18n-fwknopd-sv tristate default y if DEFAULT_luci-i18n-fwknopd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Svenska (Swedish) config PACKAGE_luci-i18n-fwknopd-tr tristate default y if DEFAULT_luci-i18n-fwknopd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Türkçe (Turkish) config PACKAGE_luci-i18n-fwknopd-uk tristate default y if DEFAULT_luci-i18n-fwknopd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Українська (Ukrainian) config PACKAGE_luci-i18n-fwknopd-vi tristate default y if DEFAULT_luci-i18n-fwknopd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-fwknopd help Translation for luci-app-fwknopd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-hd-idle-ar tristate default y if DEFAULT_luci-i18n-hd-idle-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - العربية (Arabic) config PACKAGE_luci-i18n-hd-idle-bg tristate default y if DEFAULT_luci-i18n-hd-idle-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - български (Bulgarian) config PACKAGE_luci-i18n-hd-idle-bn tristate default y if DEFAULT_luci-i18n-hd-idle-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - বাংলা (Bengali) 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 depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Čeština (Czech) config PACKAGE_luci-i18n-hd-idle-da tristate default y if DEFAULT_luci-i18n-hd-idle-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Dansk (Danish) config PACKAGE_luci-i18n-hd-idle-de tristate default y if DEFAULT_luci-i18n-hd-idle-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Ελληνικά (Greek) 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Español (Spanish) config PACKAGE_luci-i18n-hd-idle-fi tristate default y if DEFAULT_luci-i18n-hd-idle-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Suomi (Finnish) 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 depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-hd-idle-hi tristate default y if DEFAULT_luci-i18n-hd-idle-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - हिंदी (Hindi) 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_libc depends on PACKAGE_luci-app-hd-idle 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 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - 日本語 (Japanese) config PACKAGE_luci-i18n-hd-idle-ko tristate default y if DEFAULT_luci-i18n-hd-idle-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - 한국어 (Korean) config PACKAGE_luci-i18n-hd-idle-lt tristate default y if DEFAULT_luci-i18n-hd-idle-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-hd-idle-mr tristate default y if DEFAULT_luci-i18n-hd-idle-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Marāṭhī (Marathi) 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-hd-idle-nl tristate default y if DEFAULT_luci-i18n-hd-idle-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - Nederlands (Dutch) 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_libc depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle 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_libc 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_libc depends on PACKAGE_luci-app-hd-idle 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) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle 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) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle 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) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle 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_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - 简体中文 (Chinese Simplified) 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) select PACKAGE_libc depends on PACKAGE_luci-app-hd-idle help Translation for luci-app-hd-idle - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-https-dns-proxy-ar tristate default y if DEFAULT_luci-i18n-https-dns-proxy-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - العربية (Arabic) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - български (Bulgarian) config PACKAGE_luci-i18n-https-dns-proxy-bn tristate default y if DEFAULT_luci-i18n-https-dns-proxy-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - বাংলা (Bengali) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Català (Catalan) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Čeština (Czech) config PACKAGE_luci-i18n-https-dns-proxy-da tristate default y if DEFAULT_luci-i18n-https-dns-proxy-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Dansk (Danish) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Deutsch (German) 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) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Ελληνικά (Greek) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Español (Spanish) config PACKAGE_luci-i18n-https-dns-proxy-fi tristate default y if DEFAULT_luci-i18n-https-dns-proxy-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Suomi (Finnish) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Français (French) 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 depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - עִבְרִית (Hebrew) 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) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - हिंदी (Hindi) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Magyar (Hungarian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Italiano (Italian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - 日本語 (Japanese) 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) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - 한국어 (Korean) config PACKAGE_luci-i18n-https-dns-proxy-lt tristate default y if DEFAULT_luci-i18n-https-dns-proxy-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Lietuvių (Lithuanian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Marāṭhī (Marathi) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-https-dns-proxy-nl tristate default y if DEFAULT_luci-i18n-https-dns-proxy-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Nederlands (Dutch) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Norsk (Norwegian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Polski (Polish) 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 depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Português do Brasil (Brazilian Portuguese) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Română (Romanian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Русский (Russian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Slovenčina (Slovak) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Svenska (Swedish) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Türkçe (Turkish) 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 depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Українська (Ukrainian) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - 简体中文 (Chinese Simplified) 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) select PACKAGE_libc depends on PACKAGE_luci-app-https-dns-proxy help Translation for luci-app-https-dns-proxy - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-irqbalance-ar tristate default y if DEFAULT_luci-i18n-irqbalance-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - العربية (Arabic) config PACKAGE_luci-i18n-irqbalance-bg tristate default y if DEFAULT_luci-i18n-irqbalance-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - български (Bulgarian) config PACKAGE_luci-i18n-irqbalance-bn tristate default y if DEFAULT_luci-i18n-irqbalance-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - বাংলা (Bengali) config PACKAGE_luci-i18n-irqbalance-ca tristate default y if DEFAULT_luci-i18n-irqbalance-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Català (Catalan) config PACKAGE_luci-i18n-irqbalance-cs tristate default y if DEFAULT_luci-i18n-irqbalance-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Čeština (Czech) config PACKAGE_luci-i18n-irqbalance-da tristate default y if DEFAULT_luci-i18n-irqbalance-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Dansk (Danish) config PACKAGE_luci-i18n-irqbalance-de tristate default y if DEFAULT_luci-i18n-irqbalance-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Deutsch (German) config PACKAGE_luci-i18n-irqbalance-el tristate default y if DEFAULT_luci-i18n-irqbalance-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Ελληνικά (Greek) config PACKAGE_luci-i18n-irqbalance-es tristate default y if DEFAULT_luci-i18n-irqbalance-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Español (Spanish) config PACKAGE_luci-i18n-irqbalance-fi tristate default y if DEFAULT_luci-i18n-irqbalance-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Suomi (Finnish) config PACKAGE_luci-i18n-irqbalance-fr tristate default y if DEFAULT_luci-i18n-irqbalance-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Français (French) config PACKAGE_luci-i18n-irqbalance-he tristate default y if DEFAULT_luci-i18n-irqbalance-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-irqbalance-hi tristate default y if DEFAULT_luci-i18n-irqbalance-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - हिंदी (Hindi) config PACKAGE_luci-i18n-irqbalance-hu tristate default y if DEFAULT_luci-i18n-irqbalance-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Magyar (Hungarian) config PACKAGE_luci-i18n-irqbalance-it tristate default y if DEFAULT_luci-i18n-irqbalance-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Italiano (Italian) config PACKAGE_luci-i18n-irqbalance-ja tristate default y if DEFAULT_luci-i18n-irqbalance-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - 日本語 (Japanese) config PACKAGE_luci-i18n-irqbalance-ko tristate default y if DEFAULT_luci-i18n-irqbalance-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - 한국어 (Korean) config PACKAGE_luci-i18n-irqbalance-lt tristate default y if DEFAULT_luci-i18n-irqbalance-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-irqbalance-mr tristate default y if DEFAULT_luci-i18n-irqbalance-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Marāṭhī (Marathi) config PACKAGE_luci-i18n-irqbalance-ms tristate default y if DEFAULT_luci-i18n-irqbalance-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-irqbalance-nl tristate default y if DEFAULT_luci-i18n-irqbalance-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Nederlands (Dutch) config PACKAGE_luci-i18n-irqbalance-no tristate default y if DEFAULT_luci-i18n-irqbalance-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Norsk (Norwegian) config PACKAGE_luci-i18n-irqbalance-pl tristate default y if DEFAULT_luci-i18n-irqbalance-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Polski (Polish) config PACKAGE_luci-i18n-irqbalance-pt tristate default y if DEFAULT_luci-i18n-irqbalance-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Português (Portuguese) config PACKAGE_luci-i18n-irqbalance-pt-br tristate default y if DEFAULT_luci-i18n-irqbalance-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-irqbalance-ro tristate default y if DEFAULT_luci-i18n-irqbalance-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Română (Romanian) config PACKAGE_luci-i18n-irqbalance-ru tristate default y if DEFAULT_luci-i18n-irqbalance-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Русский (Russian) config PACKAGE_luci-i18n-irqbalance-sk tristate default y if DEFAULT_luci-i18n-irqbalance-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Slovenčina (Slovak) config PACKAGE_luci-i18n-irqbalance-sv tristate default y if DEFAULT_luci-i18n-irqbalance-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Svenska (Swedish) config PACKAGE_luci-i18n-irqbalance-tr tristate default y if DEFAULT_luci-i18n-irqbalance-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Türkçe (Turkish) config PACKAGE_luci-i18n-irqbalance-uk tristate default y if DEFAULT_luci-i18n-irqbalance-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Українська (Ukrainian) config PACKAGE_luci-i18n-irqbalance-vi tristate default y if DEFAULT_luci-i18n-irqbalance-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-irqbalance-zh-cn tristate default y if DEFAULT_luci-i18n-irqbalance-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-irqbalance-zh-tw tristate default y if DEFAULT_luci-i18n-irqbalance-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-irqbalance help Translation for luci-app-irqbalance - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ksmbd-ar tristate default y if DEFAULT_luci-i18n-ksmbd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - العربية (Arabic) config PACKAGE_luci-i18n-ksmbd-bg tristate default y if DEFAULT_luci-i18n-ksmbd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - български (Bulgarian) config PACKAGE_luci-i18n-ksmbd-bn tristate default y if DEFAULT_luci-i18n-ksmbd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - বাংলা (Bengali) config PACKAGE_luci-i18n-ksmbd-ca tristate default y if DEFAULT_luci-i18n-ksmbd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Čeština (Czech) config PACKAGE_luci-i18n-ksmbd-da tristate default y if DEFAULT_luci-i18n-ksmbd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Dansk (Danish) config PACKAGE_luci-i18n-ksmbd-de tristate default y if DEFAULT_luci-i18n-ksmbd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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 depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Ελληνικά (Greek) config PACKAGE_luci-i18n-ksmbd-es tristate default y if DEFAULT_luci-i18n-ksmbd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Español (Spanish) config PACKAGE_luci-i18n-ksmbd-fi tristate default y if DEFAULT_luci-i18n-ksmbd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Suomi (Finnish) config PACKAGE_luci-i18n-ksmbd-fr tristate default y if DEFAULT_luci-i18n-ksmbd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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_libc depends on PACKAGE_luci-app-ksmbd 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_libc depends on PACKAGE_luci-app-ksmbd 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_libc depends on PACKAGE_luci-app-ksmbd 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_libc 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_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - 한국어 (Korean) config PACKAGE_luci-i18n-ksmbd-lt tristate default y if DEFAULT_luci-i18n-ksmbd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ksmbd-mr tristate default y if DEFAULT_luci-i18n-ksmbd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ksmbd-ms tristate default y if DEFAULT_luci-i18n-ksmbd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ksmbd-nl tristate default y if DEFAULT_luci-i18n-ksmbd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - Nederlands (Dutch) config PACKAGE_luci-i18n-ksmbd-no tristate default y if DEFAULT_luci-i18n-ksmbd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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_libc depends on PACKAGE_luci-app-ksmbd 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_libc 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 depends on PACKAGE_luci-app-ksmbd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd 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_libc depends on PACKAGE_luci-app-ksmbd 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 depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-ksmbd-zh-tw tristate default y if DEFAULT_luci-i18n-ksmbd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ksmbd help Translation for luci-app-ksmbd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-lldpd-cs tristate default y if DEFAULT_luci-i18n-lldpd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Čeština (Czech) config PACKAGE_luci-i18n-lldpd-da tristate default y if DEFAULT_luci-i18n-lldpd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Dansk (Danish) config PACKAGE_luci-i18n-lldpd-de tristate default y if DEFAULT_luci-i18n-lldpd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Deutsch (German) config PACKAGE_luci-i18n-lldpd-es tristate default y if DEFAULT_luci-i18n-lldpd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Español (Spanish) config PACKAGE_luci-i18n-lldpd-fi tristate default y if DEFAULT_luci-i18n-lldpd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Suomi (Finnish) config PACKAGE_luci-i18n-lldpd-fr tristate default y if DEFAULT_luci-i18n-lldpd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Français (French) config PACKAGE_luci-i18n-lldpd-hu tristate default y if DEFAULT_luci-i18n-lldpd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Magyar (Hungarian) config PACKAGE_luci-i18n-lldpd-it tristate default y if DEFAULT_luci-i18n-lldpd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Italiano (Italian) config PACKAGE_luci-i18n-lldpd-ja tristate default y if DEFAULT_luci-i18n-lldpd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - 日本語 (Japanese) config PACKAGE_luci-i18n-lldpd-lt tristate default y if DEFAULT_luci-i18n-lldpd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-lldpd-nl tristate default y if DEFAULT_luci-i18n-lldpd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Nederlands (Dutch) config PACKAGE_luci-i18n-lldpd-pl tristate default y if DEFAULT_luci-i18n-lldpd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Polski (Polish) config PACKAGE_luci-i18n-lldpd-pt tristate default y if DEFAULT_luci-i18n-lldpd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Português (Portuguese) config PACKAGE_luci-i18n-lldpd-pt-br tristate default y if DEFAULT_luci-i18n-lldpd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-lldpd-ro tristate default y if DEFAULT_luci-i18n-lldpd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Română (Romanian) config PACKAGE_luci-i18n-lldpd-ru tristate default y if DEFAULT_luci-i18n-lldpd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Русский (Russian) config PACKAGE_luci-i18n-lldpd-sv tristate default y if DEFAULT_luci-i18n-lldpd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Svenska (Swedish) config PACKAGE_luci-i18n-lldpd-tr tristate default y if DEFAULT_luci-i18n-lldpd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Türkçe (Turkish) config PACKAGE_luci-i18n-lldpd-uk tristate default y if DEFAULT_luci-i18n-lldpd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Українська (Ukrainian) config PACKAGE_luci-i18n-lldpd-vi tristate default y if DEFAULT_luci-i18n-lldpd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-lldpd-zh-cn tristate default y if DEFAULT_luci-i18n-lldpd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-lldpd-zh-tw tristate default y if DEFAULT_luci-i18n-lldpd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lldpd help Translation for luci-app-lldpd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ltqtapi-ar tristate default y if DEFAULT_luci-i18n-ltqtapi-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - العربية (Arabic) config PACKAGE_luci-i18n-ltqtapi-bg tristate default y if DEFAULT_luci-i18n-ltqtapi-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - български (Bulgarian) config PACKAGE_luci-i18n-ltqtapi-bn tristate default y if DEFAULT_luci-i18n-ltqtapi-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - বাংলা (Bengali) config PACKAGE_luci-i18n-ltqtapi-ca tristate default y if DEFAULT_luci-i18n-ltqtapi-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Čeština (Czech) config PACKAGE_luci-i18n-ltqtapi-da tristate default y if DEFAULT_luci-i18n-ltqtapi-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Dansk (Danish) config PACKAGE_luci-i18n-ltqtapi-de tristate default y if DEFAULT_luci-i18n-ltqtapi-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Ελληνικά (Greek) config PACKAGE_luci-i18n-ltqtapi-es tristate default y if DEFAULT_luci-i18n-ltqtapi-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Español (Spanish) config PACKAGE_luci-i18n-ltqtapi-fi tristate default y if DEFAULT_luci-i18n-ltqtapi-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Suomi (Finnish) config PACKAGE_luci-i18n-ltqtapi-fr tristate default y if DEFAULT_luci-i18n-ltqtapi-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi 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 depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - 한국어 (Korean) config PACKAGE_luci-i18n-ltqtapi-lt tristate default y if DEFAULT_luci-i18n-ltqtapi-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ltqtapi-mr tristate default y if DEFAULT_luci-i18n-ltqtapi-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ltqtapi-ms tristate default y if DEFAULT_luci-i18n-ltqtapi-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ltqtapi-nl tristate default y if DEFAULT_luci-i18n-ltqtapi-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - Nederlands (Dutch) config PACKAGE_luci-i18n-ltqtapi-no tristate default y if DEFAULT_luci-i18n-ltqtapi-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-ltqtapi 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 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc 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_libc depends on PACKAGE_luci-app-ltqtapi 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_libc depends on PACKAGE_luci-app-ltqtapi 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) select PACKAGE_libc depends on PACKAGE_luci-app-ltqtapi 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_libc 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 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_libc depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - 简体中文 (Chinese Simplified) 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 depends on PACKAGE_luci-app-ltqtapi help Translation for luci-app-ltqtapi - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-lxc-ar tristate default y if DEFAULT_luci-i18n-lxc-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - العربية (Arabic) config PACKAGE_luci-i18n-lxc-bg tristate default y if DEFAULT_luci-i18n-lxc-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - български (Bulgarian) config PACKAGE_luci-i18n-lxc-bn tristate default y if DEFAULT_luci-i18n-lxc-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - বাংলা (Bengali) config PACKAGE_luci-i18n-lxc-ca tristate default y if DEFAULT_luci-i18n-lxc-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Català (Catalan) config PACKAGE_luci-i18n-lxc-cs tristate default y if DEFAULT_luci-i18n-lxc-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Čeština (Czech) config PACKAGE_luci-i18n-lxc-da tristate default y if DEFAULT_luci-i18n-lxc-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Dansk (Danish) config PACKAGE_luci-i18n-lxc-de tristate default y if DEFAULT_luci-i18n-lxc-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Deutsch (German) config PACKAGE_luci-i18n-lxc-el tristate default y if DEFAULT_luci-i18n-lxc-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Ελληνικά (Greek) config PACKAGE_luci-i18n-lxc-es tristate default y if DEFAULT_luci-i18n-lxc-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Español (Spanish) config PACKAGE_luci-i18n-lxc-fi tristate default y if DEFAULT_luci-i18n-lxc-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Suomi (Finnish) config PACKAGE_luci-i18n-lxc-fr tristate default y if DEFAULT_luci-i18n-lxc-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Français (French) config PACKAGE_luci-i18n-lxc-he tristate default y if DEFAULT_luci-i18n-lxc-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-lxc-hi tristate default y if DEFAULT_luci-i18n-lxc-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - हिंदी (Hindi) config PACKAGE_luci-i18n-lxc-hu tristate default y if DEFAULT_luci-i18n-lxc-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Magyar (Hungarian) config PACKAGE_luci-i18n-lxc-it tristate default y if DEFAULT_luci-i18n-lxc-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Italiano (Italian) config PACKAGE_luci-i18n-lxc-ja tristate default y if DEFAULT_luci-i18n-lxc-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - 日本語 (Japanese) config PACKAGE_luci-i18n-lxc-ko tristate default y if DEFAULT_luci-i18n-lxc-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - 한국어 (Korean) config PACKAGE_luci-i18n-lxc-lt tristate default y if DEFAULT_luci-i18n-lxc-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-lxc-mr tristate default y if DEFAULT_luci-i18n-lxc-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Marāṭhī (Marathi) config PACKAGE_luci-i18n-lxc-ms tristate default y if DEFAULT_luci-i18n-lxc-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-lxc-nl tristate default y if DEFAULT_luci-i18n-lxc-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Nederlands (Dutch) config PACKAGE_luci-i18n-lxc-no tristate default y if DEFAULT_luci-i18n-lxc-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Norsk (Norwegian) config PACKAGE_luci-i18n-lxc-pl tristate default y if DEFAULT_luci-i18n-lxc-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Polski (Polish) config PACKAGE_luci-i18n-lxc-pt tristate default y if DEFAULT_luci-i18n-lxc-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-lxc-ro tristate default y if DEFAULT_luci-i18n-lxc-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Română (Romanian) config PACKAGE_luci-i18n-lxc-ru tristate default y if DEFAULT_luci-i18n-lxc-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Русский (Russian) config PACKAGE_luci-i18n-lxc-sk tristate default y if DEFAULT_luci-i18n-lxc-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Slovenčina (Slovak) config PACKAGE_luci-i18n-lxc-sv tristate default y if DEFAULT_luci-i18n-lxc-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Svenska (Swedish) config PACKAGE_luci-i18n-lxc-tr tristate default y if DEFAULT_luci-i18n-lxc-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Türkçe (Turkish) config PACKAGE_luci-i18n-lxc-uk tristate default y if DEFAULT_luci-i18n-lxc-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Українська (Ukrainian) config PACKAGE_luci-i18n-lxc-vi tristate default y if DEFAULT_luci-i18n-lxc-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-lxc help Translation for luci-app-lxc - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-minidlna-ar tristate default y if DEFAULT_luci-i18n-minidlna-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - العربية (Arabic) config PACKAGE_luci-i18n-minidlna-bg tristate default y if DEFAULT_luci-i18n-minidlna-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - български (Bulgarian) config PACKAGE_luci-i18n-minidlna-bn tristate default y if DEFAULT_luci-i18n-minidlna-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - বাংলা (Bengali) config PACKAGE_luci-i18n-minidlna-ca tristate default y if DEFAULT_luci-i18n-minidlna-ca default LUCI_LANG_ca||(ALL&&m) 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) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Čeština (Czech) config PACKAGE_luci-i18n-minidlna-da tristate default y if DEFAULT_luci-i18n-minidlna-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Dansk (Danish) config PACKAGE_luci-i18n-minidlna-de tristate default y if DEFAULT_luci-i18n-minidlna-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Ελληνικά (Greek) config PACKAGE_luci-i18n-minidlna-es tristate default y if DEFAULT_luci-i18n-minidlna-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Español (Spanish) config PACKAGE_luci-i18n-minidlna-fi tristate default y if DEFAULT_luci-i18n-minidlna-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Suomi (Finnish) config PACKAGE_luci-i18n-minidlna-fr tristate default y if DEFAULT_luci-i18n-minidlna-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna 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_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_libc 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna 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 depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - 한국어 (Korean) config PACKAGE_luci-i18n-minidlna-lt tristate default y if DEFAULT_luci-i18n-minidlna-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-minidlna-mr tristate default y if DEFAULT_luci-i18n-minidlna-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Marāṭhī (Marathi) config PACKAGE_luci-i18n-minidlna-ms tristate default y if DEFAULT_luci-i18n-minidlna-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-minidlna-nl tristate default y if DEFAULT_luci-i18n-minidlna-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - Nederlands (Dutch) 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 depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna 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 depends on PACKAGE_luci-app-minidlna 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) select PACKAGE_libc depends on PACKAGE_luci-app-minidlna 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_libc 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_libc depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna 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_libc depends on PACKAGE_luci-app-minidlna 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-minidlna help Translation for luci-app-minidlna - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-mjpg-streamer-ar tristate default y if DEFAULT_luci-i18n-mjpg-streamer-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - العربية (Arabic) 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - български (Bulgarian) config PACKAGE_luci-i18n-mjpg-streamer-bn tristate default y if DEFAULT_luci-i18n-mjpg-streamer-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - বাংলা (Bengali) 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Čeština (Czech) config PACKAGE_luci-i18n-mjpg-streamer-da tristate default y if DEFAULT_luci-i18n-mjpg-streamer-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Dansk (Danish) config PACKAGE_luci-i18n-mjpg-streamer-de tristate default y if DEFAULT_luci-i18n-mjpg-streamer-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Ελληνικά (Greek) 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Español (Spanish) config PACKAGE_luci-i18n-mjpg-streamer-fi tristate default y if DEFAULT_luci-i18n-mjpg-streamer-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Suomi (Finnish) 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 depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - 한국어 (Korean) config PACKAGE_luci-i18n-mjpg-streamer-lt tristate default y if DEFAULT_luci-i18n-mjpg-streamer-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-mjpg-streamer-mr tristate default y if DEFAULT_luci-i18n-mjpg-streamer-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Marāṭhī (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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-mjpg-streamer-nl tristate default y if DEFAULT_luci-i18n-mjpg-streamer-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - Nederlands (Dutch) 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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 depends on PACKAGE_luci-app-mjpg-streamer 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_libc 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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_libc 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 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_libc depends on PACKAGE_luci-app-mjpg-streamer 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) select PACKAGE_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-mjpg-streamer help Translation for luci-app-mjpg-streamer - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-mosquitto-ar tristate default y if DEFAULT_luci-i18n-mosquitto-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - العربية (Arabic) config PACKAGE_luci-i18n-mosquitto-bg tristate default y if DEFAULT_luci-i18n-mosquitto-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - български (Bulgarian) config PACKAGE_luci-i18n-mosquitto-bn tristate default y if DEFAULT_luci-i18n-mosquitto-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - বাংলা (Bengali) config PACKAGE_luci-i18n-mosquitto-ca tristate default y if DEFAULT_luci-i18n-mosquitto-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Català (Catalan) config PACKAGE_luci-i18n-mosquitto-cs tristate default y if DEFAULT_luci-i18n-mosquitto-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Čeština (Czech) config PACKAGE_luci-i18n-mosquitto-da tristate default y if DEFAULT_luci-i18n-mosquitto-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Dansk (Danish) config PACKAGE_luci-i18n-mosquitto-de tristate default y if DEFAULT_luci-i18n-mosquitto-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Deutsch (German) config PACKAGE_luci-i18n-mosquitto-el tristate default y if DEFAULT_luci-i18n-mosquitto-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Ελληνικά (Greek) config PACKAGE_luci-i18n-mosquitto-es tristate default y if DEFAULT_luci-i18n-mosquitto-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Español (Spanish) config PACKAGE_luci-i18n-mosquitto-fi tristate default y if DEFAULT_luci-i18n-mosquitto-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Suomi (Finnish) config PACKAGE_luci-i18n-mosquitto-fr tristate default y if DEFAULT_luci-i18n-mosquitto-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Français (French) config PACKAGE_luci-i18n-mosquitto-he tristate default y if DEFAULT_luci-i18n-mosquitto-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-mosquitto-hi tristate default y if DEFAULT_luci-i18n-mosquitto-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - हिंदी (Hindi) config PACKAGE_luci-i18n-mosquitto-hu tristate default y if DEFAULT_luci-i18n-mosquitto-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Magyar (Hungarian) config PACKAGE_luci-i18n-mosquitto-it tristate default y if DEFAULT_luci-i18n-mosquitto-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Italiano (Italian) config PACKAGE_luci-i18n-mosquitto-ja tristate default y if DEFAULT_luci-i18n-mosquitto-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - 日本語 (Japanese) config PACKAGE_luci-i18n-mosquitto-ko tristate default y if DEFAULT_luci-i18n-mosquitto-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - 한국어 (Korean) config PACKAGE_luci-i18n-mosquitto-lt tristate default y if DEFAULT_luci-i18n-mosquitto-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-mosquitto-mr tristate default y if DEFAULT_luci-i18n-mosquitto-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Marāṭhī (Marathi) config PACKAGE_luci-i18n-mosquitto-ms tristate default y if DEFAULT_luci-i18n-mosquitto-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-mosquitto-nl tristate default y if DEFAULT_luci-i18n-mosquitto-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Nederlands (Dutch) config PACKAGE_luci-i18n-mosquitto-no tristate default y if DEFAULT_luci-i18n-mosquitto-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Norsk (Norwegian) config PACKAGE_luci-i18n-mosquitto-pl tristate default y if DEFAULT_luci-i18n-mosquitto-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Polski (Polish) config PACKAGE_luci-i18n-mosquitto-pt tristate default y if DEFAULT_luci-i18n-mosquitto-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Português (Portuguese) config PACKAGE_luci-i18n-mosquitto-pt-br tristate default y if DEFAULT_luci-i18n-mosquitto-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-mosquitto-ro tristate default y if DEFAULT_luci-i18n-mosquitto-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Română (Romanian) config PACKAGE_luci-i18n-mosquitto-ru tristate default y if DEFAULT_luci-i18n-mosquitto-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Русский (Russian) config PACKAGE_luci-i18n-mosquitto-sk tristate default y if DEFAULT_luci-i18n-mosquitto-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Slovenčina (Slovak) config PACKAGE_luci-i18n-mosquitto-sv tristate default y if DEFAULT_luci-i18n-mosquitto-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Svenska (Swedish) config PACKAGE_luci-i18n-mosquitto-tr tristate default y if DEFAULT_luci-i18n-mosquitto-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Türkçe (Turkish) config PACKAGE_luci-i18n-mosquitto-uk tristate default y if DEFAULT_luci-i18n-mosquitto-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Українська (Ukrainian) config PACKAGE_luci-i18n-mosquitto-vi tristate default y if DEFAULT_luci-i18n-mosquitto-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-mosquitto-zh-cn tristate default y if DEFAULT_luci-i18n-mosquitto-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-mosquitto-zh-tw tristate default y if DEFAULT_luci-i18n-mosquitto-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mosquitto help Translation for luci-app-mosquitto - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-mwan3-ar tristate default y if DEFAULT_luci-i18n-mwan3-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - العربية (Arabic) config PACKAGE_luci-i18n-mwan3-bg tristate default y if DEFAULT_luci-i18n-mwan3-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - български (Bulgarian) config PACKAGE_luci-i18n-mwan3-bn tristate default y if DEFAULT_luci-i18n-mwan3-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - বাংলা (Bengali) config PACKAGE_luci-i18n-mwan3-ca tristate default y if DEFAULT_luci-i18n-mwan3-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Català (Catalan) config PACKAGE_luci-i18n-mwan3-cs tristate default y if DEFAULT_luci-i18n-mwan3-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Čeština (Czech) config PACKAGE_luci-i18n-mwan3-da tristate default y if DEFAULT_luci-i18n-mwan3-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Dansk (Danish) config PACKAGE_luci-i18n-mwan3-de tristate default y if DEFAULT_luci-i18n-mwan3-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Deutsch (German) config PACKAGE_luci-i18n-mwan3-el tristate default y if DEFAULT_luci-i18n-mwan3-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Ελληνικά (Greek) config PACKAGE_luci-i18n-mwan3-es tristate default y if DEFAULT_luci-i18n-mwan3-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Español (Spanish) config PACKAGE_luci-i18n-mwan3-fi tristate default y if DEFAULT_luci-i18n-mwan3-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Suomi (Finnish) config PACKAGE_luci-i18n-mwan3-fr tristate default y if DEFAULT_luci-i18n-mwan3-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Français (French) config PACKAGE_luci-i18n-mwan3-he tristate default y if DEFAULT_luci-i18n-mwan3-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-mwan3-hi tristate default y if DEFAULT_luci-i18n-mwan3-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - हिंदी (Hindi) config PACKAGE_luci-i18n-mwan3-hu tristate default y if DEFAULT_luci-i18n-mwan3-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Magyar (Hungarian) config PACKAGE_luci-i18n-mwan3-it tristate default y if DEFAULT_luci-i18n-mwan3-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Italiano (Italian) config PACKAGE_luci-i18n-mwan3-ja tristate default y if DEFAULT_luci-i18n-mwan3-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 日本語 (Japanese) config PACKAGE_luci-i18n-mwan3-ko tristate default y if DEFAULT_luci-i18n-mwan3-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 한국어 (Korean) config PACKAGE_luci-i18n-mwan3-lt tristate default y if DEFAULT_luci-i18n-mwan3-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-mwan3-mr tristate default y if DEFAULT_luci-i18n-mwan3-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-mwan3-ms tristate default y if DEFAULT_luci-i18n-mwan3-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-mwan3-nl tristate default y if DEFAULT_luci-i18n-mwan3-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Nederlands (Dutch) config PACKAGE_luci-i18n-mwan3-no tristate default y if DEFAULT_luci-i18n-mwan3-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Norsk (Norwegian) config PACKAGE_luci-i18n-mwan3-pl tristate default y if DEFAULT_luci-i18n-mwan3-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Polski (Polish) config PACKAGE_luci-i18n-mwan3-pt tristate default y if DEFAULT_luci-i18n-mwan3-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-mwan3-ro tristate default y if DEFAULT_luci-i18n-mwan3-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Română (Romanian) config PACKAGE_luci-i18n-mwan3-ru tristate default y if DEFAULT_luci-i18n-mwan3-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Русский (Russian) config PACKAGE_luci-i18n-mwan3-sk tristate default y if DEFAULT_luci-i18n-mwan3-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Slovenčina (Slovak) config PACKAGE_luci-i18n-mwan3-sv tristate default y if DEFAULT_luci-i18n-mwan3-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Svenska (Swedish) config PACKAGE_luci-i18n-mwan3-tr tristate default y if DEFAULT_luci-i18n-mwan3-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Türkçe (Turkish) config PACKAGE_luci-i18n-mwan3-uk tristate default y if DEFAULT_luci-i18n-mwan3-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Українська (Ukrainian) config PACKAGE_luci-i18n-mwan3-vi tristate default y if DEFAULT_luci-i18n-mwan3-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-mwan3 help Translation for luci-app-mwan3 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-natmap-ar tristate default y if DEFAULT_luci-i18n-natmap-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - العربية (Arabic) config PACKAGE_luci-i18n-natmap-bg tristate default y if DEFAULT_luci-i18n-natmap-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - български (Bulgarian) config PACKAGE_luci-i18n-natmap-bn tristate default y if DEFAULT_luci-i18n-natmap-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - বাংলা (Bengali) config PACKAGE_luci-i18n-natmap-ca tristate default y if DEFAULT_luci-i18n-natmap-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Català (Catalan) config PACKAGE_luci-i18n-natmap-cs tristate default y if DEFAULT_luci-i18n-natmap-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Čeština (Czech) config PACKAGE_luci-i18n-natmap-da tristate default y if DEFAULT_luci-i18n-natmap-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Dansk (Danish) config PACKAGE_luci-i18n-natmap-de tristate default y if DEFAULT_luci-i18n-natmap-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Deutsch (German) config PACKAGE_luci-i18n-natmap-el tristate default y if DEFAULT_luci-i18n-natmap-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Ελληνικά (Greek) config PACKAGE_luci-i18n-natmap-es tristate default y if DEFAULT_luci-i18n-natmap-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Español (Spanish) config PACKAGE_luci-i18n-natmap-fi tristate default y if DEFAULT_luci-i18n-natmap-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Suomi (Finnish) config PACKAGE_luci-i18n-natmap-fr tristate default y if DEFAULT_luci-i18n-natmap-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Français (French) config PACKAGE_luci-i18n-natmap-he tristate default y if DEFAULT_luci-i18n-natmap-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-natmap-hi tristate default y if DEFAULT_luci-i18n-natmap-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - हिंदी (Hindi) config PACKAGE_luci-i18n-natmap-hu tristate default y if DEFAULT_luci-i18n-natmap-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Magyar (Hungarian) config PACKAGE_luci-i18n-natmap-it tristate default y if DEFAULT_luci-i18n-natmap-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Italiano (Italian) config PACKAGE_luci-i18n-natmap-ja tristate default y if DEFAULT_luci-i18n-natmap-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - 日本語 (Japanese) config PACKAGE_luci-i18n-natmap-ko tristate default y if DEFAULT_luci-i18n-natmap-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - 한국어 (Korean) config PACKAGE_luci-i18n-natmap-lt tristate default y if DEFAULT_luci-i18n-natmap-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-natmap-mr tristate default y if DEFAULT_luci-i18n-natmap-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Marāṭhī (Marathi) config PACKAGE_luci-i18n-natmap-ms tristate default y if DEFAULT_luci-i18n-natmap-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-natmap-nl tristate default y if DEFAULT_luci-i18n-natmap-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Nederlands (Dutch) config PACKAGE_luci-i18n-natmap-no tristate default y if DEFAULT_luci-i18n-natmap-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Norsk (Norwegian) config PACKAGE_luci-i18n-natmap-pl tristate default y if DEFAULT_luci-i18n-natmap-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Polski (Polish) config PACKAGE_luci-i18n-natmap-pt tristate default y if DEFAULT_luci-i18n-natmap-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Português (Portuguese) config PACKAGE_luci-i18n-natmap-pt-br tristate default y if DEFAULT_luci-i18n-natmap-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-natmap-ro tristate default y if DEFAULT_luci-i18n-natmap-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Română (Romanian) config PACKAGE_luci-i18n-natmap-ru tristate default y if DEFAULT_luci-i18n-natmap-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Русский (Russian) config PACKAGE_luci-i18n-natmap-sk tristate default y if DEFAULT_luci-i18n-natmap-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Slovenčina (Slovak) config PACKAGE_luci-i18n-natmap-sv tristate default y if DEFAULT_luci-i18n-natmap-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Svenska (Swedish) config PACKAGE_luci-i18n-natmap-tr tristate default y if DEFAULT_luci-i18n-natmap-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Türkçe (Turkish) config PACKAGE_luci-i18n-natmap-uk tristate default y if DEFAULT_luci-i18n-natmap-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Українська (Ukrainian) config PACKAGE_luci-i18n-natmap-vi tristate default y if DEFAULT_luci-i18n-natmap-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-natmap-zh-cn tristate default y if DEFAULT_luci-i18n-natmap-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-natmap-zh-tw tristate default y if DEFAULT_luci-i18n-natmap-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-natmap help Translation for luci-app-natmap - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-nextdns-ar tristate default y if DEFAULT_luci-i18n-nextdns-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - العربية (Arabic) config PACKAGE_luci-i18n-nextdns-bg tristate default y if DEFAULT_luci-i18n-nextdns-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - български (Bulgarian) config PACKAGE_luci-i18n-nextdns-bn tristate default y if DEFAULT_luci-i18n-nextdns-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - বাংলা (Bengali) config PACKAGE_luci-i18n-nextdns-ca tristate default y if DEFAULT_luci-i18n-nextdns-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Čeština (Czech) config PACKAGE_luci-i18n-nextdns-da tristate default y if DEFAULT_luci-i18n-nextdns-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Dansk (Danish) config PACKAGE_luci-i18n-nextdns-de tristate default y if DEFAULT_luci-i18n-nextdns-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns 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) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Ελληνικά (Greek) config PACKAGE_luci-i18n-nextdns-es tristate default y if DEFAULT_luci-i18n-nextdns-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Español (Spanish) config PACKAGE_luci-i18n-nextdns-fi tristate default y if DEFAULT_luci-i18n-nextdns-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Suomi (Finnish) config PACKAGE_luci-i18n-nextdns-fr tristate default y if DEFAULT_luci-i18n-nextdns-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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 depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns 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_libc 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_libc depends on PACKAGE_luci-app-nextdns 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) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - 한국어 (Korean) config PACKAGE_luci-i18n-nextdns-lt tristate default y if DEFAULT_luci-i18n-nextdns-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-nextdns-mr tristate default y if DEFAULT_luci-i18n-nextdns-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Marāṭhī (Marathi) config PACKAGE_luci-i18n-nextdns-ms tristate default y if DEFAULT_luci-i18n-nextdns-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nextdns-nl tristate default y if DEFAULT_luci-i18n-nextdns-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - Nederlands (Dutch) 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 depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns 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_libc 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_libc 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 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-nextdns 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) select PACKAGE_libc depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns 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_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-nextdns help Translation for luci-app-nextdns - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-nft-qos-ar tristate default y if DEFAULT_luci-i18n-nft-qos-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - العربية (Arabic) 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_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - български (Bulgarian) config PACKAGE_luci-i18n-nft-qos-bn tristate default y if DEFAULT_luci-i18n-nft-qos-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - বাংলা (Bengali) config PACKAGE_luci-i18n-nft-qos-ca tristate default y if DEFAULT_luci-i18n-nft-qos-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Čeština (Czech) config PACKAGE_luci-i18n-nft-qos-da tristate default y if DEFAULT_luci-i18n-nft-qos-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Dansk (Danish) 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_libc 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_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Ελληνικά (Greek) config PACKAGE_luci-i18n-nft-qos-es tristate default y if DEFAULT_luci-i18n-nft-qos-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Español (Spanish) config PACKAGE_luci-i18n-nft-qos-fi tristate default y if DEFAULT_luci-i18n-nft-qos-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Suomi (Finnish) 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos 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_libc 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_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - 한국어 (Korean) config PACKAGE_luci-i18n-nft-qos-lt tristate default y if DEFAULT_luci-i18n-nft-qos-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-nft-qos-mr tristate default y if DEFAULT_luci-i18n-nft-qos-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Marāṭhī (Marathi) config PACKAGE_luci-i18n-nft-qos-ms tristate default y if DEFAULT_luci-i18n-nft-qos-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nft-qos-nl tristate default y if DEFAULT_luci-i18n-nft-qos-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - Nederlands (Dutch) 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_libc 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 depends on PACKAGE_luci-app-nft-qos 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_libc 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_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_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-nft-qos 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_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-nft-qos help Translation for luci-app-nft-qos - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-nlbwmon-ar tristate default y if DEFAULT_luci-i18n-nlbwmon-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - العربية (Arabic) config PACKAGE_luci-i18n-nlbwmon-bg tristate default y if DEFAULT_luci-i18n-nlbwmon-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - български (Bulgarian) config PACKAGE_luci-i18n-nlbwmon-bn tristate default y if DEFAULT_luci-i18n-nlbwmon-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - বাংলা (Bengali) config PACKAGE_luci-i18n-nlbwmon-ca tristate default y if DEFAULT_luci-i18n-nlbwmon-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon 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) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Čeština (Czech) config PACKAGE_luci-i18n-nlbwmon-da tristate default y if DEFAULT_luci-i18n-nlbwmon-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Dansk (Danish) config PACKAGE_luci-i18n-nlbwmon-de tristate default y if DEFAULT_luci-i18n-nlbwmon-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon 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) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Ελληνικά (Greek) config PACKAGE_luci-i18n-nlbwmon-es tristate default y if DEFAULT_luci-i18n-nlbwmon-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Español (Spanish) config PACKAGE_luci-i18n-nlbwmon-fi tristate default y if DEFAULT_luci-i18n-nlbwmon-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Suomi (Finnish) config PACKAGE_luci-i18n-nlbwmon-fr tristate default y if DEFAULT_luci-i18n-nlbwmon-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon 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 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_libc 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - 한국어 (Korean) config PACKAGE_luci-i18n-nlbwmon-lt tristate default y if DEFAULT_luci-i18n-nlbwmon-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-nlbwmon-mr tristate default y if DEFAULT_luci-i18n-nlbwmon-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Marāṭhī (Marathi) config PACKAGE_luci-i18n-nlbwmon-ms tristate default y if DEFAULT_luci-i18n-nlbwmon-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nlbwmon-nl tristate default y if DEFAULT_luci-i18n-nlbwmon-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - Nederlands (Dutch) 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 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-nlbwmon 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc 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_libc depends on PACKAGE_luci-app-nlbwmon 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_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-nlbwmon help Translation for luci-app-nlbwmon - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-nut-ar tristate default y if DEFAULT_luci-i18n-nut-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - العربية (Arabic) config PACKAGE_luci-i18n-nut-bg tristate default y if DEFAULT_luci-i18n-nut-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - български (Bulgarian) config PACKAGE_luci-i18n-nut-bn tristate default y if DEFAULT_luci-i18n-nut-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - বাংলা (Bengali) config PACKAGE_luci-i18n-nut-ca tristate default y if DEFAULT_luci-i18n-nut-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Čeština (Czech) config PACKAGE_luci-i18n-nut-da tristate default y if DEFAULT_luci-i18n-nut-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Dansk (Danish) config PACKAGE_luci-i18n-nut-de tristate default y if DEFAULT_luci-i18n-nut-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Ελληνικά (Greek) config PACKAGE_luci-i18n-nut-es tristate default y if DEFAULT_luci-i18n-nut-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Español (Spanish) config PACKAGE_luci-i18n-nut-fi tristate default y if DEFAULT_luci-i18n-nut-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Suomi (Finnish) config PACKAGE_luci-i18n-nut-fr tristate default y if DEFAULT_luci-i18n-nut-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - 한국어 (Korean) config PACKAGE_luci-i18n-nut-lt tristate default y if DEFAULT_luci-i18n-nut-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-nut-mr tristate default y if DEFAULT_luci-i18n-nut-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Marāṭhī (Marathi) config PACKAGE_luci-i18n-nut-ms tristate default y if DEFAULT_luci-i18n-nut-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-nut-nl tristate default y if DEFAULT_luci-i18n-nut-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - Nederlands (Dutch) config PACKAGE_luci-i18n-nut-no tristate default y if DEFAULT_luci-i18n-nut-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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 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_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut 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) select PACKAGE_libc depends on PACKAGE_luci-app-nut 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_libc depends on PACKAGE_luci-app-nut help Translation for luci-app-nut - 简体中文 (Chinese Simplified) 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 help Translation for luci-app-nut - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ocserv-ar tristate default y if DEFAULT_luci-i18n-ocserv-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - العربية (Arabic) config PACKAGE_luci-i18n-ocserv-bg tristate default y if DEFAULT_luci-i18n-ocserv-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - български (Bulgarian) config PACKAGE_luci-i18n-ocserv-bn tristate default y if DEFAULT_luci-i18n-ocserv-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - বাংলা (Bengali) config PACKAGE_luci-i18n-ocserv-ca tristate default y if DEFAULT_luci-i18n-ocserv-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Čeština (Czech) config PACKAGE_luci-i18n-ocserv-da tristate default y if DEFAULT_luci-i18n-ocserv-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Dansk (Danish) config PACKAGE_luci-i18n-ocserv-de tristate default y if DEFAULT_luci-i18n-ocserv-de default LUCI_LANG_de||(ALL&&m) 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Ελληνικά (Greek) config PACKAGE_luci-i18n-ocserv-es tristate default y if DEFAULT_luci-i18n-ocserv-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Español (Spanish) config PACKAGE_luci-i18n-ocserv-fi tristate default y if DEFAULT_luci-i18n-ocserv-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Suomi (Finnish) config PACKAGE_luci-i18n-ocserv-fr tristate default y if DEFAULT_luci-i18n-ocserv-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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_libc depends on PACKAGE_luci-app-ocserv 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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_libc depends on PACKAGE_luci-app-ocserv 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - 한국어 (Korean) config PACKAGE_luci-i18n-ocserv-lt tristate default y if DEFAULT_luci-i18n-ocserv-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ocserv-mr tristate default y if DEFAULT_luci-i18n-ocserv-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ocserv-ms tristate default y if DEFAULT_luci-i18n-ocserv-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ocserv-nl tristate default y if DEFAULT_luci-i18n-ocserv-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - Nederlands (Dutch) 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 depends on PACKAGE_luci-app-ocserv 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_libc depends on PACKAGE_luci-app-ocserv 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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_libc depends on PACKAGE_luci-app-ocserv 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_libc depends on PACKAGE_luci-app-ocserv 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv 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_libc 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-ocserv-zh-tw tristate default y if DEFAULT_luci-i18n-ocserv-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ocserv help Translation for luci-app-ocserv - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-olsr-ar tristate default y if DEFAULT_luci-i18n-olsr-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - العربية (Arabic) config PACKAGE_luci-i18n-olsr-bg tristate default y if DEFAULT_luci-i18n-olsr-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - български (Bulgarian) config PACKAGE_luci-i18n-olsr-bn tristate default y if DEFAULT_luci-i18n-olsr-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - বাংলা (Bengali) config PACKAGE_luci-i18n-olsr-ca tristate default y if DEFAULT_luci-i18n-olsr-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Čeština (Czech) config PACKAGE_luci-i18n-olsr-da tristate default y if DEFAULT_luci-i18n-olsr-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Dansk (Danish) config PACKAGE_luci-i18n-olsr-de tristate default y if DEFAULT_luci-i18n-olsr-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr 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 depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Ελληνικά (Greek) config PACKAGE_luci-i18n-olsr-es tristate default y if DEFAULT_luci-i18n-olsr-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Español (Spanish) config PACKAGE_luci-i18n-olsr-fi tristate default y if DEFAULT_luci-i18n-olsr-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Suomi (Finnish) config PACKAGE_luci-i18n-olsr-fr tristate default y if DEFAULT_luci-i18n-olsr-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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_libc 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_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-lt tristate default y if DEFAULT_luci-i18n-olsr-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-olsr-mr tristate default y if DEFAULT_luci-i18n-olsr-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Marāṭhī (Marathi) config PACKAGE_luci-i18n-olsr-ms tristate default y if DEFAULT_luci-i18n-olsr-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-nl tristate default y if DEFAULT_luci-i18n-olsr-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Nederlands (Dutch) config PACKAGE_luci-i18n-olsr-no tristate default y if DEFAULT_luci-i18n-olsr-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Русский (Russian) config PACKAGE_luci-i18n-olsr-services-ar tristate default y if DEFAULT_luci-i18n-olsr-services-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - العربية (Arabic) 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_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - български (Bulgarian) config PACKAGE_luci-i18n-olsr-services-bn tristate default y if DEFAULT_luci-i18n-olsr-services-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - বাংলা (Bengali) 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Čeština (Czech) config PACKAGE_luci-i18n-olsr-services-da tristate default y if DEFAULT_luci-i18n-olsr-services-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Dansk (Danish) config PACKAGE_luci-i18n-olsr-services-de tristate default y if DEFAULT_luci-i18n-olsr-services-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services 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_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Ελληνικά (Greek) config PACKAGE_luci-i18n-olsr-services-es tristate default y if DEFAULT_luci-i18n-olsr-services-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Español (Spanish) config PACKAGE_luci-i18n-olsr-services-fi tristate default y if DEFAULT_luci-i18n-olsr-services-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Suomi (Finnish) config PACKAGE_luci-i18n-olsr-services-fr tristate default y if DEFAULT_luci-i18n-olsr-services-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services 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_libc depends on PACKAGE_luci-app-olsr-services 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_libc depends on PACKAGE_luci-app-olsr-services 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-services-lt tristate default y if DEFAULT_luci-i18n-olsr-services-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Lietuvių (Lithuanian) 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_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Marāṭhī (Marathi) config PACKAGE_luci-i18n-olsr-services-ms tristate default y if DEFAULT_luci-i18n-olsr-services-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-services-nl tristate default y if DEFAULT_luci-i18n-olsr-services-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - Nederlands (Dutch) 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_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_libc 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_libc depends on PACKAGE_luci-app-olsr-services 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_libc depends on PACKAGE_luci-app-olsr-services 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 depends on PACKAGE_luci-app-olsr-services 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_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_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_libc depends on PACKAGE_luci-app-olsr-services 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_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 depends on PACKAGE_luci-app-olsr-services 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-olsr-services help Translation for luci-app-olsr-services - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-olsr-sk tristate default y if DEFAULT_luci-i18n-olsr-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr 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_libc 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr 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_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-olsr-viz-ar tristate default y if DEFAULT_luci-i18n-olsr-viz-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - العربية (Arabic) 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - български (Bulgarian) config PACKAGE_luci-i18n-olsr-viz-bn tristate default y if DEFAULT_luci-i18n-olsr-viz-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - বাংলা (Bengali) 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_libc depends on PACKAGE_luci-app-olsr-viz 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Čeština (Czech) config PACKAGE_luci-i18n-olsr-viz-da tristate default y if DEFAULT_luci-i18n-olsr-viz-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Dansk (Danish) config PACKAGE_luci-i18n-olsr-viz-de tristate default y if DEFAULT_luci-i18n-olsr-viz-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Ελληνικά (Greek) 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Español (Spanish) config PACKAGE_luci-i18n-olsr-viz-fi tristate default y if DEFAULT_luci-i18n-olsr-viz-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Suomi (Finnish) 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_libc depends on PACKAGE_luci-app-olsr-viz 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz 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 depends on PACKAGE_luci-app-olsr-viz 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - 한국어 (Korean) config PACKAGE_luci-i18n-olsr-viz-lt tristate default y if DEFAULT_luci-i18n-olsr-viz-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Lietuvių (Lithuanian) 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Marāṭhī (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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-olsr-viz-nl tristate default y if DEFAULT_luci-i18n-olsr-viz-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - Nederlands (Dutch) 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_libc 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_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz 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_libc 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_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 depends on PACKAGE_luci-app-olsr-viz 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_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - 简体中文 (Chinese Simplified) 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) select PACKAGE_libc depends on PACKAGE_luci-app-olsr-viz help Translation for luci-app-olsr-viz - 繁體中文 (Chinese Traditional) 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_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-olsr-zh-tw tristate default y if DEFAULT_luci-i18n-olsr-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-olsr help Translation for luci-app-olsr - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-omcproxy-ar tristate default y if DEFAULT_luci-i18n-omcproxy-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - العربية (Arabic) config PACKAGE_luci-i18n-omcproxy-bg tristate default y if DEFAULT_luci-i18n-omcproxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - български (Bulgarian) config PACKAGE_luci-i18n-omcproxy-bn tristate default y if DEFAULT_luci-i18n-omcproxy-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - বাংলা (Bengali) config PACKAGE_luci-i18n-omcproxy-ca tristate default y if DEFAULT_luci-i18n-omcproxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Català (Catalan) config PACKAGE_luci-i18n-omcproxy-cs tristate default y if DEFAULT_luci-i18n-omcproxy-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Čeština (Czech) config PACKAGE_luci-i18n-omcproxy-da tristate default y if DEFAULT_luci-i18n-omcproxy-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Dansk (Danish) config PACKAGE_luci-i18n-omcproxy-de tristate default y if DEFAULT_luci-i18n-omcproxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Deutsch (German) config PACKAGE_luci-i18n-omcproxy-el tristate default y if DEFAULT_luci-i18n-omcproxy-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-omcproxy-es tristate default y if DEFAULT_luci-i18n-omcproxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Español (Spanish) config PACKAGE_luci-i18n-omcproxy-fi tristate default y if DEFAULT_luci-i18n-omcproxy-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Suomi (Finnish) config PACKAGE_luci-i18n-omcproxy-fr tristate default y if DEFAULT_luci-i18n-omcproxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Français (French) config PACKAGE_luci-i18n-omcproxy-he tristate default y if DEFAULT_luci-i18n-omcproxy-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-omcproxy-hi tristate default y if DEFAULT_luci-i18n-omcproxy-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - हिंदी (Hindi) config PACKAGE_luci-i18n-omcproxy-hu tristate default y if DEFAULT_luci-i18n-omcproxy-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Magyar (Hungarian) config PACKAGE_luci-i18n-omcproxy-it tristate default y if DEFAULT_luci-i18n-omcproxy-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Italiano (Italian) config PACKAGE_luci-i18n-omcproxy-ja tristate default y if DEFAULT_luci-i18n-omcproxy-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - 日本語 (Japanese) config PACKAGE_luci-i18n-omcproxy-ko tristate default y if DEFAULT_luci-i18n-omcproxy-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - 한국어 (Korean) config PACKAGE_luci-i18n-omcproxy-lt tristate default y if DEFAULT_luci-i18n-omcproxy-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-omcproxy-mr tristate default y if DEFAULT_luci-i18n-omcproxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Marāṭhī (Marathi) config PACKAGE_luci-i18n-omcproxy-ms tristate default y if DEFAULT_luci-i18n-omcproxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-omcproxy-nl tristate default y if DEFAULT_luci-i18n-omcproxy-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Nederlands (Dutch) config PACKAGE_luci-i18n-omcproxy-no tristate default y if DEFAULT_luci-i18n-omcproxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Norsk (Norwegian) config PACKAGE_luci-i18n-omcproxy-pl tristate default y if DEFAULT_luci-i18n-omcproxy-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Polski (Polish) config PACKAGE_luci-i18n-omcproxy-pt tristate default y if DEFAULT_luci-i18n-omcproxy-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Português (Portuguese) config PACKAGE_luci-i18n-omcproxy-pt-br tristate default y if DEFAULT_luci-i18n-omcproxy-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-omcproxy-ro tristate default y if DEFAULT_luci-i18n-omcproxy-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Română (Romanian) config PACKAGE_luci-i18n-omcproxy-ru tristate default y if DEFAULT_luci-i18n-omcproxy-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Русский (Russian) config PACKAGE_luci-i18n-omcproxy-sk tristate default y if DEFAULT_luci-i18n-omcproxy-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Slovenčina (Slovak) config PACKAGE_luci-i18n-omcproxy-sv tristate default y if DEFAULT_luci-i18n-omcproxy-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Svenska (Swedish) config PACKAGE_luci-i18n-omcproxy-tr tristate default y if DEFAULT_luci-i18n-omcproxy-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Türkçe (Turkish) config PACKAGE_luci-i18n-omcproxy-uk tristate default y if DEFAULT_luci-i18n-omcproxy-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Українська (Ukrainian) config PACKAGE_luci-i18n-omcproxy-vi tristate default y if DEFAULT_luci-i18n-omcproxy-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-omcproxy-zh-cn tristate default y if DEFAULT_luci-i18n-omcproxy-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-omcproxy-zh-tw tristate default y if DEFAULT_luci-i18n-omcproxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-omcproxy help Translation for luci-app-omcproxy - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-openvpn-ar tristate default y if DEFAULT_luci-i18n-openvpn-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - العربية (Arabic) config PACKAGE_luci-i18n-openvpn-bg tristate default y if DEFAULT_luci-i18n-openvpn-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - български (Bulgarian) config PACKAGE_luci-i18n-openvpn-bn tristate default y if DEFAULT_luci-i18n-openvpn-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - বাংলা (Bengali) config PACKAGE_luci-i18n-openvpn-ca tristate default y if DEFAULT_luci-i18n-openvpn-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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 depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Čeština (Czech) config PACKAGE_luci-i18n-openvpn-da tristate default y if DEFAULT_luci-i18n-openvpn-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Dansk (Danish) config PACKAGE_luci-i18n-openvpn-de tristate default y if DEFAULT_luci-i18n-openvpn-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Ελληνικά (Greek) config PACKAGE_luci-i18n-openvpn-es tristate default y if DEFAULT_luci-i18n-openvpn-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Español (Spanish) config PACKAGE_luci-i18n-openvpn-fi tristate default y if DEFAULT_luci-i18n-openvpn-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Suomi (Finnish) config PACKAGE_luci-i18n-openvpn-fr tristate default y if DEFAULT_luci-i18n-openvpn-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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 depends on PACKAGE_luci-app-openvpn 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) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn 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_libc 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_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - 한국어 (Korean) config PACKAGE_luci-i18n-openvpn-lt tristate default y if DEFAULT_luci-i18n-openvpn-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-openvpn-mr tristate default y if DEFAULT_luci-i18n-openvpn-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Marāṭhī (Marathi) config PACKAGE_luci-i18n-openvpn-ms tristate default y if DEFAULT_luci-i18n-openvpn-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-openvpn-nl tristate default y if DEFAULT_luci-i18n-openvpn-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - Nederlands (Dutch) config PACKAGE_luci-i18n-openvpn-no tristate default y if DEFAULT_luci-i18n-openvpn-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn 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 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_libc depends on PACKAGE_luci-app-openvpn 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) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn 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) select PACKAGE_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn 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 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_libc depends on PACKAGE_luci-app-openvpn 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_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-openvpn help Translation for luci-app-openvpn - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-openwisp-ar tristate default y if DEFAULT_luci-i18n-openwisp-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - العربية (Arabic) config PACKAGE_luci-i18n-openwisp-bg tristate default y if DEFAULT_luci-i18n-openwisp-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - български (Bulgarian) config PACKAGE_luci-i18n-openwisp-bn tristate default y if DEFAULT_luci-i18n-openwisp-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - বাংলা (Bengali) config PACKAGE_luci-i18n-openwisp-ca tristate default y if DEFAULT_luci-i18n-openwisp-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Català (Catalan) config PACKAGE_luci-i18n-openwisp-cs tristate default y if DEFAULT_luci-i18n-openwisp-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Čeština (Czech) config PACKAGE_luci-i18n-openwisp-da tristate default y if DEFAULT_luci-i18n-openwisp-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Dansk (Danish) config PACKAGE_luci-i18n-openwisp-de tristate default y if DEFAULT_luci-i18n-openwisp-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Deutsch (German) config PACKAGE_luci-i18n-openwisp-el tristate default y if DEFAULT_luci-i18n-openwisp-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Ελληνικά (Greek) config PACKAGE_luci-i18n-openwisp-es tristate default y if DEFAULT_luci-i18n-openwisp-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Español (Spanish) config PACKAGE_luci-i18n-openwisp-fi tristate default y if DEFAULT_luci-i18n-openwisp-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Suomi (Finnish) config PACKAGE_luci-i18n-openwisp-fr tristate default y if DEFAULT_luci-i18n-openwisp-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Français (French) config PACKAGE_luci-i18n-openwisp-he tristate default y if DEFAULT_luci-i18n-openwisp-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-openwisp-hi tristate default y if DEFAULT_luci-i18n-openwisp-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - हिंदी (Hindi) config PACKAGE_luci-i18n-openwisp-hu tristate default y if DEFAULT_luci-i18n-openwisp-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Magyar (Hungarian) config PACKAGE_luci-i18n-openwisp-it tristate default y if DEFAULT_luci-i18n-openwisp-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Italiano (Italian) config PACKAGE_luci-i18n-openwisp-ja tristate default y if DEFAULT_luci-i18n-openwisp-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - 日本語 (Japanese) config PACKAGE_luci-i18n-openwisp-ko tristate default y if DEFAULT_luci-i18n-openwisp-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - 한국어 (Korean) config PACKAGE_luci-i18n-openwisp-lt tristate default y if DEFAULT_luci-i18n-openwisp-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-openwisp-mr tristate default y if DEFAULT_luci-i18n-openwisp-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Marāṭhī (Marathi) config PACKAGE_luci-i18n-openwisp-ms tristate default y if DEFAULT_luci-i18n-openwisp-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-openwisp-nl tristate default y if DEFAULT_luci-i18n-openwisp-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Nederlands (Dutch) config PACKAGE_luci-i18n-openwisp-no tristate default y if DEFAULT_luci-i18n-openwisp-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Norsk (Norwegian) config PACKAGE_luci-i18n-openwisp-pl tristate default y if DEFAULT_luci-i18n-openwisp-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Polski (Polish) config PACKAGE_luci-i18n-openwisp-pt tristate default y if DEFAULT_luci-i18n-openwisp-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Português (Portuguese) config PACKAGE_luci-i18n-openwisp-pt-br tristate default y if DEFAULT_luci-i18n-openwisp-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-openwisp-ro tristate default y if DEFAULT_luci-i18n-openwisp-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Română (Romanian) config PACKAGE_luci-i18n-openwisp-ru tristate default y if DEFAULT_luci-i18n-openwisp-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Русский (Russian) config PACKAGE_luci-i18n-openwisp-sk tristate default y if DEFAULT_luci-i18n-openwisp-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Slovenčina (Slovak) config PACKAGE_luci-i18n-openwisp-sv tristate default y if DEFAULT_luci-i18n-openwisp-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Svenska (Swedish) config PACKAGE_luci-i18n-openwisp-tr tristate default y if DEFAULT_luci-i18n-openwisp-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Türkçe (Turkish) config PACKAGE_luci-i18n-openwisp-uk tristate default y if DEFAULT_luci-i18n-openwisp-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Українська (Ukrainian) config PACKAGE_luci-i18n-openwisp-vi tristate default y if DEFAULT_luci-i18n-openwisp-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-openwisp-zh-cn tristate default y if DEFAULT_luci-i18n-openwisp-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-openwisp-zh-tw tristate default y if DEFAULT_luci-i18n-openwisp-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-openwisp help Translation for luci-app-openwisp - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-p910nd-ar tristate default y if DEFAULT_luci-i18n-p910nd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - العربية (Arabic) config PACKAGE_luci-i18n-p910nd-bg tristate default y if DEFAULT_luci-i18n-p910nd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - български (Bulgarian) config PACKAGE_luci-i18n-p910nd-bn tristate default y if DEFAULT_luci-i18n-p910nd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - বাংলা (Bengali) config PACKAGE_luci-i18n-p910nd-ca tristate default y if DEFAULT_luci-i18n-p910nd-ca default LUCI_LANG_ca||(ALL&&m) 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_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Čeština (Czech) config PACKAGE_luci-i18n-p910nd-da tristate default y if DEFAULT_luci-i18n-p910nd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Dansk (Danish) config PACKAGE_luci-i18n-p910nd-de tristate default y if DEFAULT_luci-i18n-p910nd-de default LUCI_LANG_de||(ALL&&m) 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_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Ελληνικά (Greek) config PACKAGE_luci-i18n-p910nd-es tristate default y if DEFAULT_luci-i18n-p910nd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Español (Spanish) config PACKAGE_luci-i18n-p910nd-fi tristate default y if DEFAULT_luci-i18n-p910nd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Suomi (Finnish) config PACKAGE_luci-i18n-p910nd-fr tristate default y if DEFAULT_luci-i18n-p910nd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd 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_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_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - 한국어 (Korean) config PACKAGE_luci-i18n-p910nd-lt tristate default y if DEFAULT_luci-i18n-p910nd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-p910nd-mr tristate default y if DEFAULT_luci-i18n-p910nd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-p910nd-ms tristate default y if DEFAULT_luci-i18n-p910nd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-p910nd-nl tristate default y if DEFAULT_luci-i18n-p910nd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - Nederlands (Dutch) config PACKAGE_luci-i18n-p910nd-no tristate default y if DEFAULT_luci-i18n-p910nd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd 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 depends on PACKAGE_luci-app-p910nd 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 depends on PACKAGE_luci-app-p910nd 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_libc 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_libc depends on PACKAGE_luci-app-p910nd 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_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_libc depends on PACKAGE_luci-app-p910nd 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_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-p910nd-zh-tw tristate default y if DEFAULT_luci-i18n-p910nd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-p910nd help Translation for luci-app-p910nd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-pagekitec-ar tristate default y if DEFAULT_luci-i18n-pagekitec-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - العربية (Arabic) config PACKAGE_luci-i18n-pagekitec-bg tristate default y if DEFAULT_luci-i18n-pagekitec-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - български (Bulgarian) config PACKAGE_luci-i18n-pagekitec-bn tristate default y if DEFAULT_luci-i18n-pagekitec-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - বাংলা (Bengali) config PACKAGE_luci-i18n-pagekitec-ca tristate default y if DEFAULT_luci-i18n-pagekitec-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Català (Catalan) config PACKAGE_luci-i18n-pagekitec-cs tristate default y if DEFAULT_luci-i18n-pagekitec-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Čeština (Czech) config PACKAGE_luci-i18n-pagekitec-da tristate default y if DEFAULT_luci-i18n-pagekitec-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Dansk (Danish) config PACKAGE_luci-i18n-pagekitec-de tristate default y if DEFAULT_luci-i18n-pagekitec-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Deutsch (German) config PACKAGE_luci-i18n-pagekitec-el tristate default y if DEFAULT_luci-i18n-pagekitec-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Ελληνικά (Greek) config PACKAGE_luci-i18n-pagekitec-es tristate default y if DEFAULT_luci-i18n-pagekitec-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Español (Spanish) config PACKAGE_luci-i18n-pagekitec-fi tristate default y if DEFAULT_luci-i18n-pagekitec-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Suomi (Finnish) config PACKAGE_luci-i18n-pagekitec-fr tristate default y if DEFAULT_luci-i18n-pagekitec-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Français (French) config PACKAGE_luci-i18n-pagekitec-he tristate default y if DEFAULT_luci-i18n-pagekitec-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-pagekitec-hi tristate default y if DEFAULT_luci-i18n-pagekitec-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - हिंदी (Hindi) config PACKAGE_luci-i18n-pagekitec-hu tristate default y if DEFAULT_luci-i18n-pagekitec-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Magyar (Hungarian) config PACKAGE_luci-i18n-pagekitec-it tristate default y if DEFAULT_luci-i18n-pagekitec-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Italiano (Italian) config PACKAGE_luci-i18n-pagekitec-ja tristate default y if DEFAULT_luci-i18n-pagekitec-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - 日本語 (Japanese) config PACKAGE_luci-i18n-pagekitec-ko tristate default y if DEFAULT_luci-i18n-pagekitec-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - 한국어 (Korean) config PACKAGE_luci-i18n-pagekitec-lt tristate default y if DEFAULT_luci-i18n-pagekitec-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-pagekitec-mr tristate default y if DEFAULT_luci-i18n-pagekitec-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Marāṭhī (Marathi) config PACKAGE_luci-i18n-pagekitec-ms tristate default y if DEFAULT_luci-i18n-pagekitec-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-pagekitec-nl tristate default y if DEFAULT_luci-i18n-pagekitec-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Nederlands (Dutch) config PACKAGE_luci-i18n-pagekitec-no tristate default y if DEFAULT_luci-i18n-pagekitec-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Norsk (Norwegian) config PACKAGE_luci-i18n-pagekitec-pl tristate default y if DEFAULT_luci-i18n-pagekitec-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Polski (Polish) config PACKAGE_luci-i18n-pagekitec-pt tristate default y if DEFAULT_luci-i18n-pagekitec-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-pagekitec-ro tristate default y if DEFAULT_luci-i18n-pagekitec-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Română (Romanian) config PACKAGE_luci-i18n-pagekitec-ru tristate default y if DEFAULT_luci-i18n-pagekitec-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Русский (Russian) config PACKAGE_luci-i18n-pagekitec-sk tristate default y if DEFAULT_luci-i18n-pagekitec-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Slovenčina (Slovak) config PACKAGE_luci-i18n-pagekitec-sv tristate default y if DEFAULT_luci-i18n-pagekitec-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Svenska (Swedish) config PACKAGE_luci-i18n-pagekitec-tr tristate default y if DEFAULT_luci-i18n-pagekitec-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Türkçe (Turkish) config PACKAGE_luci-i18n-pagekitec-uk tristate default y if DEFAULT_luci-i18n-pagekitec-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Українська (Ukrainian) config PACKAGE_luci-i18n-pagekitec-vi tristate default y if DEFAULT_luci-i18n-pagekitec-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-pagekitec help Translation for luci-app-pagekitec - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-pbr-ar tristate default y if DEFAULT_luci-i18n-pbr-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - العربية (Arabic) config PACKAGE_luci-i18n-pbr-bg tristate default y if DEFAULT_luci-i18n-pbr-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - български (Bulgarian) config PACKAGE_luci-i18n-pbr-bn tristate default y if DEFAULT_luci-i18n-pbr-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - বাংলা (Bengali) config PACKAGE_luci-i18n-pbr-ca tristate default y if DEFAULT_luci-i18n-pbr-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Català (Catalan) config PACKAGE_luci-i18n-pbr-cs tristate default y if DEFAULT_luci-i18n-pbr-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Čeština (Czech) config PACKAGE_luci-i18n-pbr-da tristate default y if DEFAULT_luci-i18n-pbr-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Dansk (Danish) config PACKAGE_luci-i18n-pbr-de tristate default y if DEFAULT_luci-i18n-pbr-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Deutsch (German) config PACKAGE_luci-i18n-pbr-el tristate default y if DEFAULT_luci-i18n-pbr-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Ελληνικά (Greek) config PACKAGE_luci-i18n-pbr-es tristate default y if DEFAULT_luci-i18n-pbr-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Español (Spanish) config PACKAGE_luci-i18n-pbr-fi tristate default y if DEFAULT_luci-i18n-pbr-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Suomi (Finnish) config PACKAGE_luci-i18n-pbr-fr tristate default y if DEFAULT_luci-i18n-pbr-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Français (French) config PACKAGE_luci-i18n-pbr-he tristate default y if DEFAULT_luci-i18n-pbr-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-pbr-hi tristate default y if DEFAULT_luci-i18n-pbr-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - हिंदी (Hindi) config PACKAGE_luci-i18n-pbr-hu tristate default y if DEFAULT_luci-i18n-pbr-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Magyar (Hungarian) config PACKAGE_luci-i18n-pbr-it tristate default y if DEFAULT_luci-i18n-pbr-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Italiano (Italian) config PACKAGE_luci-i18n-pbr-ja tristate default y if DEFAULT_luci-i18n-pbr-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - 日本語 (Japanese) config PACKAGE_luci-i18n-pbr-ko tristate default y if DEFAULT_luci-i18n-pbr-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - 한국어 (Korean) config PACKAGE_luci-i18n-pbr-lt tristate default y if DEFAULT_luci-i18n-pbr-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-pbr-mr tristate default y if DEFAULT_luci-i18n-pbr-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Marāṭhī (Marathi) config PACKAGE_luci-i18n-pbr-ms tristate default y if DEFAULT_luci-i18n-pbr-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-pbr-nl tristate default y if DEFAULT_luci-i18n-pbr-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Nederlands (Dutch) config PACKAGE_luci-i18n-pbr-no tristate default y if DEFAULT_luci-i18n-pbr-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Norsk (Norwegian) config PACKAGE_luci-i18n-pbr-pl tristate default y if DEFAULT_luci-i18n-pbr-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Polski (Polish) config PACKAGE_luci-i18n-pbr-pt tristate default y if DEFAULT_luci-i18n-pbr-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Português (Portuguese) config PACKAGE_luci-i18n-pbr-pt-br tristate default y if DEFAULT_luci-i18n-pbr-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-pbr-ro tristate default y if DEFAULT_luci-i18n-pbr-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Română (Romanian) config PACKAGE_luci-i18n-pbr-ru tristate default y if DEFAULT_luci-i18n-pbr-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Русский (Russian) config PACKAGE_luci-i18n-pbr-sk tristate default y if DEFAULT_luci-i18n-pbr-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Slovenčina (Slovak) config PACKAGE_luci-i18n-pbr-sv tristate default y if DEFAULT_luci-i18n-pbr-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Svenska (Swedish) config PACKAGE_luci-i18n-pbr-tr tristate default y if DEFAULT_luci-i18n-pbr-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Türkçe (Turkish) config PACKAGE_luci-i18n-pbr-uk tristate default y if DEFAULT_luci-i18n-pbr-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Українська (Ukrainian) config PACKAGE_luci-i18n-pbr-vi tristate default y if DEFAULT_luci-i18n-pbr-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-pbr-zh-cn tristate default y if DEFAULT_luci-i18n-pbr-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-pbr-zh-tw tristate default y if DEFAULT_luci-i18n-pbr-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-pbr help Translation for luci-app-pbr - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-privoxy-ar tristate default y if DEFAULT_luci-i18n-privoxy-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - العربية (Arabic) config PACKAGE_luci-i18n-privoxy-bg tristate default y if DEFAULT_luci-i18n-privoxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - български (Bulgarian) config PACKAGE_luci-i18n-privoxy-bn tristate default y if DEFAULT_luci-i18n-privoxy-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - বাংলা (Bengali) config PACKAGE_luci-i18n-privoxy-ca tristate default y if DEFAULT_luci-i18n-privoxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy 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 depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Čeština (Czech) config PACKAGE_luci-i18n-privoxy-da tristate default y if DEFAULT_luci-i18n-privoxy-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Dansk (Danish) config PACKAGE_luci-i18n-privoxy-de tristate default y if DEFAULT_luci-i18n-privoxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy 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) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-privoxy-es tristate default y if DEFAULT_luci-i18n-privoxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Español (Spanish) config PACKAGE_luci-i18n-privoxy-fi tristate default y if DEFAULT_luci-i18n-privoxy-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Suomi (Finnish) config PACKAGE_luci-i18n-privoxy-fr tristate default y if DEFAULT_luci-i18n-privoxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - 한국어 (Korean) config PACKAGE_luci-i18n-privoxy-lt tristate default y if DEFAULT_luci-i18n-privoxy-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-privoxy-mr tristate default y if DEFAULT_luci-i18n-privoxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Marāṭhī (Marathi) config PACKAGE_luci-i18n-privoxy-ms tristate default y if DEFAULT_luci-i18n-privoxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-privoxy-nl tristate default y if DEFAULT_luci-i18n-privoxy-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - Nederlands (Dutch) config PACKAGE_luci-i18n-privoxy-no tristate default y if DEFAULT_luci-i18n-privoxy-no default LUCI_LANG_nb_NO||(ALL&&m) 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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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 depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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 depends on PACKAGE_luci-app-privoxy 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) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy 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_libc depends on PACKAGE_luci-app-privoxy 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_libc 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_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-privoxy-zh-tw tristate default y if DEFAULT_luci-i18n-privoxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-privoxy help Translation for luci-app-privoxy - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-qos-ar tristate default y if DEFAULT_luci-i18n-qos-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - العربية (Arabic) config PACKAGE_luci-i18n-qos-bg tristate default y if DEFAULT_luci-i18n-qos-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - български (Bulgarian) config PACKAGE_luci-i18n-qos-bn tristate default y if DEFAULT_luci-i18n-qos-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - বাংলা (Bengali) config PACKAGE_luci-i18n-qos-ca tristate default y if DEFAULT_luci-i18n-qos-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Čeština (Czech) config PACKAGE_luci-i18n-qos-da tristate default y if DEFAULT_luci-i18n-qos-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Dansk (Danish) config PACKAGE_luci-i18n-qos-de tristate default y if DEFAULT_luci-i18n-qos-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Ελληνικά (Greek) config PACKAGE_luci-i18n-qos-es tristate default y if DEFAULT_luci-i18n-qos-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Español (Spanish) config PACKAGE_luci-i18n-qos-fi tristate default y if DEFAULT_luci-i18n-qos-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Suomi (Finnish) config PACKAGE_luci-i18n-qos-fr tristate default y if DEFAULT_luci-i18n-qos-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-qos 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_libc depends on PACKAGE_luci-app-qos 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_libc depends on PACKAGE_luci-app-qos 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_libc depends on PACKAGE_luci-app-qos 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 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_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 한국어 (Korean) config PACKAGE_luci-i18n-qos-lt tristate default y if DEFAULT_luci-i18n-qos-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-qos-mr tristate default y if DEFAULT_luci-i18n-qos-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Marāṭhī (Marathi) config PACKAGE_luci-i18n-qos-ms tristate default y if DEFAULT_luci-i18n-qos-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-qos-nl tristate default y if DEFAULT_luci-i18n-qos-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - Nederlands (Dutch) 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 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_libc depends on PACKAGE_luci-app-qos 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-qos 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_libc depends on PACKAGE_luci-app-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-qos 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_libc 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_libc depends on PACKAGE_luci-app-qos 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_libc depends on PACKAGE_luci-app-qos 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) select PACKAGE_libc depends on PACKAGE_luci-app-qos 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 depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-qos help Translation for luci-app-qos - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-radicale-ar tristate default y if DEFAULT_luci-i18n-radicale-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - العربية (Arabic) config PACKAGE_luci-i18n-radicale-bg tristate default y if DEFAULT_luci-i18n-radicale-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - български (Bulgarian) config PACKAGE_luci-i18n-radicale-bn tristate default y if DEFAULT_luci-i18n-radicale-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - বাংলা (Bengali) config PACKAGE_luci-i18n-radicale-ca tristate default y if DEFAULT_luci-i18n-radicale-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Čeština (Czech) config PACKAGE_luci-i18n-radicale-da tristate default y if DEFAULT_luci-i18n-radicale-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Dansk (Danish) config PACKAGE_luci-i18n-radicale-de tristate default y if DEFAULT_luci-i18n-radicale-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Ελληνικά (Greek) config PACKAGE_luci-i18n-radicale-es tristate default y if DEFAULT_luci-i18n-radicale-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Español (Spanish) config PACKAGE_luci-i18n-radicale-fi tristate default y if DEFAULT_luci-i18n-radicale-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Suomi (Finnish) config PACKAGE_luci-i18n-radicale-fr tristate default y if DEFAULT_luci-i18n-radicale-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale 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) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - 한국어 (Korean) config PACKAGE_luci-i18n-radicale-lt tristate default y if DEFAULT_luci-i18n-radicale-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-radicale-mr tristate default y if DEFAULT_luci-i18n-radicale-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Marāṭhī (Marathi) config PACKAGE_luci-i18n-radicale-ms tristate default y if DEFAULT_luci-i18n-radicale-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-radicale-nl tristate default y if DEFAULT_luci-i18n-radicale-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - Nederlands (Dutch) config PACKAGE_luci-i18n-radicale-no tristate default y if DEFAULT_luci-i18n-radicale-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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_libc 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_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale 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_libc 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_libc depends on PACKAGE_luci-app-radicale 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) select PACKAGE_libc depends on PACKAGE_luci-app-radicale 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 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_libc depends on PACKAGE_luci-app-radicale 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_libc depends on PACKAGE_luci-app-radicale 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) select PACKAGE_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-radicale help Translation for luci-app-radicale - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-radicale2-ar tristate default y if DEFAULT_luci-i18n-radicale2-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - العربية (Arabic) config PACKAGE_luci-i18n-radicale2-bg tristate default y if DEFAULT_luci-i18n-radicale2-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - български (Bulgarian) config PACKAGE_luci-i18n-radicale2-bn tristate default y if DEFAULT_luci-i18n-radicale2-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - বাংলা (Bengali) config PACKAGE_luci-i18n-radicale2-ca tristate default y if DEFAULT_luci-i18n-radicale2-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Català (Catalan) config PACKAGE_luci-i18n-radicale2-cs tristate default y if DEFAULT_luci-i18n-radicale2-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Čeština (Czech) config PACKAGE_luci-i18n-radicale2-da tristate default y if DEFAULT_luci-i18n-radicale2-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Dansk (Danish) config PACKAGE_luci-i18n-radicale2-de tristate default y if DEFAULT_luci-i18n-radicale2-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Deutsch (German) config PACKAGE_luci-i18n-radicale2-el tristate default y if DEFAULT_luci-i18n-radicale2-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Ελληνικά (Greek) config PACKAGE_luci-i18n-radicale2-es tristate default y if DEFAULT_luci-i18n-radicale2-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Español (Spanish) config PACKAGE_luci-i18n-radicale2-fi tristate default y if DEFAULT_luci-i18n-radicale2-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Suomi (Finnish) config PACKAGE_luci-i18n-radicale2-fr tristate default y if DEFAULT_luci-i18n-radicale2-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Français (French) config PACKAGE_luci-i18n-radicale2-he tristate default y if DEFAULT_luci-i18n-radicale2-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-radicale2-hi tristate default y if DEFAULT_luci-i18n-radicale2-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - हिंदी (Hindi) config PACKAGE_luci-i18n-radicale2-hu tristate default y if DEFAULT_luci-i18n-radicale2-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Magyar (Hungarian) config PACKAGE_luci-i18n-radicale2-it tristate default y if DEFAULT_luci-i18n-radicale2-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Italiano (Italian) config PACKAGE_luci-i18n-radicale2-ja tristate default y if DEFAULT_luci-i18n-radicale2-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - 日本語 (Japanese) config PACKAGE_luci-i18n-radicale2-ko tristate default y if DEFAULT_luci-i18n-radicale2-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - 한국어 (Korean) config PACKAGE_luci-i18n-radicale2-lt tristate default y if DEFAULT_luci-i18n-radicale2-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-radicale2-mr tristate default y if DEFAULT_luci-i18n-radicale2-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-radicale2-ms tristate default y if DEFAULT_luci-i18n-radicale2-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-radicale2-nl tristate default y if DEFAULT_luci-i18n-radicale2-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Nederlands (Dutch) config PACKAGE_luci-i18n-radicale2-no tristate default y if DEFAULT_luci-i18n-radicale2-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Norsk (Norwegian) config PACKAGE_luci-i18n-radicale2-pl tristate default y if DEFAULT_luci-i18n-radicale2-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Polski (Polish) config PACKAGE_luci-i18n-radicale2-pt tristate default y if DEFAULT_luci-i18n-radicale2-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-radicale2-ro tristate default y if DEFAULT_luci-i18n-radicale2-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Română (Romanian) config PACKAGE_luci-i18n-radicale2-ru tristate default y if DEFAULT_luci-i18n-radicale2-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Русский (Russian) config PACKAGE_luci-i18n-radicale2-sk tristate default y if DEFAULT_luci-i18n-radicale2-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Slovenčina (Slovak) config PACKAGE_luci-i18n-radicale2-sv tristate default y if DEFAULT_luci-i18n-radicale2-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Svenska (Swedish) config PACKAGE_luci-i18n-radicale2-tr tristate default y if DEFAULT_luci-i18n-radicale2-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Türkçe (Turkish) config PACKAGE_luci-i18n-radicale2-uk tristate default y if DEFAULT_luci-i18n-radicale2-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Українська (Ukrainian) config PACKAGE_luci-i18n-radicale2-vi tristate default y if DEFAULT_luci-i18n-radicale2-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - Tiếng Việt (Vietnamese) 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 depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-radicale2 help Translation for luci-app-radicale2 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-rp-pppoe-server-ar tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - العربية (Arabic) 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) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - български (Bulgarian) config PACKAGE_luci-i18n-rp-pppoe-server-bn tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - বাংলা (Bengali) 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Čeština (Czech) config PACKAGE_luci-i18n-rp-pppoe-server-da tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Dansk (Danish) 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_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-es tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Español (Spanish) config PACKAGE_luci-i18n-rp-pppoe-server-fi tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Suomi (Finnish) 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) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server 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) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc 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_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - 한국어 (Korean) config PACKAGE_luci-i18n-rp-pppoe-server-lt tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Lietuvių (Lithuanian) 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_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Marāṭhī (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_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-rp-pppoe-server-nl tristate default y if DEFAULT_luci-i18n-rp-pppoe-server-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - Nederlands (Dutch) 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_libc 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_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_libc 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_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_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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_libc depends on PACKAGE_luci-app-rp-pppoe-server 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_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_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - 简体中文 (Chinese Simplified) 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) select PACKAGE_libc depends on PACKAGE_luci-app-rp-pppoe-server help Translation for luci-app-rp-pppoe-server - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-samba4-ar tristate default y if DEFAULT_luci-i18n-samba4-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - العربية (Arabic) config PACKAGE_luci-i18n-samba4-bg tristate default y if DEFAULT_luci-i18n-samba4-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - български (Bulgarian) config PACKAGE_luci-i18n-samba4-bn tristate default y if DEFAULT_luci-i18n-samba4-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - বাংলা (Bengali) config PACKAGE_luci-i18n-samba4-ca tristate default y if DEFAULT_luci-i18n-samba4-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Čeština (Czech) config PACKAGE_luci-i18n-samba4-da tristate default y if DEFAULT_luci-i18n-samba4-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Dansk (Danish) config PACKAGE_luci-i18n-samba4-de tristate default y if DEFAULT_luci-i18n-samba4-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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 depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Ελληνικά (Greek) config PACKAGE_luci-i18n-samba4-es tristate default y if DEFAULT_luci-i18n-samba4-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Español (Spanish) config PACKAGE_luci-i18n-samba4-fi tristate default y if DEFAULT_luci-i18n-samba4-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Suomi (Finnish) config PACKAGE_luci-i18n-samba4-fr tristate default y if DEFAULT_luci-i18n-samba4-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 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_libc 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_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - 한국어 (Korean) config PACKAGE_luci-i18n-samba4-lt tristate default y if DEFAULT_luci-i18n-samba4-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-samba4-mr tristate default y if DEFAULT_luci-i18n-samba4-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-samba4-ms tristate default y if DEFAULT_luci-i18n-samba4-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-samba4-nl tristate default y if DEFAULT_luci-i18n-samba4-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - Nederlands (Dutch) config PACKAGE_luci-i18n-samba4-no tristate default y if DEFAULT_luci-i18n-samba4-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 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 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_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 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) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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) select PACKAGE_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 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 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 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_libc depends on PACKAGE_luci-app-samba4 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_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-samba4 help Translation for luci-app-samba4 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ser2net-ar tristate default y if DEFAULT_luci-i18n-ser2net-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - العربية (Arabic) config PACKAGE_luci-i18n-ser2net-bg tristate default y if DEFAULT_luci-i18n-ser2net-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - български (Bulgarian) config PACKAGE_luci-i18n-ser2net-bn tristate default y if DEFAULT_luci-i18n-ser2net-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - বাংলা (Bengali) config PACKAGE_luci-i18n-ser2net-ca tristate default y if DEFAULT_luci-i18n-ser2net-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Català (Catalan) config PACKAGE_luci-i18n-ser2net-cs tristate default y if DEFAULT_luci-i18n-ser2net-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Čeština (Czech) config PACKAGE_luci-i18n-ser2net-da tristate default y if DEFAULT_luci-i18n-ser2net-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Dansk (Danish) config PACKAGE_luci-i18n-ser2net-de tristate default y if DEFAULT_luci-i18n-ser2net-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Deutsch (German) config PACKAGE_luci-i18n-ser2net-el tristate default y if DEFAULT_luci-i18n-ser2net-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Ελληνικά (Greek) config PACKAGE_luci-i18n-ser2net-es tristate default y if DEFAULT_luci-i18n-ser2net-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Español (Spanish) config PACKAGE_luci-i18n-ser2net-fi tristate default y if DEFAULT_luci-i18n-ser2net-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Suomi (Finnish) config PACKAGE_luci-i18n-ser2net-fr tristate default y if DEFAULT_luci-i18n-ser2net-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Français (French) config PACKAGE_luci-i18n-ser2net-he tristate default y if DEFAULT_luci-i18n-ser2net-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-ser2net-hi tristate default y if DEFAULT_luci-i18n-ser2net-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - हिंदी (Hindi) config PACKAGE_luci-i18n-ser2net-hu tristate default y if DEFAULT_luci-i18n-ser2net-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Magyar (Hungarian) config PACKAGE_luci-i18n-ser2net-it tristate default y if DEFAULT_luci-i18n-ser2net-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Italiano (Italian) config PACKAGE_luci-i18n-ser2net-ja tristate default y if DEFAULT_luci-i18n-ser2net-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - 日本語 (Japanese) config PACKAGE_luci-i18n-ser2net-ko tristate default y if DEFAULT_luci-i18n-ser2net-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - 한국어 (Korean) config PACKAGE_luci-i18n-ser2net-lt tristate default y if DEFAULT_luci-i18n-ser2net-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ser2net-mr tristate default y if DEFAULT_luci-i18n-ser2net-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ser2net-ms tristate default y if DEFAULT_luci-i18n-ser2net-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ser2net-nl tristate default y if DEFAULT_luci-i18n-ser2net-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Nederlands (Dutch) config PACKAGE_luci-i18n-ser2net-no tristate default y if DEFAULT_luci-i18n-ser2net-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Norsk (Norwegian) config PACKAGE_luci-i18n-ser2net-pl tristate default y if DEFAULT_luci-i18n-ser2net-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Polski (Polish) config PACKAGE_luci-i18n-ser2net-pt tristate default y if DEFAULT_luci-i18n-ser2net-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Português (Portuguese) config PACKAGE_luci-i18n-ser2net-pt-br tristate default y if DEFAULT_luci-i18n-ser2net-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-ser2net-ro tristate default y if DEFAULT_luci-i18n-ser2net-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Română (Romanian) config PACKAGE_luci-i18n-ser2net-ru tristate default y if DEFAULT_luci-i18n-ser2net-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Русский (Russian) config PACKAGE_luci-i18n-ser2net-sk tristate default y if DEFAULT_luci-i18n-ser2net-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Slovenčina (Slovak) config PACKAGE_luci-i18n-ser2net-sv tristate default y if DEFAULT_luci-i18n-ser2net-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Svenska (Swedish) config PACKAGE_luci-i18n-ser2net-tr tristate default y if DEFAULT_luci-i18n-ser2net-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Türkçe (Turkish) config PACKAGE_luci-i18n-ser2net-uk tristate default y if DEFAULT_luci-i18n-ser2net-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Українська (Ukrainian) config PACKAGE_luci-i18n-ser2net-vi tristate default y if DEFAULT_luci-i18n-ser2net-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-ser2net-zh-cn tristate default y if DEFAULT_luci-i18n-ser2net-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-ser2net-zh-tw tristate default y if DEFAULT_luci-i18n-ser2net-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ser2net help Translation for luci-app-ser2net - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-smartdns-ar tristate default y if DEFAULT_luci-i18n-smartdns-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - العربية (Arabic) config PACKAGE_luci-i18n-smartdns-bg tristate default y if DEFAULT_luci-i18n-smartdns-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - български (Bulgarian) config PACKAGE_luci-i18n-smartdns-bn tristate default y if DEFAULT_luci-i18n-smartdns-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - বাংলা (Bengali) config PACKAGE_luci-i18n-smartdns-ca tristate default y if DEFAULT_luci-i18n-smartdns-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Català (Catalan) config PACKAGE_luci-i18n-smartdns-cs tristate default y if DEFAULT_luci-i18n-smartdns-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Čeština (Czech) config PACKAGE_luci-i18n-smartdns-da tristate default y if DEFAULT_luci-i18n-smartdns-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Dansk (Danish) config PACKAGE_luci-i18n-smartdns-de tristate default y if DEFAULT_luci-i18n-smartdns-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Deutsch (German) config PACKAGE_luci-i18n-smartdns-el tristate default y if DEFAULT_luci-i18n-smartdns-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Ελληνικά (Greek) config PACKAGE_luci-i18n-smartdns-es tristate default y if DEFAULT_luci-i18n-smartdns-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Español (Spanish) config PACKAGE_luci-i18n-smartdns-fi tristate default y if DEFAULT_luci-i18n-smartdns-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Suomi (Finnish) config PACKAGE_luci-i18n-smartdns-fr tristate default y if DEFAULT_luci-i18n-smartdns-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Français (French) config PACKAGE_luci-i18n-smartdns-he tristate default y if DEFAULT_luci-i18n-smartdns-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-smartdns-hi tristate default y if DEFAULT_luci-i18n-smartdns-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - हिंदी (Hindi) config PACKAGE_luci-i18n-smartdns-hu tristate default y if DEFAULT_luci-i18n-smartdns-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Magyar (Hungarian) config PACKAGE_luci-i18n-smartdns-it tristate default y if DEFAULT_luci-i18n-smartdns-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Italiano (Italian) config PACKAGE_luci-i18n-smartdns-ja tristate default y if DEFAULT_luci-i18n-smartdns-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - 日本語 (Japanese) config PACKAGE_luci-i18n-smartdns-ko tristate default y if DEFAULT_luci-i18n-smartdns-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - 한국어 (Korean) config PACKAGE_luci-i18n-smartdns-lt tristate default y if DEFAULT_luci-i18n-smartdns-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-smartdns-mr tristate default y if DEFAULT_luci-i18n-smartdns-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Marāṭhī (Marathi) config PACKAGE_luci-i18n-smartdns-ms tristate default y if DEFAULT_luci-i18n-smartdns-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-smartdns-nl tristate default y if DEFAULT_luci-i18n-smartdns-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Nederlands (Dutch) config PACKAGE_luci-i18n-smartdns-no tristate default y if DEFAULT_luci-i18n-smartdns-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Norsk (Norwegian) config PACKAGE_luci-i18n-smartdns-pl tristate default y if DEFAULT_luci-i18n-smartdns-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Polski (Polish) config PACKAGE_luci-i18n-smartdns-pt tristate default y if DEFAULT_luci-i18n-smartdns-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Português (Portuguese) config PACKAGE_luci-i18n-smartdns-pt-br tristate default y if DEFAULT_luci-i18n-smartdns-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-smartdns-ro tristate default y if DEFAULT_luci-i18n-smartdns-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Română (Romanian) config PACKAGE_luci-i18n-smartdns-ru tristate default y if DEFAULT_luci-i18n-smartdns-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Русский (Russian) config PACKAGE_luci-i18n-smartdns-sk tristate default y if DEFAULT_luci-i18n-smartdns-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Slovenčina (Slovak) config PACKAGE_luci-i18n-smartdns-sv tristate default y if DEFAULT_luci-i18n-smartdns-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Svenska (Swedish) config PACKAGE_luci-i18n-smartdns-tr tristate default y if DEFAULT_luci-i18n-smartdns-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Türkçe (Turkish) config PACKAGE_luci-i18n-smartdns-uk tristate default y if DEFAULT_luci-i18n-smartdns-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Українська (Ukrainian) config PACKAGE_luci-i18n-smartdns-vi tristate default y if DEFAULT_luci-i18n-smartdns-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-smartdns-zh-cn tristate default y if DEFAULT_luci-i18n-smartdns-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-smartdns-zh-tw tristate default y if DEFAULT_luci-i18n-smartdns-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-smartdns help Translation for luci-app-smartdns - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-snmpd-ar tristate default y if DEFAULT_luci-i18n-snmpd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - العربية (Arabic) config PACKAGE_luci-i18n-snmpd-bg tristate default y if DEFAULT_luci-i18n-snmpd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - български (Bulgarian) config PACKAGE_luci-i18n-snmpd-bn tristate default y if DEFAULT_luci-i18n-snmpd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - বাংলা (Bengali) config PACKAGE_luci-i18n-snmpd-ca tristate default y if DEFAULT_luci-i18n-snmpd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Català (Catalan) config PACKAGE_luci-i18n-snmpd-cs tristate default y if DEFAULT_luci-i18n-snmpd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Čeština (Czech) config PACKAGE_luci-i18n-snmpd-da tristate default y if DEFAULT_luci-i18n-snmpd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Dansk (Danish) config PACKAGE_luci-i18n-snmpd-de tristate default y if DEFAULT_luci-i18n-snmpd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Deutsch (German) config PACKAGE_luci-i18n-snmpd-el tristate default y if DEFAULT_luci-i18n-snmpd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Ελληνικά (Greek) config PACKAGE_luci-i18n-snmpd-es tristate default y if DEFAULT_luci-i18n-snmpd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Español (Spanish) config PACKAGE_luci-i18n-snmpd-fi tristate default y if DEFAULT_luci-i18n-snmpd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Suomi (Finnish) config PACKAGE_luci-i18n-snmpd-fr tristate default y if DEFAULT_luci-i18n-snmpd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Français (French) config PACKAGE_luci-i18n-snmpd-he tristate default y if DEFAULT_luci-i18n-snmpd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-snmpd-hi tristate default y if DEFAULT_luci-i18n-snmpd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - हिंदी (Hindi) config PACKAGE_luci-i18n-snmpd-hu tristate default y if DEFAULT_luci-i18n-snmpd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Magyar (Hungarian) config PACKAGE_luci-i18n-snmpd-it tristate default y if DEFAULT_luci-i18n-snmpd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Italiano (Italian) config PACKAGE_luci-i18n-snmpd-ja tristate default y if DEFAULT_luci-i18n-snmpd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - 日本語 (Japanese) config PACKAGE_luci-i18n-snmpd-ko tristate default y if DEFAULT_luci-i18n-snmpd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - 한국어 (Korean) config PACKAGE_luci-i18n-snmpd-lt tristate default y if DEFAULT_luci-i18n-snmpd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-snmpd-mr tristate default y if DEFAULT_luci-i18n-snmpd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-snmpd-ms tristate default y if DEFAULT_luci-i18n-snmpd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-snmpd-nl tristate default y if DEFAULT_luci-i18n-snmpd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Nederlands (Dutch) config PACKAGE_luci-i18n-snmpd-no tristate default y if DEFAULT_luci-i18n-snmpd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Norsk (Norwegian) config PACKAGE_luci-i18n-snmpd-pl tristate default y if DEFAULT_luci-i18n-snmpd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Polski (Polish) config PACKAGE_luci-i18n-snmpd-pt tristate default y if DEFAULT_luci-i18n-snmpd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Português (Portuguese) config PACKAGE_luci-i18n-snmpd-pt-br tristate default y if DEFAULT_luci-i18n-snmpd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-snmpd-ro tristate default y if DEFAULT_luci-i18n-snmpd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Română (Romanian) config PACKAGE_luci-i18n-snmpd-ru tristate default y if DEFAULT_luci-i18n-snmpd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Русский (Russian) config PACKAGE_luci-i18n-snmpd-sk tristate default y if DEFAULT_luci-i18n-snmpd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Slovenčina (Slovak) config PACKAGE_luci-i18n-snmpd-sv tristate default y if DEFAULT_luci-i18n-snmpd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Svenska (Swedish) config PACKAGE_luci-i18n-snmpd-tr tristate default y if DEFAULT_luci-i18n-snmpd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Türkçe (Turkish) config PACKAGE_luci-i18n-snmpd-uk tristate default y if DEFAULT_luci-i18n-snmpd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Українська (Ukrainian) config PACKAGE_luci-i18n-snmpd-vi tristate default y if DEFAULT_luci-i18n-snmpd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-snmpd-zh-cn tristate default y if DEFAULT_luci-i18n-snmpd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-snmpd-zh-tw tristate default y if DEFAULT_luci-i18n-snmpd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-snmpd help Translation for luci-app-snmpd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-splash-ar tristate default y if DEFAULT_luci-i18n-splash-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - العربية (Arabic) config PACKAGE_luci-i18n-splash-bg tristate default y if DEFAULT_luci-i18n-splash-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - български (Bulgarian) config PACKAGE_luci-i18n-splash-bn tristate default y if DEFAULT_luci-i18n-splash-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - বাংলা (Bengali) config PACKAGE_luci-i18n-splash-ca tristate default y if DEFAULT_luci-i18n-splash-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Čeština (Czech) config PACKAGE_luci-i18n-splash-da tristate default y if DEFAULT_luci-i18n-splash-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Dansk (Danish) config PACKAGE_luci-i18n-splash-de tristate default y if DEFAULT_luci-i18n-splash-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Ελληνικά (Greek) config PACKAGE_luci-i18n-splash-es tristate default y if DEFAULT_luci-i18n-splash-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Español (Spanish) config PACKAGE_luci-i18n-splash-fi tristate default y if DEFAULT_luci-i18n-splash-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Suomi (Finnish) config PACKAGE_luci-i18n-splash-fr tristate default y if DEFAULT_luci-i18n-splash-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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 depends on PACKAGE_luci-app-splash 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_libc 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_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash 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_libc 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_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - 한국어 (Korean) config PACKAGE_luci-i18n-splash-lt tristate default y if DEFAULT_luci-i18n-splash-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-splash-mr tristate default y if DEFAULT_luci-i18n-splash-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Marāṭhī (Marathi) config PACKAGE_luci-i18n-splash-ms tristate default y if DEFAULT_luci-i18n-splash-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-splash-nl tristate default y if DEFAULT_luci-i18n-splash-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - Nederlands (Dutch) config PACKAGE_luci-i18n-splash-no tristate default y if DEFAULT_luci-i18n-splash-no default LUCI_LANG_nb_NO||(ALL&&m) 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_libc depends on PACKAGE_luci-app-splash 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 depends on PACKAGE_luci-app-splash 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) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash 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) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash 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) select PACKAGE_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash 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_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-splash help Translation for luci-app-splash - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-sqm-ar tristate default y if DEFAULT_luci-i18n-sqm-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - العربية (Arabic) config PACKAGE_luci-i18n-sqm-bg tristate default y if DEFAULT_luci-i18n-sqm-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - български (Bulgarian) config PACKAGE_luci-i18n-sqm-bn tristate default y if DEFAULT_luci-i18n-sqm-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - বাংলা (Bengali) config PACKAGE_luci-i18n-sqm-ca tristate default y if DEFAULT_luci-i18n-sqm-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Català (Catalan) config PACKAGE_luci-i18n-sqm-cs tristate default y if DEFAULT_luci-i18n-sqm-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Čeština (Czech) config PACKAGE_luci-i18n-sqm-da tristate default y if DEFAULT_luci-i18n-sqm-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Dansk (Danish) config PACKAGE_luci-i18n-sqm-de tristate default y if DEFAULT_luci-i18n-sqm-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Deutsch (German) config PACKAGE_luci-i18n-sqm-el tristate default y if DEFAULT_luci-i18n-sqm-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Ελληνικά (Greek) config PACKAGE_luci-i18n-sqm-es tristate default y if DEFAULT_luci-i18n-sqm-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Español (Spanish) config PACKAGE_luci-i18n-sqm-fi tristate default y if DEFAULT_luci-i18n-sqm-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Suomi (Finnish) config PACKAGE_luci-i18n-sqm-fr tristate default y if DEFAULT_luci-i18n-sqm-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Français (French) config PACKAGE_luci-i18n-sqm-he tristate default y if DEFAULT_luci-i18n-sqm-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-sqm-hi tristate default y if DEFAULT_luci-i18n-sqm-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - हिंदी (Hindi) config PACKAGE_luci-i18n-sqm-hu tristate default y if DEFAULT_luci-i18n-sqm-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Magyar (Hungarian) config PACKAGE_luci-i18n-sqm-it tristate default y if DEFAULT_luci-i18n-sqm-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Italiano (Italian) config PACKAGE_luci-i18n-sqm-ja tristate default y if DEFAULT_luci-i18n-sqm-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - 日本語 (Japanese) config PACKAGE_luci-i18n-sqm-ko tristate default y if DEFAULT_luci-i18n-sqm-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - 한국어 (Korean) config PACKAGE_luci-i18n-sqm-lt tristate default y if DEFAULT_luci-i18n-sqm-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-sqm-mr tristate default y if DEFAULT_luci-i18n-sqm-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Marāṭhī (Marathi) config PACKAGE_luci-i18n-sqm-ms tristate default y if DEFAULT_luci-i18n-sqm-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-sqm-nl tristate default y if DEFAULT_luci-i18n-sqm-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Nederlands (Dutch) config PACKAGE_luci-i18n-sqm-no tristate default y if DEFAULT_luci-i18n-sqm-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Norsk (Norwegian) config PACKAGE_luci-i18n-sqm-pl tristate default y if DEFAULT_luci-i18n-sqm-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Polski (Polish) config PACKAGE_luci-i18n-sqm-pt tristate default y if DEFAULT_luci-i18n-sqm-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Português (Portuguese) config PACKAGE_luci-i18n-sqm-pt-br tristate default y if DEFAULT_luci-i18n-sqm-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-sqm-ro tristate default y if DEFAULT_luci-i18n-sqm-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Română (Romanian) config PACKAGE_luci-i18n-sqm-ru tristate default y if DEFAULT_luci-i18n-sqm-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Русский (Russian) config PACKAGE_luci-i18n-sqm-sk tristate default y if DEFAULT_luci-i18n-sqm-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Slovenčina (Slovak) config PACKAGE_luci-i18n-sqm-sv tristate default y if DEFAULT_luci-i18n-sqm-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Svenska (Swedish) config PACKAGE_luci-i18n-sqm-tr tristate default y if DEFAULT_luci-i18n-sqm-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Türkçe (Turkish) config PACKAGE_luci-i18n-sqm-uk tristate default y if DEFAULT_luci-i18n-sqm-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Українська (Ukrainian) config PACKAGE_luci-i18n-sqm-vi tristate default y if DEFAULT_luci-i18n-sqm-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-sqm-zh-cn tristate default y if DEFAULT_luci-i18n-sqm-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-sqm-zh-tw tristate default y if DEFAULT_luci-i18n-sqm-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sqm help Translation for luci-app-sqm - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-squid-ar tristate default y if DEFAULT_luci-i18n-squid-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - العربية (Arabic) config PACKAGE_luci-i18n-squid-bg tristate default y if DEFAULT_luci-i18n-squid-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - български (Bulgarian) config PACKAGE_luci-i18n-squid-bn tristate default y if DEFAULT_luci-i18n-squid-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - বাংলা (Bengali) config PACKAGE_luci-i18n-squid-ca tristate default y if DEFAULT_luci-i18n-squid-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Català (Catalan) config PACKAGE_luci-i18n-squid-cs tristate default y if DEFAULT_luci-i18n-squid-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Čeština (Czech) config PACKAGE_luci-i18n-squid-da tristate default y if DEFAULT_luci-i18n-squid-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Dansk (Danish) config PACKAGE_luci-i18n-squid-de tristate default y if DEFAULT_luci-i18n-squid-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Deutsch (German) config PACKAGE_luci-i18n-squid-el tristate default y if DEFAULT_luci-i18n-squid-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Ελληνικά (Greek) config PACKAGE_luci-i18n-squid-es tristate default y if DEFAULT_luci-i18n-squid-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Español (Spanish) config PACKAGE_luci-i18n-squid-fi tristate default y if DEFAULT_luci-i18n-squid-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Suomi (Finnish) config PACKAGE_luci-i18n-squid-fr tristate default y if DEFAULT_luci-i18n-squid-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Français (French) config PACKAGE_luci-i18n-squid-he tristate default y if DEFAULT_luci-i18n-squid-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-squid-hi tristate default y if DEFAULT_luci-i18n-squid-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - हिंदी (Hindi) config PACKAGE_luci-i18n-squid-hu tristate default y if DEFAULT_luci-i18n-squid-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Magyar (Hungarian) config PACKAGE_luci-i18n-squid-it tristate default y if DEFAULT_luci-i18n-squid-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Italiano (Italian) config PACKAGE_luci-i18n-squid-ja tristate default y if DEFAULT_luci-i18n-squid-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - 日本語 (Japanese) config PACKAGE_luci-i18n-squid-ko tristate default y if DEFAULT_luci-i18n-squid-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - 한국어 (Korean) config PACKAGE_luci-i18n-squid-lt tristate default y if DEFAULT_luci-i18n-squid-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-squid-mr tristate default y if DEFAULT_luci-i18n-squid-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Marāṭhī (Marathi) config PACKAGE_luci-i18n-squid-ms tristate default y if DEFAULT_luci-i18n-squid-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-squid-nl tristate default y if DEFAULT_luci-i18n-squid-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Nederlands (Dutch) config PACKAGE_luci-i18n-squid-no tristate default y if DEFAULT_luci-i18n-squid-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Norsk (Norwegian) config PACKAGE_luci-i18n-squid-pl tristate default y if DEFAULT_luci-i18n-squid-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Polski (Polish) config PACKAGE_luci-i18n-squid-pt tristate default y if DEFAULT_luci-i18n-squid-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-squid-ro tristate default y if DEFAULT_luci-i18n-squid-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Română (Romanian) config PACKAGE_luci-i18n-squid-ru tristate default y if DEFAULT_luci-i18n-squid-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Русский (Russian) config PACKAGE_luci-i18n-squid-sk tristate default y if DEFAULT_luci-i18n-squid-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Slovenčina (Slovak) config PACKAGE_luci-i18n-squid-sv tristate default y if DEFAULT_luci-i18n-squid-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Svenska (Swedish) config PACKAGE_luci-i18n-squid-tr tristate default y if DEFAULT_luci-i18n-squid-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Türkçe (Turkish) config PACKAGE_luci-i18n-squid-uk tristate default y if DEFAULT_luci-i18n-squid-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Українська (Ukrainian) config PACKAGE_luci-i18n-squid-vi tristate default y if DEFAULT_luci-i18n-squid-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-squid-zh-cn tristate default y if DEFAULT_luci-i18n-squid-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-squid help Translation for luci-app-squid - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-sshtunnel-ar tristate default y if DEFAULT_luci-i18n-sshtunnel-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - العربية (Arabic) config PACKAGE_luci-i18n-sshtunnel-bg tristate default y if DEFAULT_luci-i18n-sshtunnel-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - български (Bulgarian) config PACKAGE_luci-i18n-sshtunnel-bn tristate default y if DEFAULT_luci-i18n-sshtunnel-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - বাংলা (Bengali) config PACKAGE_luci-i18n-sshtunnel-ca tristate default y if DEFAULT_luci-i18n-sshtunnel-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Català (Catalan) config PACKAGE_luci-i18n-sshtunnel-cs tristate default y if DEFAULT_luci-i18n-sshtunnel-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Čeština (Czech) config PACKAGE_luci-i18n-sshtunnel-da tristate default y if DEFAULT_luci-i18n-sshtunnel-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Dansk (Danish) config PACKAGE_luci-i18n-sshtunnel-de tristate default y if DEFAULT_luci-i18n-sshtunnel-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Deutsch (German) config PACKAGE_luci-i18n-sshtunnel-el tristate default y if DEFAULT_luci-i18n-sshtunnel-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Ελληνικά (Greek) config PACKAGE_luci-i18n-sshtunnel-es tristate default y if DEFAULT_luci-i18n-sshtunnel-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Español (Spanish) config PACKAGE_luci-i18n-sshtunnel-fi tristate default y if DEFAULT_luci-i18n-sshtunnel-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Suomi (Finnish) config PACKAGE_luci-i18n-sshtunnel-fr tristate default y if DEFAULT_luci-i18n-sshtunnel-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Français (French) config PACKAGE_luci-i18n-sshtunnel-he tristate default y if DEFAULT_luci-i18n-sshtunnel-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-sshtunnel-hi tristate default y if DEFAULT_luci-i18n-sshtunnel-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - हिंदी (Hindi) config PACKAGE_luci-i18n-sshtunnel-hu tristate default y if DEFAULT_luci-i18n-sshtunnel-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Magyar (Hungarian) config PACKAGE_luci-i18n-sshtunnel-it tristate default y if DEFAULT_luci-i18n-sshtunnel-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Italiano (Italian) config PACKAGE_luci-i18n-sshtunnel-ja tristate default y if DEFAULT_luci-i18n-sshtunnel-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - 日本語 (Japanese) config PACKAGE_luci-i18n-sshtunnel-ko tristate default y if DEFAULT_luci-i18n-sshtunnel-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - 한국어 (Korean) config PACKAGE_luci-i18n-sshtunnel-lt tristate default y if DEFAULT_luci-i18n-sshtunnel-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-sshtunnel-mr tristate default y if DEFAULT_luci-i18n-sshtunnel-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Marāṭhī (Marathi) config PACKAGE_luci-i18n-sshtunnel-ms tristate default y if DEFAULT_luci-i18n-sshtunnel-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-sshtunnel-nl tristate default y if DEFAULT_luci-i18n-sshtunnel-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Nederlands (Dutch) config PACKAGE_luci-i18n-sshtunnel-no tristate default y if DEFAULT_luci-i18n-sshtunnel-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Norsk (Norwegian) config PACKAGE_luci-i18n-sshtunnel-pl tristate default y if DEFAULT_luci-i18n-sshtunnel-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Polski (Polish) config PACKAGE_luci-i18n-sshtunnel-pt tristate default y if DEFAULT_luci-i18n-sshtunnel-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Português (Portuguese) config PACKAGE_luci-i18n-sshtunnel-pt-br tristate default y if DEFAULT_luci-i18n-sshtunnel-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-sshtunnel-ro tristate default y if DEFAULT_luci-i18n-sshtunnel-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Română (Romanian) config PACKAGE_luci-i18n-sshtunnel-ru tristate default y if DEFAULT_luci-i18n-sshtunnel-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Русский (Russian) config PACKAGE_luci-i18n-sshtunnel-sk tristate default y if DEFAULT_luci-i18n-sshtunnel-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Slovenčina (Slovak) config PACKAGE_luci-i18n-sshtunnel-sv tristate default y if DEFAULT_luci-i18n-sshtunnel-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Svenska (Swedish) config PACKAGE_luci-i18n-sshtunnel-tr tristate default y if DEFAULT_luci-i18n-sshtunnel-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Türkçe (Turkish) config PACKAGE_luci-i18n-sshtunnel-uk tristate default y if DEFAULT_luci-i18n-sshtunnel-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Українська (Ukrainian) config PACKAGE_luci-i18n-sshtunnel-vi tristate default y if DEFAULT_luci-i18n-sshtunnel-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-sshtunnel-zh-cn tristate default y if DEFAULT_luci-i18n-sshtunnel-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-sshtunnel-zh-tw tristate default y if DEFAULT_luci-i18n-sshtunnel-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-sshtunnel help Translation for luci-app-sshtunnel - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-statistics-ar tristate default y if DEFAULT_luci-i18n-statistics-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - العربية (Arabic) config PACKAGE_luci-i18n-statistics-bg tristate default y if DEFAULT_luci-i18n-statistics-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - български (Bulgarian) config PACKAGE_luci-i18n-statistics-bn tristate default y if DEFAULT_luci-i18n-statistics-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - বাংলা (Bengali) config PACKAGE_luci-i18n-statistics-ca tristate default y if DEFAULT_luci-i18n-statistics-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Čeština (Czech) config PACKAGE_luci-i18n-statistics-da tristate default y if DEFAULT_luci-i18n-statistics-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Dansk (Danish) config PACKAGE_luci-i18n-statistics-de tristate default y if DEFAULT_luci-i18n-statistics-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Ελληνικά (Greek) config PACKAGE_luci-i18n-statistics-es tristate default y if DEFAULT_luci-i18n-statistics-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Español (Spanish) config PACKAGE_luci-i18n-statistics-fi tristate default y if DEFAULT_luci-i18n-statistics-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Suomi (Finnish) config PACKAGE_luci-i18n-statistics-fr tristate default y if DEFAULT_luci-i18n-statistics-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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 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_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - 한국어 (Korean) config PACKAGE_luci-i18n-statistics-lt tristate default y if DEFAULT_luci-i18n-statistics-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-statistics-mr tristate default y if DEFAULT_luci-i18n-statistics-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Marāṭhī (Marathi) config PACKAGE_luci-i18n-statistics-ms tristate default y if DEFAULT_luci-i18n-statistics-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-statistics-nl tristate default y if DEFAULT_luci-i18n-statistics-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - Nederlands (Dutch) config PACKAGE_luci-i18n-statistics-no tristate default y if DEFAULT_luci-i18n-statistics-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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) select PACKAGE_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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_libc depends on PACKAGE_luci-app-statistics 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) select PACKAGE_libc depends on PACKAGE_luci-app-statistics help Translation for luci-app-statistics - 简体中文 (Chinese Simplified) 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 help Translation for luci-app-statistics - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-tinyproxy-ar tristate default y if DEFAULT_luci-i18n-tinyproxy-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - العربية (Arabic) config PACKAGE_luci-i18n-tinyproxy-bg tristate default y if DEFAULT_luci-i18n-tinyproxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - български (Bulgarian) config PACKAGE_luci-i18n-tinyproxy-bn tristate default y if DEFAULT_luci-i18n-tinyproxy-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - বাংলা (Bengali) config PACKAGE_luci-i18n-tinyproxy-ca tristate default y if DEFAULT_luci-i18n-tinyproxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Čeština (Czech) config PACKAGE_luci-i18n-tinyproxy-da tristate default y if DEFAULT_luci-i18n-tinyproxy-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Dansk (Danish) config PACKAGE_luci-i18n-tinyproxy-de tristate default y if DEFAULT_luci-i18n-tinyproxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-tinyproxy-es tristate default y if DEFAULT_luci-i18n-tinyproxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Español (Spanish) config PACKAGE_luci-i18n-tinyproxy-fi tristate default y if DEFAULT_luci-i18n-tinyproxy-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Suomi (Finnish) config PACKAGE_luci-i18n-tinyproxy-fr tristate default y if DEFAULT_luci-i18n-tinyproxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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 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_libc 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_libc 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 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_libc 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_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - 한국어 (Korean) config PACKAGE_luci-i18n-tinyproxy-lt tristate default y if DEFAULT_luci-i18n-tinyproxy-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-tinyproxy-mr tristate default y if DEFAULT_luci-i18n-tinyproxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Marāṭhī (Marathi) config PACKAGE_luci-i18n-tinyproxy-ms tristate default y if DEFAULT_luci-i18n-tinyproxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-tinyproxy-nl tristate default y if DEFAULT_luci-i18n-tinyproxy-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - Nederlands (Dutch) config PACKAGE_luci-i18n-tinyproxy-no tristate default y if DEFAULT_luci-i18n-tinyproxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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_libc depends on PACKAGE_luci-app-tinyproxy 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 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_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-tinyproxy-zh-tw tristate default y if DEFAULT_luci-i18n-tinyproxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tinyproxy help Translation for luci-app-tinyproxy - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-tor-ar tristate default y if DEFAULT_luci-i18n-tor-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - العربية (Arabic) config PACKAGE_luci-i18n-tor-bg tristate default y if DEFAULT_luci-i18n-tor-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - български (Bulgarian) config PACKAGE_luci-i18n-tor-bn tristate default y if DEFAULT_luci-i18n-tor-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - বাংলা (Bengali) config PACKAGE_luci-i18n-tor-ca tristate default y if DEFAULT_luci-i18n-tor-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Català (Catalan) config PACKAGE_luci-i18n-tor-cs tristate default y if DEFAULT_luci-i18n-tor-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Čeština (Czech) config PACKAGE_luci-i18n-tor-da tristate default y if DEFAULT_luci-i18n-tor-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Dansk (Danish) config PACKAGE_luci-i18n-tor-de tristate default y if DEFAULT_luci-i18n-tor-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Deutsch (German) config PACKAGE_luci-i18n-tor-el tristate default y if DEFAULT_luci-i18n-tor-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Ελληνικά (Greek) config PACKAGE_luci-i18n-tor-es tristate default y if DEFAULT_luci-i18n-tor-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Español (Spanish) config PACKAGE_luci-i18n-tor-fi tristate default y if DEFAULT_luci-i18n-tor-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Suomi (Finnish) config PACKAGE_luci-i18n-tor-fr tristate default y if DEFAULT_luci-i18n-tor-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Français (French) config PACKAGE_luci-i18n-tor-he tristate default y if DEFAULT_luci-i18n-tor-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-tor-hi tristate default y if DEFAULT_luci-i18n-tor-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - हिंदी (Hindi) config PACKAGE_luci-i18n-tor-hu tristate default y if DEFAULT_luci-i18n-tor-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Magyar (Hungarian) config PACKAGE_luci-i18n-tor-it tristate default y if DEFAULT_luci-i18n-tor-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Italiano (Italian) config PACKAGE_luci-i18n-tor-ja tristate default y if DEFAULT_luci-i18n-tor-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - 日本語 (Japanese) config PACKAGE_luci-i18n-tor-ko tristate default y if DEFAULT_luci-i18n-tor-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - 한국어 (Korean) config PACKAGE_luci-i18n-tor-lt tristate default y if DEFAULT_luci-i18n-tor-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-tor-mr tristate default y if DEFAULT_luci-i18n-tor-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Marāṭhī (Marathi) config PACKAGE_luci-i18n-tor-ms tristate default y if DEFAULT_luci-i18n-tor-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-tor-nl tristate default y if DEFAULT_luci-i18n-tor-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Nederlands (Dutch) config PACKAGE_luci-i18n-tor-no tristate default y if DEFAULT_luci-i18n-tor-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Norsk (Norwegian) config PACKAGE_luci-i18n-tor-pl tristate default y if DEFAULT_luci-i18n-tor-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Polski (Polish) config PACKAGE_luci-i18n-tor-pt tristate default y if DEFAULT_luci-i18n-tor-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Português (Portuguese) config PACKAGE_luci-i18n-tor-pt-br tristate default y if DEFAULT_luci-i18n-tor-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-tor-ro tristate default y if DEFAULT_luci-i18n-tor-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Română (Romanian) config PACKAGE_luci-i18n-tor-ru tristate default y if DEFAULT_luci-i18n-tor-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Русский (Russian) config PACKAGE_luci-i18n-tor-sk tristate default y if DEFAULT_luci-i18n-tor-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Slovenčina (Slovak) config PACKAGE_luci-i18n-tor-sv tristate default y if DEFAULT_luci-i18n-tor-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Svenska (Swedish) config PACKAGE_luci-i18n-tor-tr tristate default y if DEFAULT_luci-i18n-tor-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Türkçe (Turkish) config PACKAGE_luci-i18n-tor-uk tristate default y if DEFAULT_luci-i18n-tor-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Українська (Ukrainian) config PACKAGE_luci-i18n-tor-vi tristate default y if DEFAULT_luci-i18n-tor-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-tor-zh-cn tristate default y if DEFAULT_luci-i18n-tor-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-tor-zh-tw tristate default y if DEFAULT_luci-i18n-tor-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-tor help Translation for luci-app-tor - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-transmission-ar tristate default y if DEFAULT_luci-i18n-transmission-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - العربية (Arabic) config PACKAGE_luci-i18n-transmission-bg tristate default y if DEFAULT_luci-i18n-transmission-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - български (Bulgarian) config PACKAGE_luci-i18n-transmission-bn tristate default y if DEFAULT_luci-i18n-transmission-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - বাংলা (Bengali) config PACKAGE_luci-i18n-transmission-ca tristate default y if DEFAULT_luci-i18n-transmission-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Čeština (Czech) config PACKAGE_luci-i18n-transmission-da tristate default y if DEFAULT_luci-i18n-transmission-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Dansk (Danish) config PACKAGE_luci-i18n-transmission-de tristate default y if DEFAULT_luci-i18n-transmission-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Ελληνικά (Greek) config PACKAGE_luci-i18n-transmission-es tristate default y if DEFAULT_luci-i18n-transmission-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Español (Spanish) config PACKAGE_luci-i18n-transmission-fi tristate default y if DEFAULT_luci-i18n-transmission-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Suomi (Finnish) config PACKAGE_luci-i18n-transmission-fr tristate default y if DEFAULT_luci-i18n-transmission-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - 한국어 (Korean) config PACKAGE_luci-i18n-transmission-lt tristate default y if DEFAULT_luci-i18n-transmission-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-transmission-mr tristate default y if DEFAULT_luci-i18n-transmission-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Marāṭhī (Marathi) config PACKAGE_luci-i18n-transmission-ms tristate default y if DEFAULT_luci-i18n-transmission-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-transmission-nl tristate default y if DEFAULT_luci-i18n-transmission-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - Nederlands (Dutch) config PACKAGE_luci-i18n-transmission-no tristate default y if DEFAULT_luci-i18n-transmission-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc 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_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission 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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_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_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) select PACKAGE_libc depends on PACKAGE_luci-app-transmission 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_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-transmission help Translation for luci-app-transmission - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-travelmate-ar tristate default y if DEFAULT_luci-i18n-travelmate-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - العربية (Arabic) config PACKAGE_luci-i18n-travelmate-bg tristate default y if DEFAULT_luci-i18n-travelmate-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - български (Bulgarian) config PACKAGE_luci-i18n-travelmate-bn tristate default y if DEFAULT_luci-i18n-travelmate-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - বাংলা (Bengali) config PACKAGE_luci-i18n-travelmate-ca tristate default y if DEFAULT_luci-i18n-travelmate-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Čeština (Czech) config PACKAGE_luci-i18n-travelmate-da tristate default y if DEFAULT_luci-i18n-travelmate-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Dansk (Danish) config PACKAGE_luci-i18n-travelmate-de tristate default y if DEFAULT_luci-i18n-travelmate-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Ελληνικά (Greek) config PACKAGE_luci-i18n-travelmate-es tristate default y if DEFAULT_luci-i18n-travelmate-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Español (Spanish) config PACKAGE_luci-i18n-travelmate-fi tristate default y if DEFAULT_luci-i18n-travelmate-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Suomi (Finnish) config PACKAGE_luci-i18n-travelmate-fr tristate default y if DEFAULT_luci-i18n-travelmate-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc 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_libc depends on PACKAGE_luci-app-travelmate 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - 한국어 (Korean) config PACKAGE_luci-i18n-travelmate-lt tristate default y if DEFAULT_luci-i18n-travelmate-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-travelmate-mr tristate default y if DEFAULT_luci-i18n-travelmate-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Marāṭhī (Marathi) config PACKAGE_luci-i18n-travelmate-ms tristate default y if DEFAULT_luci-i18n-travelmate-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-travelmate-nl tristate default y if DEFAULT_luci-i18n-travelmate-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - Nederlands (Dutch) config PACKAGE_luci-i18n-travelmate-no tristate default y if DEFAULT_luci-i18n-travelmate-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate 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) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc depends on PACKAGE_luci-app-travelmate 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-travelmate help Translation for luci-app-travelmate - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-ttyd-ar tristate default y if DEFAULT_luci-i18n-ttyd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - العربية (Arabic) config PACKAGE_luci-i18n-ttyd-bg tristate default y if DEFAULT_luci-i18n-ttyd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - български (Bulgarian) config PACKAGE_luci-i18n-ttyd-bn tristate default y if DEFAULT_luci-i18n-ttyd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - বাংলা (Bengali) config PACKAGE_luci-i18n-ttyd-ca tristate default y if DEFAULT_luci-i18n-ttyd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd 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_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Čeština (Czech) config PACKAGE_luci-i18n-ttyd-da tristate default y if DEFAULT_luci-i18n-ttyd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Dansk (Danish) config PACKAGE_luci-i18n-ttyd-de tristate default y if DEFAULT_luci-i18n-ttyd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Ελληνικά (Greek) config PACKAGE_luci-i18n-ttyd-es tristate default y if DEFAULT_luci-i18n-ttyd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Español (Spanish) config PACKAGE_luci-i18n-ttyd-fi tristate default y if DEFAULT_luci-i18n-ttyd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Suomi (Finnish) config PACKAGE_luci-i18n-ttyd-fr tristate default y if DEFAULT_luci-i18n-ttyd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd 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 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd 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_libc depends on PACKAGE_luci-app-ttyd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - 한국어 (Korean) config PACKAGE_luci-i18n-ttyd-lt tristate default y if DEFAULT_luci-i18n-ttyd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-ttyd-mr tristate default y if DEFAULT_luci-i18n-ttyd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-ttyd-ms tristate default y if DEFAULT_luci-i18n-ttyd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-ttyd-nl tristate default y if DEFAULT_luci-i18n-ttyd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - Nederlands (Dutch) 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 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_libc 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_libc depends on PACKAGE_luci-app-ttyd 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) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd 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_libc depends on PACKAGE_luci-app-ttyd 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_libc 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_libc depends on PACKAGE_luci-app-ttyd 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_libc 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_libc depends on PACKAGE_luci-app-ttyd 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_libc 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_libc depends on PACKAGE_luci-app-ttyd 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_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-ttyd-zh-tw tristate default y if DEFAULT_luci-i18n-ttyd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-ttyd help Translation for luci-app-ttyd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-udpxy-ar tristate default y if DEFAULT_luci-i18n-udpxy-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - العربية (Arabic) config PACKAGE_luci-i18n-udpxy-bg tristate default y if DEFAULT_luci-i18n-udpxy-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - български (Bulgarian) config PACKAGE_luci-i18n-udpxy-bn tristate default y if DEFAULT_luci-i18n-udpxy-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - বাংলা (Bengali) config PACKAGE_luci-i18n-udpxy-ca tristate default y if DEFAULT_luci-i18n-udpxy-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Čeština (Czech) config PACKAGE_luci-i18n-udpxy-da tristate default y if DEFAULT_luci-i18n-udpxy-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Dansk (Danish) config PACKAGE_luci-i18n-udpxy-de tristate default y if DEFAULT_luci-i18n-udpxy-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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 depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Ελληνικά (Greek) config PACKAGE_luci-i18n-udpxy-es tristate default y if DEFAULT_luci-i18n-udpxy-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Español (Spanish) config PACKAGE_luci-i18n-udpxy-fi tristate default y if DEFAULT_luci-i18n-udpxy-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Suomi (Finnish) config PACKAGE_luci-i18n-udpxy-fr tristate default y if DEFAULT_luci-i18n-udpxy-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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_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_libc depends on PACKAGE_luci-app-udpxy 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - 한국어 (Korean) config PACKAGE_luci-i18n-udpxy-lt tristate default y if DEFAULT_luci-i18n-udpxy-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-udpxy-mr tristate default y if DEFAULT_luci-i18n-udpxy-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Marāṭhī (Marathi) config PACKAGE_luci-i18n-udpxy-ms tristate default y if DEFAULT_luci-i18n-udpxy-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-udpxy-nl tristate default y if DEFAULT_luci-i18n-udpxy-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - Nederlands (Dutch) config PACKAGE_luci-i18n-udpxy-no tristate default y if DEFAULT_luci-i18n-udpxy-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy 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 depends on PACKAGE_luci-app-udpxy 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_libc 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_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy 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_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_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy 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) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy 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_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-udpxy-zh-tw tristate default y if DEFAULT_luci-i18n-udpxy-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-udpxy help Translation for luci-app-udpxy - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-uhttpd-ar tristate default y if DEFAULT_luci-i18n-uhttpd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - العربية (Arabic) config PACKAGE_luci-i18n-uhttpd-bg tristate default y if DEFAULT_luci-i18n-uhttpd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - български (Bulgarian) config PACKAGE_luci-i18n-uhttpd-bn tristate default y if DEFAULT_luci-i18n-uhttpd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - বাংলা (Bengali) config PACKAGE_luci-i18n-uhttpd-ca tristate default y if DEFAULT_luci-i18n-uhttpd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Català (Catalan) config PACKAGE_luci-i18n-uhttpd-cs tristate default y if DEFAULT_luci-i18n-uhttpd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Čeština (Czech) config PACKAGE_luci-i18n-uhttpd-da tristate default y if DEFAULT_luci-i18n-uhttpd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Dansk (Danish) config PACKAGE_luci-i18n-uhttpd-de tristate default y if DEFAULT_luci-i18n-uhttpd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Deutsch (German) config PACKAGE_luci-i18n-uhttpd-el tristate default y if DEFAULT_luci-i18n-uhttpd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Ελληνικά (Greek) config PACKAGE_luci-i18n-uhttpd-es tristate default y if DEFAULT_luci-i18n-uhttpd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Español (Spanish) config PACKAGE_luci-i18n-uhttpd-fi tristate default y if DEFAULT_luci-i18n-uhttpd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Suomi (Finnish) config PACKAGE_luci-i18n-uhttpd-fr tristate default y if DEFAULT_luci-i18n-uhttpd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Français (French) config PACKAGE_luci-i18n-uhttpd-he tristate default y if DEFAULT_luci-i18n-uhttpd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-uhttpd-hi tristate default y if DEFAULT_luci-i18n-uhttpd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - हिंदी (Hindi) config PACKAGE_luci-i18n-uhttpd-hu tristate default y if DEFAULT_luci-i18n-uhttpd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Magyar (Hungarian) config PACKAGE_luci-i18n-uhttpd-it tristate default y if DEFAULT_luci-i18n-uhttpd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Italiano (Italian) config PACKAGE_luci-i18n-uhttpd-ja tristate default y if DEFAULT_luci-i18n-uhttpd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 日本語 (Japanese) config PACKAGE_luci-i18n-uhttpd-ko tristate default y if DEFAULT_luci-i18n-uhttpd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 한국어 (Korean) config PACKAGE_luci-i18n-uhttpd-lt tristate default y if DEFAULT_luci-i18n-uhttpd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-uhttpd-mr tristate default y if DEFAULT_luci-i18n-uhttpd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-uhttpd-ms tristate default y if DEFAULT_luci-i18n-uhttpd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-uhttpd-nl tristate default y if DEFAULT_luci-i18n-uhttpd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Nederlands (Dutch) config PACKAGE_luci-i18n-uhttpd-no tristate default y if DEFAULT_luci-i18n-uhttpd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Norsk (Norwegian) config PACKAGE_luci-i18n-uhttpd-pl tristate default y if DEFAULT_luci-i18n-uhttpd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Polski (Polish) config PACKAGE_luci-i18n-uhttpd-pt tristate default y if DEFAULT_luci-i18n-uhttpd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Português (Portuguese) 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_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-uhttpd-ro tristate default y if DEFAULT_luci-i18n-uhttpd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Română (Romanian) config PACKAGE_luci-i18n-uhttpd-ru tristate default y if DEFAULT_luci-i18n-uhttpd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Русский (Russian) config PACKAGE_luci-i18n-uhttpd-sk tristate default y if DEFAULT_luci-i18n-uhttpd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Slovenčina (Slovak) config PACKAGE_luci-i18n-uhttpd-sv tristate default y if DEFAULT_luci-i18n-uhttpd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Svenska (Swedish) config PACKAGE_luci-i18n-uhttpd-tr tristate default y if DEFAULT_luci-i18n-uhttpd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Türkçe (Turkish) config PACKAGE_luci-i18n-uhttpd-uk tristate default y if DEFAULT_luci-i18n-uhttpd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Українська (Ukrainian) config PACKAGE_luci-i18n-uhttpd-vi tristate default y if DEFAULT_luci-i18n-uhttpd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - Tiếng Việt (Vietnamese) 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_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-uhttpd help Translation for luci-app-uhttpd - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-unbound-ar tristate default y if DEFAULT_luci-i18n-unbound-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - العربية (Arabic) config PACKAGE_luci-i18n-unbound-bg tristate default y if DEFAULT_luci-i18n-unbound-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - български (Bulgarian) config PACKAGE_luci-i18n-unbound-bn tristate default y if DEFAULT_luci-i18n-unbound-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - বাংলা (Bengali) config PACKAGE_luci-i18n-unbound-ca tristate default y if DEFAULT_luci-i18n-unbound-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Čeština (Czech) config PACKAGE_luci-i18n-unbound-da tristate default y if DEFAULT_luci-i18n-unbound-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Dansk (Danish) config PACKAGE_luci-i18n-unbound-de tristate default y if DEFAULT_luci-i18n-unbound-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Ελληνικά (Greek) config PACKAGE_luci-i18n-unbound-es tristate default y if DEFAULT_luci-i18n-unbound-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Español (Spanish) config PACKAGE_luci-i18n-unbound-fi tristate default y if DEFAULT_luci-i18n-unbound-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Suomi (Finnish) config PACKAGE_luci-i18n-unbound-fr tristate default y if DEFAULT_luci-i18n-unbound-fr default LUCI_LANG_fr||(ALL&&m) 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_libc 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_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - 한국어 (Korean) config PACKAGE_luci-i18n-unbound-lt tristate default y if DEFAULT_luci-i18n-unbound-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-unbound-mr tristate default y if DEFAULT_luci-i18n-unbound-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Marāṭhī (Marathi) config PACKAGE_luci-i18n-unbound-ms tristate default y if DEFAULT_luci-i18n-unbound-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-unbound-nl tristate default y if DEFAULT_luci-i18n-unbound-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - Nederlands (Dutch) config PACKAGE_luci-i18n-unbound-no tristate default y if DEFAULT_luci-i18n-unbound-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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_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_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound 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) select PACKAGE_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-unbound help Translation for luci-app-unbound - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-upnp-ar tristate default y if DEFAULT_luci-i18n-upnp-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - العربية (Arabic) config PACKAGE_luci-i18n-upnp-bg tristate default y if DEFAULT_luci-i18n-upnp-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - български (Bulgarian) config PACKAGE_luci-i18n-upnp-bn tristate default y if DEFAULT_luci-i18n-upnp-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - বাংলা (Bengali) config PACKAGE_luci-i18n-upnp-ca tristate default y if DEFAULT_luci-i18n-upnp-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Čeština (Czech) config PACKAGE_luci-i18n-upnp-da tristate default y if DEFAULT_luci-i18n-upnp-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Dansk (Danish) config PACKAGE_luci-i18n-upnp-de tristate default y if DEFAULT_luci-i18n-upnp-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Ελληνικά (Greek) config PACKAGE_luci-i18n-upnp-es tristate default y if DEFAULT_luci-i18n-upnp-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Español (Spanish) config PACKAGE_luci-i18n-upnp-fi tristate default y if DEFAULT_luci-i18n-upnp-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Suomi (Finnish) config PACKAGE_luci-i18n-upnp-fr tristate default y if DEFAULT_luci-i18n-upnp-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_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_libc depends on PACKAGE_luci-app-upnp 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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - 한국어 (Korean) config PACKAGE_luci-i18n-upnp-lt tristate default y if DEFAULT_luci-i18n-upnp-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-upnp-mr tristate default y if DEFAULT_luci-i18n-upnp-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Marāṭhī (Marathi) config PACKAGE_luci-i18n-upnp-ms tristate default y if DEFAULT_luci-i18n-upnp-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-upnp-nl tristate default y if DEFAULT_luci-i18n-upnp-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - Nederlands (Dutch) config PACKAGE_luci-i18n-upnp-no tristate default y if DEFAULT_luci-i18n-upnp-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp 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_libc 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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_libc depends on PACKAGE_luci-app-upnp 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp 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) select PACKAGE_libc depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - 简体中文 (Chinese Simplified) 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 depends on PACKAGE_luci-app-upnp help Translation for luci-app-upnp - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-usteer-bn tristate default y if DEFAULT_luci-i18n-usteer-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - বাংলা (Bengali) config PACKAGE_luci-i18n-usteer-cs tristate default y if DEFAULT_luci-i18n-usteer-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Čeština (Czech) config PACKAGE_luci-i18n-usteer-da tristate default y if DEFAULT_luci-i18n-usteer-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Dansk (Danish) config PACKAGE_luci-i18n-usteer-de tristate default y if DEFAULT_luci-i18n-usteer-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Deutsch (German) config PACKAGE_luci-i18n-usteer-es tristate default y if DEFAULT_luci-i18n-usteer-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Español (Spanish) config PACKAGE_luci-i18n-usteer-fi tristate default y if DEFAULT_luci-i18n-usteer-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Suomi (Finnish) config PACKAGE_luci-i18n-usteer-fr tristate default y if DEFAULT_luci-i18n-usteer-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Français (French) config PACKAGE_luci-i18n-usteer-hu tristate default y if DEFAULT_luci-i18n-usteer-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Magyar (Hungarian) config PACKAGE_luci-i18n-usteer-it tristate default y if DEFAULT_luci-i18n-usteer-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Italiano (Italian) config PACKAGE_luci-i18n-usteer-ja tristate default y if DEFAULT_luci-i18n-usteer-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - 日本語 (Japanese) config PACKAGE_luci-i18n-usteer-lt tristate default y if DEFAULT_luci-i18n-usteer-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-usteer-nl tristate default y if DEFAULT_luci-i18n-usteer-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Nederlands (Dutch) config PACKAGE_luci-i18n-usteer-no tristate default y if DEFAULT_luci-i18n-usteer-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Norsk (Norwegian) config PACKAGE_luci-i18n-usteer-pl tristate default y if DEFAULT_luci-i18n-usteer-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Polski (Polish) config PACKAGE_luci-i18n-usteer-pt tristate default y if DEFAULT_luci-i18n-usteer-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Português (Portuguese) config PACKAGE_luci-i18n-usteer-pt-br tristate default y if DEFAULT_luci-i18n-usteer-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-usteer-ro tristate default y if DEFAULT_luci-i18n-usteer-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Română (Romanian) config PACKAGE_luci-i18n-usteer-ru tristate default y if DEFAULT_luci-i18n-usteer-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Русский (Russian) config PACKAGE_luci-i18n-usteer-sv tristate default y if DEFAULT_luci-i18n-usteer-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Svenska (Swedish) config PACKAGE_luci-i18n-usteer-tr tristate default y if DEFAULT_luci-i18n-usteer-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Türkçe (Turkish) config PACKAGE_luci-i18n-usteer-uk tristate default y if DEFAULT_luci-i18n-usteer-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Українська (Ukrainian) config PACKAGE_luci-i18n-usteer-vi tristate default y if DEFAULT_luci-i18n-usteer-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-usteer-zh-cn tristate default y if DEFAULT_luci-i18n-usteer-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-usteer-zh-tw tristate default y if DEFAULT_luci-i18n-usteer-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-usteer help Translation for luci-app-usteer - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-v2raya-ar tristate default y if DEFAULT_luci-i18n-v2raya-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - العربية (Arabic) config PACKAGE_luci-i18n-v2raya-bg tristate default y if DEFAULT_luci-i18n-v2raya-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - български (Bulgarian) config PACKAGE_luci-i18n-v2raya-bn tristate default y if DEFAULT_luci-i18n-v2raya-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - বাংলা (Bengali) config PACKAGE_luci-i18n-v2raya-ca tristate default y if DEFAULT_luci-i18n-v2raya-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Català (Catalan) config PACKAGE_luci-i18n-v2raya-cs tristate default y if DEFAULT_luci-i18n-v2raya-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Čeština (Czech) config PACKAGE_luci-i18n-v2raya-da tristate default y if DEFAULT_luci-i18n-v2raya-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Dansk (Danish) config PACKAGE_luci-i18n-v2raya-de tristate default y if DEFAULT_luci-i18n-v2raya-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Deutsch (German) config PACKAGE_luci-i18n-v2raya-el tristate default y if DEFAULT_luci-i18n-v2raya-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Ελληνικά (Greek) config PACKAGE_luci-i18n-v2raya-es tristate default y if DEFAULT_luci-i18n-v2raya-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Español (Spanish) config PACKAGE_luci-i18n-v2raya-fi tristate default y if DEFAULT_luci-i18n-v2raya-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Suomi (Finnish) config PACKAGE_luci-i18n-v2raya-fr tristate default y if DEFAULT_luci-i18n-v2raya-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Français (French) config PACKAGE_luci-i18n-v2raya-he tristate default y if DEFAULT_luci-i18n-v2raya-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-v2raya-hi tristate default y if DEFAULT_luci-i18n-v2raya-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - हिंदी (Hindi) config PACKAGE_luci-i18n-v2raya-hu tristate default y if DEFAULT_luci-i18n-v2raya-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Magyar (Hungarian) config PACKAGE_luci-i18n-v2raya-it tristate default y if DEFAULT_luci-i18n-v2raya-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Italiano (Italian) config PACKAGE_luci-i18n-v2raya-ja tristate default y if DEFAULT_luci-i18n-v2raya-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - 日本語 (Japanese) config PACKAGE_luci-i18n-v2raya-ko tristate default y if DEFAULT_luci-i18n-v2raya-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - 한국어 (Korean) config PACKAGE_luci-i18n-v2raya-lt tristate default y if DEFAULT_luci-i18n-v2raya-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-v2raya-mr tristate default y if DEFAULT_luci-i18n-v2raya-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Marāṭhī (Marathi) config PACKAGE_luci-i18n-v2raya-ms tristate default y if DEFAULT_luci-i18n-v2raya-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-v2raya-nl tristate default y if DEFAULT_luci-i18n-v2raya-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Nederlands (Dutch) config PACKAGE_luci-i18n-v2raya-no tristate default y if DEFAULT_luci-i18n-v2raya-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Norsk (Norwegian) config PACKAGE_luci-i18n-v2raya-pl tristate default y if DEFAULT_luci-i18n-v2raya-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Polski (Polish) config PACKAGE_luci-i18n-v2raya-pt tristate default y if DEFAULT_luci-i18n-v2raya-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Português (Portuguese) config PACKAGE_luci-i18n-v2raya-pt-br tristate default y if DEFAULT_luci-i18n-v2raya-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-v2raya-ro tristate default y if DEFAULT_luci-i18n-v2raya-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Română (Romanian) config PACKAGE_luci-i18n-v2raya-ru tristate default y if DEFAULT_luci-i18n-v2raya-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Русский (Russian) config PACKAGE_luci-i18n-v2raya-sk tristate default y if DEFAULT_luci-i18n-v2raya-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Slovenčina (Slovak) config PACKAGE_luci-i18n-v2raya-sv tristate default y if DEFAULT_luci-i18n-v2raya-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Svenska (Swedish) config PACKAGE_luci-i18n-v2raya-tr tristate default y if DEFAULT_luci-i18n-v2raya-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Türkçe (Turkish) config PACKAGE_luci-i18n-v2raya-uk tristate default y if DEFAULT_luci-i18n-v2raya-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Українська (Ukrainian) config PACKAGE_luci-i18n-v2raya-vi tristate default y if DEFAULT_luci-i18n-v2raya-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-v2raya-zh-cn tristate default y if DEFAULT_luci-i18n-v2raya-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-v2raya-zh-tw tristate default y if DEFAULT_luci-i18n-v2raya-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-v2raya help Translation for luci-app-v2raya - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-vnstat-ar tristate default y if DEFAULT_luci-i18n-vnstat-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - العربية (Arabic) config PACKAGE_luci-i18n-vnstat-bg tristate default y if DEFAULT_luci-i18n-vnstat-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - български (Bulgarian) config PACKAGE_luci-i18n-vnstat-bn tristate default y if DEFAULT_luci-i18n-vnstat-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - বাংলা (Bengali) config PACKAGE_luci-i18n-vnstat-ca tristate default y if DEFAULT_luci-i18n-vnstat-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Čeština (Czech) config PACKAGE_luci-i18n-vnstat-da tristate default y if DEFAULT_luci-i18n-vnstat-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Dansk (Danish) config PACKAGE_luci-i18n-vnstat-de tristate default y if DEFAULT_luci-i18n-vnstat-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Ελληνικά (Greek) config PACKAGE_luci-i18n-vnstat-es tristate default y if DEFAULT_luci-i18n-vnstat-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Español (Spanish) config PACKAGE_luci-i18n-vnstat-fi tristate default y if DEFAULT_luci-i18n-vnstat-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Suomi (Finnish) 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 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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 help Translation for luci-app-vnstat - 한국어 (Korean) config PACKAGE_luci-i18n-vnstat-lt tristate default y if DEFAULT_luci-i18n-vnstat-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-vnstat-mr tristate default y if DEFAULT_luci-i18n-vnstat-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Marāṭhī (Marathi) config PACKAGE_luci-i18n-vnstat-ms tristate default y if DEFAULT_luci-i18n-vnstat-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-vnstat-nl tristate default y if DEFAULT_luci-i18n-vnstat-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - Nederlands (Dutch) config PACKAGE_luci-i18n-vnstat-no tristate default y if DEFAULT_luci-i18n-vnstat-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat 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 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat 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_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - 简体中文 (Chinese Simplified) 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_libc depends on PACKAGE_luci-app-vnstat help Translation for luci-app-vnstat - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-vnstat2-ar tristate default y if DEFAULT_luci-i18n-vnstat2-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - العربية (Arabic) config PACKAGE_luci-i18n-vnstat2-bg tristate default y if DEFAULT_luci-i18n-vnstat2-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - български (Bulgarian) config PACKAGE_luci-i18n-vnstat2-bn tristate default y if DEFAULT_luci-i18n-vnstat2-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - বাংলা (Bengali) config PACKAGE_luci-i18n-vnstat2-ca tristate default y if DEFAULT_luci-i18n-vnstat2-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Català (Catalan) config PACKAGE_luci-i18n-vnstat2-cs tristate default y if DEFAULT_luci-i18n-vnstat2-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Čeština (Czech) config PACKAGE_luci-i18n-vnstat2-da tristate default y if DEFAULT_luci-i18n-vnstat2-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Dansk (Danish) config PACKAGE_luci-i18n-vnstat2-de tristate default y if DEFAULT_luci-i18n-vnstat2-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Deutsch (German) config PACKAGE_luci-i18n-vnstat2-el tristate default y if DEFAULT_luci-i18n-vnstat2-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Ελληνικά (Greek) config PACKAGE_luci-i18n-vnstat2-es tristate default y if DEFAULT_luci-i18n-vnstat2-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Español (Spanish) config PACKAGE_luci-i18n-vnstat2-fi tristate default y if DEFAULT_luci-i18n-vnstat2-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Suomi (Finnish) config PACKAGE_luci-i18n-vnstat2-fr tristate default y if DEFAULT_luci-i18n-vnstat2-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Français (French) config PACKAGE_luci-i18n-vnstat2-he tristate default y if DEFAULT_luci-i18n-vnstat2-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-vnstat2-hi tristate default y if DEFAULT_luci-i18n-vnstat2-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - हिंदी (Hindi) config PACKAGE_luci-i18n-vnstat2-hu tristate default y if DEFAULT_luci-i18n-vnstat2-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Magyar (Hungarian) config PACKAGE_luci-i18n-vnstat2-it tristate default y if DEFAULT_luci-i18n-vnstat2-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Italiano (Italian) config PACKAGE_luci-i18n-vnstat2-ja tristate default y if DEFAULT_luci-i18n-vnstat2-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - 日本語 (Japanese) config PACKAGE_luci-i18n-vnstat2-ko tristate default y if DEFAULT_luci-i18n-vnstat2-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - 한국어 (Korean) config PACKAGE_luci-i18n-vnstat2-lt tristate default y if DEFAULT_luci-i18n-vnstat2-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-vnstat2-mr tristate default y if DEFAULT_luci-i18n-vnstat2-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Marāṭhī (Marathi) config PACKAGE_luci-i18n-vnstat2-ms tristate default y if DEFAULT_luci-i18n-vnstat2-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-vnstat2-nl tristate default y if DEFAULT_luci-i18n-vnstat2-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Nederlands (Dutch) config PACKAGE_luci-i18n-vnstat2-no tristate default y if DEFAULT_luci-i18n-vnstat2-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Norsk (Norwegian) config PACKAGE_luci-i18n-vnstat2-pl tristate default y if DEFAULT_luci-i18n-vnstat2-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Polski (Polish) config PACKAGE_luci-i18n-vnstat2-pt tristate default y if DEFAULT_luci-i18n-vnstat2-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Português (Portuguese) config PACKAGE_luci-i18n-vnstat2-pt-br tristate default y if DEFAULT_luci-i18n-vnstat2-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-vnstat2-ro tristate default y if DEFAULT_luci-i18n-vnstat2-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Română (Romanian) config PACKAGE_luci-i18n-vnstat2-ru tristate default y if DEFAULT_luci-i18n-vnstat2-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Русский (Russian) config PACKAGE_luci-i18n-vnstat2-sk tristate default y if DEFAULT_luci-i18n-vnstat2-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Slovenčina (Slovak) config PACKAGE_luci-i18n-vnstat2-sv tristate default y if DEFAULT_luci-i18n-vnstat2-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Svenska (Swedish) config PACKAGE_luci-i18n-vnstat2-tr tristate default y if DEFAULT_luci-i18n-vnstat2-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Türkçe (Turkish) config PACKAGE_luci-i18n-vnstat2-uk tristate default y if DEFAULT_luci-i18n-vnstat2-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Українська (Ukrainian) config PACKAGE_luci-i18n-vnstat2-vi tristate default y if DEFAULT_luci-i18n-vnstat2-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-vnstat2-zh-cn tristate default y if DEFAULT_luci-i18n-vnstat2-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-vnstat2-zh-tw tristate default y if DEFAULT_luci-i18n-vnstat2-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-vnstat2 help Translation for luci-app-vnstat2 - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-watchcat-ar tristate default y if DEFAULT_luci-i18n-watchcat-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - العربية (Arabic) config PACKAGE_luci-i18n-watchcat-bg tristate default y if DEFAULT_luci-i18n-watchcat-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - български (Bulgarian) config PACKAGE_luci-i18n-watchcat-bn tristate default y if DEFAULT_luci-i18n-watchcat-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - বাংলা (Bengali) config PACKAGE_luci-i18n-watchcat-ca tristate default y if DEFAULT_luci-i18n-watchcat-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Čeština (Czech) config PACKAGE_luci-i18n-watchcat-da tristate default y if DEFAULT_luci-i18n-watchcat-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Dansk (Danish) config PACKAGE_luci-i18n-watchcat-de tristate default y if DEFAULT_luci-i18n-watchcat-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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 depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Ελληνικά (Greek) config PACKAGE_luci-i18n-watchcat-es tristate default y if DEFAULT_luci-i18n-watchcat-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Español (Spanish) config PACKAGE_luci-i18n-watchcat-fi tristate default y if DEFAULT_luci-i18n-watchcat-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Suomi (Finnish) config PACKAGE_luci-i18n-watchcat-fr tristate default y if DEFAULT_luci-i18n-watchcat-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - 한국어 (Korean) config PACKAGE_luci-i18n-watchcat-lt tristate default y if DEFAULT_luci-i18n-watchcat-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-watchcat-mr tristate default y if DEFAULT_luci-i18n-watchcat-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Marāṭhī (Marathi) config PACKAGE_luci-i18n-watchcat-ms tristate default y if DEFAULT_luci-i18n-watchcat-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-watchcat-nl tristate default y if DEFAULT_luci-i18n-watchcat-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - Nederlands (Dutch) config PACKAGE_luci-i18n-watchcat-no tristate default y if DEFAULT_luci-i18n-watchcat-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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 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_libc 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_libc 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_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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_libc depends on PACKAGE_luci-app-watchcat 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 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat 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) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-watchcat-zh-tw tristate default y if DEFAULT_luci-i18n-watchcat-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-watchcat help Translation for luci-app-watchcat - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-wifischedule-ar tristate default y if DEFAULT_luci-i18n-wifischedule-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - العربية (Arabic) config PACKAGE_luci-i18n-wifischedule-bg tristate default y if DEFAULT_luci-i18n-wifischedule-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - български (Bulgarian) config PACKAGE_luci-i18n-wifischedule-bn tristate default y if DEFAULT_luci-i18n-wifischedule-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - বাংলা (Bengali) config PACKAGE_luci-i18n-wifischedule-ca tristate default y if DEFAULT_luci-i18n-wifischedule-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Čeština (Czech) config PACKAGE_luci-i18n-wifischedule-da tristate default y if DEFAULT_luci-i18n-wifischedule-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Dansk (Danish) config PACKAGE_luci-i18n-wifischedule-de tristate default y if DEFAULT_luci-i18n-wifischedule-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Ελληνικά (Greek) config PACKAGE_luci-i18n-wifischedule-es tristate default y if DEFAULT_luci-i18n-wifischedule-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Español (Spanish) config PACKAGE_luci-i18n-wifischedule-fi tristate default y if DEFAULT_luci-i18n-wifischedule-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Suomi (Finnish) config PACKAGE_luci-i18n-wifischedule-fr tristate default y if DEFAULT_luci-i18n-wifischedule-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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 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_libc depends on PACKAGE_luci-app-wifischedule 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) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - 한국어 (Korean) config PACKAGE_luci-i18n-wifischedule-lt tristate default y if DEFAULT_luci-i18n-wifischedule-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-wifischedule-mr tristate default y if DEFAULT_luci-i18n-wifischedule-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Marāṭhī (Marathi) config PACKAGE_luci-i18n-wifischedule-ms tristate default y if DEFAULT_luci-i18n-wifischedule-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-wifischedule-nl tristate default y if DEFAULT_luci-i18n-wifischedule-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - Nederlands (Dutch) config PACKAGE_luci-i18n-wifischedule-no tristate default y if DEFAULT_luci-i18n-wifischedule-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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 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) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule 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 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_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule 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_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-wifischedule-zh-tw tristate default y if DEFAULT_luci-i18n-wifischedule-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wifischedule help Translation for luci-app-wifischedule - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-wol-ar tristate default y if DEFAULT_luci-i18n-wol-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - العربية (Arabic) config PACKAGE_luci-i18n-wol-bg tristate default y if DEFAULT_luci-i18n-wol-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - български (Bulgarian) config PACKAGE_luci-i18n-wol-bn tristate default y if DEFAULT_luci-i18n-wol-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - বাংলা (Bengali) config PACKAGE_luci-i18n-wol-ca tristate default y if DEFAULT_luci-i18n-wol-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol 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_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Čeština (Czech) config PACKAGE_luci-i18n-wol-da tristate default y if DEFAULT_luci-i18n-wol-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Dansk (Danish) config PACKAGE_luci-i18n-wol-de tristate default y if DEFAULT_luci-i18n-wol-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Ελληνικά (Greek) config PACKAGE_luci-i18n-wol-es tristate default y if DEFAULT_luci-i18n-wol-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Español (Spanish) config PACKAGE_luci-i18n-wol-fi tristate default y if DEFAULT_luci-i18n-wol-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Suomi (Finnish) config PACKAGE_luci-i18n-wol-fr tristate default y if DEFAULT_luci-i18n-wol-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol 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_libc 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_libc depends on PACKAGE_luci-app-wol 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_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_libc depends on PACKAGE_luci-app-wol 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_libc depends on PACKAGE_luci-app-wol 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_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - 한국어 (Korean) config PACKAGE_luci-i18n-wol-lt tristate default y if DEFAULT_luci-i18n-wol-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-wol-mr tristate default y if DEFAULT_luci-i18n-wol-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Marāṭhī (Marathi) config PACKAGE_luci-i18n-wol-ms tristate default y if DEFAULT_luci-i18n-wol-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-wol-nl tristate default y if DEFAULT_luci-i18n-wol-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - Nederlands (Dutch) config PACKAGE_luci-i18n-wol-no tristate default y if DEFAULT_luci-i18n-wol-no default LUCI_LANG_nb_NO||(ALL&&m) 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_libc depends on PACKAGE_luci-app-wol 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_libc 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_libc 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_libc 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) select PACKAGE_libc depends on PACKAGE_luci-app-wol 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) select PACKAGE_libc depends on PACKAGE_luci-app-wol 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_libc depends on PACKAGE_luci-app-wol 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_libc depends on PACKAGE_luci-app-wol 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) select PACKAGE_libc depends on PACKAGE_luci-app-wol 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_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) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-wol-zh-tw tristate default y if DEFAULT_luci-i18n-wol-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-wol help Translation for luci-app-wol - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-xfrpc-ar tristate default y if DEFAULT_luci-i18n-xfrpc-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - العربية (Arabic) config PACKAGE_luci-i18n-xfrpc-bg tristate default y if DEFAULT_luci-i18n-xfrpc-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - български (Bulgarian) config PACKAGE_luci-i18n-xfrpc-bn tristate default y if DEFAULT_luci-i18n-xfrpc-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - বাংলা (Bengali) config PACKAGE_luci-i18n-xfrpc-ca tristate default y if DEFAULT_luci-i18n-xfrpc-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Català (Catalan) config PACKAGE_luci-i18n-xfrpc-cs tristate default y if DEFAULT_luci-i18n-xfrpc-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Čeština (Czech) config PACKAGE_luci-i18n-xfrpc-da tristate default y if DEFAULT_luci-i18n-xfrpc-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Dansk (Danish) config PACKAGE_luci-i18n-xfrpc-de tristate default y if DEFAULT_luci-i18n-xfrpc-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Deutsch (German) config PACKAGE_luci-i18n-xfrpc-el tristate default y if DEFAULT_luci-i18n-xfrpc-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Ελληνικά (Greek) config PACKAGE_luci-i18n-xfrpc-es tristate default y if DEFAULT_luci-i18n-xfrpc-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Español (Spanish) config PACKAGE_luci-i18n-xfrpc-fi tristate default y if DEFAULT_luci-i18n-xfrpc-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Suomi (Finnish) config PACKAGE_luci-i18n-xfrpc-fr tristate default y if DEFAULT_luci-i18n-xfrpc-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Français (French) config PACKAGE_luci-i18n-xfrpc-he tristate default y if DEFAULT_luci-i18n-xfrpc-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-xfrpc-hi tristate default y if DEFAULT_luci-i18n-xfrpc-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - हिंदी (Hindi) config PACKAGE_luci-i18n-xfrpc-hu tristate default y if DEFAULT_luci-i18n-xfrpc-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Magyar (Hungarian) config PACKAGE_luci-i18n-xfrpc-it tristate default y if DEFAULT_luci-i18n-xfrpc-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Italiano (Italian) config PACKAGE_luci-i18n-xfrpc-ja tristate default y if DEFAULT_luci-i18n-xfrpc-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - 日本語 (Japanese) config PACKAGE_luci-i18n-xfrpc-ko tristate default y if DEFAULT_luci-i18n-xfrpc-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - 한국어 (Korean) config PACKAGE_luci-i18n-xfrpc-lt tristate default y if DEFAULT_luci-i18n-xfrpc-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-xfrpc-mr tristate default y if DEFAULT_luci-i18n-xfrpc-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Marāṭhī (Marathi) config PACKAGE_luci-i18n-xfrpc-ms tristate default y if DEFAULT_luci-i18n-xfrpc-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-xfrpc-nl tristate default y if DEFAULT_luci-i18n-xfrpc-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Nederlands (Dutch) config PACKAGE_luci-i18n-xfrpc-no tristate default y if DEFAULT_luci-i18n-xfrpc-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Norsk (Norwegian) config PACKAGE_luci-i18n-xfrpc-pl tristate default y if DEFAULT_luci-i18n-xfrpc-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Polski (Polish) config PACKAGE_luci-i18n-xfrpc-pt tristate default y if DEFAULT_luci-i18n-xfrpc-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Português (Portuguese) config PACKAGE_luci-i18n-xfrpc-pt-br tristate default y if DEFAULT_luci-i18n-xfrpc-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-xfrpc-ro tristate default y if DEFAULT_luci-i18n-xfrpc-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Română (Romanian) config PACKAGE_luci-i18n-xfrpc-ru tristate default y if DEFAULT_luci-i18n-xfrpc-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Русский (Russian) config PACKAGE_luci-i18n-xfrpc-sk tristate default y if DEFAULT_luci-i18n-xfrpc-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Slovenčina (Slovak) config PACKAGE_luci-i18n-xfrpc-sv tristate default y if DEFAULT_luci-i18n-xfrpc-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Svenska (Swedish) config PACKAGE_luci-i18n-xfrpc-tr tristate default y if DEFAULT_luci-i18n-xfrpc-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Türkçe (Turkish) config PACKAGE_luci-i18n-xfrpc-uk tristate default y if DEFAULT_luci-i18n-xfrpc-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Українська (Ukrainian) config PACKAGE_luci-i18n-xfrpc-vi tristate default y if DEFAULT_luci-i18n-xfrpc-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-xfrpc-zh-cn tristate default y if DEFAULT_luci-i18n-xfrpc-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-xfrpc-zh-tw tristate default y if DEFAULT_luci-i18n-xfrpc-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xfrpc help Translation for luci-app-xfrpc - 繁體中文 (Chinese Traditional) config PACKAGE_luci-i18n-xinetd-ar tristate default y if DEFAULT_luci-i18n-xinetd-ar default LUCI_LANG_ar||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - العربية (Arabic) config PACKAGE_luci-i18n-xinetd-bg tristate default y if DEFAULT_luci-i18n-xinetd-bg default LUCI_LANG_bg||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - български (Bulgarian) config PACKAGE_luci-i18n-xinetd-bn tristate default y if DEFAULT_luci-i18n-xinetd-bn default LUCI_LANG_bn_BD||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - বাংলা (Bengali) config PACKAGE_luci-i18n-xinetd-ca tristate default y if DEFAULT_luci-i18n-xinetd-ca default LUCI_LANG_ca||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Català (Catalan) config PACKAGE_luci-i18n-xinetd-cs tristate default y if DEFAULT_luci-i18n-xinetd-cs default LUCI_LANG_cs||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Čeština (Czech) config PACKAGE_luci-i18n-xinetd-da tristate default y if DEFAULT_luci-i18n-xinetd-da default LUCI_LANG_da||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Dansk (Danish) config PACKAGE_luci-i18n-xinetd-de tristate default y if DEFAULT_luci-i18n-xinetd-de default LUCI_LANG_de||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Deutsch (German) config PACKAGE_luci-i18n-xinetd-el tristate default y if DEFAULT_luci-i18n-xinetd-el default LUCI_LANG_el||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Ελληνικά (Greek) config PACKAGE_luci-i18n-xinetd-es tristate default y if DEFAULT_luci-i18n-xinetd-es default LUCI_LANG_es||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Español (Spanish) config PACKAGE_luci-i18n-xinetd-fi tristate default y if DEFAULT_luci-i18n-xinetd-fi default LUCI_LANG_fi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Suomi (Finnish) config PACKAGE_luci-i18n-xinetd-fr tristate default y if DEFAULT_luci-i18n-xinetd-fr default LUCI_LANG_fr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Français (French) config PACKAGE_luci-i18n-xinetd-he tristate default y if DEFAULT_luci-i18n-xinetd-he default LUCI_LANG_he||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - עִבְרִית (Hebrew) config PACKAGE_luci-i18n-xinetd-hi tristate default y if DEFAULT_luci-i18n-xinetd-hi default LUCI_LANG_hi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - हिंदी (Hindi) config PACKAGE_luci-i18n-xinetd-hu tristate default y if DEFAULT_luci-i18n-xinetd-hu default LUCI_LANG_hu||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Magyar (Hungarian) config PACKAGE_luci-i18n-xinetd-it tristate default y if DEFAULT_luci-i18n-xinetd-it default LUCI_LANG_it||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Italiano (Italian) config PACKAGE_luci-i18n-xinetd-ja tristate default y if DEFAULT_luci-i18n-xinetd-ja default LUCI_LANG_ja||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - 日本語 (Japanese) config PACKAGE_luci-i18n-xinetd-ko tristate default y if DEFAULT_luci-i18n-xinetd-ko default LUCI_LANG_ko||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - 한국어 (Korean) config PACKAGE_luci-i18n-xinetd-lt tristate default y if DEFAULT_luci-i18n-xinetd-lt default LUCI_LANG_lt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Lietuvių (Lithuanian) config PACKAGE_luci-i18n-xinetd-mr tristate default y if DEFAULT_luci-i18n-xinetd-mr default LUCI_LANG_mr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Marāṭhī (Marathi) config PACKAGE_luci-i18n-xinetd-ms tristate default y if DEFAULT_luci-i18n-xinetd-ms default LUCI_LANG_ms||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Bahasa Melayu (Malay) config PACKAGE_luci-i18n-xinetd-nl tristate default y if DEFAULT_luci-i18n-xinetd-nl default LUCI_LANG_nl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Nederlands (Dutch) config PACKAGE_luci-i18n-xinetd-no tristate default y if DEFAULT_luci-i18n-xinetd-no default LUCI_LANG_nb_NO||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Norsk (Norwegian) config PACKAGE_luci-i18n-xinetd-pl tristate default y if DEFAULT_luci-i18n-xinetd-pl default LUCI_LANG_pl||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Polski (Polish) config PACKAGE_luci-i18n-xinetd-pt tristate default y if DEFAULT_luci-i18n-xinetd-pt default LUCI_LANG_pt||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Português (Portuguese) config PACKAGE_luci-i18n-xinetd-pt-br tristate default y if DEFAULT_luci-i18n-xinetd-pt-br default LUCI_LANG_pt_BR||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Português do Brasil (Brazilian Portuguese) config PACKAGE_luci-i18n-xinetd-ro tristate default y if DEFAULT_luci-i18n-xinetd-ro default LUCI_LANG_ro||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Română (Romanian) config PACKAGE_luci-i18n-xinetd-ru tristate default y if DEFAULT_luci-i18n-xinetd-ru default LUCI_LANG_ru||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Русский (Russian) config PACKAGE_luci-i18n-xinetd-sk tristate default y if DEFAULT_luci-i18n-xinetd-sk default LUCI_LANG_sk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Slovenčina (Slovak) config PACKAGE_luci-i18n-xinetd-sv tristate default y if DEFAULT_luci-i18n-xinetd-sv default LUCI_LANG_sv||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Svenska (Swedish) config PACKAGE_luci-i18n-xinetd-tr tristate default y if DEFAULT_luci-i18n-xinetd-tr default LUCI_LANG_tr||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Türkçe (Turkish) config PACKAGE_luci-i18n-xinetd-uk tristate default y if DEFAULT_luci-i18n-xinetd-uk default LUCI_LANG_uk||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Українська (Ukrainian) config PACKAGE_luci-i18n-xinetd-vi tristate default y if DEFAULT_luci-i18n-xinetd-vi default LUCI_LANG_vi||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - Tiếng Việt (Vietnamese) config PACKAGE_luci-i18n-xinetd-zh-cn tristate default y if DEFAULT_luci-i18n-xinetd-zh-cn default LUCI_LANG_zh_Hans||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - 简体中文 (Chinese Simplified) config PACKAGE_luci-i18n-xinetd-zh-tw tristate default y if DEFAULT_luci-i18n-xinetd-zh-tw default LUCI_LANG_zh_Hant||(ALL&&m) select PACKAGE_libc depends on PACKAGE_luci-app-xinetd help Translation for luci-app-xinetd - 繁體中文 (Chinese Traditional) endmenu menu "Mail" config PACKAGE_alpine tristate "alpine" default y if DEFAULT_alpine default m if ALL select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libncurses select PACKAGE_libopenssl select PACKAGE_libpam select PACKAGE_libpthread 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. config PACKAGE_alpine-nossl tristate "alpine-nossl" default y if DEFAULT_alpine-nossl default m if ALL depends on BROKEN select PACKAGE_libc select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_libncurses select PACKAGE_libopenssl select PACKAGE_libpam select PACKAGE_libpthread 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. config PACKAGE_bogofilter tristate "bogofilter.................................................... bogofilter" default y if DEFAULT_bogofilter default m if ALL select PACKAGE_libc select PACKAGE_libdb47 help Bogofilter is a fast Bayesian spam filter config PACKAGE_dovecot tristate "dovecot.......................................... An IMAP and POP3 daemon" default y if DEFAULT_dovecot default m if ALL select PACKAGE_icu if DOVECOT_ICU select PACKAGE_krb5-libs if DOVECOT_GSSAPI select PACKAGE_libbz2 select PACKAGE_libc select PACKAGE_libcap select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libmariadb if DOVECOT_MYSQL select PACKAGE_libopenldap if DOVECOT_LDAP select PACKAGE_libopenssl select PACKAGE_libpq if DOVECOT_PGSQL select PACKAGE_librt select PACKAGE_libsqlite3 if DOVECOT_SQLITE select PACKAGE_zlib help Dovecot is a program which provides POP3 and IMAP services. 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_dovecot select PACKAGE_libc help Pigeonhole provides mail filtering facilities for Dovecot using the Sieve (RFC 5228) language. 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_dovecot select PACKAGE_libc help doveadm and dsync utilities for Dovecot menuconfig PACKAGE_emailrelay tristate "emailrelay................................... A simple SMTP proxy and MTA" default y if DEFAULT_emailrelay default m if ALL select PACKAGE_libc select PACKAGE_libopenssl if EMAILRELAY_SSL 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. 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). config PACKAGE_exim tristate "exim......................................... Exim message transfer agent" default y if DEFAULT_exim default m if ALL select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libidn if BUILD_NLS select PACKAGE_libidn2 if BUILD_NLS select PACKAGE_libpcre2 depends on m || (PACKAGE_exim-openssl != y) depends on m || (PACKAGE_exim-gnutls != y) depends on m || (PACKAGE_exim-ldap != y) help Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. This package provides Exim without TLS support. config PACKAGE_exim-gnutls tristate "exim-gnutls.................... Exim message transfer agent (with GnuTLS)" default y if DEFAULT_exim-gnutls default m if ALL select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libgnutls select PACKAGE_libgnutls-dane if EXIM_GNUTLS_DANE select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libidn if BUILD_NLS select PACKAGE_libidn2 if BUILD_NLS select PACKAGE_libpcre2 depends on m || (PACKAGE_exim-openssl != y) depends on m || (PACKAGE_exim-ldap != y) help Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. This package provides Exim built with GnuTLS. config EXIM_GNUTLS_DANE bool "exim-gnutls DANE support" depends on PACKAGE_exim-gnutls default n help Build exim-gnutls against libgnutls-dane for DANE support. libgnutls-dane depends on libunbound which depends on libopenssl. config PACKAGE_exim-ldap tristate "exim-ldap........ Exim message transfer agent (with OpenSSL and OpenLDAP)" default y if DEFAULT_exim-ldap default m if ALL select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libidn if BUILD_NLS select PACKAGE_libidn2 if BUILD_NLS select PACKAGE_libopenldap select PACKAGE_libopenssl select PACKAGE_libpcre2 select PACKAGE_libsasl2 help Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. This package provides Exim built with OpenSSL, OpenLDAP and Cyrus SASL. config PACKAGE_exim-openssl tristate "exim-openssl.................. Exim message transfer agent (with OpenSSL)" default y if DEFAULT_exim-openssl default m if ALL select PACKAGE_libc select PACKAGE_libdb47 select PACKAGE_libiconv-full if BUILD_NLS select PACKAGE_libidn if BUILD_NLS select PACKAGE_libidn2 if BUILD_NLS select PACKAGE_libopenssl select PACKAGE_libpcre2 depends on m || (PACKAGE_exim-ldap != y) help Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. This package provides Exim built with OpenSSL. config PACKAGE_exim-lookup-cdb tristate "exim-lookup-cdb................................... Exim lookup module cdb" default y if DEFAULT_exim-lookup-cdb default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc help Exim lookup module cdb config PACKAGE_exim-lookup-dbmdb tristate "exim-lookup-dbmdb............................... Exim lookup module dbmdb" default y if DEFAULT_exim-lookup-dbmdb default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc help Exim lookup module dbmdb config PACKAGE_exim-lookup-dnsdb tristate "exim-lookup-dnsdb............................... Exim lookup module dnsdb" default y if DEFAULT_exim-lookup-dnsdb default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc help Exim lookup module dnsdb config PACKAGE_exim-lookup-json tristate "exim-lookup-json................................. Exim lookup module json" default y if DEFAULT_exim-lookup-json default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_jansson select PACKAGE_libc help Exim lookup module json config PACKAGE_exim-lookup-mysql tristate "exim-lookup-mysql............................... Exim lookup module mysql" default y if DEFAULT_exim-lookup-mysql default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc select PACKAGE_libmariadb help Exim lookup module mysql config PACKAGE_exim-lookup-passwd tristate "exim-lookup-passwd............................. Exim lookup module passwd" default y if DEFAULT_exim-lookup-passwd default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc help Exim lookup module passwd config PACKAGE_exim-lookup-pgsql tristate "exim-lookup-pgsql............................... Exim lookup module pgsql" default y if DEFAULT_exim-lookup-pgsql default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc select PACKAGE_libpq help Exim lookup module pgsql config PACKAGE_exim-lookup-redis tristate "exim-lookup-redis............................... Exim lookup module redis" default y if DEFAULT_exim-lookup-redis default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc select PACKAGE_libhiredis help Exim lookup module redis config PACKAGE_exim-lookup-sqlite tristate "exim-lookup-sqlite............................. Exim lookup module sqlite" default y if DEFAULT_exim-lookup-sqlite default m if ALL depends on PACKAGE_exim||PACKAGE_exim-gnutls||PACKAGE_exim-openssl||PACKAGE_exim-ldap select PACKAGE_libc select PACKAGE_libsqlite3 help Exim lookup module sqlite menuconfig PACKAGE_fdm tristate "fdm............................................... fetch mail and deliver" default y if DEFAULT_fdm default m if ALL select PACKAGE_libc select PACKAGE_libopenssl select PACKAGE_libpcre2 if FDM_WITH_PCRE 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 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_libc select PACKAGE_libdb47 help Greyfix is the greylisting policy daemon for Postfix written by Kim Minh Kaplan. config PACKAGE_mailsend tristate "mailsend........................... A command-line mail sender (with SSL)" default y if DEFAULT_mailsend default m if ALL select PACKAGE_libc select PACKAGE_libopenssl help Mailsend is a simple command line program to send mail via SMTP protocol. . SSL supported is provided by OpenSSL. 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_libc help Mailsend is a simple command line program to send mail via SMTP protocol. config PACKAGE_mblaze tristate "mblaze............................... Unix utilities to deal with Maildir" default y if DEFAULT_mblaze default m if ALL select PACKAGE_libc help The mblaze message system is a set of Unix utilities for processing and interacting with mail messages which are stored in maildir folders. 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_libgnutls select PACKAGE_libintl-full if BUILD_NLS 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. 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_libc select PACKAGE_libintl-full if BUILD_NLS select PACKAGE_msmtp if PACKAGE_msmtp-nosslIP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. source "feeds/packages/multimedia/tvheadend/Config.in" config PACKAGE_v4l2camera tristate "v4l2camera.................................................... v4l2camera" default y if DEFAULT_v4l2camera default m if ALL depends on AUDIO_SUPPORT select PACKAGE_alsa-lib select PACKAGE_libc select PACKAGE_libstdcpp help v4l2camera config PACKAGE_v4l2rtspserver tristate "v4l2rtspserver............................................ v4l2rtspserver" default y if DEFAULT_v4l2rtspserver default m if ALL depends on AUDIO_SUPPORT select PACKAGE_alsa-lib select PACKAGE_libc select PACKAGE_libstdcpp help RTSP server for v4L2 video sources config PACKAGE_v4l2tools tristate "v4l2tools...................................................... v4l2tools" default y if DEFAULT_v4l2tools default m if ALL select PACKAGE_libc select PACKAGE_libjpeg-turbo select PACKAGE_libstdcpp help v4l2tools config PACKAGE_vips tristate "vips....................................... An image manipulation library" default y if DEFAULT_vips default m if ALL select PACKAGE_giflib select PACKAGE_glib2 select PACKAGE_libc select PACKAGE_libexif select PACKAGE_libexpat select PACKAGE_libjpeg-turbo select PACKAGE_libpng select PACKAGE_libxml2 help An image manipulation library config PACKAGE_xupnpd tristate "xupnpd............................................. eXtensible UPnP agent" default y if DEFAULT_xupnpd default m if ALL select PACKAGE_libc select PACKAGE_liblua select PACKAGE_libopenssl 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. config PACKAGE_yt-dlp tristate "yt-dlp....................... Utility to download videos from YouTube.com" default y if DEFAULT_yt-dlp default m if ALL select PACKAGE_ca-certificates select PACKAGE_libc select PACKAGE_python3-asyncio select PACKAGE_python3-codecs select PACKAGE_python3-ctypes select PACKAGE_python3-email select PACKAGE_python3-logging select PACKAGE_python3-openssl select PACKAGE_python3-sqlite3 select PACKAGE_python3-urllib select PACKAGE_python3-uuid select PACKAGE_python3-xml help yt-dlp is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter. config PACKAGE_yt-dlp-src tristate "yt-dlp-src......... Utility to download videos from YouTube.com (sources)" default y if DEFAULT_yt-dlp-src default m if ALL select PACKAGE_libc help yt-dlp is a small command-line program to download videos from YouTube.com and other video sites. It requires the Python3 interpreter. This package contains the Python source files for yt-dlp. depends on PACKAGE_yt-dlp endmenu menu "Network" menu "BitTorrent" config PACKAGE_mktorrent tristate "mktorrent...................................................... mktorrent" default y if DEFAULT_mktorrent default m if ALL select PACKAGE_libc help mktorrent config PACKAGE_opentracker tristate "opentracker.................................................. opentracker" default y if DEFAULT_opentracker default m if ALL select PACKAGE_libc select PACKAGE_libpthread select PACKAGE_zlib 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!). opentracker now supports listening on both IPv4 and IPv6 at the same time. config PACKAGE_rtorrent tristate "rtorrent................................... BitTorrent client for ncurses" default y if DEFAULT_rtorrent default m if ALL select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libncurses select PACKAGE_libopenssl select PACKAGE_libpthread select PACKAGE_libstdcpp select PACKAGE_zlib 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 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_libc select PACKAGE_libcurl select PACKAGE_libncurses select PACKAGE_libopenssl select PACKAGE_libpthread select PACKAGE_libstdcpp select PACKAGE_xmlrpc-c-server select PACKAGE_zlib 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 config PACKAGE_transmission-cli tristate "transmission-cli........................... BitTorrent client (utilities)" default y if DEFAULT_transmission-cli default m if ALL select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libdeflate select PACKAGE_libdht select PACKAGE_libevent2 select PACKAGE_libevent2-pthreads select PACKAGE_libmbedtls if LIBCURL_GNUTLS select PACKAGE_libmbedtls if LIBCURL_MBEDTLS select PACKAGE_libmbedtls if LIBCURL_NOSSL select PACKAGE_libminiupnpc select PACKAGE_libnatpmp select PACKAGE_libpsl select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libutp select PACKAGE_zlib help CLI utilities for transmission. config PACKAGE_transmission-daemon tristate "transmission-daemon.................................... BitTorrent client" default y if DEFAULT_transmission-daemon default m if ALL select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libdeflate select PACKAGE_libdht select PACKAGE_libevent2 select PACKAGE_libevent2-pthreads select PACKAGE_libmbedtls if LIBCURL_GNUTLS select PACKAGE_libmbedtls if LIBCURL_MBEDTLS select PACKAGE_libmbedtls if LIBCURL_NOSSL select PACKAGE_libminiupnpc select PACKAGE_libnatpmp select PACKAGE_libpsl select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libutp select PACKAGE_zlib 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. config PACKAGE_transmission-remote tristate "transmission-remote........................... BitTorrent client (remote)" default y if DEFAULT_transmission-remote default m if ALL select PACKAGE_libatomic select PACKAGE_libc select PACKAGE_libcurl select PACKAGE_libdeflate select PACKAGE_libdht select PACKAGE_libevent2 select PACKAGE_libevent2-pthreads select PACKAGE_libmbedtls if LIBCURL_GNUTLS select PACKAGE_libmbedtls if LIBCURL_MBEDTLS select PACKAGE_libmbedtls if LIBCURL_NOSSL select PACKAGE_libminiupnpc select PACKAGE_libnatpmp select PACKAGE_libpsl select PACKAGE_libpthread select PACKAGE_librt select PACKAGE_libutp select PACKAGE_zlib help CLI remote interface for transmission. 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_transmission-daemon help Webinterface resources for transmission. config PACKAGE_transmission-web-control tristate "transmission-web-control........................ Transmission Web Control" default y if DEFAULT_transmission-web-control default m if ALL select PACKAGE_libc select PACKAGE_transmission-daemon depends on m || (PACKAGE_transmission-web != y) help Transmission Web Control is a custom Web UI for Transmission. 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_libc select PACKAGE_libevent2 select PACKAGE_libevent2-openssl select PACKAGE_libjson-c select PACKAGE_libnetfilter-queue select PACKAGE_libuci select PACKAGE_openssl-util select PACKAGE_zlib 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 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_haserl if COOVACHILLI_MINIPORTAL select PACKAGE_kmod-tun select PACKAGE_libc select PACKAGE_libjson-c if COOVACHILLI_JSONINTERFACE select PACKAGE_libopenssl if COOVACHILLI_OPENSSL select PACKAGE_librt select PACKAGE_libwolfssl if COOVACHILLI_WOLFSSL && PACKAGE_libwolfsslcpu-crypto