Commit Graph

5380 Commits (2021.5)
 

Author SHA1 Message Date
pedro a27b998b73 rc: services.c: add missing code for commit 11d2a78 4 years ago
pedro 749ab38f5d Status: Device List: fix display 'name' of device in case it's a gateway and it has been added (MAC/Name only) on 'DHCP Reservation' page 4 years ago
pedro 11d2a78ed2 Advanced: DHCP/DNS: Add option to generate a name for DHCP clients which do not otherwise have one
- useful for e.g. Device List page
4 years ago
pedro c540e172e3 Advanced: DHCP/DNS: fix visibility of 'DNSSEC validation method' radio group 4 years ago
pedro bb5f268043 Status: Overview: fix displaying of static DNS when in AP mode 4 years ago
M_ars c49f5275a2 build: add Asus RT-AC1900U support (almost the same like RT-AC66U B1 / RT-AC67U)
Note: add support based on latest asus src (same router case like RT-AC66U B1)
4 years ago
M_ars f44b343f9c build: add Asus RT-AC1750 B1 support (almost the same like RT-AC66U_B1)
THX to user ClixTrix from linksysinfo.org

Detection Infos:
boardtype=0x0646
boardrev=0x1103
boardnum=00
boardflags=0x00000110
boardflags2=0x00000000
odmpid=RT-AC1750_B1
model=RT-AC68U
cpurev=c0
4 years ago
M_ars 84e834e9eb router: shared: id.c -cosmetic for RT-AC67U detection details/infos 4 years ago
pedro 5a9c102b86 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro ab8488bbee busybox: update to 1.33.1
- refresh patches
4 years ago
pedro 92e4c53dcd miniupnpd: patches: remove SO_REUSEPORT option for SSDP - causing build error 4 years ago
pedro be8702e700 miniupnpd: update to 2.2.2
- refresh patches
4 years ago
pedro 996605a5fc rp-pppoe: update to 3.15 4 years ago
pedro f62ca559a1 tor: update to 0.4.5.8 4 years ago
pedro 21434a101a nano: update to 5.7 4 years ago
M_ars 090b86969d kernel SDK7: drivers: net: ppp_generic.c: -check pointer first
Note: also sync to latest GPL
4 years ago
M_ars 1db3adade5 kernel SDK6: drivers: net: ppp_generic.c: -check pointer first
Note: also sync to latest GPL
4 years ago
pedro e128bf65da httpd: nvram.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro c770d3ba45 httpd: devlist.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro a641679b2f httpd: config.c: code optimization and clean-up. One version for ARM and MIPS branch. Use mkstemp() instead of buggy mktemp()
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 9e71c00196 httpd: ctnf.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 71dbd16360 httpd: cpuinfo.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro a61ff17746 httpd: upgrade.c: erase flash file when it's not needed anymore to release more memory; clearly specify the directory from which the (www) files used later are copied - also in some color schemes .png files are needed; a few minor changes in .asp files 4 years ago
pedro efacd944b5 httpd: webio.c: cosmetic 4 years ago
pedro d804faa874 httpd: parser.c use logmsg(); clean-up 4 years ago
pedro 38d5a2b0fb rc: init.c: kill all instances of pppd/xl2tpd on reboot/halt 4 years ago
pedro ba945a0329 www: admin*.asp: fix typos 4 years ago
pedro 96ec4b5915 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro c1a879b1e0 rc: services.c: fix typo
- thanks to @M_ars for pointing this out
4 years ago
pedro 2e8de2673b rc: led.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 0eff6105b9 rc: usb.c: code optimization and clean-up. One version for ARM and MIPS branch.
- in PRs please use #ifdef TCONFIG_BCMARM/#ifndef TCONFIG_BCMARM/etc to distinguish between different branches
4 years ago
pedro 7bc80c6bc6 www: at*.css: align "About" description to the left 4 years ago
pedro a43e11bbb0 httpd: httpd.c: use logmsg(); add 'X-Frame-Options' in httpd response headers for better protection; more verbose logging; code improvements 4 years ago
pedro c629e4a6ee Admin: Upgrade: change default behaviour for remote upgrade to enabled (as before) 4 years ago
pedro 31aa5d14ff www: admin-upgrade.asp: fix typo 4 years ago
pedro 9cae5792e9 Merge branch 'arm-master' into arm-sdk7 4 years ago
pedro ae7d77f609 rc: usb.c: small correction to the order of removing modules in remove_usb_storage_module() 4 years ago
pedro 391a06e58d rc: introduce new functions that remove kernel modules (grouped by type), used when disabling/removing USB support or on reboot/upgrade the router
- release more memory during updating by stopping more services

 before:
$free -f
              total        used        free      shared  buff/cache   available
Mem:         255392       51180      161976           0       42236           0
-/+ buffers/cache:        51180      204212
Swap:             0           0           0

 after:
$free -f
              total        used        free      shared  buff/cache   available
Mem:         255392       16256      198356           0       40780           0
-/+ buffers/cache:        16256      239136
Swap:             0           0           0

- remove no more needed nvram variables
- httpd/upgrade.c: one version for ARM/MIPS routers
- rc/init.c: one version for SDK6/SDK7
- rc/wan.c: use logmsg()
- due to changes (WAN is down during upgrade) and inability to remotely (really??) upgrade FW now, add the option restoring old behaviour
4 years ago
M_ars cf5525e7cd router: httpd: wl.c - align country list code/way and sync SDK7 to newer SDK6 code
Note: clean-up and remove the "old" code/way, not needed any more (and also provide more countrys)
4 years ago
M_ars bfce50f9be router: httpd: wl.c - align country list code/way and sync SDK7 to newer SDK6 code
Note: clean-up and remove the "old" code/way, not needed any more (and also provide more countrys)
4 years ago
pedro cb59bcea39 rc: usb.c: clean-up, cosmetic 4 years ago
pedro ae0e9d1d0a www: basic-static.asp: small fix for iptraffic checkbox
- thanks to @edrikk
4 years ago
pedro 8bab59b5b3 www: admin-config.asp: cosmetic 4 years ago
pedro f10f4e9e86 GUI: Advanced: DHCP/DNS: add option to force minimum acceptable TLS version to 1.3 for Stubby (required OpenSSL >= 1.1.1) 4 years ago
pedro 7aa5e9f69c build: config: add dependency for Stubby 4 years ago
pedro 7b640e4842 GUI: Advanced: DHCP/DNS: when built with stubby add option to choose between dnsmasq and stubby for DNSSEC validation 4 years ago
pedro a92f887c87 GUI: Advanced: DHCP/DNS: exclude ipv6 only servers if ipv6 not enabled 4 years ago
pedro f93c0ae2f1 rc: do not stop inactive services, also mute unwanted log messages about it 4 years ago
pedro 3066aada42 rc: add g_upgrade global variable - used to skip several unnecessary delay and redundant steps during upgrade procedure 4 years ago
pedro 43173edabe rc: init.c: give at least 30 secs instead of only 20 secs before enforcing a system reset during reboot 4 years ago