Commit Graph

5025 Commits (2021.2)
 

Author SHA1 Message Date
M_ars 83ec8a7d53 RT-AC56U: add wifi button - reset button gpio 11 active LOW (no change) - wps button gpio 15 active LOW (no change) - wifi button gpio 7 active LOW (new/change)
Use LED AOSS (Power LED) for feedback if a button is pushed
Hint: wifi button does only toggle WLAN on/off
6 years ago
M_ars 25b4585207 R7000: add wifi button - reset button gpio 6 active LOW (no change) - wifi button gpio 5 active LOW (change assignment) - wps button gpio 4 active LOW (new/change)
Use LED Diag (toggle white / amber) for feedback if a button is pushed

Hint: wps button is used now for function 0/1/2/3. wifi button does only toggle WLAN on/off

tested with R7000, working!
6 years ago
pedro e75d969440 patches: update patch for xl2tpd + cosmetics 6 years ago
AndreDVJ 3c2fa8af55 xl2tpd: Updated to v1.3.14les 6 years ago
AndreDVJ 6ff88ea256 pcre: Updated to 8.43 6 years ago
kille72 d6a8383fff nginx: updated to 1.16.0 - Stable Branch
- cosmetics in patch
6 years ago
kille72 738babec2a tor: updated to 0.4.0.5 6 years ago
kille72 e91d5f5c51 php: updated to 7.2.18
- cosmetics in patch
6 years ago
kille72 234f30e172 miniupnpd: Updated to 2.1.20190502 6 years ago
kille72 e7ffb19c6e nginx: updated to 1.16.0 - Stable Branch
- cosmetics in patch
6 years ago
kille72 acad2f00cd tor: updated to 0.4.0.5 6 years ago
kille72 3d790a184f php: updated to 7.2.18
- cosmetics in patch
6 years ago
kille72 9fdf410531 miniupnpd: Updated to 2.1.20190502 6 years ago
pedro e683230297 sqlite: update to 3.28.0 6 years ago
pedro e8e487187b nano: update to 4.2 6 years ago
pedro c95f716634 GUI: fix undefined Modem Type on "WWAN Modem Status" (also lack of link to view WWAN SMS) when modem on different wan than the first one 6 years ago
pedro b8bb60538a GUI: fix removal of the WWAN SMS 6 years ago
pedro 26c9324880 OpenVPN: fix generating an openvpn client configuration on server with TLS authorization [2]
- add "key-direction 1" to client config, if HMAC auth is set "Incoming" in server
- fix typo in "verb"
6 years ago
pedro 465f08ce98 Bump version to 2019.3 6 years ago
pedro 0988955151 sqlite: update to 3.28.0 6 years ago
pedro 403577b85e nano: update to 4.2 6 years ago
pedro 8653103078 GUI: fix undefined Modem Type on "WWAN Modem Status" (also lack of link to view WWAN SMS) when modem on different wan than the first one 6 years ago
pedro ede2d426a1 GUI: fix removal of the WWAN SMS 6 years ago
pedro 339b31cddb OpenVPN: fix generating an openvpn client configuration on server with TLS authorization [2]
- add "key-direction 1" to client config, if HMAC auth is set "Incoming" in server
- fix typo in "verb"
6 years ago
pedro 2210b8dd19 Bump version to 2019.3 6 years ago
kille72 aa19906ded Update CHANGELOG 6 years ago
kille72 3fb4e22a3b Merge branch 'shibby-arm' into shibby-arm7 6 years ago
kille72 9a4c719568 Update CHANGELOG 6 years ago
kille72 03387d47f5 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
pedro 9d11b01452 GUI: fix ports order caused by commit #7cb2220 + clean-up 6 years ago
M_ars 7cb2220330 router: utils: robocfg.c - catch up to AsusWRT / Merlin (thx) - one file for both, ARM and MIPS
tested with RT-N15U, E4200v1 and RT-N18U
6 years ago
kille72 1ca9a742c8 Merge branch 'shibby-arm' into shibby-arm7 6 years ago
snowman58 a86892ae20 Raise revision level to allow initial files install from stock NETGEAR (for SDK7) 6 years ago
snowman58 30f8eef849 Raise revision level to allow initial files install from stock NETGEAR 6 years ago
pedro e32061d5c3 router: pdureader: fix compiler warning 6 years ago
pedro b3fd91db3e libubox: update to eeef7b5 snapshot 6 years ago
pedro 2345fc6ab0 router: httpd: wwan.c: fix compiler warning 6 years ago
Michał Obrembski 9f45b267c9 GUI: add support of SMS inbox for 4G non-hilink/3G modems 6 years ago
pedro 9712d83f34 getdns: add patch to fix missing define for log_warn
as per: c34d6723d8
6 years ago
pedro f60bcb9374 getdns: update to 1.5.2
- clean sources 1.5.2
- cosmetic in patch
- add fix from upstream:

