Commit Graph

5380 Commits (2021.5)
 

Author SHA1 Message Date
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
Edriss Mirzadeh f5b1354bf8 ARM GCC defaults char to unsigned. Declaring sync as signed explicitly, and removing the cast of "-1" to char.
This is to ensure correct behavior based on language standards:

"If the destination type is unsigned, the resulting value is the least unsigned integer congruent to the source integer (modulo 2^n where n is the number of bits used to represent the unsigned type). [ Note: In a two’s complement representation, this conversion is conceptual and there is no change in the bit pattern (if there is no truncation). —end note ]
11 years ago
Shibby d05c007143 fix nginx page #2 11 years ago
Shibby 289bdc9979 fix nginx page 11 years ago
chazikai24 57e7c67c12 fix R6300v2's vlan 11 years ago
Shibby 869ed68e49 add xterm to terminfo
required by nano and mysql
11 years ago
Shibby abe3e1b1c4 fix mySQL compilation 11 years ago
Shibby 2eba5caa88 OpenSSL: update to 1.0.1m 11 years ago
Shibby fff7f47cc8 cosmetics 11 years ago
lancethepants 54cabe2382 Add /mmc directory. 11 years ago
Shibby 1518eeafc0 missing ncurses sources
required by nano and mysql
11 years ago
Shibby 8948e359a9 missing code of mysql support 11 years ago
Shibby 197b2ef1bb Add Nano tool - user-friendly text editor
build-in AIO
11 years ago
Shibby 97674dbe53 fix php compilation when mysql is enabled
info: http://chris.losari.org/2012/06/cross-compile-php-for-arm.html
11 years ago
Shibby c62e754752 mySQL integration and GUI
from Hyzoom (BWQ518).

Shibby`s changes:
- add Adminer - little, single file PHP script for mysql administration
- move nginx and mysql GUI under "Web Server" menu.
- compile mySQL then NGINX is defined
11 years ago
Shibby 58c291235d mySQL 5.0.11 sources for tomato
Taken from 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) 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

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

    to mysql/host directory

5) compress host directory as .host.tgz and copy it under tomato router/mysql/ (overwrite exist file)
6) now you should be able to compile mysql
11 years ago
Shibby a8114fe51f enable reset button for R7000 (R6250/R6300v2) 11 years ago
Shibby 7cb826521a fix reset button function 11 years ago
Shibby 25af829952 openvpn: fix crash on NULL cipher
patch from upstream 98156e90e1e83133a6a6a020db8e7333ada6156b)

cherry-picked from RMerlin: fa3c210bbb
11 years ago
Shibby be6d387cd2 openvpn: improve compilation process 11 years ago
Shibby cd62287dd0 usb_modeswitch: ver. 2.2.1 with data package 2015-01-15 11 years ago
Shibby 2768e9f099 add missing config.h to php modules (fix compile bug) 11 years ago
Shibby 83f2929a08 fix wireless interfaces for Netgears routers 11 years ago
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