Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-07vis: update it, refactor Makefile and refresh patch due to fuzzJosef Schlehofer
- Switch to AUTORELEASE in PKG_RELEASE This avoids cases when someone forgets to bump PKG_RELEASE - Fixed SPDX License Identifier - Changed package versioning Before: vis_1440-2_arm_cortex-a9_vfpv3-d16.ipk After: vis_2013-04-07-7710cce4-1_arm_cortex-a9_vfpv3-d16.ipk - Drop not necessary rows (Some of them were overwritting defaults and it is not necessary) Downloaded tarball is ~2kB smaller Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-06olsrd: add iptables as dependencyNick Hainke
The upcoming OpenWrt version (currently in the master branch) ships firewall4 by default [1], which uses nftables instead of iptables. Users might choose to use a compatible layer [2] with iptables-nft, decide which iptables they want to use, and make appropriate changes related to fw3/f4[3]. This package requires to use iptables (no matter which variant) for smart-gw-rules. [1] https://github.com/openwrt/openwrt/commit/08d9f6e3020b4a149b2007b6ed7d684c49af9bbf [2] https://www.redhat.com/en/blog/using-iptables-nft-hybrid-linux-firewall [3] https://github.com/openwrt/openwrt/commit/795e7155cbe3e78669f6821bf7aecb7c4e1e1afb Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-03-04minimalist-pcproxy: fix post install scriptJosef Schlehofer
Fixes: Configuring minimalist-pcproxy. sh: 1: unknown operand Reported-by: Daniel Golle <daniel@makrotopia.org> Suggested-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-04mrd6: remove itJosef Schlehofer
According to the author [1]: 1. It is no longer supported and maintained. 2. It is no longer necessary as since 2005 the native multicast forwarding support was added to the Linux Kernel As alternative pimbd could be used. [1] https://github.com/hugosantos/mrd6/commit/c805eb33255dbc0b6647d463c6c67d1c9d3105a0 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-04minimalist-pcproxy: Makefile cleanupJosef Schlehofer
- Fixed LICENSE Software is licensed under MIT - Added PKG_LICENSE_FILES - The was wrong date in PKG_VERSION The latest commit is 2014-12-12. - Changed package versioning Before: minimalist-pcproxy_2015-01-12-2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb-2_arm_cortex-a9_vfpv3-d16.ipk After: minimalist-pcproxy_2014-12-12-2d6d1b0b-1_arm_cortex-a9_vfpv3-d16.ipk Also the downloaded tarball is smaller by 0,4 kB Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-03nodogsplash: fix SPDX License Identifier and reorderingJosef Schlehofer
- Add PKG_LICENSE_FILES - Use two spaces instead of tabs Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-03-03prince: Makefile refactoringJosef Schlehofer
- Use AUTORELEASE in PKG_RELEASE - Use tarball instead of checkouting git - Use two spaces instead of indentation - In install section reorder it (first folder, then files and so on) - Added LICENSE file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26quagga: reorder things in MakefileJosef Schlehofer
- Fix SPDX License Identifier - Use HTTPS in URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26mcproxy: Makefile cleanupJosef Schlehofer
- Switched to AUTORELEASE - Fixed SPDX License Identifier and added PKG_LICENSE_FILES - Use HTTPS for project website - Changed versioning Before: mcproxy_2017-08-24-93b5ace42268160ebbfff4c61818fb15fa2d9b99-3_arm_cortex-a9_vfpv3-d16.ipk After: mcproxy_2017-08-24-93b5ace4-1_arm_cortex-a9_vfpv3-d16.ipk Downloaded tarball is smaller by 0,2 MB Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26mrd6: Makefle reorderingJosef Schlehofer
- Switch to AUTORELEASE - Changed package versioning: Before: mrd6_2013-11-30-c805eb33255dbc0b6647d463c6c67d1c9d3105a0-3_arm_cortex-a9_vfpv3-d16.ipk After: mrd6_2013-11-30-c805eb33-1_arm_cortex-a9_vfpv3-d16.ipk - Remove defaults, which are already defaults Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26pimbd: Makefile refactorJosef Schlehofer
- Switch to AUTORELEASE - There was no need to overwrite defaults, downloaded tarball is ~4 kB smaller Also change the package versioning Before: pimbd_2018-06-19-dbf4e5913b06e3160f506df15e6a047a403a5f21-2_arm_cortex-a9_vfpv3-d16.ipk After: pimbd_2018-06-19-dbf4e591-1_arm_cortex-a9_vfpv3-d16.ipk - Add PKG_LICENSE_FILES Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26opennds: Makefile refactoringJosef Schlehofer
- Reorder things - Fixed SPDX License Identifier - Added PKG_LICENSE_FILES - Use two spaces instead of tab Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26oonf-dlep-radio: refactor define Package/oonf-dlep-radioJosef Schlehofer
- Why there was oonf-git? WTF? - Use two spaces instead of tabs Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-26oonf-dlep-radio: refactor Makefile (package versioning, downloading)Josef Schlehofer
- By this change, we are using downloading .tar.xz (which is default in OpenWrt) Reference: OpenWrt base repository include/download.mk Downloaded tarball size is ~60 kB smaller. - Removed "v" in package naming. Before: oonf-dlep-radio_v0.15.1_arm_cortex-a9_vfpv3-d16.ipk After: oonf-dlep-radio_0.15.1_arm_cortex-a9_vfpv3-d16.ipk Removed stuff, which is no longer needed like PKG_REV. - Switch to AUTORELEASE in PKG_RELEASE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-25bmx6: update to 65cb0d542f16a4b4689f5ad2542c9f24215a6616Josef Schlehofer
Makefile polishing: - Fixed SPDX License Identifier - Use AUTORELEASE in PKG_RELEASE This helps in cases when the PKG_RELEASE is forgotten - Remove no longer used things like PKG_REV, etc. Downloaded tarball is now ~80 kB smaller as we use .tar.xz instead of .tar.gz - Use https for their website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2022-02-20opennds: Release v9.6.0Rob White
Maintainer: Rob White rob@blue-wave.net Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.1, 19.07.8 Description: This version adds new functionality, and fixes some issues * Fix - correctly display return buffer in syslog [bluewavenet] * Add - use heap allocation for library call return buffer [bluewavenet] * Fix - OpenWrt, fhook request for fw3 [bluewavenet] * Add - spider remote urls before downloading [bluewavenet] * Add - OpenWrt, revert uncommitted uci updates at startup and shutdown [bluewavenet] * Fix - remove unneccesary flash writes and fix hosts updates [doctor-ox] [bluewavenet] * Add - Updated splash images [bluewavenet] * Add - OpenWrt makefile for nft or ipt dependencies [bluewavenet] * Fix - grep by word to prevent any ambiguity [doctor-ox] [bluewavenet] * Fix - ensure rate limiting is disabled if rate thresholds are set to zero [bluewavenet] * Add - querystring support for client status page [bluewavenet] * Add - Advanced/standard status page checkbox [bluewavenet] * Add - set default session timeout to 24 hours [bluewavenet] * Fix - potential buffer overflow [bluewavenet] * Fix - Restrict max packet limit to iptables maximum [bluewavenet] * Fix - descriptive labels on ndsctl status output [bluewavenet] * Add - update of README.md [bluewavenet] * Fix - Added required variable to FAS return string example documentation [dorkone] * Add - Default checkinterval set to 15 seconds [bluewavenet] * Fix - incoming and outgoing counters when unlimited bursting is enabled [bluewavenet] * Add - maximum bucket size configuration [bluewavenet] * Add - calculate moving average packet size for rate limiting [bluewavenet] * Add - some operational default values [bluewavenet] * Add - initial rate limits when unrestricted bursting is disabled [bluewavenet] * Add - Require clients to be in the dhcp database [bluewavenet] * Add - dhcpcheck library call [bluewavenet] * Fix - Remove trailing whitespace when getting clientaddress if client not active [bluewavenet] * Fix - Segfault when FAS fails to Return customstring [dorkone] [bluewavenet] * Add - Enable/Disable unrestricted bursting [bluewavenet] * Add - gatewayurl to querystring and use in place of originurl in FAS [bluewavenet] * Fix - more accurate debug message [bluewavenet] * Fix - Show packet rate correctly as packets per minute [bluewavenet] * Add - Report Packet Rate and Bucket Size in ndsctl status and json and status client page [bluewavenet] * Add - rate limit refresh to client limit rules [bluewavenet] * Fix - code readability [bluewavenet] * Fix - Documentation for data sent to Authmon Daemon [bluewavenet] * Add - Show unrestricted burst intervals in ndsctl status [bluewavenet] * Add - Set default bucket ratios to 10 [bluewavenet] Signed-off-by: Rob White <rob@blue-wave.net>
2022-02-19Merge pull request #786 from ecsv/batman-parallelElektra Wagenrad
batman packages: Allow parallel builds
2022-02-19batmand: Refresh patches with quiltSven Eckelmann
The test builds are now requiring quilt refreshed patches instead of git patches. Otherwise the build check will not even try to build something. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-19vis: Allow parallel buildsSven Eckelmann
The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-19batmand: Allow parallel buildsSven Eckelmann
The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-19batman-adv: Allow parallel buildsSven Eckelmann
The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-19batctl: Allow parallel buildsSven Eckelmann
The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-19alfred: Allow parallel buildsSven Eckelmann
The build system of this package is written in a way that it is safe to run the make steps in parallel. The build time can be reduced slightly on modern systems. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-13olsrd: fix setting default interface configNick Hainke
The IPC should apply the "InterfaceDefaults". Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-02-03Merge pull request #781 from ecsv/batadv-2022.0Simon Wunderlich
batman-adv: update packages to version 2022.0
2022-02-03alfred: update to version 2022.0Sven Eckelmann
* coding style cleanups and refactoring * allow changing of batman-adv interface at runtime * allow to start alfred without interfaces specified Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-03batctl: update to version 2022.0Sven Eckelmann
* (no changes) Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-03batman-adv: update to version 2022.0Sven Eckelmann
* support latest kernels (4.9 - 5.17) * dropped support for kernels < 4.9 * coding style cleanups and refactoring * allow netlink usage in unprivileged containers * bugs squashed: - don't send link-local multicast to mcast routers Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-02-01babeld: remove unused return variableNick Hainke
There is an unused variable in the function. Remove it. Fixes: 385200443554 ("babeld: add add_interface function"). Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-02-01babeld: add add_interface functionNick Hainke
An interface can be added dynmiacally to babeld by starting babeld with the local management interface (-G) and saying: interface eth0 Add the ubus equivalent of this function: ubus call babeld add_interface '{"ifname":"eth0"}' Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-16olsrd: add ubus ipc integration to olsrdNick Hainke
IPC integration of olsrd with OpenWrt. Allow dynamic adding and removing of interfaces at run-time. We need to rename the avl-tree files, since libubox also defines avl tree. Also add patch to allow meshing via wireguard point-to-point links. The ubus interface offers following functions: - add_inteface '{"ifname":"wg_51820"}' - del_inteface '{"ifname":"wg_51820"}' Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-14CI: fix runtime testing for non master branchPaul Spooren
The runtime testing always ran on master branch aka snapshots since the branch wasn't passed over to the container execution! Signed-off-by: Paul Spooren <mail@aparcar.org>
2022-01-13naywatch: introduce kick-countNick Hainke
Check multiple rounds if neighbors are available before kicking. This should reduce unneeded reboots. Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-13naywatch: fix mode without watchdogNick Hainke
The if-condition was always evaluated to be true. Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-01-09olsrd: fix meshing via wireguard tunnelsNick Hainke
The procd script was not adding the wireguard interfaces. Add corner case in the init script to allow meshing via wireguard. Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-12-20opennds: Release v9.5.1Rob White
Maintainer: Rob White rob@blue-wave.net Compile tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc Run tested: arm_cortex-a7_neon-vfpv4, mipsel_24kc, gl-inet b1300, gl-inet mt300n-v2, Snapshot, 21.02.1, 19.07.8 Description: This version adds new functionality, and fixes some issues * Fix - ThemeSpec file downloads when mwan3 is running [bluewavenet] * Fix - Preemptive auth failure after previous deauth [minhng99] [bluewavenet] From v9.5.0 * Add - use average packet size instead of MTU when implementing rate limiting [bluewavenet] * Fix - typo in iptables command and remove a redundant command [bluewavenet] * Add - startdaemon() and stopdaemon() utility functions [bluewavenet] * Add - combined interface/ipaddress external gateway status monitoring [bluewavenet] * Fix - potential online/offline detection problem when mwan3 is running [bluewavenet] * Add - get_debug_level and syslog library calls [bluewavenet] * Fix - correctly reset upload and download rate rules [bluewavenet] * Add - extend upstream gateway checking for use with mwan3 loadbalance/failover [bluewavenet] * Fix - Potential NULL pointer segfault in http_microhttpd on calling authenticated() [bluewavenet] * Fix - Potential NULL pointer segfault in http_microhttpd on calling preauthenticated() [dddaniel] * Add - Calculate Bucket size based on achieved burst rate [bluewavenet] * Fix - prevent parameter parsing if clientip not known [bluewavenet] * Add - disable rate quotas by setting bucket ratio to zero [bluewavenet] * Fix - suppress some debug messages [bluewavenet] * Add - more libraries documentation [bluewavenet] * Add - library calls startdaemon and stopdaemon [bluewavenet] * Fix - Increase buffer length for longer interface names [koivunen] * Add - Update README.md [bluewavenet] * Add - bucket ratio option to config file [bluewavenet] * Add - upload and download bucket ratio config values [bluewavenet] * Fix - flag initial debuglevel to externals [bluewavenet] * Add - limit-burst tuning to rate quotas [bluewavenet] * Fix - add trailing space to defaultip [bluewavenet] * Add - record pre-emptive authentication in local log [bluewavenet] * Add - Write to local log function to libopennds [bluewavenet] * Add - set client_type and custom string for Pre-emptive authentication [bluewavenet] * Fix - Remove trailing newline from library call response [bluewavenet] * Fix - attempt to remove cid file only if client->cid is set [bluewavenet] * Add - a skip option for custom downloads to speed up serving page from themespec [bluewavenet] * Add - put client_type into query string when type is cpd canary [bluewavenet] * Add - set refresh=0 before loading images [bluewavenet] * Fix - Truncated return status [bluewavenet] * Add - Acknowlegement from call to dnsconfig [bluewavenet] * Fix - potential buffer overflow in debug output [bluewavenet] * Add - processing of custom data and client type [bluewavenet] * Add - Client Type for RFC8908 and RFC8910 clients [bluewavenet] * Add - rfc8908 replies for external FAS and refactor memory management for MHD calls [bluewavenet] * Add - send error 403 if client is not on openNDS subnet [bluewavenet] * Fix - remove uneccessary safe_asprint in auth.c [bluewavenet] * Fix - Initialise buffer to prevent receiving spurious characters [bluewavenet] * Add - encoded custom data support to ndsctl json, themespec and binauth [bluewavenet] * Add - advert_1.htm to thankyou page of theme_click-to-continue-custom-placeholders.sh [bluewavenet] * Add - library call get_interface_by_ip [bluewavenet] * Add - function encode_custom() for encoding custom data to be sent to openNDS [bluewavenet] * Fix - error 511, make all html refrences absolute to enforce link to MHD [bluewavenet] * Add - check status_path exists and is executeable [bluewavenet] * Fix - regression causing error 511 to be served from default script [bluewavenet] * Add - venue-info-url and can-extend-session json keys [bluewavenet] * Add - RFC 8908 initial experimental support [bluewavenet] * Add - debug message when resetting client [bluewavenet] * Fix - Ensure the ndscids directory exists before trying to write to it. [bluewavenet] * Fix - use eval in do_ndsctl to allow quoting of arguments [bluewavenet] * Fix - ensure client hid and client cid file is reset correctly [bluewavenet] * Fix - Titles of example ThemeSpec Files [bluewavenet] * Fix - Ensure ThemeSpec Files are executable [bluewavenet] * Remove - deprecated Allowed and Blocked entries in ndsctl status output [bluewavenet] * Add - Deprecate option macmechanism, allowedmaclist and blockedmaclist [bluewavenet] Signed-off-by: Rob White <rob@blue-wave.net>
2021-12-15pimbd: add config load on startChristian Strebe
Generate config file from uci and set as start config on start of pimbd. Signed-off-by: Christian Strebe <uipo@freenet.de>
2021-12-13mrd6: fix compilation under macOSRosen Penev
uname variable needs to be overriden. Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-11-28Merge pull request #759 from ecsv/batadv-2021.4Simon Wunderlich
batman-adv: Drop duplicated dev_{hold,put} compat helpers
2021-11-28Merge pull request #757 from djselbeck/muslSimon Wunderlich
batman-adv: Prevent use from libc headers to not build with BIG_ENDIAN
2021-11-27batman-adv: Drop duplicated dev_{hold,put} compat helpersSven Eckelmann
The mac80211 package in OpenWrt master is now already providing helpers for the changed dev_{hold,put} behavior in Linux 5.15. It is no longer necessary to ship them as part of the batman-adv package. Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-11-27batman-adv: Prevent use from libc headers to not build with BIG_ENDIANHendrik Borghorst
Commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea of musl introduced the macros __LITTLE_ENDIAN and __BIG_ENDIAN in alltypes.h. These are pulled into the compilation of batman-adv. This has the side effect that the function is_multicast_ether_addr of etherdevice.h in Linux kernel is compiled as the big endian version and so fails to work properly on little endian devices. This commits prevents pulling in header files of musl libc similar to OpenWRT commit 9ac47ee46918c45b91f4e4d1fa76b1e26b9d57fe Signed-off-by: Hendrik Borghorst <hendrikborghorst@gmail.com>
2021-11-19Merge pull request #754 from ecsv/batadv-2021.4Simon Wunderlich
batman-adv: update packages to version 2021.4
2021-11-19alfred: update to version 2021.4Sven Eckelmann
* (no changes) Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-11-19batctl: update to version 2021.4Sven Eckelmann
* (no changes) Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-11-19batman-adv: update to version 2021.4Sven Eckelmann
* support latest kernels (4.4 - 5.16) * coding style cleanups and refactoring * bugs squashed: - fix error handling during interface initialization Signed-off-by: Sven Eckelmann <sven@narfation.org>
2021-11-19Merge pull request #753 from openwrt/revert-750-batadv-2021.4Simon Wunderlich
Revert "batman-adv: update packages to version 2021.4"
2021-11-19Revert "batman-adv: update packages to version 2021.4"revert-750-batadv-2021.4Simon Wunderlich
2021-11-19Merge pull request #750 from ecsv/batadv-2021.4Simon Wunderlich
batman-adv: update packages to version 2021.4
2021-11-19alfred: update to version 2021.4Sven Eckelmann
* (no changes) Signed-off-by: Sven Eckelmann <sven@narfation.org>