treewide: fix spelling and grammar in Makefiles

Fix spelling and grammar in package definitions, configs, comments and
other strings.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2025-12-26 06:26:18 +02:00
committed by Hannu Nyman
parent 529150016e
commit de64f871b0
71 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Assorted IPMI-related tools:
* ipmi-sensors - display IPMI sensor information * ipmi-sensors - display IPMI sensor information
* ipmi-sensors-config - configure sensors * ipmi-sensors-config - configure sensors
* ipmiconsole - IPMI console utility * ipmiconsole - IPMI console utility
* ipmiping - send IPMI Get Authentication Capabilitiy request * ipmiping - send IPMI Get Authentication Capability request
* ipmipower - IPMI power control utility * ipmipower - IPMI power control utility
* pef-config - configure PEF values * pef-config - configure PEF values
* rmcpping - send RMCP Ping to network hosts * rmcpping - send RMCP Ping to network hosts
+1 -1
View File
@@ -27,7 +27,7 @@ define Package/nasm
endef endef
define Package/nasm/description define Package/nasm/description
NASM, the Netwide Assembler: an assembler targetting the NASM, the Netwide Assembler: an assembler targeting the
Intel x86 series of processors, with portable source. Intel x86 series of processors, with portable source.
endef endef
+1 -1
View File
@@ -225,7 +225,7 @@ endef
define Package/erlang-parsetools/description define Package/erlang-parsetools/description
$(call Package/erlang/Default/description) $(call Package/erlang/Default/description)
This package incluides the following tools: This package includes the following tools:
yecc, LALR-1 Parser Generator. yecc, LALR-1 Parser Generator.
leex, Lexical analyzer generator for Erlang. leex, Lexical analyzer generator for Erlang.
endef endef
+1 -1
View File
@@ -35,7 +35,7 @@ endef
define Package/lua-coxpcall/description define Package/lua-coxpcall/description
Coxpcall encapsulates the protected calls with a coroutine based loop, Coxpcall encapsulates the protected calls with a coroutine based loop,
so errors can be dealed without the usual pcall/xpcall issues with coroutines. so errors can be dealt without the usual pcall/xpcall issues with coroutines.
endef endef
TARGET_CFLAGS += $(FPIC) TARGET_CFLAGS += $(FPIC)
+1 -1
View File
@@ -24,7 +24,7 @@ define Package/lua-struct
URL:=https://github.com/iryont/lua-struct URL:=https://github.com/iryont/lua-struct
endef endef
define Package/lua-struct/desription define Package/lua-struct/description
lua-struct is a pure lua Implementation for packing and unpacking lua-struct is a pure lua Implementation for packing and unpacking
binary data. binary data.
endef endef
+1 -1
View File
@@ -59,7 +59,7 @@ define Package/perl
SUBMENU:=Perl SUBMENU:=Perl
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=The Perl intepreter TITLE:=The Perl interpreter
URL:=http://www.perl.com/ URL:=http://www.perl.com/
DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc DEPENDS:= +USE_GLIBC:libcrypt-compat +USE_GLIBC:libbsd +PERL_THREADS:libpthread @!arc
endef endef
+1 -1
View File
@@ -42,7 +42,7 @@ endef
define Build/Configure define Build/Configure
$(call perlmod/Configure,,) $(call perlmod/Configure,,)
# Prepare a library directory where we can link againt lusb-0.1(as # Prepare a library directory where we can link against lusb-0.1(as
# opposed to -lusb) to avoid confusion at runtime # opposed to -lusb) to avoid confusion at runtime
mkdir $(PKG_BUILD_DIR)/syslib mkdir $(PKG_BUILD_DIR)/syslib
$(LN) $(STAGING_DIR)/usr/lib/libusb.so $(PKG_BUILD_DIR)/syslib/libusb-0.1.so $(LN) $(STAGING_DIR)/usr/lib/libusb.so $(PKG_BUILD_DIR)/syslib/libusb-0.1.so
+1 -1
View File
@@ -79,7 +79,7 @@ define Package/python3-numpy
+NUMPY_OPENBLAS_SUPPORT:openblas +NUMPY_OPENBLAS_SUPPORT:openblas
endef endef
# We need to duplicate the omitted arhitectures same as openblas # We need to duplicate the omitted architectures same as openblas
define Package/python3-numpy/config define Package/python3-numpy/config
menu "Configuration" menu "Configuration"
depends on !powerpc depends on !powerpc
+1 -1
View File
@@ -35,7 +35,7 @@ ifeq ($(HOST_OS),Darwin)
endif endif
endif endif
# mips64 openwrt has a specific targed in rustc # mips64 openwrt has a specific target in rustc
ifeq ($(ARCH),mips64) ifeq ($(ARCH),mips64)
RUSTC_TARGET_ARCH:=$(REAL_GNU_TARGET_NAME) RUSTC_TARGET_ARCH:=$(REAL_GNU_TARGET_NAME)
else else
+1 -1
View File
@@ -46,7 +46,7 @@ define Package/libopenssl-afalg_sync/description
It is different than the AF_ALG engine that ships with OpenSSL: It is different than the AF_ALG engine that ships with OpenSSL:
- it is faster - it is faster
- it uses sync calls, instead of async - it uses sync calls, instead of async
- it suports more algorithms - it supports more algorithms
endef endef
define Package/libopenssl-afalg_sync/config define Package/libopenssl-afalg_sync/config
+1 -1
View File
@@ -30,7 +30,7 @@ define Package/alsa-ucm-conf
endef endef
define Package/alsa-ucm-conf/description define Package/alsa-ucm-conf/description
This is a set of configuration files needed for some ALS utilities like alsactl. This is a set of configuration files needed for some ALSA utilities like alsactl.
endef endef
define Build/Configure define Build/Configure
+1 -1
View File
@@ -237,7 +237,7 @@ define Package/boost/config
config boost-use-name-tags config boost-use-name-tags
bool "Use tagged names." bool "Use tagged names."
help help
Add name tags the lib files, to diferentiate each library version: Add name tags the lib files, to differentiate each library version:
"-mt" for multi-threading. "-mt" for multi-threading.
"-d" for debugging. "-d" for debugging.
"-s" for runtime static link". "-s" for runtime static link".
+1 -1
View File
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/libcares define Package/libcares
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Library for asyncronous DNS Requests (including name resolves) TITLE:=Library for asynchronous DNS Requests (including name resolves)
URL:=https://c-ares.org/ URL:=https://c-ares.org/
MAINTAINER:=Karl Palsson <karlp@etactica.com> MAINTAINER:=Karl Palsson <karlp@etactica.com>
endef endef
+1 -1
View File
@@ -37,7 +37,7 @@ define Package/libdmapsharing
URL:=https://www.flyn.org/projects/libdmapsharing/ URL:=https://www.flyn.org/projects/libdmapsharing/
endef endef
define Package/libdmapsharing/decription define Package/libdmapsharing/description
Libdmapsharing is a DMAP library implementation in C Libdmapsharing is a DMAP library implementation in C
endef endef
+1 -1
View File
@@ -35,7 +35,7 @@ endef
define Package/libgcrypt/description define Package/libgcrypt/description
This is a general purpose cryptographic library based on the code from This is a general purpose cryptographic library based on the code from
GnuPG. It provides functions for all cryptograhic building blocks: GnuPG. It provides functions for all cryptographic building blocks:
symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1, symmetric ciphers (AES, DES, Arcfour, CAST5), hash algorithms (MD5, SHA-1,
RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash RIPE-MD160, SHA-224/256, SHA-384/512), MACs (HMAC for all hash
algorithms), public key algorithms (RSA, DSA), large integer functions, algorithms), public key algorithms (RSA, DSA), large integer functions,
+1 -1
View File
@@ -33,7 +33,7 @@ define Package/libgee
URL:=https://wiki.gnome.org/Libgee URL:=https://wiki.gnome.org/Libgee
endef endef
define Package/libgee/decription define Package/libgee/description
Libgee is an utility library providing GObject-based interfaces and classes Libgee is an utility library providing GObject-based interfaces and classes
endef endef
+2 -2
View File
@@ -33,7 +33,7 @@ endef
define Package/libmicrohttpd-no-ssl define Package/libmicrohttpd-no-ssl
$(call Package/libmicrohttpd/default) $(call Package/libmicrohttpd/default)
TITLE:=GNU libmicrohttpd is an embbeded HTTP server library TITLE:=GNU libmicrohttpd is an embedded HTTP server library
VARIANT:=nossl VARIANT:=nossl
DEFAULT_VARIANT:=1 DEFAULT_VARIANT:=1
PROVIDES:=libmicrohttpd PROVIDES:=libmicrohttpd
@@ -41,7 +41,7 @@ endef
define Package/libmicrohttpd-ssl define Package/libmicrohttpd-ssl
$(call Package/libmicrohttpd/default) $(call Package/libmicrohttpd/default)
TITLE:=GNU libmicrohttpd is an embbeded HTTP and HTTPS server library TITLE:=GNU libmicrohttpd is an embedded HTTP and HTTPS server library
VARIANT:=ssl VARIANT:=ssl
DEPENDS:=+libgnutls DEPENDS:=+libgnutls
PROVIDES:=libmicrohttpd PROVIDES:=libmicrohttpd
+1 -1
View File
@@ -28,7 +28,7 @@ define Package/libmpeg2
URL:=http://libmpeg2.sourceforge.net/ URL:=http://libmpeg2.sourceforge.net/
endef endef
define Package/libmpeg2/decription define Package/libmpeg2/description
Libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams Libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams
endef endef
+1 -1
View File
@@ -37,7 +37,7 @@ define Package/libogg/description
Ogg project codecs use the Ogg bitstream format to arrange the raw, Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form. For example, compressed bitstream into a more robust, useful form. For example,
the Ogg bitstream makes seeking, time stamping and error recovery the Ogg bitstream makes seeking, time stamping and error recovery
possible, as well as mixing several sepearate, concurrent media possible, as well as mixing several separate, concurrent media
streams into a single physical bitstream. streams into a single physical bitstream.
endef endef
+1 -1
View File
@@ -30,7 +30,7 @@ define Package/libopusenc
URL:=https://opus-codec.org URL:=https://opus-codec.org
endef endef
define Package/libopusenc/descriptiion define Package/libopusenc/description
Libopusenc provides a high-level API for creating .opus files and streams. Libopusenc provides a high-level API for creating .opus files and streams.
endef endef
+1 -1
View File
@@ -32,7 +32,7 @@ define Package/libradcli
DEPENDS:= +RADCLI_TLS:libgnutls +libnettle DEPENDS:= +RADCLI_TLS:libgnutls +libnettle
endef endef
define Package/libradcli/decription define Package/libradcli/description
The radcli library is a library for writing RADIUS Clients. The library's The radcli library is a library for writing RADIUS Clients. The library's
approach is to allow writing RADIUS-aware application in less than 50 lines approach is to allow writing RADIUS-aware application in less than 50 lines
of C code. It was based originally on freeradius-client and is source of C code. It was based originally on freeradius-client and is source
+1 -1
View File
@@ -44,7 +44,7 @@ MESON_ARGS += \
-Dinstalled_tests=false \ -Dinstalled_tests=false \
-Dsysprof=disabled -Dsysprof=disabled
define package/libsoup3/decription define package/libsoup3/description
Libsoup is an HTTP library implementation in C Libsoup is an HTTP library implementation in C
endef endef
+1 -1
View File
@@ -56,7 +56,7 @@ define Package/libusbmuxd-utils
$(call Package/libusbmuxd/Default) $(call Package/libusbmuxd/Default)
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE+= utilies TITLE+= utilities
DEPENDS:=+libusbmuxd DEPENDS:=+libusbmuxd
LICENSE:=GPL-2.0-or-later LICENSE:=GPL-2.0-or-later
endef endef
+1 -1
View File
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/cmake.mk
define Package/libuv define Package/libuv
SECTION:=libs SECTION:=libs
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Cross-platform asychronous I/O library TITLE:=Cross-platform asynchronous I/O library
URL:=https://libuv.org/ URL:=https://libuv.org/
DEPENDS:=+libpthread +librt DEPENDS:=+libpthread +librt
ABI_VERSION:=1 ABI_VERSION:=1
+1 -1
View File
@@ -31,7 +31,7 @@ define Package/totem-pl-parser
URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser URL:=https://gitlab.gnome.org/GNOME/totem-pl-parser
endef endef
define Package/totem-pl-parser/decription define Package/totem-pl-parser/description
totem-pl-parser is a simple GObject-based library to parse a host of playlist formats totem-pl-parser is a simple GObject-based library to parse a host of playlist formats
endef endef
+2 -2
View File
@@ -30,8 +30,8 @@ define Package/libudns
endef endef
define Package/libudns/description define Package/libudns/description
UDNS is a stub DNS resolver library with ability to perform both syncronous UDNS is a stub DNS resolver library with ability to perform both synchronous
and asyncronous DNS queries. and asynchronous DNS queries.
endef endef
define Build/InstallDev define Build/InstallDev
+2 -2
View File
@@ -238,7 +238,7 @@ define Package/ffmpeg/Default/description
FFmpeg is a a software package that can record, convert and stream digital FFmpeg is a a software package that can record, convert and stream digital
audio and video in numerous formats. audio and video in numerous formats.
FFmpeg licensing / patent issues are complex. It is the reponsibility of the FFmpeg licensing / patent issues are complex. It is the responsibility of the
user to understand any requirements in this regard with its usage. See: user to understand any requirements in this regard with its usage. See:
https://ffmpeg.org/legal.html for further information. https://ffmpeg.org/legal.html for further information.
endef endef
@@ -381,7 +381,7 @@ endef
# Strip off FPU notation # Strip off FPU notation
REAL_CPU_TYPE:=$(call qstrip,$(firstword $(subst +, ,$(CONFIG_CPU_TYPE)))) REAL_CPU_TYPE:=$(call qstrip,$(firstword $(subst +, ,$(CONFIG_CPU_TYPE))))
# Fixup cpu types recogized by ffmpeg configure # Fixup cpu types recognized by ffmpeg configure
REAL_CPU_TYPE:=$(subst octeonplus,octeon+,$(REAL_CPU_TYPE)) REAL_CPU_TYPE:=$(subst octeonplus,octeon+,$(REAL_CPU_TYPE))
FFMPEG_CONFIGURE:= \ FFMPEG_CONFIGURE:= \
+1 -1
View File
@@ -35,7 +35,7 @@ define Package/grilo-plugins
TITLE:=Plugins for the Grilo framework TITLE:=Plugins for the Grilo framework
endef endef
define Package/grilo/decription define Package/grilo/description
Grilo is a framework that provides access to different sources of Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system. This package contains multimedia content, using a pluggable system. This package contains
plugins to get information from a number of sources. plugins to get information from a number of sources.
+1 -1
View File
@@ -31,7 +31,7 @@ define Package/grilo
DEPENDS:=+glib2 +libsoup3 +libxml2 DEPENDS:=+glib2 +libsoup3 +libxml2
endef endef
define Package/grilo/decription define Package/grilo/description
Grilo is a framework that provides access to different sources of Grilo is a framework that provides access to different sources of
multimedia content, using a pluggable system. multimedia content, using a pluggable system.
endef endef
+1 -1
View File
@@ -57,7 +57,7 @@ define Package/gstreamer1-libs/description
$(call Package/gstreamer1/description/Default) $(call Package/gstreamer1/description/Default)
. .
This meta package contains only dependencies on the other GStreamer This meta package contains only dependencies on the other GStreamer
componenents. components.
endef endef
define Package/gstreamer1-libs define Package/gstreamer1-libs
+1 -1
View File
@@ -35,7 +35,7 @@ define Package/lcdgrilo
URL:=https://www.flyn.org/projects/lcdgrilo/ URL:=https://www.flyn.org/projects/lcdgrilo/
endef endef
define Package/lcdgrilo/decription define Package/lcdgrilo/description
A simple Grilo-based audio player meant to run on a Raspberry Pi with a PiFace CAD A simple Grilo-based audio player meant to run on a Raspberry Pi with a PiFace CAD
endef endef
+1 -1
View File
@@ -103,7 +103,7 @@ define Package/atlas-sw-probe/install
# Enable sending interface traffic statistics as Atlas measurement results # Enable sending interface traffic statistics as Atlas measurement results
echo "RXTXRPT=yes" > $(1)/$(SCRIPTS_DIR)/state/config.txt echo "RXTXRPT=yes" > $(1)/$(SCRIPTS_DIR)/state/config.txt
# Fix permision # Fix permission
chmod 755 $(1)/$(SCRIPTS_DIR)/bin chmod 755 $(1)/$(SCRIPTS_DIR)/bin
# Add registration instruction # Add registration instruction
+1 -1
View File
@@ -127,7 +127,7 @@ endef
define Package/ddns-scripts-digitalocean define Package/ddns-scripts-digitalocean
$(call Package/ddns-scripts/Default) $(call Package/ddns-scripts/Default)
TITLE:=Extention for digitalocean.com API v2 TITLE:=Extension for digitalocean.com API v2
DEPENDS:=ddns-scripts +curl DEPENDS:=ddns-scripts +curl
PROVIDES:=ddns-scripts_digitalocean.com-v2 PROVIDES:=ddns-scripts_digitalocean.com-v2
endef endef
+1 -1
View File
@@ -23,7 +23,7 @@ define Package/external-protocol/description
netbird for example. External protocol is supposed netbird for example. External protocol is supposed
to be managed with external software, not directly. to be managed with external software, not directly.
external protocol works automaticly on the background external protocol works automatically on the background
and sets up netifd details when interface comes up or and sets up netifd details when interface comes up or
goes down. This allows one to easily add interface to goes down. This allows one to easily add interface to
a firewall zone. a firewall zone.
+1 -1
View File
@@ -34,7 +34,7 @@ endef
define Package/foolsm/description define Package/foolsm/description
foolsm is a link state monitor for carrying out actions when a link foolsm is a link state monitor for carrying out actions when a link
transistions from the up to down state or vice versa. transitions from the up to down state or vice versa.
endef endef
define Package/foolsm/conffiles define Package/foolsm/conffiles
+1 -1
View File
@@ -98,7 +98,7 @@ define Package/gensio/Default/description
I/O types. You create a gensio object (or a gensio), and you can use I/O types. You create a gensio object (or a gensio), and you can use
that gensio without having to know too much about what is going on that gensio without having to know too much about what is going on
underneath. You can stack gensio on top of another one to add protocol underneath. You can stack gensio on top of another one to add protocol
funcionality. For instance, you can create a TCP gensio, stack SSL on functionality. For instance, you can create a TCP gensio, stack SSL on
top of that, and stack Telnet on top of that. It supports a number of top of that, and stack Telnet on top of that. It supports a number of
network I/O and serial ports. Gensio can be used for sending and network I/O and serial ports. Gensio can be used for sending and
receiving ports, and it also supports establishing encrypted and receiving ports, and it also supports establishing encrypted and
+1 -1
View File
@@ -401,5 +401,5 @@ $(eval $(call BuildComponent,gns-sqlite,libsqlite3 gns plugins,))
$(eval $(call BuildComponent,peerstore-sqlite,libsqlite3 peerstore plugin,)) $(eval $(call BuildComponent,peerstore-sqlite,libsqlite3 peerstore plugin,))
$(eval $(call BuildComponent,communicator-tcp,tng transport TCP communicator,y)) $(eval $(call BuildComponent,communicator-tcp,tng transport TCP communicator,y))
$(eval $(call BuildComponent,communicator-udp,tng transport UDP communicator,y)) $(eval $(call BuildComponent,communicator-udp,tng transport UDP communicator,y))
$(eval $(call BuildComponent,utils,administration utililties,)) $(eval $(call BuildComponent,utils,administration utilities,))
$(eval $(call BuildComponent,vpn,vpn components,y)) $(eval $(call BuildComponent,vpn,vpn components,y))
+1 -1
View File
@@ -19,7 +19,7 @@ define Package/iftop
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
DEPENDS:=+libpcap +libncurses +libpthread DEPENDS:=+libpcap +libncurses +libpthread
TITLE:=display bandwith usage on an interface TITLE:=display bandwidth usage on an interface
URL:=http://www.ex-parrot.com/~pdw/iftop/ URL:=http://www.ex-parrot.com/~pdw/iftop/
endef endef
+1 -1
View File
@@ -36,7 +36,7 @@ define Package/lcdringer
URL:=https://www.flyn.org/projects/lcdringer/ URL:=https://www.flyn.org/projects/lcdringer/
endef endef
define Package/lcdringer/decription define Package/lcdringer/description
A simple Jabber-initiated ringer meant to run on a Raspberry Pi with a PiFace CAD A simple Jabber-initiated ringer meant to run on a Raspberry Pi with a PiFace CAD
endef endef
+1 -1
View File
@@ -132,7 +132,7 @@ define Package/libmosquitto/default/description
use by any third party software that wants to communicate with _any_ use by any third party software that wants to communicate with _any_
MQTT server. MQTT server.
Should be useable for communicating with any MQTT v3.1/3.1.1/5 compatible Should be usable for communicating with any MQTT v3.1/3.1.1/5 compatible
server, in addition to Mosquitto. server, in addition to Mosquitto.
endef endef
+1 -1
View File
@@ -19,7 +19,7 @@ define Package/net-mtools
endef endef
define Package/net-mtools/description define Package/net-mtools/description
The tools msend and mreceive can be particulary useful The tools msend and mreceive can be particularly useful
when debugging multicast setups. when debugging multicast setups.
msend continuously sends UDP packets to the multicast msend continuously sends UDP packets to the multicast
+1 -1
View File
@@ -5,7 +5,7 @@
# See /LICENSE for more information. # See /LICENSE for more information.
# #
# Warning by default OpenWrt does not have a root password which is necessery for NETCONF server. # Warning by default OpenWrt does not have a root password which is necessary for NETCONF server.
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
+1 -1
View File
@@ -36,7 +36,7 @@ endef
define Package/libowipcalc/description define Package/libowipcalc/description
The owipcalc library supports a number of calculations and tests to work The owipcalc library supports a number of calculations and tests to work
with ip-address ranges, this is useful for programms that e.g. need to with ip-address ranges, this is useful for programs that e.g. need to
partition ipv6-prefixes into small subnets or to calculate address ranges partition ipv6-prefixes into small subnets or to calculate address ranges
for dhcp pools. for dhcp pools.
endef endef
+1 -1
View File
@@ -39,7 +39,7 @@ $(call Package/radicale2/Default)
endef endef
define Package/radicale2-meta/description define Package/radicale2-meta/description
The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependances and is pre-configured to work out-of-the-box. The Radicale Project is a CalDAV (calendar) and CardDAV (contact) server. It aims to be a light solution, easy to use, easy to install, easy to configure. As a consequence, it requires few software dependencies and is pre-configured to work out-of-the-box.
The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3. The Radicale Project runs on most of the UNIX-like platforms (Linux, BSD, MacOS X) and Windows. It is known to work with Evolution, Lightning, iPhone and Android clients. It is free and open-source software, released under GPL version 3.
endef endef
+1 -1
View File
@@ -23,7 +23,7 @@ endef
define Package/safe-search/description define Package/safe-search/description
This package prevents adult content from appearing in search results by This package prevents adult content from appearing in search results by
configuring dnsmasq to force all devices on your network to use Google and configuring dnsmasq to force all devices on your network to use Google and
Bing's Safe Search IP addresses. This is designed to be approperiate for most Bing's Safe Search IP addresses. This is designed to be appropriate for most
businesses and families. The default filtering rules do not interfere with businesses and families. The default filtering rules do not interfere with
normal web browsing. normal web browsing.
endef endef
+1 -1
View File
@@ -49,7 +49,7 @@ HOST_CFLAGS += $(if $(CONFIG_HOST_OS_MACOS),-Wno-implicit-function-declaration,)
define Host/Compile define Host/Compile
# Build hamcorebuilder using host compiler and let it generate # Build hamcorebuilder using host compiler and let it generate
# the hamcore.se2 archive file # the hamcore.se2 archive file
# CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ignored
CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) $(HOST_MAKE_FLAGS) \ CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) $(HOST_MAKE_FLAGS) \
src/bin/BuiltHamcoreFiles/unix/hamcore.se2 src/bin/BuiltHamcoreFiles/unix/hamcore.se2
endef endef
+1 -1
View File
@@ -38,7 +38,7 @@ endef
define Package/static-neighbor-reports/description define Package/static-neighbor-reports/description
Allows to configure static neighbor reports for hostapd interfaces. Allows to configure static neighbor reports for hostapd interfaces.
These neighbor reports are avilable to clients using IEEE 802.11k. These neighbor reports are available to clients using IEEE 802.11k.
endef endef
$(eval $(call BuildPackage,static-neighbor-reports)) $(eval $(call BuildPackage,static-neighbor-reports))
+3 -3
View File
@@ -25,10 +25,10 @@ endef
define Package/trafficshaper/description define Package/trafficshaper/description
Setup QoS rules to limit (or reserve) traffic used by classes of clients. Setup QoS rules to limit (or reserve) traffic used by classes of clients.
Uplink and downlink can be controled (or not controlled) independently. Uplink and downlink can be controlled (or not controlled) independently.
Client classes are defined by its network addresses (IPv4 or IPv6). Each Client classes are defined by its network addresses (IPv4 or IPv6). Each
client class can define absolute or relative (to wan) bandwith, and also client class can define absolute or relative (to wan) bandwidth, and also
the use (or not) of spare wan bandwidth when avaiable. the use (or not) of spare wan bandwidth when available.
endef endef
define Package/trafficshaper/conffiles define Package/trafficshaper/conffiles
+1 -1
View File
@@ -37,7 +37,7 @@ endef
define Package/xl2tpd/description define Package/xl2tpd/description
l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661). l2tpd is the open source implementation of the L2TP tunneling protocol (RFC2661).
It does implement both LAC and LNS role in a L2TP networking architecture. The It does implement both LAC and LNS role in a L2TP networking architecture. The
main goal of this protocol is to tunnel PPP frame trough an IP network. main goal of this protocol is to tunnel PPP frame through an IP network.
endef endef
ifneq (0,0) ifneq (0,0)
+1 -1
View File
@@ -207,7 +207,7 @@ endef
#$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,DEPENDS)) #$(eval $(call BuildTemplate,SUFFIX,DESCRIPTION,EXTENSION,MODULE,DEPENDS))
$(eval $(call BuildTemplate,compat-xtables,API compatibilty layer,,compat_xtables,+IPV6:kmod-ip6tables)) $(eval $(call BuildTemplate,compat-xtables,API compatibility layer,,compat_xtables,+IPV6:kmod-ip6tables))
$(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,account,ACCOUNT,xt_ACCOUNT,ACCOUNT/xt_ACCOUNT,+kmod-ipt-compat-xtables))
$(eval $(call BuildTemplate,asn,asn,xt_asn,xt_asn,)) $(eval $(call BuildTemplate,asn,asn,xt_asn,xt_asn,))
+1 -1
View File
@@ -24,7 +24,7 @@ endef
define Package/airos-dfs-reset/description define Package/airos-dfs-reset/description
Companion app for Ubiquity AirOS Gear to enforce fallback to original frequency after DFS event is over. Companion app for Ubiquity AirOS Gear to enforce fallback to original frequency after DFS event is over.
It works by soft-rebooting if running-frequency doesnt match the configured frequency. It works by soft-rebooting if running-frequency doesn't match the configured frequency.
endef endef
define Package/airos-dfs-reset/conffiles define Package/airos-dfs-reset/conffiles
+1 -1
View File
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/attendedsysupgrade-common define Package/attendedsysupgrade-common
SECTION:=utils SECTION:=utils
CATEGORY:=Base system CATEGORY:=Base system
TITLE:=Common files neede by attendedsysupgrade packages TITLE:=Common files needed by attendedsysupgrade packages
MAINTAINER:=Paul Spooren <mail@aparcar.org> MAINTAINER:=Paul Spooren <mail@aparcar.org>
DEPENDS:=+rpcd +rpcd-mod-rpcsys DEPENDS:=+rpcd +rpcd-mod-rpcsys
PKGARCH:=all PKGARCH:=all
+1 -1
View File
@@ -60,7 +60,7 @@ endef
# bash_cv_dev_fd: The test is done on build system but OpenWrt currently does # bash_cv_dev_fd: The test is done on build system but OpenWrt currently does
# not have /dev/fd, it provides /proc/self/fd/ instead # not have /dev/fd, it provides /proc/self/fd/ instead
# #
# bash_cv_sys_named_pipes: Required for process substituion # bash_cv_sys_named_pipes: Required for process substitution
CONFIGURE_VARS += \ CONFIGURE_VARS += \
ac_cv_rl_prefix="$(STAGING_DIR)/usr" \ ac_cv_rl_prefix="$(STAGING_DIR)/usr" \
ac_cv_rl_version="8.0" \ ac_cv_rl_version="8.0" \
+1 -1
View File
@@ -43,7 +43,7 @@ define Package/coremark/config
depends on PACKAGE_coremark depends on PACKAGE_coremark
default y default y
help help
This enables additional optmizations using the -O3 compilation flag. This enables additional optimizations using the -O3 compilation flag.
config COREMARK_ENABLE_MULTITHREADING config COREMARK_ENABLE_MULTITHREADING
bool "Enable multithreading support" bool "Enable multithreading support"
+2 -2
View File
@@ -26,12 +26,12 @@ include $(INCLUDE_DIR)/package.mk
define Package/crconf define Package/crconf
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Linux crypto layer configuraton tool TITLE:=Linux crypto layer configuration tool
URL:=https://sourceforge.net/projects/crconf URL:=https://sourceforge.net/projects/crconf
endef endef
define Package/crconf/description define Package/crconf/description
Linux crypto layer configuraton tool. Linux crypto layer configuration tool.
Use this to manipulate kernel Crypto API/framework stuff, Use this to manipulate kernel Crypto API/framework stuff,
like drivers, templates, etc. like drivers, templates, etc.
Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt Example: https://wiki.strongswan.org/projects/strongswan/wiki/Pcrypt
+1 -1
View File
@@ -30,7 +30,7 @@ endef
define Package/cudy-bdinfo/description define Package/cudy-bdinfo/description
This program can be used to obtain information stored on the This program can be used to obtain information stored on the
bdinfo parition found on routers from Shenzhen Cudy Technology. bdinfo partition found on routers from Shenzhen Cudy Technology.
endef endef
define Package/cudy-bdinfo/install define Package/cudy-bdinfo/install
+1 -1
View File
@@ -27,7 +27,7 @@ define Package/dmidecode
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=@(TARGET_x86||TARGET_x86_64||TARGET_armsr_armv8) DEPENDS:=@(TARGET_x86||TARGET_x86_64||TARGET_armsr_armv8)
TITLE:=Displays BIOS informations. TITLE:=Displays BIOS information
URL:=https://www.nongnu.org/dmidecode/ URL:=https://www.nongnu.org/dmidecode/
endef endef
+1 -1
View File
@@ -22,7 +22,7 @@ define Package/$(PKG_NAME)
endef endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description
Evaluates FFT samples from diferent wifi boards drivers Evaluates FFT samples from different wifi boards drivers
endef endef
TARGET_CFLAGS += -Wall -W -std=gnu99 -fno-strict-aliasing -MD -MP TARGET_CFLAGS += -Wall -W -std=gnu99 -fno-strict-aliasing -MD -MP
+1 -1
View File
@@ -69,7 +69,7 @@ define Package/gpgv/description
endef endef
define Package/gnupg-utils/description define Package/gnupg-utils/description
Key management utilies for GnuPG. Key management utilities for GnuPG.
This package is needed to import keys from a keyserver. This package is needed to import keys from a keyserver.
endef endef
+1 -1
View File
@@ -86,7 +86,7 @@ access to OCSP providers. Dirmngr is invoked internally by 'gpg',
endef endef
define Package/gnupg2-utils/description define Package/gnupg2-utils/description
Key management utilies for GnuPG (version 2). Key management utilities for GnuPG (version 2).
This package is needed to import keys from a keyserver. This package is needed to import keys from a keyserver.
endef endef
+1 -1
View File
@@ -19,7 +19,7 @@ include $(INCLUDE_DIR)/host-build.mk
define Host/Compile define Host/Compile
# Build using host compiler and let it generate the files we need # Build using host compiler and let it generate the files we need
# CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ingored # CFLAGS, CPPFLAGS & LDFLAGS need to be passed with CC because they are being ignored
CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \ CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \
-C $(HOST_BUILD_DIR)/src/isdn/cdb -C $(HOST_BUILD_DIR)/src/isdn/cdb
CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \ CC="$(HOSTCC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(HOST_LDFLAGS)" $(MAKE) \
+1 -1
View File
@@ -49,7 +49,7 @@ define Package/klish/description
klish is able to run using clish XML configuration files although klish is able to run using clish XML configuration files although
current clish users may expect some changes in behavior. current clish users may expect some changes in behavior.
Konf and konfd are klish utilities that are used to store configuration Konf and konfd are klish utilities that are used to store configuration
informations in a way which is similar to what's found on CISCO devices. information in a way which is similar to what's found on CISCO devices.
More information about these tools is to be found on the klish web site. More information about these tools is to be found on the klish web site.
endef endef
+1 -1
View File
@@ -32,7 +32,7 @@ define Package/open2300
endef endef
define Package/open2300/description define Package/open2300/description
This is an utility suite used to communicate with and collect data from a WS23XX wheather station. This is an utility suite used to communicate with and collect data from a WS23XX weather station.
endef endef
MAKE_FLAGS += \ MAKE_FLAGS += \
+1 -1
View File
@@ -62,7 +62,7 @@ define Package/libpkcs11-spy
DEPENDS:=+libopenssl +libpthread DEPENDS:=+libopenssl +libpthread
endef endef
define Package/libpkcs11-spy/dscription define Package/libpkcs11-spy/description
PKCS#11 spying wrapper PKCS#11 spying wrapper
endef endef
+1 -1
View File
@@ -59,7 +59,7 @@ define Package/owfs/Default/description
software designer to create monitoring or control applications. There are software designer to create monitoring or control applications. There are
some performance enhancements in the implementation, including data caching, some performance enhancements in the implementation, including data caching,
parallel access to bus masters, and aggregation of device communication. parallel access to bus masters, and aggregation of device communication.
Still the fundemental goal has been ease of use, flexibility and correctness Still the fundamental goal has been ease of use, flexibility and correctness
rather than speed. rather than speed.
endef endef
+1 -1
View File
@@ -66,7 +66,7 @@ endef
define Package/procps-ng/description define Package/procps-ng/description
procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem procps is a set of command line and full-screen utilities that provide information out of the pseudo-filesystem
most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures. most commonly located at /proc. This filesystem provides a simple interface to the kernel data structures.
The programs of procps generally concentrate on the structures that describe the processess running on the system. The programs of procps generally concentrate on the structures that describe the processes running on the system.
NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default. NOTE: some utilities provided by procps-ng packages (ps, uptime, kill, ...) are installed as busybox applets, by default.
Conflicting applets should be removed from the build to avoid file conflicts. Conflicting applets should be removed from the build to avoid file conflicts.
+1 -1
View File
@@ -54,7 +54,7 @@ endef
define Package/prometheus-node-exporter-lua/description define Package/prometheus-node-exporter-lua/description
Provides node metrics as Prometheus scraping endpoint. Provides node metrics as Prometheus scraping endpoint.
This service is a lightweight rewrite in LUA of the offical Prometheus node_exporter. This service is a lightweight rewrite in LUA of the official Prometheus node_exporter.
endef endef
# Additional optional exporters: # Additional optional exporters:
@@ -44,7 +44,7 @@ endef
define Package/$(PKG_NAME)/description define Package/$(PKG_NAME)/description
Provides node metrics as Prometheus scraping endpoint. Provides node metrics as Prometheus scraping endpoint.
This service is a lightweight rewrite in ucode of the offical Prometheus node_exporter. This service is a lightweight rewrite in ucode of the official Prometheus node_exporter.
endef endef
$(eval $(call BuildPackage,prometheus-node-exporter-ucode)) $(eval $(call BuildPackage,prometheus-node-exporter-ucode))
+2 -2
View File
@@ -14,13 +14,13 @@ include $(INCLUDE_DIR)/package.mk
define Package/ubnt-manager define Package/ubnt-manager
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=Managment app for Ubiquiti devices TITLE:=Management app for Ubiquiti devices
PKGARCH:=all PKGARCH:=all
DEPENDS:=dropbear DEPENDS:=dropbear
endef endef
define Package/ubnt-manager/description define Package/ubnt-manager/description
Managment app for Ubiquiti devices. Management app for Ubiquiti devices.
endef endef
define Package/ubnt-manager/conffiles define Package/ubnt-manager/conffiles
+1 -1
View File
@@ -13,7 +13,7 @@ PKG_VERSION:=2025c
PKG_RELEASE:=1 PKG_RELEASE:=1
#As i couldn't find real license used "Public Domain" #As i couldn't find real license used "Public Domain"
#as referense to http://www.iana.org/time-zones/repository/tz-link.html #as reference to http://www.iana.org/time-zones/repository/tz-link.html
PKG_LICENSE:=Public-Domain PKG_LICENSE:=Public-Domain
PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz PKG_SOURCE:=tzdata$(PKG_VERSION).tar.gz
+1 -1
View File
@@ -42,7 +42,7 @@ define Package/libzstd/config
depends on PACKAGE_libzstd depends on PACKAGE_libzstd
default y default y
help help
This enables additional optmizations using the -O3 compilation flag. This enables additional optimizations using the -O3 compilation flag.
endef endef
define Package/zstd define Package/zstd