Commit Graph

5495 Commits (2021.7)
 

Author SHA1 Message Date
pedro 5be7edc379 router: Makefile: clean-up pptpd recipe 6 years ago
pedro 7c5c27a37b router: Makefile: flac: remove deprecated option, cosmetics 6 years ago
pedro 3fc36d21a9 router: Makefile: fix libnfsidmap recipe 6 years ago
pedro 2bbae3ae76 router: Makefile: clean-up tor recipe 6 years ago
pedro 7b8980249e OpenVPN: cosmetics in patches 6 years ago
pedro 2acac770a1 ebtables: build ipv6 extension only if needed 6 years ago
pedro a69918cc28 ffmpeg: update to 0.6.7 6 years ago
Aditya Bhargava ef0ac5df72 Add Cloudflare DDNS support 6 years ago
pedro 79e58cee42 switch4g: also try to reset modem in QMI mode 6 years ago
pedro 5b458b8724 kernel: tcp: refine memory limit test in tcp_fragment()
commit 46c7b5d6f2a51c355b29118814fbfbdb79c35656 upstream
commit b6653b3629e5b88202be3c9abc44713973f5c4b4 upstream

Memory limits might have been exceeded because tcp_sendmsg() only
checks limits at full skb (64KB) boundaries.

Therefore, we need to make sure tcp_fragment() wont punish applications
that might have setup very low SO_SNDBUF values.

Fixes: f070ef2ac667 ("tcp: tcp_fragment() should apply sane memory limits")

- Ported from RMerlin, thanks.
fe66c7b88f
6 years ago
M_ars fcbe77549a DIR868L rev C1: improve support - load correct cfe default parameter for rev C1 (not the same like for rev A1/B1) - small change for init of Wifi modules (align to other tomato router)
tested with DIR868L C1, working!
6 years ago
M_ars 3d1156edad EA6200: extend/fix support - show correct name at GUI - load correct cfe default parameter/config (fix for initial support)
Based on the work of txnative, thx for helping
6 years ago
M_ars 34082cab7e RT-N18U: make sure to enable gpio 13 for WiFi IC after re-/boot (only for safety)
Make sure that GPIO Pin 13 is always on --> it is connected to the WiFi IC (Power supply?);
otherwise signal will be very weak!
So far this is no change, the Asus driver for Tomato RT-N18U turns GPIO 13 on (HIGH) at startup.
But to make sure, add it. (align also to dd wrt)

Additional Reference:
https://svn.dd-wrt.com/changeset/30263/src/router/services/sysinit/sysinit-northstar.c
gpio13 is somehow connected to the wireless chipset. so we need to keep it enabled, otherwise signal will be weak on the Asus RT-N18U

tested with RT-N18U, working (like before)
6 years ago
M_ars 790ddaf618 R6250: setup/init Wifi modules with extra default parameter - split up Netgear R Series Router to init WiFi modules parameter (not the same for all models... Last one! :-) ) - clean up, remove 5 GHz WiFi parameter from 2,4 GHz init/setup - clean up, remove 2,4 GHz WiFi parameter from 5 GHz init/setup - align to dd wrt default values
Hint: needs to be tested, but should be much better than before!
6 years ago
M_ars 5ef23c547f R6400: setup/init Wifi modules with extra default parameter - split up Netgear R Series Router to init WiFi modules parameter (not the same for all models...) - clean up, remove 5 GHz WiFi parameter from 2,4 GHz init/setup - clean up, remove 2,4 GHz WiFi parameter from 5 GHz init/setup - align to dd wrt default values
Hint: needs to be tested, but should be much better than before!
6 years ago
pedro b375f8bd19 fix commit #bec2491 6 years ago
pedro 684aae79a6 router: Makefile: fix OpenVPN recipe
- remove deprecated "with-plugindir" option
- add "PLUGINDIR" instead
6 years ago
pedro 6f0ccc8955 lzo: set optimize flag also for CPP 6 years ago
pedro bec2491c8f pcre: reduce size 6 years ago
pedro c9b4b78e62 dnsmasq: fix wrong return code from explore_rrset() with some errors
- fix from upstream
6 years ago
pedro fdb702a5f2 libusb10: update to 2019.07.08 (db99ef3) snapshot 6 years ago
M_ars 10933fb311 RT-N18U / RT-AC68U: small change for init of Wifi modules (align to other tomato router) 6 years ago
M_ars 72989d024a RT-AC56U: small change for init of Wifi modules (align to values of dd wrt and some cosmetic/alignment to other tomato router) 6 years ago
M_ars 7e38fb3c70 R6300v2: setup/init Wifi modules with extra default parameter - split up Netgear R Series Router to init WiFi modules parameter (not the same for all models...) - clean up, remove 5 GHz WiFi parameter from 2,4 GHz init/setup - clean up, remove 2,4 GHz WiFi parameter from 5 GHz init/setup - align to dd wrt default values
Hint: needs to be tested, but should be much better than before!
6 years ago
M_ars 5f9a1d0385 Buffalo WZR-1750DHP: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars 662c0bedeb rc: init.c - Some cosmetic for Linksys EA6 Series Router (add also some comments) 6 years ago
M_ars 3eb93666ea Xiaomi MiWiFi R1D: fix overlapping MAC addresses with more than one VIF per WiFi module 6 years ago
M_ars a32e3ceda8 DIR868L / WS880: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars 3ed98ec184 Tenda A15 / AC18: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars b93919a9f8 rc: init.c - Some cosmetic for Netgear R Series (no changes) 6 years ago
M_ars 5a3f90ca9c RT-N18U / RT-AC56U / RT-AC68U: fix identical MAC addresses for LAN and WiFi module
Asus does set et0 MAC and WiFi module 0 MAC to the same address at the cfe
Example for AC56U (same for N18U, AC68U, ...):
et0macaddr=F0:79:59:BB:AA:E8
0:macaddr =F0:79:59:BB:AA:E8
1:macaddr =F0:79:59:BB:AA:EC

