Commit Graph

4877 Commits (2021.1.070)
 

Author SHA1 Message Date
pedro a110b1262e miniupnpd: updated to 2.0.20170421 8 years ago
pedro a88ee6e63a e2fsprogs: updated to 1.43.7 8 years ago
pedro 6dca6f0e4b libcurl: updated to 7.56.1 8 years ago
pedro 67a14376b5 tinc: updated to 1.1pre15 8 years ago
pedro 84dc9abdd2 WL: updated wl driver [Apr 13 2015 19:49:36 version 6.37.14.86 (r456083)]
- new wl binary
8 years ago
AndreDVJ 3e4fbb99c9 httpd: Fix for not being able to change Priority in Default Class for br0 LAN
Reported here: https://bitbucket.org/pl_shibby/tomato-arm/issues/181/bandwidth-limiter-can-set-but-not-change
8 years ago
pedro 381aa24d76 patches: cosmetics in dnsmasq patch 8 years ago
pedro f38c1f8ec6 router/Makefile: changed the way how patches are apllied/reverted 8 years ago
pedro 7fbe92baef nano: updated to 2.8.7
- patch added to allow build with --enable-tiny option
8 years ago
pedro 93ef208169 mysql: updated router/Makefile for better compatibility, added .gitignore to speed-up recompilation 8 years ago
AndreDVJ abcdb25e86 Removed unnecessary executable permissions from plain text files. 8 years ago
pedro a659cd2eda www/tools-survey.asp: fixed CSS (centering 'Quality') 8 years ago
pedro f99ad255ce WL: wireless survey rework
Thanks to @DooZer:

https://www.linksysinfo.org/index.php?threads/fork-tomato-by-shibby-compiled-by-kille72.73397/page-11#post-291386
8 years ago
pedro df92562541 www/qos-settings.asp: fixed issue #11 - QoS bandwidth calculation is missing since v132
https://bitbucket.org/kille72/tomato-arm-kille72/issues/11/qos-bandwidth-calculation-is-missing-since
8 years ago
pedro 2fbb87b382 www: fixes for wlan quality indicator on arm
Thanks to @DooZer

https://www.linksysinfo.org/index.php?threads/fork-tomato-by-shibby-compiled-by-kille72.73397/page-11#post-291338
8 years ago
pedro abdbf1b469 libsodium: updated to 1.0.15
- clean source of 1.0.15
- libs optimization
- updates to router/Makefile to support libsodium 1.0.15
8 years ago
pedro 558ea41b90 www/basic-network.asp: fixed issue with too short field for DNS 1/DNS 2 8 years ago
pedro 04d0c1294b mysql: clean 5.1.37 source, instead patches and other changes
- the mysql directory now includes a pure mysql 5.1.37 source
- 2 patches for mysql and file .host.tgz added to patches/mysql
- script mycheck moved also from mysql directory to patches dir
- updated appropriate Mafefile's

----------------------------------------------------------------------------------------
Updated info about MySQL 5.1 compilation on Tomato routers by shibby and Hyzoom (BWQ518)
----------------------------------------------------------------------------------------

Info for devs: if you have a problem with compilation then you have to prepare own .host.tgz archive under mysql dorectory.

1) copy mysql directory to other location.
2) run ./configure
3) cp mysql/include/config.h mysql/include/my_config.h
4) compile parts of mysql on the host with the host gcc (non-cross-compile):
        make -C mysql/vio
        make -C mysql/mysys
        make -C mysql/strings
        make -C mysql/dbug
        make -C mysql/regex
        make -C mysql/sql gen_lex_hash
        make -C mysql/scripts comp_sql
        make -C mysql/extra comp_err

5) copy files:
        mysql/sql/gen_lex_hash
        mysql/scripts/comp_sql
        mysql/extra/comp_err

    to mysql/host directory

6) compress host directory as .host.tgz and copy it under tomato router/mysql/ (overwrite existing file)
7) now you should be able to compile mysql
8 years ago
AndreDVJ 6d56db8f6d xl2tpd: Updated to 1.3.10 8 years ago
AndreDVJ 095945631e usb_modeswitch: updated to 2.51, and data package to 20170806 (2017-08-06) 8 years ago
AndreDVJ 44dd30c315 ~/router/Makefile: updates to support libcurl 7.56.0 + libs optimization 8 years ago
AndreDVJ 5b695ee100 libcurl: Updated to 7.56.0 8 years ago
pedro 045031cdd7 A collection of patches and fixes to make it to work pppoe, pptp_client, PPTP server, wan, mwan, etc
pedro commit:

