Commit Graph

5495 Commits (2021.7)
 

Author SHA1 Message Date
pedro 16fa32a3b8 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 2d8c6fc9b9 Update CHANGELOG 5 years ago
pedro 4014fa7f79 Update README.md 5 years ago
notsure2 cfdb2fa231 Fix null dereference kernel panic. Sometimes ns_ops is set but ns is null. 5 years ago
notsure2 d5263b31dc Enable verbose ip route logging. 5 years ago
notsure2 947d3107d2 Backport route_localnet interface option. 5 years ago
notsure2 b75fd545fd Enable kernel network namespaces and veth. Backport namespace proc support.
* Based on: https://github.com/unicell/redpatch/commits/rhel-2.6.32-358.6.2.ns.el6
* Original author: Qiu Yu (unicell)
5 years ago
pedro 704726d661 router: shared: cosmetic 5 years ago
pedro 2690160435 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 9b376f68c1 Merge branch 'arm-ng' into arm-master 5 years ago
pedro 40dd5e0d65 SDK7: repair merge with arm-master branch after SDK6 driver update, to solve client connection problems with sdk7 routers 5 years ago
M_ars 6675f1a53e rc: network.c: do not unload (reload) wifi driver for some older routers (Linksys EA6200 / EA6350v1 and Netgear R6250)
Note: this is a workaround, to avoid a reboot after saving basic settings for example. (No change for all other routers)
The reboot problem for this older sdk6 router is independent of the SDK6 upgrade and wifi driver upgrade to *.126 (also happens with *.86)
(probably a combination of older cfe/hardware/driver)

thx for problem reporting & testing to txnative
5 years ago
M_ars 018317cf85 EA6200: small addendum/correction for new wl driver, see commit 599ca1355c and/or d27db60dba Note: EA6200 has 5 GHz wifi module first 5 years ago
M_ars 172de44379 Makefile: one file/image for all RT-AC68U versions (A1,A2,B1,B2,C1,E1)/R/P
Hint: prepare for merge with arm-master
5 years ago
pedro 5f42e4cd50 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 9e06bcdd12 Merge branch 'arm-master' into arm-ng 5 years ago
pedro 7f7aba26b2 MDU: update for Cloudflare DDNS 5 years ago
pedro 25fc7374e8 Merge branch 'arm-master' into arm-sdk7 5 years ago
pedro 2d800f1bea Merge branch 'arm-master' into arm-ng 5 years ago
M_ars 7378cabddf Xiaomi R1D: set SSID correct to FreshTomato after a fresh setup (only cosmetic) 5 years ago
pedro ab464b7348 router: Makefile: add -fPIC where needed also as CFLAGS 5 years ago
pedro 63e61b6c9a router: shared: Makefile: clean-up, optimization 5 years ago
pedro aa9c9ab416 libcurl: smtp: set auth correctly
Regression since 7.69.0 and 68fb25f.

The code wrongly assigned 'from' instead of 'auth' which probably was a
copy and paste mistake from other code, leading to that auth could
remain NULL and later cause an error to be returned.

Assisted-by: Eric Sauvageau
Fixes #5294
Closes #5295

Fix from upstream: 446fb0518b
5 years ago
pedro b019252c0b Merge branch 'arm-master' into arm-sdk7 5 years ago
M_ars 88dcc8fd49 rc: init.c: prepare SDK7 for merge with arm-master (only cosmetic) 5 years ago
M_ars a85aa832bc rc: network.c: prepare SDK7 for merge with arm-master (only cosmetic) 5 years ago
M_ars 5f00b6ffb5 rc: network.c: add (missing) conditional compilation for wlconf_pre() (only cosmetic) 5 years ago
pedro 5af1533c2b router: rc: init.c: cosmetic 5 years ago
pedro 37c42c953c libncurses: update to 6.2
- cosmetic in router/Makefile regarding new library

NOTE: This commit requires at least Debian 10.x as the host for proper compilation; otherwise do a revert
5 years ago
pedro b444559b8f dropbear: Fix CBC_MODE can't be fully disabled
Ref: 912d6588f9
5 years ago
pedro 3b287b7c02 dropbear: add missing files from commit 55c6456 5 years ago
M_ars d27db60dba SDK6: update wifi driver (for single and dual-core) to *.126
Hint: for arm-master branch, arm-ng branch with extra commit (almost the same)

!!!IMPORTANT for the Upgrade!!!: select the new image and click/select "After flashing, erase all data in NVRAM memory"

basic testing done/ok, working so far :-)
5 years ago
M_ars 599ca1355c SDK6: update wifi driver (for single and dual-core) to *.126 (for arm-ng branch)
!!!IMPORTANT for the Upgrade!!!: select the new image and click/select "After flashing, erase all data in NVRAM memory"

basic testing done with R7000 and RT-N18U, working so far :-)
5 years ago
pedro 39b41217d0 Merge branch 'arm-master' into arm-ng 5 years ago
M_ars 2773d694df shared: shutils.c: fix for function nvifname_to_osifname (check pointer first...) 5 years ago
M_ars 7b460b25c9 shared: shutils.c: fix for function get_pid_by_name (add missing closedir) 5 years ago
M_ars 00e8fb0d91 shared: misc.c: add function nvram_set_int
Hint: We will use/need it ...
5 years ago
M_ars e84c636f41 SDK6: add/update missing dpsta/proxy things
Hint: We (will) need it... (also for possible future updates)
5 years ago
M_ars cef60e7a44 Makefile: add option -fno-delete-null-pointer-checks 5 years ago
pedro 55c64567de dropbear: update to 90cfbe1 (2020.03.27) snapshot 5 years ago
pedro 8444b277d1 README.md: update content for Debian 10.x as a host; cosmetics 5 years ago
pedro 54d3948a29 router: Makefile: getdns: tune the recipe to work on Debian 10.x as a host 5 years ago
pedro eb976d0192 build: enable JFFS support on BRCM Nand Flash Partition for target r8000e and r8000z (Netgear R8000 VPN/AIO) 5 years ago
pedro 955f58f07c adblock: fix commit 11c7afa 5 years ago
M_ars 088bee213f rc: init.c - remove start_nas()/stop_nas() (already done at start_services()/stop_services()) 5 years ago
pedro 0287976db4 libjson-c: update to 0.14 (2020.04.19)
- due to autoconf support removed for CMake, Makefile recipes have been updated
5 years ago
pedro b93f8ef4de router: Makefile: openssl/openssl-1.1: fix typo in recipe 5 years ago
pedro d0e65f8b99 openssl-1.1: update to 1.1.1g 5 years ago
pedro 21529708bd openvpn: update to 2.4.9 5 years ago
pedro ec88a3726c Merge branch 'arm-master' into arm-ng 5 years ago