LAN and WiFi will have the same MAC address due to this.
Change that, so that every interface does have its own MAC address

New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars 8ac3c689c5 rc: init.c - remove blink_wl for R8000 because it is now turned on by default (sync with sdk6) 6 years ago
M_ars 8410f757b8 RT-N18U / RT-AC68U: small change for init of Wifi modules (align to other tomato router) 6 years ago
M_ars f8210289e2 RT-AC56U: small change for init of Wifi modules (align to values of dd wrt and some cosmetic/alignment to other tomato router) 6 years ago
M_ars 908944e0c4 R6300v2: setup/init Wifi modules with extra default parameter - split up Netgear R Series Router to init WiFi modules parameter (not the same for all models...) - clean up, remove 5 GHz WiFi parameter from 2,4 GHz init/setup - clean up, remove 2,4 GHz WiFi parameter from 5 GHz init/setup - align to dd wrt default values
Hint: needs to be tested, but should be much better than before!
6 years ago
M_ars 4b31d29983 Buffalo WZR-1750DHP: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars 727c2362a0 rc: init.c - Some cosmetic for Linksys EA6 Series Router (add also some comments) 6 years ago
M_ars f5cd3d4c85 Xiaomi MiWiFi R1D: fix overlapping MAC addresses with more than one VIF per WiFi module 6 years ago
M_ars 0092639ab1 DIR868L / WS880: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars c9dda22544 Tenda A15 / AC18: assign unique MAC addresses for WAN, LAN and WiFi modules
New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
M_ars 0384862eb3 rc: init.c - Some cosmetic for Netgear R Series (no changes) 6 years ago
M_ars 075bc7e22c RT-N18U / RT-AC56U / RT-AC68U: fix identical MAC addresses for LAN and WiFi module
Asus does set et0 MAC and WiFi module 0 MAC to the same address at the cfe
Example for AC56U (same for N18U, AC68U, ...):
et0macaddr=F0:79:59:BB:AA:E8
0:macaddr =F0:79:59:BB:AA:E8
1:macaddr =F0:79:59:BB:AA:EC

LAN and WiFi will have the same MAC address due to this.
Change that, so that every interface does have its own MAC address

New - start MAC addresses at/with et0 value (align to Netgear/Cisco "way")
et0 MAC +0 will be for LAN
et0 MAC +1 will be for WAN
et0 MAC +2 will be for Wifi 0 (leave room for VIFs)
et0 MAC +6 will be for Wifi 1

Tested with RT-N18U/R7000, working/showing correct now (Every interface does have its own MAC address now)
6 years ago
kille72 c58cbd4dcd libcurl: Updated to 7.65.3 6 years ago
kille72 2f9c5b3e3e Updated adminer from 4.7.1 to 4.7.2 2019-07-18
- Adminer 4.7.2 for MySQL, English only
6 years ago
pedro a0aa499db1 e2fsprogs: update to 1.45.3 6 years ago
kille72 66ac32f5e5 libcurl: Updated to 7.65.3 6 years ago
kille72 4aa70e2a5f Updated adminer from 4.7.1 to 4.7.2 2019-07-18
- Adminer 4.7.2 for MySQL, English only
6 years ago
M_ars 9e781f7a71 Merge branch 'arm-master' of https://bitbucket.org/pedro311/freshtomato-arm into arm-master 6 years ago
pedro 4a9bb4c01f e2fsprogs: update to 1.45.3 6 years ago
pedro 70c066c530 libevent: update to 2.1.10-stable
- libs optimization
- fix build break: add autogen.sh to recipe
6 years ago