Commit Graph

5495 Commits (2021.7)
 

Author SHA1 Message Date
pedro 78aeb95197 build: Makefile: add libmnl to PKG_CONFIG_PATCH in libnetfilter_queue, libnetfilter_conntrack and conntrack-tools recipies 4 years ago
pedro a38d752e0e libxml2: update to 2.9.12 + libs optimization 4 years ago
pedro 2d209c69f2 build: Makefile: use 'printf' command instead of 'echo', fix formatting 4 years ago
pedro d081a9a644 build: Makefile: nano: add -fsi to autoreconf 4 years ago
pedro 8583b2af2b build: Makefile: tor: compile without zstd and systemd 4 years ago
pedro 4df37aa7d9 adminer: update to 4.8.1-mysql-en 4 years ago
pedro d625bc9797 TTB: increase the time interval when trying to download the theme to 5 minutes when there are network problems 4 years ago
pedro 6f34a8bd99 Basic: DHCP Reservation: do not allow multiple hostnames for a device when only associate to a MAC address (causing dnsmasq failed to start) 4 years ago
pedro 38c917ca66 www: wireless.jsx: fix the radio frequency display (2.4 / 5GHz) for dual-band WL devices 4 years ago
pedro 461c4308a9 www: tomato.js: fix problems with refresh time, when using more than one refresher 4 years ago
pedro 8334bb6927 www: status-devices.asp: cosmetic 4 years ago
pedro 3028270609 Status: Overview: fix some problems with refresh time 4 years ago
pedro fbb3b0d52a www: wwan-sms.asp: fix some problems with refresh time 4 years ago
pedro 61479fbf30 Advanced: DHCP/DNS: make 'dnsmasq custom configuration' textarea automatically stretched vertically 4 years ago
pedro ab6fd69c81 Advanced: DHCP/DNS: always show the 'Prevent client auto DoH' option regardless of whether the image is built with or without Stubby 4 years ago
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