- switch4g: dhcpc-release/dhcpc-renew is now redundant + some more time tweaks

-----------------------------------------------------------------------------

  tsynik commits:

- pptp_client.c: also add new option to defaults and httpd
  272f36f8ea

- pptp_client.c: add NAT rules to firewall, remove obsolete sh ip scripts, remove debug
  2aa4fcad47

- pptp_client.c: add pptp_client_usewan option to GUI
  e2251d2c3a

- pptp_client.c: fix redirect Internet option, finally it works!
  d6757b3dbe

- pptp_client.c: fix redirect Internet option, finally it works!
  679e49b2aa

- pptp_client.c: restore route to gw in case of DHCP/LTE/STATIC
  4db2f8963e

- pptp_client.c: add user configurable hidden verbose logging (switched by pptp_debug=9 nvram param)
  bdb03bb277

- pptp_client.c: write dns entries to config only if enabled
  d35482150f

- dhcp.c: check gw exists (don't call preset_wan if there is no gw defined)
  b930ad6072

- dhcp.c: don't clear dns here for pptp/l2tp wans
  8d0db68ed5

- rc: fix broken by previous commit dhcp bound?
  f331a45229

- rc: disable preset_wan in case pppoe + dhcp
  0adc4177a2

- rc: dhcp dns stuff (bring back missed gw and setup dns before for ptp server access)
  980c66a274

- rc: revert previous PPPoE + MAN logic
  3a3a382a94

- rc: move l2tp route fix to preset_wan
  61b7be70c9

- rc: set / unset netmask for ppp (if there is no mask defined only)
  804011c0a2

- rc: clear received dns on ppp disconnect
  98e6efdcf9

- rc: check server value is valid IP
  5c7954fdd0

- rc: simplify check of ptp server ip
  7281fd7051

- rc: ppp netmask setup in nvram
  767d5a7ca4

- rc: pptp_client: fix ip-up / down scripts, format
  85df55915b

- rc: cosmetics
  0efc25a82d

- rc: start_pptp() cosmetics (there is no modes for it)
  9f3afe7927

- rc: fix listen stuff
  6c9e3f8104

- listen.c: add pid file check to avoid duplicates for the same wan
  3973648e6d

- listen.c: add stale pid file check
  176cab3ed1

- mwan.c: add some failsafe checks (Don't execute route del in mwan_load_balance if interface is "none")
  7a3ea417b5

- mwan.c: fix pptp-client policy routing rules (add missing table name to rt_tables)
  d615528650

- mwan.c: fix netmask in wan_info for PPP connections
  88d219e11a

- mwan.c: fix race condition in ip-up/down and fix in start_wan_done
  8304b23b7b

- mwan.c: more simple fix for start_wan_done (assume current wan is primary if previous offline, not needed to check all)
  ab6ffead60

- wan.c: deal with netmask in ppp + dhcp modes
  cde4047e52

- wan.c: move received dns clear from ip-down to stop_wan_if for ppp connections
  1f2ed7868e

- wan.c: fix demand mode (start_tmp_ppp and force_to_dial) almost for all connections
  b22b7e36b6

- wan.c: other primary wan condition
  ab67f2990e

- wan.c: fix new value (apr must be nulled here for strcmp will work (or value coud be wan2X/3X etc))
  8180c0ea03

- wan.c: bump state file on connect for all wans
  e7d806bcf2

- wan.c: Some code improvements
  91ec483029

- wan.c: revert params clear for demand connections
  8c46d1693f

- wan.c: disable start_tmp_ppp at all
  8001aa54c1

- wan.c: fix force_to_dial for pptp (as it doesn't use tmp_ppp, we need to ping not gw but dgw in demand mode)
  9d7d33a21f

- wan.c: some recent code fixes
  de6bd55edf

- wan.c: fix wireless client as wan once again
  3636cdfe92

- wan.c: use persistent ppp interfaces across wans if possible
  a68cbf58fd

- wan.c: use "none" as interface name when ppp not connected (UNDEF was added just for debug)
  2a13c97339

- services.c: fix allow RFC1918 responses for L2TP/PPTP servers (This will fix unable to resolve server IPs on L2TP/PPTP WANs in case address is private.)
  43ce835c8b

- services.c: avoid dns entries duplicates
  295a1909f5

- resolv.dnsmasq - fix ch type, newlines for vpn clients
  7a6f01f001

- ppp demand code drive me mad (No thoughts what to do with this stuff...)
  ab4ac6341c

- shared/misc.c: add ethernet checks (can be useful for WANs with static IP in case cable unplugged)
  cdc8cc4d8d

- check_wanup / wan_led routine: add ethernet WAN port checker for static IP WANs
  85d423d7c5
8 years ago
pedro 6c59917f77 AC68U: define power led as wan led
- So in stealth mode all leds must be off and power will monitor internet connection

- Ported from tsynik commit: d9dfe3fe44
8 years ago
pedro 02045a44d3 R1D: increase boot_wait time and change wireless defaults
- increase boot_wait time: Hopefully it will allow reflash .trx in case bad fw, 10 seconds is not enough.
  User must change Boot Wait Time in Tomato UI (Advanced Settings - Miscellaneous) and decrease wait time after flash / reset defaults to desired value.

- Ported from combined tsynik commits:
  59717c27fa
  90c8a61940
8 years ago
pedro 6aaa3e0244 R1D, WS880: fix default macs
Ported from tsynik commit: f408ab2319
8 years ago
pedro 3b581fd7ed rc/misc.c: wan_led_off - avoid extended checks
- Ported from tsynik commit: a2a1e3e338
8 years ago
pedro 0253fc9ae9 Transmission-GUI: add watchdir option; fix json config options; fix symlinks
- trailing comma in Custom Configuration and TCP buffers tune
- backward custom options format compatibility and empty fix
- in case Transmission installed, there is /usr/share/transmission/web so symlinking whole /usr/share doesn't work as expected.

Ported from combined tsynik commits:

65b59a8dce
8ef9c44abd
07fa6f7966
8 years ago
pedro 05138bdad7 www/basic-network.asp: fixed old typo 8 years ago
pedro b204b40d12 sqlite: updated to 3.21.0 8 years ago
pedro 46b9988ac4 php: updated to 5.6.32 8 years ago
pedro e9294bd2cb www: Virtual Wireless Interfaces page - fixed lack of 80MHz bandwith for the 5GHz band in drop down list
https://www.linksysinfo.org/index.php?threads/fork-tomato-by-shibby-compiled-by-kille72.73397/page-10#post-291104
8 years ago
pedro 024dbd5e65 patches: splitting mysql patches to prevent errors during broken compilation 8 years ago
pedro 43b53b7762 adblock: added NoCoin list to adblock (cryptomining) 8 years ago
pedro 61cd758102 Wireless Filter: added ability to choose filtering method on every physical and virtual wifi interface separately 8 years ago
pedro ab2b7aac05 dnsmasq: updated to 2.79test1 (Fri, 13 Oct 2017 22:26 +0100) 8 years ago
pedro dd78d0e50a miniupnpd: updated to 2.0.20170421 8 years ago
pedro a0bd8992a6 e2fsprogs: updated to 1.43.7 8 years ago
pedro be50b2cae7 libcurl: updated to 7.56.1 8 years ago
pedro 68382b0b72 tinc: updated to 1.1pre15 8 years ago
pedro 10213a1312 WL: updated wl driver [Apr 13 2015 19:49:36 version 6.37.14.86 (r456083)]
- new wl binary
8 years ago
AndreDVJ 55b47219c4 httpd: Fix for not being able to change Priority in Default Class for br0 LAN
Reported here: https://bitbucket.org/pl_shibby/tomato-arm/issues/181/bandwidth-limiter-can-set-but-not-change
8 years ago
pedro 81fb61bce1 patches: cosmetics in dnsmasq patch 8 years ago
pedro 08a02f0846 router/Makefile: changed the way how patches are apllied/reverted 8 years ago
pedro 2fc69743ca nano: updated to 2.8.7
- patch added to allow build with --enable-tiny option
8 years ago
pedro de72a25da5 mysql: updated router/Makefile for better compatibility, added .gitignore to speed-up recompilation 8 years ago
AndreDVJ edb5ec6901 Removed unnecessary executable permissions from plain text files. 8 years ago
pedro d6c706733c www/tools-survey.asp: fixed CSS (centering 'Quality') 8 years ago
pedro e2a0fea486 WL: wireless survey rework
Thanks to @DooZer:

https://www.linksysinfo.org/index.php?threads/fork-tomato-by-shibby-compiled-by-kille72.73397/page-11#post-291386
8 years ago
pedro f1c27ed690 www/qos-settings.asp: fixed issue #11 - QoS bandwidth calculation is missing since v132
https://bitbucket.org/kille72/tomato-arm-kille72/issues/11/qos-bandwidth-calculation-is-missing-since
8 years ago