edrikk
1e89d94e9b
add missing semicolons.
10 years ago
edrikk
0f5ce1bb4a
Delete duplicated function ymText(yr, mo)
10 years ago
edrikk
a7c045b9c5
Fixed cosmetics of check() procedure -- indentations.
10 years ago
edrikk
004bc00a22
Since NF_CT_ACCT is gone, Accounting has to be enabled in code...
...
Setting nf_ct_set_acct(par->net, true)
10 years ago
edrikk
8d53a98257
Adding some semi-colons
10 years ago
edrikk
2eb4a7ce93
Add missing semi-colon.
10 years ago
edrikk
9b0486d6e3
Add missing semi-colon
10 years ago
edrikk
b665ff5887
Fix missing semi-colon for ip6 lan stats.
10 years ago
Tvlz
688f65c62e
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
10 years ago
edrikk
22cf3e008a
Added a couple of divs to get rid of dangling /divs
10 years ago
edrikk
26b3e8b615
Added div to account for dangling /div
10 years ago
edrikk
e9627486e4
Adding opening div as /div was dangling. Didn't want to remove it...
10 years ago
edrikk
c2e04bd0bd
Fixed typo "blanc" which should be "blank". Removed close font when it wasn't opened. Added open divs in two places because the close ones were dangling.
10 years ago
edrikk
40d7d0860a
Added missing tag closures
10 years ago
edrikk
b43faf2274
Add a number of missing closing html tags
10 years ago
edrikk
a53efe608f
Fix typo. "tyle" -> "type"
10 years ago
edrikk
de3a14abb1
Fix typo. "tyle" -> "type"
10 years ago
edrikk
3e911c624d
Fix typo. "tyle" -> "type"
10 years ago
edrikk
40a37b0091
Removing extra "," which resulted in broken CSS/ruleset being dropped. The CSS now passes W3C check.
10 years ago
edrikk
e1e365b3eb
Removed NF_CT_ACCT from NETFILTER_XT_MATCH_LAYER7 as per Kyle Sanderson's finding that it is causing module not to compile.
10 years ago
Kyle Sanderson
78d407bbd7
Permit NETFILTER_XT_MATCH_LAYER7 to be built.
10 years ago
edrikk
5612d69a25
Incorporating patch for .36 found at: This aligns with other code in Tomato as well, so it seems sane...
...
https://lists.openwrt.org/pipermail/openwrt-devel/2014-May/025280.html
10 years ago
edrikk
2f25907d1c
Merged pl_shibby/tomato-arm into shibby-arm
10 years ago
edrikk
334adac009
added missing ";"
10 years ago
edrikk
0e0346aeb1
Implementing patch for kernel 2.6.35+, as per: 0224fec05b
10 years ago
edrikk
baac61dab5
Implementing patch for kernel 2.6.35+, as per: 0224fec05b
10 years ago
edrikk
dbbf7a38a7
Implementing patch for kernel 2.6.35+, as per: 0224fec05b
10 years ago
edrikk
0698d803fa
Implementing patch for kernel 2.6.35+, as per: 0224fec05b
10 years ago
edrikk
937446b08d
handle negation correctly. backported from 0354b48f63
10 years ago
edrikk
b467fee530
Small memory leak fix.
10 years ago
Shibby
eeadb01947
GUI: Allow users to decide which NTFS driver they want to use cd ..
...
fix paragon driver definition
10 years ago
edrikk
1b58d09991
services.c edited online with Bitbucket
10 years ago
edrikk
366cfa40f5
Adding a couple of dnsmasq optimizations based on forum thread:
...
http://www.linksysinfo.org/index.php?threads/dnsmasq-cache-optimization-and-howto.23076/
It appears safe to increase the dnsmasq cache to 2048 on ARM, as people have been running with 10,000 on old WRT54GL routers.
In addition, enabling asynchronous logging for dnsmasq, which can potentially remove/reduce deadlocks with syslog, but also, generally provide better performance under load.
10 years ago
Shibby
611f18b0ba
Fix Wireless Temperature if interfaces are not bridged with br0
10 years ago
Shibby
997e307154
compile IPSet as kernel modules
10 years ago
Shibby
b3d039a267
Revert "Rewised Paragon NTFS driver"
...
This commit revert 0f62d8919e
Rewised module does not work - cannot load module.
10 years ago
Shibby
366a4ce8b7
GUI: add Wireless Temperature on Status page
...
feature cherry-picked from Hyzoom (BWQ) sources - THX
10 years ago
Shibby
8d73972699
vpnrouting: improvements
10 years ago
tvlz
c5170480f2
Merged pl_shibby/tomato-arm into shibby-arm
10 years ago
Shibby
2b6e3d1d25
OpenVPN: add "Ignore Redirect Gateway (route-nopull)"
...
Some servers push "redirect-gateway def1" to the clients. If we don`t want it or want use "Routing policy" now we can just ignore remote gateway.
10 years ago
Shibby
a534d78172
OpenVPN: Routing policy cd ..
...
missing changes.
10 years ago
Shibby
91e69b3ce6
OpenVPN: Routing policy
...
You can select client IPs, destination IPs or website domain which you want to route through your VPN tunnel.
You can enter a single IP (192.168.1.5) or a whole subnet in CIDR format (for example 1.2.3.4/30).
IP range is not supported yet!
To domain redirect has been used ipset with dnsmasq.
This feature is using iptables and MARK module - please do not use MARK 111 and 112. Those two are reserved for this feature.
10 years ago
Shibby
d8879aeeda
Add Entware install script for ARM
...
Just mount any drive as /opt and run "entware-install.sh" command.
10 years ago
Shibby
fec5584882
backport ipset kernel modules from K3
...
build-in all ipset modules to kernel - no needed load modules manually anymore
10 years ago
Shibby
c96284cd35
ipset: update to 6.24
10 years ago
Shibby
fa353620f0
libmnl - clean sources
...
required by ipset 6.24
10 years ago
pl_shibby
f57e40ac67
Merged in lancethepants/tomato-arm (pull request #7 )
...
Add /mmc directory.
11 years ago
Shibby
be0ba8ef9f
cosmetics
11 years ago
Shibby
4cbbe290b5
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
11 years ago
pl_shibby
973732b901
Merged in edrikk/tomato-arm-edrikk (pull request #14 )
...
Set "-fno-delete-null-pointer-checks" for ARM branch in relevant Makefiles
11 years ago