pedro
c8e2f35246
udpxy: update to 1.0-25.1
5 years ago
pedro
6772e75c88
sqlite: update to 3.34.0
5 years ago
pedro
7c6e2d1579
openssl-1.1: update to 1.1.1i
5 years ago
pedro
bdcedbee9f
nginx: update to 1.19.5
5 years ago
pedro
5adeefc3d8
nano: update to 5.4
5 years ago
pedro
298559aa27
gmp: update to 6.2.1
5 years ago
pedro
c630e3a23b
libcurl: update to 7.74.0
5 years ago
pedro
a6d63a1bbb
adminer: update to 4.7.8
5 years ago
pedro
525d8b13f9
rc/shared: fix compiler warnings
5 years ago
M_ars
80e7d75958
rc: ppp.c: - set nvram "wan_iface" also in case IPv6 link up (function ip6up_main())
...
fix for: ipup_main() not yet (or later) called --> nvram variable "wan_iface" needed for function start_dhcp6c()
Note: see mips Issue #43
5 years ago
pedro
fe2f26fd13
www: basic-network.c: code clean-up, cosmetic
...
- stay as close as possible to MIPS branch
5 years ago
pedro
070fb130fe
www: move eventHandler() to tomato.js
5 years ago
Not Sure
9ade2fd970
Merged in fix-miniupnp-build (pull request #42 )
...
Fix miniupnp build credits to st_ty_
5 years ago
notsure2
cbbcd14616
Fix miniupnp build
5 years ago
M_ars
d4152b9304
SDK7: update emf / igs
...
Note: GPL 300438252287 / only blob
5 years ago
M_ars
d6e4899a40
SDK7: update wl util
...
Note: GPL 300438252287 / only blob
5 years ago
pedro
34bf621eb6
Merge branch 'arm-master' into arm-sdk7
5 years ago
pedro
7dbad49593
build: fix logmsg() (2nd try...)
5 years ago
pedro
e99887a28c
rc: mwan.c: fix error in checkConnect()
5 years ago
pedro
f4dee70c6e
build: fix compiler warnings
5 years ago
pedro
4657487a38
build: fix compiler warnings
5 years ago
pedro
b126822877
watchdog: always add check if mwanJob is added to cru in case of problems on first attempt
5 years ago
pedro
051629598e
watchdog: change some options for traceroute checker
5 years ago
M_ars
4ae6df364e
firewall: adjust limit connection attempts (ssh/telnet) for IPv6 (and align to IPv4 --> remove incoming device, apply to all)
...
Note: see arm issue 75
5 years ago
M_ars
045dedaeca
GUI: advanced-wireless - restrict tx power range (for very low values)
...
Via GUI we allow a tx power range in mW from 5 to 1000 or default value 0 (-1 will be used for the wl driver) --> AVOID 1-4 mW area!!
see latest findings https://www.linksysinfo.org/index.php?threads/tenda-ac15-ac1900-tomato-firmware-support.71709/page-14#post-321389
5 years ago
Not Sure
519ff35daf
Merged in watchdog-fix-inverted-check (pull request #41 )
...
watchdog: Fix incorrect ISPPPD check and condition.
5 years ago
pedro
3697bf71ff
build: miniupnpd: a little correction to recipe
5 years ago
notsure2
29e4836797
watchdog: Fix incorrect ISPPPD check and condition.
...
- Don't use ps because Entware procps and busybox ps give different output.
- Fix inverted check condition causing 'via xxx' to be removed in the checker route.
5 years ago
M_ars
d48812ea9d
SDK7: router: wlconf - small update/fixes/improvements
...
Note: also prepare for future updates
5 years ago
pedro
f449a59124
Merge branch 'arm-master' into arm-sdk7
...
- manually fix conflict
5 years ago
notsure2
62cd0f8a56
watchdog: new method of checking without breaking existing connections to the check hosts.
...
- the idea depends on inserting an explicit clone of the default route to the target IP
then inserting a 2nd explicit route to the target IP over the desired interface to check
but with a very high metric. Existing traffic will go through the clone of the default route,
while traffic that is forced out of the desired interface to check will use the high metric route
and be sent correctly
- additionally, set the default connection checker back to traceroute
5 years ago
pedro
3b2e8f0a38
rc: mwan.c: code optimization and clean-up. One version for ARM and MIPS branch.
...
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish different branches
5 years ago
pedro
83f413eb34
shared: Makefile: fix logmsg()
5 years ago
M_ars
7f2cc3cf52
router: Makefile: remove prebuilt
...
Note: not needed for SDK7
5 years ago
M_ars
a78b463624
rc: network.c : - remove validation for wl-interface related variables for sdk7
...
Note: with commit aa605ee3a9
check/validation moved to wlconf (no need to do it twice)
this reverts 5f5431f290
(was only needed/useful for our old wlconf blob)
5 years ago
M_ars
b879b1b04b
SDK7: shared: defaults: small wl-cleanup (we do not need/use them right now)
5 years ago
M_ars
2ce9bb0eae
router: Makefile: remove prebuilt
...
Note: not needed for SDK6 anymore
5 years ago
M_ars
53b92fee72
SDK6: router: wlconf - small update/fixes/improvements
...
Note: also prepare for future updates
5 years ago
M_ars
75cfde1264
rc: services: adjust function start_dnsmasq() and check wireless bridge after stop_dnsmasq()
...
fix for: in wireless ethernet bridge mode, router time not working anymore (tested/approved with arm dual-core)
5 years ago
pedro
ee6f95c30d
miniupnpd: update to 2.2.0
...
- refresh patches
5 years ago
pedro
33f56ee6ce
build: librt is required on every target with USB support (for e2fsprogs)
5 years ago
pedro
60a343282f
Merge branch 'arm-master' into arm-sdk7
5 years ago
pedro
32faed4c02
SDK7: GUI: keep the current wireless noise floor value(s) on device list page - now it's supported
5 years ago
pedro
48ff90b7a4
watchdog: set the default value for connection checker depending on whether or not there is curl in the image
5 years ago
pedro
ba15d0a2fc
rc: firewall.c: be more restrictive, only allow ICMP messages we need
...
- thanks @rs232
5 years ago
notsure2
96cf8db16d
Make watchdog less destructive to the routing table (only modify route of test hosts); change default checker to curl; cosmetic
5 years ago
notsure2
78d07bb8d9
mwan_load_balance: if connection is down, clear old mwan state.
5 years ago
notsure2
a7f5a1ee97
In case of multiwan, don't set default gateway route. mwanroute script will handle this.
5 years ago
pedro
0129e946cc
build: changes in patch_files macro
5 years ago
pedro
67ddde2544
SNMP: fix patch
5 years ago