Commit Graph

6692 Commits (2023.3)
 

Author SHA1 Message Date
notsure2 f11a1c16df Add more QoS overhead options for PPPoE in PTM mode and with VLAN (VDSL2) 4 years ago
Don Bushway faa666f78e Merged in arm-master (pull request #89)
Use TCONFIG_AC3200 for tri-band instead of TCONFIG_DHDAP
4 years ago
M_ars 76a51c0832 build: add Linksys EA6350v2 support
Note: needs to be tested; EA6350v1 upgrade to dual-core ==> EA6350v2

Detection Infos:
boardflags2=0x00000000
boardflags=0x00000110
boardnum=20150309
boardrev=0x1200
boardtype=0xE646
4 years ago
snowman58 19687dc0b5 Use TCONFIG_AC3200 for tri-band instead of TCONFIG_DHDAP 4 years ago
M_ars 3d7b85e51b rc: init.c - one version for ARM and MIPS branch (sync latest Belkin F5D/F7D Series changes) 4 years ago
pedro 3f7b2ef25e Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro b0ab41aaf8 avahi: update to 0.8
- also added fix from the upstream: 9d31939e55
4 years ago
pedro a3071c6900 www: tomato.js: improve halt sentence 4 years ago
pedro f2c0fa8a56 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro f54d047ae2 GUI: Advanced: Firewall: add smart MTU black hole detection and enable it by default (resolves #193) 4 years ago
pedro 2fe9aa114c GUI: Advanced: Firewall: add 'Allow DHCP responses' option; also correct name of nvram variable/value 4 years ago
pedro 5422def785 GUI: rename everywhere 'shutdown' to 'halt' 4 years ago
pedro a801cc9607 www: tomato.js: use already existing function MyName() in wikiLink() 4 years ago
pedro 6b25ff076a GUI: Admin: Debugging: improvements to the Debugging page (resolves #184) 4 years ago
pedro dcaafff8fe GUI: About: update copyright dates 4 years ago
M_ars 15076b8391 GUI: advanced-vlan.asp - add Asus RT-AC56S (single-core (NOSMP) clone of RT-AC56U)
Note: was missing so far
4 years ago
M_ars 8d04e6a26a GUI: status-overview - improve ethstate if WAN port is moved to primary LAN (part 2) 4 years ago
pedro 51f1067f34 GUI: Advanced: Routing: correct display of interfaces in Static Routing Table 4 years ago
Don Bushway de16da17e8 Merged in arm-sdk7 (pull request #88)
build: move DHD folder align with merlin/asuswrt
4 years ago
snowman58 bfce1b8e9e Move DHD folder align with merlin/asuswrt 4 years ago
pedro 5f1c0dd487 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro f3c01e9a07 miniupnpd: update to 2.3.0
- refresh patches
4 years ago
pedro 00116fc209 rc: init.c: do not use syslog when it is obvious that it's turned off 4 years ago
pedro 6775507b40 rc: init.c: on halt/reboot, stop syslog before removing storage/usb to avoid problems 4 years ago
pedro 932a024723 GUI: link wiki documentation to each relevant page - resolves #172 4 years ago
Don Bushway 3dfeee5c20 Merged in arm-sdk7 (pull request #87)
add sdk6 prebuilt onto arm-sdk7 branch
4 years ago
M_ars 12bbd38ac5 rc: init.c - one version for ARM and MIPS branch (sync latest changes) 4 years ago
snowman58 7861ba8683 include sdk6 prebuilt in sdk7 branch 4 years ago
Don Bushway 88b5c56c2d Merged in arm-master (pull request #86)
use same file sdk6 and sdk7
4 years ago
snowman58 34211431ba Use same config.in file for both SDK6 and SDK7 4 years ago
snowman58 8e2bb9e582 Use same config_base file for both SDK6 and SDK7 4 years ago
snowman58 42e9e36696 Use same TUXERA MAKEFILE for SDK6 and SDK7 4 years ago
pedro 082be6cba5 httpd: openvpn.c: fix tls-auth error in auto-generated client config file
- see: https://www.linksysinfo.org/index.php?threads/openvpn-server-bug-tls-auth-error-in-auto-generated-client-config-file.77110/
4 years ago
M_ars 928398e309 IPv6: rc: services.c - add check for SLAAC and/or DHCPv6 before using global address and not link-local address for IPv6 DNS - fixes #191
adjust the following commit
20094cd65b

see issue
https://bitbucket.org/pedro311/freshtomato-arm/issues/191/fresh-tomato-unconditionally-adds-dhcp
4 years ago
pedro 690c051f10 Merge branch 'arm-master' into arm-sdk7 4 years ago
M_ars 3b9f9719ec WL: add roaming assistant (see GUI advanced-wireless.asp) as an option - fixes #77
see: https://bitbucket.org/pedro311/freshtomato-arm/issues/77/freshtomato-needs-a-asuswrt-merlin-like

Note: disabled by default; disabled for wireless client, wireless ehternet bridge and media bridge mode

Recommendation: Do not use bandsteering and roaming assistant features at the same time (similar functionality)
4 years ago
Don Bushway a00c52e2e0 Merged in arm-sdk7 (pull request #85)
Remove CONFIG_NV128 use only CONFIG_NVRAM_128K
4 years ago
snowman58 4ec77eb7ce Remove CONFIG_NV128 use only CONFIG_NVRAM_128K on both sdk6 and sdk7 4 years ago
pedro 338697d062 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 601e5949ff rc: one version for ARM and MIPS branch 4 years ago
pedro 3cc65875c4 GUI: Advanced: Firewall: fix IGMP proxy custom configuration textarea bahaviour 4 years ago
pedro 6ff8ee883c GUI: USB and NAS: USB Support: disable drop-down lists of NTFS and HFS/HFS+ Drivers, when support for these file systems is not checked 4 years ago
pedro 210be054f7 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro 859e460965 nvram 'script_brau' variable/value is only needed in MIPS branch 4 years ago
pedro 2b6a964943 rc: remove (not used) restore_defaults_module() function 4 years ago
Kurt Fitzner 22063a95da Merged in arm-master (pull request #83)
Add route statement to generated OpenVPN config
4 years ago
Kurt Fitzner 32c2335c59 Add "route <netaddr> <netmask>" directive to downloaded OpenVPN
config file when static keys are in use (because the route
cannot be pushed from the "server" when using static keys)
4 years ago
Not Sure 541d1f333d Merged in change-snmp-iftable-cache-interval (pull request #82)
Change IFTABLE_CACHE_TIMEOUT in snmp to get more realtime stats
4 years ago
pedro cc1b1e4b8e usbmodeswitch: fix for Novatel USB730L modem 4 years ago
pedro 60de469c3d kernel sdk7: HID: ignore Novatel USB730L modem
Ignore the Novatel USB730L modem - otherwise,
a kernel that is compile with a static HID driver
will not allow a USB mode switch of the modem from the default
user mode (product ID: 9030) into enterprise mode (producr ID: 9032).
4 years ago