2177 lines
60 KiB
Plaintext
2177 lines
60 KiB
Plaintext
Source-Makefile: feeds/ibase/uhttpd/Makefile
|
|
Package: uhttpd
|
|
Submenu: Web Servers/Proxies
|
|
Version: 2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox +libblobmsg-json +libjson-script
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: ustream-ssl
|
|
Section: net
|
|
Category: TP-LINK ibase
|
|
Title: uHTTPd - tiny, single threaded HTTP server
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uhttpd-2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7.tar.gz
|
|
Type: ipkg
|
|
Description: uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua
|
|
support. It is intended as a drop-in replacement for the Busybox
|
|
HTTP daemon.
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
Config:
|
|
config PACKAGE_uhttpd_debug
|
|
bool "Build with debug messages"
|
|
default n
|
|
@@
|
|
|
|
Package: uhttpd-mod-tls
|
|
Submenu: Web Servers/Proxies
|
|
Version: 2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread uhttpd +PACKAGE_uhttpd-mod-tls_polarssl:libustream-polarssl +PACKAGE_uhttpd-mod-tls_cyassl:libustream-cyassl +PACKAGE_uhttpd-mod-tls_openssl:libustream-openssl
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: ustream-ssl
|
|
Section: net
|
|
Category: TP-LINK ibase
|
|
Title: uHTTPd - tiny, single threaded HTTP server (TLS plugin)
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uhttpd-2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7.tar.gz
|
|
Type: ipkg
|
|
Description: The TLS plugin adds HTTPS support to uHTTPd.
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
Config:
|
|
choice
|
|
depends on PACKAGE_uhttpd-mod-tls
|
|
prompt "TLS Provider"
|
|
default PACKAGE_uhttpd-mod-tls_polarssl
|
|
|
|
config PACKAGE_uhttpd-mod-tls_polarssl
|
|
bool "PolarSSL"
|
|
|
|
config PACKAGE_uhttpd-mod-tls_cyassl
|
|
bool "CyaSSL"
|
|
|
|
config PACKAGE_uhttpd-mod-tls_openssl
|
|
bool "OpenSSL"
|
|
endchoice
|
|
@@
|
|
|
|
Package: uhttpd-mod-lua
|
|
Submenu: Web Servers/Proxies
|
|
Version: 2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread uhttpd +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: ustream-ssl
|
|
Section: net
|
|
Category: TP-LINK ibase
|
|
Title: uHTTPd - tiny, single threaded HTTP server (Lua plugin)
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uhttpd-2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7.tar.gz
|
|
Type: ipkg
|
|
Description: The Lua plugin adds a CGI-like Lua runtime interface to uHTTPd.
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: uhttpd-mod-ubus
|
|
Submenu: Web Servers/Proxies
|
|
Version: 2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread uhttpd +libubus +libblobmsg-json
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: ustream-ssl
|
|
Section: net
|
|
Category: TP-LINK ibase
|
|
Title: uHTTPd - tiny, single threaded HTTP server (ubus plugin)
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uhttpd-2015-11-08-fe01ef3f52adae9da38ef47926cd50974af5d6b7.tar.gz
|
|
Type: ipkg
|
|
Description: The ubus plugin adds a HTTP/JSON RPC proxy for ubus and publishes the
|
|
session.* namespace and procedures.
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/luci/Makefile
|
|
Package: luci-lib-core
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +lua +libuci-lua +libubus-lua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI core libraries
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI core libraries
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
Config:
|
|
choice
|
|
prompt "Build Target"
|
|
default PACKAGE_luci-lib-core_source
|
|
|
|
config PACKAGE_luci-lib-core_compile
|
|
bool "Precompiled"
|
|
|
|
config PACKAGE_luci-lib-core_stripped
|
|
bool "Stripped"
|
|
|
|
config PACKAGE_luci-lib-core_srcdiet
|
|
bool "Compressed Source"
|
|
|
|
config PACKAGE_luci-lib-core_source
|
|
bool "Full Source"
|
|
|
|
endchoice
|
|
@@
|
|
|
|
Package: luci-lib-fastindex
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +PACKAGE_luci-lib-fastindex:liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Fastindex indexing module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Fastindex indexing module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-httpclient
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-web +luci-lib-nixio
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: HTTP(S) client library
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: HTTP(S) client library
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-ipkg
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI IPKG/OPKG call abstraction library
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI IPKG/OPKG call abstraction library
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-json
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI JSON library
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI JSON library
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-lucid
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-nixio +luci-lib-web +luci-lib-px5g
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCId Full-Stack Webserver
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCId Full-Stack Webserver
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-lucid-http
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-lucid
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCId HTTP Backend
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCId HTTP Backend
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-lucid-rpc
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-lucid
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCId RPC Backend
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCId RPC Backend
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-nixio
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +PACKAGE_luci-lib-nixio_openssl:libopenssl +PACKAGE_luci-lib-nixio_cyassl:libcyassl
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: NIXIO POSIX library
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: NIXIO POSIX library
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
Config:
|
|
choice
|
|
prompt "TLS Provider"
|
|
default PACKAGE_luci-lib-nixio_notls
|
|
|
|
config PACKAGE_luci-lib-nixio_notls
|
|
bool "Disabled"
|
|
|
|
config PACKAGE_luci-lib-nixio_axtls
|
|
bool "Builtin (axTLS)"
|
|
|
|
config PACKAGE_luci-lib-nixio_cyassl
|
|
bool "CyaSSL"
|
|
select PACKAGE_libcyassl
|
|
|
|
config PACKAGE_luci-lib-nixio_openssl
|
|
bool "OpenSSL"
|
|
select PACKAGE_libopenssl
|
|
endchoice
|
|
@@
|
|
|
|
Package: luci-lib-px5g
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-nixio
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: RSA/X.509 Key Generator (required for LuCId SSL support)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: RSA/X.509 Key Generator (required for LuCId SSL support)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-sys
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Linux/POSIX system library
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Linux/POSIX system library
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-web
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-sys +luci-lib-nixio +luci-lib-core +luci-sgi-cgi
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: MVC Webframework
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: MVC Webframework
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-lib-luaneightbl
|
|
Submenu: 8. Libraries
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-core +luci-lib-core
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: neightbl - Lua lib for IPv6 neighbors
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: neightbl - Lua lib for IPv6 neighbors
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-proto-core
|
|
Submenu: 6. Protocols
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Support for static/dhcp/none
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Support for static/dhcp/none
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-proto-ppp
|
|
Submenu: 6. Protocols
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Support for PPP/PPPoE/PPPoA/PPtP
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Support for PPP/PPPoE/PPPoA/PPtP
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-proto-ipv6
|
|
Submenu: 6. Protocols
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Support for DHCPv6/6in4/6to4/6rd/DS-Lite
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Support for DHCPv6/6in4/6to4/6rd/DS-Lite
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-proto-3g
|
|
Submenu: 6. Protocols
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-proto-3g:comgt
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Support for 3G
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Support for 3G
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-proto-relay
|
|
Submenu: 6. Protocols
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-proto-relay:relayd
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Support for relayd pseudo bridges
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Support for relayd pseudo bridges
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-freifunk-community
|
|
Submenu: 9. Freifunk
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-web +luci-app-splash +luci-i18n-german +PACKAGE_luci-mod-freifunk-community:olsrd +PACKAGE_luci-mod-freifunk-community:olsrd-mod-dyn-gw-plain +PACKAGE_luci-mod-freifunk-community:olsrd-mod-jsoninfo +PACKAGE_luci-mod-freifunk-community:olsrd-mod-nameservice +PACKAGE_luci-mod-freifunk-community:olsrd-mod-watchdog +PACKAGE_luci-mod-freifunk-community:kmod-tun +PACKAGE_luci-mod-freifunk-community:ip +PACKAGE_luci-mod-freifunk-community:freifunk-watchdog +luci-app-olsr +luci-app-olsr-services +freifunk-gwcheck +freifunk-mapupdate
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Freifunk Community Meta-Package
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Freifunk Community Meta-Package
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-admin-core
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-web +luci-proto-core +luci-i18n-english
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Web UI Core module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Web UI Core module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-admin-mini
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-mod-admin-core @BROKEN
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Essentials - stripped down and user-friendly
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Essentials - stripped down and user-friendly
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-admin-full
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-mod-admin-core +luci-lib-ipkg
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Administration - full-featured for full control
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Administration - full-featured for full control
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-failsafe
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-mod-admin-core
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Fail-Safe - Fail-Safe sysupgrade module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Fail-Safe - Fail-Safe sysupgrade module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-rpc
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-json
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI RPC - JSON-RPC API
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI RPC - JSON-RPC API
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-freifunk
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-mod-admin-full +luci-lib-json +PACKAGE_luci-mod-freifunk:freifunk-firewall +freifunk-common
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Freifunk module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Freifunk module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-mod-niu
|
|
Submenu: 2. Modules
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-mod-admin-core @BROKEN
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: NIU - Next Generation Interface
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: NIU - Next Generation Interface
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-siitwizard
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-siitwizard:kmod-siit
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: SIIT IPv4-over-IPv6 configuration wizard
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: SIIT IPv4-over-IPv6 configuration wizard
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-firewall
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-firewall:firewall
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Firewall and Portforwarding application
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Firewall and Portforwarding application
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-freifunk-policyrouting
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-freifunk-policyrouting:freifunk-policyrouting
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Policy routing for mesh traffic
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Policy routing for mesh traffic
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-freifunk-widgets
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-freifunk-widgets:luci-mod-freifunk
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Widgets for the Freifunk index page
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Widgets for the Freifunk index page
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-meshwizard
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-freifunk-meshwizard:meshwizard
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Shellscript based wizard to setup mesh networks
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Shellscript based wizard to setup mesh networks
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-olsr
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +olsrd +olsrd-mod-jsoninfo +luci-lib-luaneightbl
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: OLSR configuration and status module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: OLSR configuration and status module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-olsr-viz
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-olsr +olsrd-mod-txtinfo
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: OLSR Visualisation
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: OLSR Visualisation
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-freifunk-diagnostics
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Tools for network diagnosis like traceroute and ping
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Tools for network diagnosis like traceroute and ping
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-olsr-services
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-olsr +olsrd-mod-nameservice
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Show services announced with the nameservice plugin
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Show services announced with the nameservice plugin
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-qos
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-qos:qos-scripts
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Quality of Service configuration module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Quality of Service configuration module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-splash
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-lib-nixio +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Freifunk DHCP-Splash application
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Freifunk DHCP-Splash application
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-statistics
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-statistics:collectd +PACKAGE_luci-app-statistics:rrdtool1 +PACKAGE_luci-app-statistics:collectd-mod-rrdtool +PACKAGE_luci-app-statistics:collectd-mod-iwinfo +PACKAGE_luci-app-statistics:collectd-mod-interface +PACKAGE_luci-app-statistics:collectd-mod-load
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Statistics Application
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Statistics Application
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-diag-core
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Diagnostics Tools (Core)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Diagnostics Tools (Core)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-diag-devinfo
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-app-diag-core +PACKAGE_luci-app-diag-devinfo:smap +PACKAGE_luci-app-diag-devinfo:netdiscover +PACKAGE_luci-app-diag-devinfo:mac-to-devinfo +PACKAGE_luci-app-diag-devinfo:httping +PACKAGE_luci-app-diag-devinfo:smap-to-devinfo +PACKAGE_luci-app-diag-devinfo:netdiscover-to-devinfo
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Diagnostics Tools (Device Info)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Diagnostics Tools (Device Info)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-voice-core
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Voice Software (Core)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Voice Software (Core)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-voice-diag
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-diag-devinfo
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Voice Software (Diagnostics)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Voice Software (Diagnostics)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-commands
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Shell Command Module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Shell Command Module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-upnp
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-upnp:miniupnpd
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Universal Plug & Play configuration module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Universal Plug & Play configuration module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-ntpc
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-ntpc:ntpclient
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: NTP time synchronisation configuration module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: NTP time synchronisation configuration module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-ddns
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-ddns:ddns-scripts
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Dynamic DNS configuration module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Dynamic DNS configuration module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-samba
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-samba:samba36-server
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Network Shares - Samba SMB/CIFS module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Network Shares - Samba SMB/CIFS module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-mmc-over-gpio
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-mmc-over-gpio:kmod-mmc-over-gpio
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: MMC-over-GPIO configuration module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: MMC-over-GPIO configuration module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-p910nd
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-p910nd:p910nd
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: p910nd - Printer server module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: p910nd - Printer server module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-ushare
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-ushare:ushare
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: uShare - UPnP A/V & DLNA Media Server
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: uShare - UPnP A/V & DLNA Media Server
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-hd-idle
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-hd-idle:hd-idle
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Hard Disk Idle Spin-Down module
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Hard Disk Idle Spin-Down module
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-tinyproxy
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-tinyproxy:tinyproxy
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Tinyproxy - HTTP(S)-Proxy configuration
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Tinyproxy - HTTP(S)-Proxy configuration
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-polipo
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-polipo:polipo
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for the Polipo Proxy
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for the Polipo Proxy
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-openvpn
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-openvpn:openvpn @BROKEN
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for OpenVPN
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for OpenVPN
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-p2pblock
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-firewall +PACKAGE_luci-app-p2pblock:freifunk-p2pblock
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for the Freifunk P2P-Block addon
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for the Freifunk P2P-Block addon
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-multiwan
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-firewall +PACKAGE_luci-app-multiwan:multiwan
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for the OpenWrt MultiWAN agent
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for the OpenWrt MultiWAN agent
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-wol
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-wol:etherwake
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for Wake-on-LAN
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for Wake-on-LAN
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-vnstat
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-vnstat:vnstat +PACKAGE_luci-app-vnstat:vnstati
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for VnStat
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for VnStat
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-radvd
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-radvd:radvd
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for Radvd
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for Radvd
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-ahcp
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-ahcp:ahcpd
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for AHCPd
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for AHCPd
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-wshaper
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-wshaper:wshaper
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for wshaper
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for wshaper
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-pbx
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-pbx:asterisk18 +PACKAGE_luci-app-pbx:asterisk18-app-authenticate +PACKAGE_luci-app-pbx:asterisk18-app-disa +PACKAGE_luci-app-pbx:asterisk18-app-setcallerid +PACKAGE_luci-app-pbx:asterisk18-app-system +PACKAGE_luci-app-pbx:asterisk18-chan-gtalk +PACKAGE_luci-app-pbx:asterisk18-codec-a-mu +PACKAGE_luci-app-pbx:asterisk18-codec-alaw +PACKAGE_luci-app-pbx:asterisk18-func-cut +PACKAGE_luci-app-pbx:asterisk18-res-clioriginate +PACKAGE_luci-app-pbx:asterisk18-func-channel +PACKAGE_luci-app-pbx:asterisk18-chan-local +PACKAGE_luci-app-pbx:asterisk18-app-record +PACKAGE_luci-app-pbx:asterisk18-app-senddtmf +PACKAGE_luci-app-pbx:asterisk18-res-crypto
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI PBX Administration
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI PBX Administration
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-pbx-voicemail
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread luci-app-pbx +PACKAGE_luci-app-pbx-voicemail:msmtp +PACKAGE_luci-app-pbx-voicemail:coreutils-base64
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI PBX Administration Voicemail Support
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI PBX Administration Voicemail Support
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-ltqtapi
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Lantiq voip
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Lantiq voip
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-minidlna
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-minidlna:minidlna
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for miniDLNA
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for miniDLNA
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-transmission
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-transmission:transmission-daemon
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for Transmission
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for Transmission
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-app-watchcat
|
|
Submenu: 3. Applications
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +PACKAGE_luci-app-watchcat:watchcat
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: LuCI Support for Watchcat
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: LuCI Support for Watchcat
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-sgi-cgi
|
|
Submenu: 7. Server Interfaces
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: CGI Gateway behind existing Webserver
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: CGI Gateway behind existing Webserver
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-sgi-uhttpd
|
|
Submenu: 7. Server Interfaces
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +uhttpd +uhttpd-mod-lua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Binding for the uHTTPd server
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Binding for the uHTTPd server
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-theme-base
|
|
Submenu: 4. Themes
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Common base for all themes
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Common base for all themes
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-theme-openwrt
|
|
Submenu: 4. Themes
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-theme-base
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: OpenWrt.org
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: OpenWrt.org
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-theme-bootstrap
|
|
Submenu: 4. Themes
|
|
Default: PACKAGE_luci-lib-core
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-theme-base
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Bootstrap Theme (default)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Bootstrap Theme (default)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-theme-freifunk-bno
|
|
Submenu: 4. Themes
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-theme-base
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Freifunk Berlin Nordost Theme
|
|
Maintainer: Stefan Pirwitz <stefan-at-freifunk-bno-dot-de>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Freifunk Berlin Nordost Theme
|
|
http://luci.subsignal.org/
|
|
Stefan Pirwitz <stefan-at-freifunk-bno-dot-de>
|
|
@@
|
|
|
|
Package: luci-theme-freifunk-generic
|
|
Submenu: 4. Themes
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci-theme-base
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Freifunk Generic Theme
|
|
Maintainer: Manuel Munz <freifunk-at-somakoma-dot-de>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Freifunk Generic Theme
|
|
http://luci.subsignal.org/
|
|
Manuel Munz <freifunk-at-somakoma-dot-de>
|
|
@@
|
|
|
|
Package: luci-i18n-german
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: German
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: German
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-english
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: English
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: English
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-french
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: French (by Florian Fainelli)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: French (by Florian Fainelli)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-italian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Italian (by Matteo Croce)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Italian (by Matteo Croce)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-russian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Russian (by Skryabin Dmitry)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Russian (by Skryabin Dmitry)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-portuguese-brazilian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Portuguese (Brazilian) (by Carlos Cesario)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Portuguese (Brazilian) (by Carlos Cesario)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-chinese
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Chinese (by Chinese Translators)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Chinese (by Chinese Translators)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-japanese
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Japanese (by Tsukasa Hamano)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Japanese (by Tsukasa Hamano)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-greek
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Greek (by Vasilis Tsiligiannis)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Greek (by Vasilis Tsiligiannis)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-catalan
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Catalan (by Eduard Duran)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Catalan (by Eduard Duran)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-portuguese
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Portuguese (by Jose Monteiro)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Portuguese (by Jose Monteiro)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-spanish
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Spanish (by Guillermo Javier Nardoni)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Spanish (by Guillermo Javier Nardoni)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-vietnamese
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Vietnamese (by Hong Phuc Dang)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Vietnamese (by Hong Phuc Dang)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-malay
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Malay (by Teow Wai Chet)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Malay (by Teow Wai Chet)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-norwegian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Norwegian (by Lars Hardy)
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Norwegian (by Lars Hardy)
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-hebrew
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Hebrew
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Hebrew
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-romanian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Romanian
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Romanian
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-ukrainian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Ukrainian
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Ukrainian
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-hungarian
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Hungarian
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Hungarian
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-i18n-polish
|
|
Submenu: 5. Translations
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Polish
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Polish
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci
|
|
Submenu: 1. Collections
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-bootstrap +luci-app-firewall +luci-proto-core +luci-proto-ppp +libiwinfo-lua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Standard OpenWrt set including full admin with ppp support and the default OpenWrt theme
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Standard OpenWrt set including full admin with ppp support and the default OpenWrt theme
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-ssl
|
|
Submenu: 1. Collections
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +luci +libustream-cyassl +px5g
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Standard OpenWrt set with HTTPS support
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Standard OpenWrt set with HTTPS support
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
Package: luci-light
|
|
Submenu: 1. Collections
|
|
Version: unknown-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +uhttpd +luci-mod-admin-mini +luci-theme-openwrt @BROKEN
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua/host
|
|
Section: luci
|
|
Category: TP-LINK ibase
|
|
Title: Minimum package set using only admin mini and the standard theme
|
|
Maintainer: LuCI Development Team <luci@lists.subsignal.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Minimum package set using only admin mini and the standard theme
|
|
http://luci.subsignal.org/
|
|
LuCI Development Team <luci@lists.subsignal.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/libubox/Makefile
|
|
Package: libubox
|
|
Version: 2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: Basic utility library
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz
|
|
Type: ipkg
|
|
Description: Basic utility library
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libblobmsg-json
|
|
Version: 2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libjson-c +libubox
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: blobmsg <-> json conversion library
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz
|
|
Type: ipkg
|
|
Description: blobmsg <-> json conversion library
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: jshn
|
|
Version: 2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libjson-c +libubox +libblobmsg-json
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua
|
|
Section: utils
|
|
Category: TP-LINK ibase
|
|
Title: JSON SHell Notation
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz
|
|
Type: ipkg
|
|
Description: Library for parsing and generating JSON from shell scripts
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libjson-script
|
|
Version: 2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua
|
|
Section: utils
|
|
Category: TP-LINK ibase
|
|
Title: Minimalistic JSON based scripting engine
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz
|
|
Type: ipkg
|
|
Description: Minimalistic JSON based scripting engine
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libubox-lua
|
|
Version: 2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Depends: lua
|
|
Section: libs
|
|
Category: Libraries
|
|
Title: Lua binding for the OpenWrt Basic utility library
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: libubox-2015-11-08-10429bccd0dc5d204635e110a7a8fae7b80d16cb.tar.gz
|
|
Type: ipkg
|
|
Description: Lua binding for the OpenWrt Basic utility library
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/ubus/Makefile
|
|
Package: libubus
|
|
Version: 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: OpenWrt RPC client library
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: ubus-2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e.tar.gz
|
|
Type: ipkg
|
|
Description: OpenWrt RPC client library
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libubus-lua
|
|
Version: 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubus +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: Lua binding for the OpenWrt RPC client
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: ubus-2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e.tar.gz
|
|
Type: ipkg
|
|
Description: Lua binding for the OpenWrt RPC client
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: ubus
|
|
Version: 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubus +libblobmsg-json +ubusd
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: base
|
|
Category: TP-LINK ibase
|
|
Title: OpenWrt RPC client utility
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: ubus-2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e.tar.gz
|
|
Type: ipkg
|
|
Description: OpenWrt RPC client utility
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: ubusd
|
|
Version: 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: base
|
|
Category: TP-LINK ibase
|
|
Title: OpenWrt RPC daemon
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: ubus-2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e.tar.gz
|
|
Type: ipkg
|
|
Description: OpenWrt RPC daemon
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/uci/Makefile
|
|
Package: uci
|
|
Version: 2015-08-27.1-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libuci
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: base
|
|
Category: TP-LINK ibase
|
|
Title: Utility for the Unified Configuration Interface (UCI)
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uci-2015-08-27.1.tar.gz
|
|
Type: ipkg
|
|
Description: Utility for the Unified Configuration Interface (UCI)
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libuci
|
|
Version: 2015-08-27.1-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libubox
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: C library for the Unified Configuration Interface (UCI)
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uci-2015-08-27.1.tar.gz
|
|
Type: ipkg
|
|
Description: C library for the Unified Configuration Interface (UCI)
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
Package: libuci-lua
|
|
Version: 2015-08-27.1-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +libuci +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: Lua plugin for UCI
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source: uci-2015-08-27.1.tar.gz
|
|
Type: ipkg
|
|
Description: Lua plugin for UCI
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/lua/Makefile
|
|
Package: liblua
|
|
Submenu: Lua
|
|
Version: 5.1.5-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Types: host
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: Lua programming language (libraries)
|
|
Maintainer: Jo-Philipp Wich <jow@openwrt.org>
|
|
Source: lua-5.1.5.tar.gz
|
|
Type: ipkg
|
|
Description: Lua is a powerful light-weight programming language designed for extending
|
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
|
language. Lua is free software.
|
|
This package contains the Lua shared libraries, needed by other programs.
|
|
http://www.lua.org/
|
|
Jo-Philipp Wich <jow@openwrt.org>
|
|
@@
|
|
|
|
Package: lua
|
|
Submenu: Lua
|
|
Version: 5.1.5-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Types: host
|
|
Section: lang
|
|
Category: TP-LINK ibase
|
|
Title: Lua programming language (interpreter)
|
|
Maintainer: Jo-Philipp Wich <jow@openwrt.org>
|
|
Source: lua-5.1.5.tar.gz
|
|
Type: ipkg
|
|
Description: Lua is a powerful light-weight programming language designed for extending
|
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
|
language. Lua is free software.
|
|
This package contains the Lua language interpreter.
|
|
http://www.lua.org/
|
|
Jo-Philipp Wich <jow@openwrt.org>
|
|
@@
|
|
|
|
Package: luac
|
|
Submenu: Lua
|
|
Version: 5.1.5-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread +liblua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Types: host
|
|
Section: lang
|
|
Category: TP-LINK ibase
|
|
Title: Lua programming language (compiler)
|
|
Maintainer: Jo-Philipp Wich <jow@openwrt.org>
|
|
Source: lua-5.1.5.tar.gz
|
|
Type: ipkg
|
|
Description: Lua is a powerful light-weight programming language designed for extending
|
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
|
language. Lua is free software.
|
|
This package contains the Lua language compiler.
|
|
http://www.lua.org/
|
|
Jo-Philipp Wich <jow@openwrt.org>
|
|
@@
|
|
|
|
Package: lua-examples
|
|
Submenu: Lua
|
|
Version: 5.1.5-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread lua
|
|
Menu-Depends:
|
|
Provides:
|
|
Build-Types: host
|
|
Section: lang
|
|
Category: TP-LINK ibase
|
|
Title: Lua programming language (examples)
|
|
Maintainer: Jo-Philipp Wich <jow@openwrt.org>
|
|
Source: lua-5.1.5.tar.gz
|
|
Type: ipkg
|
|
Description: Lua is a powerful light-weight programming language designed for extending
|
|
applications. Lua is also frequently used as a general-purpose, stand-alone
|
|
language. Lua is free software.
|
|
This package contains Lua language examples.
|
|
http://www.lua.org/
|
|
Jo-Philipp Wich <jow@openwrt.org>
|
|
@@
|
|
|
|
|
|
Source-Makefile: feeds/ibase/libosmsg/Makefile
|
|
Package: libosmsg
|
|
Version: 1.0-1
|
|
Depends: +libc +USE_EGLIBC:librt +USE_EGLIBC:libpthread
|
|
Menu-Depends:
|
|
Provides:
|
|
Section: libs
|
|
Category: TP-LINK ibase
|
|
Title: unix socket library
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
Source:
|
|
Type: ipkg
|
|
Description: Library for unix socket
|
|
OpenWrt Developers Team <openwrt-devel@openwrt.org>
|
|
@@
|
|
|
|
|