Fix build error with gnu99 compilers

Typedefs sha256_pin_t & getdns_log_config multiple declaration in context.h,
tls.h and tls_internal.h causes build error with some gnu99 compilers, even
if the redefinition is identical.
One possible way is to protect each occurence with ifdefs, but it seems too
brute, other one is to keep typedef in context.h only and use struct types
in recently added tls* scope.

Error example:
../libtool --quiet --tag=CC --mode=compile arm-brcm-linux-uclibcgnueabi-gcc
-std=gnu99 -I. -I. -I./util/auxiliary -I./tls -I./openssl -I./../stubby/src
-Wall -Wextra -D_BSD_SOURCE -D_DEFAULT_SOURCE ... -c ./convert.c -o convert.lo
In file included from ./context.h:53:0,
                 from ./util-internal.h:42,
                 from ./convert.c:50:
./tls.h:45:27: error: redefinition of typedef 'sha256_pin_t'
./openssl/tls-internal.h:57:27: note: previous declaration of 'sha256_pin_t' was here
In file included from ./util-internal.h:42:0,
                 from ./convert.c:50:
./context.h:133:3: error: redefinition of typedef 'sha256_pin_t'
./tls.h:45:27: note: previous declaration of 'sha256_pin_t' was here
./context.h:267:3: error: redefinition of typedef 'getdns_log_config'
./openssl/tls-internal.h:58:34: note: previous declaration of 'getdns_log_config' was here

Original commit: 4f4ed98112
6 years ago
pedro e77ef57455 GUI: fix ports order caused by commit #5e8b75d + clean-up 6 years ago
M_ars 5e8b75d984 router: utils: robocfg.c - catch up to AsusWRT / Merlin (thx) - one file for both, ARM and MIPS
tested with RT-N15U, E4200v1 and RT-N18U
6 years ago
snowman58 0c2fb23a97 Raise revision level to allow initial files install from stock NETGEAR 6 years ago
pedro 2ef7d6e0b8 router: pdureader: fix compiler warning 6 years ago
pedro 3f4da3d916 libubox: update to eeef7b5 snapshot 6 years ago
pedro a2d23632ca router: httpd: wwan.c: fix compiler warning 6 years ago
Michał Obrembski ce4abe6997 GUI: add support of SMS inbox for 4G non-hilink/3G modems 6 years ago
pedro 50623f3e4d getdns: add patch to fix missing define for log_warn
as per: c34d6723d8
6 years ago
pedro 3c04f2ed8a getdns: update to 1.5.2
- clean sources 1.5.2
- cosmetic in patch
- add fix from upstream:

Fix build error with gnu99 compilers

Typedefs sha256_pin_t & getdns_log_config multiple declaration in context.h,
tls.h and tls_internal.h causes build error with some gnu99 compilers, even
if the redefinition is identical.
One possible way is to protect each occurence with ifdefs, but it seems too
brute, other one is to keep typedef in context.h only and use struct types
in recently added tls* scope.

Error example:
../libtool --quiet --tag=CC --mode=compile arm-brcm-linux-uclibcgnueabi-gcc
-std=gnu99 -I. -I. -I./util/auxiliary -I./tls -I./openssl -I./../stubby/src
-Wall -Wextra -D_BSD_SOURCE -D_DEFAULT_SOURCE ... -c ./convert.c -o convert.lo
In file included from ./context.h:53:0,
                 from ./util-internal.h:42,
                 from ./convert.c:50:
./tls.h:45:27: error: redefinition of typedef 'sha256_pin_t'
./openssl/tls-internal.h:57:27: note: previous declaration of 'sha256_pin_t' was here
In file included from ./util-internal.h:42:0,
                 from ./convert.c:50:
./context.h:133:3: error: redefinition of typedef 'sha256_pin_t'
./tls.h:45:27: note: previous declaration of 'sha256_pin_t' was here
./context.h:267:3: error: redefinition of typedef 'getdns_log_config'
./openssl/tls-internal.h:58:34: note: previous declaration of 'getdns_log_config' was here

Original commit: 4f4ed98112
6 years ago
kille72 5fc8c6abbe miniupnpd: Updated to 2.1.20190408
- Fix memory leak in upnpreplyparse.c with NewPortListing element
6 years ago