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
pedro
e3effe75a0
tomatoanon: cosmetics
5 years ago
pedro
813c6908aa
udpxy: update to 061a0ab (2020-10-18) snapshot
5 years ago
pedro
ebb4d721d2
igmpproxy: update to 78eda58 (2020-09-05) snapshot
5 years ago
pedro
de2159f61f
Merge branch 'arm-master' into arm-sdk7
5 years ago
pedro
4217eceb50
mdu: mdu.c: code optimization and clean-up. One version for ARM and MIPS branch.
...
- use logmsg()
- fix compiler warnings
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish different branches
5 years ago
pedro
4596277c9a
shared: shutils.c: use logmsg()
5 years ago
pedro
5d9c18e5b5
shared: led.c: use logmsg()
5 years ago
pedro
66b41ae1c2
shared: misc.c: use logmsg()
5 years ago
pedro
42bfec9ccd
shared: move logmsg() from rc to libshared
5 years ago
pedro
772a36b1c6
SNMP: update to 5.9
...
- clean sources, add patches instead
5 years ago
pedro
b7c2625b9e
tor: update to 0.4.4.6
5 years ago
pedro
6fc9d80472
Merge branch 'arm-master' into arm-sdk7
5 years ago
M_ars
aa605ee3a9
SDK7: router: wlconf: use src files / compile from src
5 years ago
M_ars
8a706ce8b1
SDK7: update NAS / Network Authentication Server
...
Note: only binary blob
5 years ago
pedro
497daaea1e
iproute2: updates from upstream
...
- fix ip -force -batch to continue on errors
- libnamespaces: fix warning about syscall()
- tc: fix compilation warning on 32bits arch
- ip: return correct exit code on route failure
- ip: fix exit code for rule failures
- ip: fix exit code for addrlabel
- tc: util: fix print_rate for ludicrous speeds
- ip/ip6tunnel: fix missing return value check
- lib/namespace: don't leak fd in error case
- lib/namespace: fix fd leakage in non-error case
- tc: fix return after invarg
- bond: fix return after invarg
- monitor: fix file handle leak
- lnstat: fix error handling
- tc/m_xt: Fix for potential string buffer overflows
- gre: Fix ttl inherit option
5 years ago
pedro
07efe27f82
Merge branch 'arm-master' into arm-sdk7
5 years ago
nikk gitanes
ec8a5745c5
Merged in arm-master (pull request #38 )
...
update R1D leds
5 years ago
nikk gitanes
ad3cbf8aa1
fix motd and remove ethstate leftovers
5 years ago
nikk gitanes
bb124e2cc9
update R1D leds
...
Blue for Internet as original fw, Red for diag
5 years ago
pedro
1eda1fee60
build: dnsmasq: add default edns_pktsz
5 years ago
pedro
9bb741e5b6
pppd: add two patches from openwrt
...
- retain foreign default routes on Linux
- remove runtime kernel checks
5 years ago
pedro
e887af0d15
openvpn: hide build date
5 years ago
pedro
9e0412a230
rc: firewall.c: only intercept udp requests to port 123, ntpd does not listen to tcp
5 years ago
pedro
00db337d09
busybox: add time and getopt applets
5 years ago