Shibby
004187f09a
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
10 years ago
Shibby
2a61478aec
Makefile: cosmetics
...
We cannot use ufsd (paragon NTFS driver) on D-Link, Huawei and Linksys devices. They don`t have a Paragon`s licence. Only Asus and Netgear does.
10 years ago
Shibby
8f619dfae7
revert some code deleted by mistake
10 years ago
Shibby
8bc84b3485
GUI: bittorrent - allow set download and upload speed to 0
10 years ago
Shibby
4e6c25163f
compile fat/vfat as module
10 years ago
Shibby
0f62d8919e
Rewised Paragon NTFS driver
...
from RMerlin branch - thx
10 years ago
Shibby
9b142eedf1
NTFS-3G driver update to 2015.3.14
10 years ago
Shibby
0c0caef757
GUI: Allow users to decide which NTFS driver they want to use
...
Tuxera (AC56, AC68) or Paragon (N18, Netgears) or NTFS-3G (all routers)
10 years ago
Shibby
72991cb939
Tuxera NTFS driver
10 years ago
Shibby
bd1006f000
Fix OpenVPN TAP server
...
Server won`t start when TAP has been bridged with br1/2/3 and "Client address pool" has been set manually (not from DHCP).
11 years ago
edrikk
42cd4c1882
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
91a6092961
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
02c35405cd
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
264c816b45
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
58599de26f
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
7587e1e9c8
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
e7c2396581
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
d4d4c68c87
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
dcefc6d8ec
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
5e7d413b7b
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
(In this file it's commented out; Just adding for completeness)
11 years ago
edrikk
d473bae102
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
f58789569d
Adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
edrikk
5740ac23cd
adding -fno-delete-null-pointer-checks compiler flags. The compiler assumption which is automatically enabled at all levels: -O0, -O1, -O2, -O3, -Os. may not be valid on some ARM based architectures, and is recommended to be disabled on embedded devices:
...
https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
11 years ago
Shibby
92c07e372c
OpenVPN: remove "enable-small" parameter
...
add "disable-small". This is required by some VPN providers.
11 years ago
Shibby
0c3fb16736
Fix TOR compilation
...
- enable threads support for openssl and tor
- change gcc optimization level from Os to O2 - thx RMerlin
- enable TOR feature in all AIO builds
11 years ago
pl_shibby
c30baf39c5
Merged in edrikk/tomato-arm-ddwrt-kong-cherrypicks (pull request #13 )
...
ARM Crash Fix on QoS - Cherry picked from Kong: http://svn.dd-wrt.com/changeset/23087
11 years ago
Shibby
087882528f
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
...
Conflicts:
release/src-rt-6.x.4708/router/shared/led.c
11 years ago
Shibby
106cad5677
Merged in qinyq/tomato-arm-qin/shibby-arm-qin-ea6700 (pull request #12 )
...
Conflicts:
release/src-rt-6.x.4708/router/www/advanced-vlan.asp
11 years ago
pl_shibby
de3463f3b7
Merged in xvortex/tomato-arm-vtx/ws880 (pull request #10 )
...
fix WS880 leds
11 years ago
pl_shibby
b059a0231b
Merged in edrikk/tomato-arm (pull request #8 )
...
Modification of "Fix Bandwidth Monitor for ARM"
11 years ago
chazikai24
37a8603b52
Updated Blink Function
...
Now wl led can OFF if you close wifi by pushing button or closing in web gui.
Change R6300V2 default Ethernet Ports State, it's correctlly now!
11 years ago
pl_shibby
7628da22bc
Merged in tvlz/tvlz-tomato-arm/AC68P (pull request #9 )
...
ASUS RT-AC68P Support
11 years ago
Shibby
f9cb0ce8a4
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
11 years ago
Shibby
fd8c2706c7
TOR: update to v0.2.5.12
11 years ago
Yongqiang Qin
032a709980
fix EA6900 boot to os size offset
11 years ago
edrikk
4d2b2ea626
changed aligned_u64 to __aligned_u64
11 years ago
edrikk
aff797bc18
changed aligned_be64 to __aligned_be64
11 years ago
edrikk
e4cefc9d31
changed aligned_be64 to __aligned_be64
11 years ago
edrikk
1c7f5adc54
ARM Crash Fix cherry picked from Kong: http://svn.dd-wrt.com/changeset/23087
11 years ago
Yongqiang Qin
b8e6eb363a
EA6900 support & EA6700 bug fix
...
- initial support for EA6900, need further test
- make USB port 2 works in EA6700/EA6500v2
11 years ago
edrikk
556d007595
changed aligned_u64 to __aligned_u64
11 years ago
edrikk
7a6a8760a4
changed aligned_u64 to __aligned_u64
11 years ago
edrikk
3a195ddd26
changed aligned_u64 to __aligned_u64
11 years ago
Yongqiang Qin
1714e39d2b
EA6500v2/EA6700 fully supported.
...
-- all 5G channels
-- upgrade from/back OFW
-- no fail safe upgrade
note: EA6500v2/6700 support fail safe upgrade, so it's better to reset it to factory settings first and upgrade once with the OFW (to boot up from the second image), and then flash TT. hard rest (30-30-30) is required.
11 years ago
tvlz
445c8ed335
Merged pl_shibby/tomato-arm into shibby-arm
11 years ago
Yongqiang Qin
6c9184557c
EA6700 support. without fail safe upgrade.
...
- 5G Hz have 40/153 channels to select but not 36/149 (80M bandwidth)
- vlan fixed
- without fail safe upgrade (useless here)
11 years ago
edrikk
c663c36e5d
Merged pl_shibby/tomato-arm into shibby-arm
11 years ago
Tvlz
d60fb2f83b
ASUS RT-AC68P Support
11 years ago
xvortex
16c496d463
fix WS880 leds
11 years ago
edrikk
552b947874
Merged in edrikk/arm-gcc-defaults-char-to-unsigned-decla-1426963918369 (pull request #1 )
...
ARM GCC defaults char to unsigned. Declaring sync as signed explicitly, and removing the cast of "-1" to char.
11 years ago