Commit Graph

7312 Commits (2024.2)
 

Author SHA1 Message Date
pedro 0db93b038c build: Makefile: update some recipes 1 year ago
pedro c22a82fc26 libpng: update to 1.6.43 1 year ago
lancethepants 28fe0896e1 Merged in arm-master (pull request #150)
www: basic-time.asp: Show ntp info
1 year ago
lancethepants 5af29144a4 www: basic-time.asp: Show ntp info 1 year ago
M_ars 18fe58a885 kernel: mtd: nand: Add Winbond manufacturer
Solve/Adjust "Unknown NAND" for Netgear R7000 (v1.0.27 CFE and nvram "winbond_flash" variable) and Tenda AC18
Jan  1 01:00:04 FT-Router kern.info kernel: Northstar brcmnand NAND Flash Controller driver, Version 0.1 (c) Broadcom Inc. 2012
Jan  1 01:00:04 FT-Router kern.info kernel: NAND device: Manufacturer ID: 0xef, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit)

see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4077ce5871304f8a78f80b74b18b6052a410f1a
1 year ago
M_ars 29ede4d50f kernel: mtd: nand: add Macronix manufacturer
Solve/Adjust "Unknown NAND"
Jan  1 01:00:04 FT-Router kern.info kernel: Northstar brcmnand NAND Flash Controller driver, Version 0.1 (c) Broadcom Inc. 2012
Jan  1 01:00:04 FT-Router kern.info kernel: NAND device: Manufacturer ID: 0xc2, Chip ID: 0xf1 (Unknown NAND 128MiB 3,3V 8-bit)

see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c1257b4798d48b73ad1a9ca359504cd49caefa0d
1 year ago
M_ars 126bc0cfa8 SDK6 / SDK7 / SDK714: nand: Adjust/fix Winbond manufacturer ID
Note: see Netgear SRC for example or google or https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4077ce5871304f8a78f80b74b18b6052a410f1a
1 year ago
pedro 936dc02b1e www: Makefile: move nginx checker for web-nginx.asp before its possibly deletion 1 year ago
pedro 376356c750 build: update glib to 2.74.7 with openwrt patches; add/change recipes; integrate updated/added glib and pcre2
- now we need something newer instead of crappy nocatsplash to get rid of the old glib
1 year ago
pedro bf004c12d2 build: add pcre2-10.37 to the tree 1 year ago
pedro ef338ea25a openvpn: update to 2.6.9 1 year ago
pedro d41fca8630 libffi: update to 3.4.6 1 year ago
pedro cc12612af9 build: Makefile: tune gettext-tiny recipe 1 year ago
pedro 823e077265 build: Makefile: tune nocat recipe 1 year ago
pedro a5aa20a728 build: Makefile: tune libffi recipe 1 year ago
pedro 2aed643a84 build: Makefile: tune tinc recipe 1 year ago
pedro 6f902f8b1f meson: update to 1.3.2 1 year ago
pedro 23c2c5da68 build: Makefile: we need libid3tag static library for libfoo.pl in MIPS 1 year ago
pedro 0caaf6b4ac dnsmasq: update to b8ff4bb (2024-02-22) snapshot 1 year ago
pedro 6feea3321f nginx: update to 1.25.4 1 year ago
pedro 66490cf2fd patches: nginx: fix little endian recognition, solve other issues 1 year ago
pedro 3a4876462f build: Makefile: tune nginx recipe; cosmetic 1 year ago
pedro f9979c9a86 www: web-nginx.asp: correction in notes 1 year ago
pedro 637703138c php8: use php-fpm instead of spawn-fcgi 1 year ago
pedro f65db9ac0e www: admin-access.asp: add placeholder to TTB save folder 1 year ago
pedro 1a3629c931 www: adminer.php: fix error message "Trying to access array offset on null" on php 8 1 year ago
pedro 0c76d7ad0a patches: php: rename and tune 101 -> 1011 patch 1 year ago
pedro abb92ebec8 build: Makefile: php: do not build phpdbg module 1 year ago
pedro d5c3c8cd5b php: update to 8.3.3 1 year ago
pedro 6a2430139b build: Makefile: php: do not build opcache module 1 year ago
pedro dbb5f38293 php-8.3.1: add openwrt patches 1 year ago
pedro d4fc727844 build: Makefile: tune php recipe again 1 year ago
pedro 85601da0a4 build: Makefile: sync to MIPS branch 1 year ago
pedro ff7b8d8c17 spawn-fcgi: update to 1.6.5 1 year ago
pedro cb6b954e2f rc: nginx.c: always try to kill php-cgi at nginx stop 1 year ago
pedro c4119a4375 build: Makefile: ysnc to MIPS branch 1 year ago
pedro 59000113e4 build: Makefile: fix pcre recipe 1 year ago
pedro 47cb9029b6 build: switch to php-8.3.1 1 year ago
pedro d3ce8d3893 build: add php-8.3.1 to the tree 1 year ago
pedro 11757effcd build: Makefile: tune pcre/php/nginx/glib2/irqbalance recipes 1 year ago
pedro 06154368d1 build: Makefile: tune libxml2 recipe 1 year ago
pedro c51c797842 build: move php-7.2.34 to php7 directory 1 year ago
pedro 5a07bb3672 build: Makefile: use libzip for php compilation 1 year ago
pedro 0251e90de9 build: add libzip-1.10.1 to the tree 1 year ago
pedro dd51026dfe GUI: Advanced: DHCP/DNS/TFTP: fix url to dnsmasq manual page 1 year ago
pedro 0c97357f68 busybox: update form the upstream
- time: fix max resident set size unit: https://git.busybox.net/busybox/commit/?id=01e80ff9ebaf42f2fb9b4ddddc75d37bc9a403aa
1 year ago
pedro 9bc8aefae2 busybox: update from the upstream
- util-linux/lsusb.c: print manufacturer/product strings if available: https://git.busybox.net/busybox/commit/?id=5e0e54827fb0fa80d2c894eb67e8696921095935
1 year ago
lancethepants b8eb7240eb Merged in services (pull request #149)
rc: services.c: start_ipv6_tunnel(): Fix undefined behavior in snprintf.
1 year ago
pedro 79a0e2c20c others: sysinfo: fix WL adapter name for 3rd wireless 1 year ago
lancethepants 25a2b0f9cd rc: services.c: start_ipv6_tunnel(): Fix undefined behavior in snprintf.
ip cannot be used as both a parameter and destination in snprintf.
Create instead a temporary variable to fix UB.
1 year ago