Shibby
16f3bb21a3
Fix Bandwidth Monitor for ARM
...
Big thanks for @Fab Five Freddy from Linksysinfo.org
Thread: http://www.linksysinfo.org/index.php?threads/bandwidth-fix-for-arm-routers.71029/
11 years ago
Shibby
fb59c48594
Bittorrent: Add "Custom Log File Path" to GUI
11 years ago
Shibby
70c7a2c660
fix ebtables compilation
...
Now it works on ARM
11 years ago
Shibby
c806608deb
backport ebtables kernel modules from linux-2.6.39.4 sources
11 years ago
Shibby
b3b623d84d
ebtables update to v2.0.10-4
11 years ago
Shibby
d779775889
iproute2 update to 3.19.0
...
from iproute2-ss111010 to iproute2-ss150210
11 years ago
Shibby
84140db703
bridge-utils update to 1.5
11 years ago
Shibby
ea25e2c424
Disable second *FAKE* LAN interface for Netgear`s routers
...
Fix ping issue
Fix Ethernet Ports State
11 years ago
Shibby
2a7c7f2dad
fix WiFi leds R7000
11 years ago
chazikai24
a2cb5b4635
fix up r6300v2 wan led
11 years ago
chazikai24
6ba517f091
Fix up wlan/wan/usb leds,now all leds works well wifi toggle
...
on/off now wlan led works good too it seems led_5g works well too,but now
test Add Blink for 2.4G / 5G Wireless Interfaces
11 years ago
Shibby
27b24fd34e
Cosmetics admin-access page
...
http://www.linksysinfo.org/index.php?threads/login-as-root-to-tomato-gui.70970/#post-257448
11 years ago
Shibby
17e39f77d6
Separate MODEL_R6250 from MODEL_R6300v2
...
different LEDS gpio lines.
Try to fix some leds of R6300v2 - thx xu kai
35591aed60
11 years ago
Shibby
e3a7e88c2a
IPv6: Allow request /64 subnet for LAN1/2/3 if prefix lenght is lower than 64 – thx @tvlz
11 years ago
Shibby
8f1ed83cbc
fix BW Limiter page
11 years ago
Shibby
6caf41c44f
add NFS to all AIO images
11 years ago
Shibby
17e1e1d9e3
Revert: "Kernel: enable usb later to avoid boot up failed if USB 3.0 storage is connected to USB 3.0 port"
...
Reverted commit required manually enable USB ports by gpio 0 line. This works on Netgear`s routers but i afraid to broke USb support on other routers.
Better/safer is revert it for now.
11 years ago
Shibby
7222cc28cd
GUI: Checkox to allow/deny login as "root" to GUI
11 years ago
Shibby
ee461c9a1c
R6250: fix USB support and some leds
...
WAN led works
WiFi and USB doesn`t
11 years ago
Shibby
43a8911316
BWLimiter: Add Priority option for Default class of br0 cd ..
...
missing code
11 years ago
Shibby
9b758bd1ca
Allow to change username from GUI
...
Partially taken from Victek`s Github
11 years ago
qin
af182dfb30
Now R6250 and R6300v2 supported
11 years ago
chazikai24
c5a3221e3f
Patch brcm for newer Samsung flash chips
11 years ago
qin
a913a3430b
try to fix mtd problems according to Kong's code
11 years ago
qin
52922ff087
R6300v2: provent to overwrite board_data
11 years ago
Shibby
613e902358
GUI: About page - cosmetic
11 years ago
Shibby
97419c6c11
RAID module and mdadm tool
...
- Fix mdadm compilation
- compile raid modules.
- Enable RAID feature to all AIO builds
- If RAID is not set then raid modules are moved to extras
11 years ago
Shibby
67034430a2
BWLimiter: Add Priority option for Default class of br0
11 years ago
Shibby
bacb83ab98
ipv6: Other ISP Configuration button
...
partially taken from Victek`s github.
11 years ago
Shibby
7a435c1e0c
Kernel: enable usb later to avoid boot up failed if USB 3.0 storage is connected to USB 3.0 port
...
from Netgear GPL sources - R7000
11 years ago
Shibby
9bbecc093f
GUI: Fix forward-upnp page
11 years ago
Shibby
216098b093
GUI: Grow up limit on IPv4 & IPv6 port forwarding rules creation from 50 to 100 entries.
11 years ago
Shibby
d9052e6140
webmon_bkp: restart firewall service after clean webmon chain
...
... to reload webmon iptables rule
discussion: http://www.linksysinfo.org/index.php?threads/tomato-shibby-1-28-web-usage-logs-truncated.70852/
11 years ago
Shibby
4a0b09ad76
remove SNMP and PPTP support for DIR868L - saving nvram space
11 years ago
Shibby
01b0a0749f
GUI: forward-upnp - allow to run upnpd service without selected any of bridge.
...
discussion: http://www.linksysinfo.org/index.php?threads/miniupnpd-custom-config-syntax.70863/#post-256297
11 years ago
lancethepants
be87992209
tinc: Update gui and backend for tinc1.1pre11.
...
RSA keys are no longer required, unless you need interoperability with tinc1.0 nodes.
This saves a ton of nvram space, and really makes tinc better for making larger meshes.
Tinc now bunldes its own crypto for now, removing the need for OpenSSL elliptic crypto.
As a result the tinc binary has grown larger, but we also save space in OpenSSL.
This commit also allows for better firewall customization.
11 years ago
Shibby
13eef080e3
tinc: update to 1.1pre11
11 years ago
Shibby
5b2ab40f3a
miniupnpd rc: move custom configuration before "allow" statements
...
discussion: http://www.linksysinfo.org/index.php?threads/miniupnpd-custom-config-syntax.70863/#post-256291
11 years ago
Dupondje
db36adeb3c
- Allowed the IPv6 Forwarding page to allow more fancy subnets & rules.
...
For example I need the following destination address
::e269:95ff:fe91:8683/::ffff:ffff:ffff:ffff).
- Changed the DNSMASQ config a bit for SLAAC & DHCPv6 and added an
option to select them in the GUI. (more info about the differences
you can find on my blog (http://blog.dupondje.be ).
c68ef3ab7a
11 years ago
Shibby
5e27416fac
dnsmasq 2.72+ up to December 9 2014
...
From Toastman-RT branch - thx Toastman
11 years ago
Shibby
5d67b9d84b
4G support: missing file
11 years ago
Shibby
acd1f01466
fix miniupnpd compilation
11 years ago
Shibby
8912d02518
Merge branch 'shibby-arm' of https://bitbucket.org/pl_shibby/tomato-arm into shibby-arm
...
Conflicts:
release/src-rt-6.x.4708/Makefile
release/src-rt-6.x.4708/router/shared/id.c
11 years ago
pl_shibby
adf9463120
Merged in xvortex/tomato-arm/ws880 (pull request #5 )
...
Huawei WS880 support
11 years ago
Shibby
677a97ec98
BCM: wl/et drivers update with tools
...
Thanks RMerlin
11 years ago
Shibby
bef8b7d5b1
4G/LTE modem support and integration with GUI
...
First release od 4G/LTE support. Tested on Huawei E3276 and E3372 only.
Support Hilink modems using cdc_ether module and non-Hilink modems using cdc_ncm module.
11 years ago
Shibby
41cca0d92c
Add many kernel modules of audio and camera devices to extras
11 years ago
Shibby
2f675c2700
Miniupnpd: update from 1.8 (20140422) to 1.9 (20141209)
11 years ago
Shibby
1665084b21
MiniDLNA: update from 1.1.2 to 1.1.4
11 years ago
Shibby
f400a5853e
OpenSSL: update from 1.0.1j to 1.0.1l
11 years ago