Commit Graph

3907 Commits

Author SHA1 Message Date
lean
9d43160389 uboot-rockchip: fix pine64-bin 2021-09-29 16:47:25 +08:00
AmadeusGhost
46babd06c8 libcryptopp: makefile typo fixes 2021-09-29 12:12:45 +08:00
AmadeusGhost
428c40e58c Revert "add luci-app-netspeedtest (#7947)"
This reverts commit 0088bb1601.
Obviously the author put it up without any testing, so just
remove it. Closed: #7958, #7959
2021-09-29 12:08:07 +08:00
Tianling Shen
6e383a1471
Revert "amule: update to 2.3.3 (#7935)" (#7956)
The dependencies in the repo doesn't meet the minimum requirements for
upgrading to the latest aMule version.

This reverts commit dc43ea2936.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-29 11:24:13 +08:00
Tianling Shen
0af413d211
rockchip: update binary name of idbloader (#7957)
In rockchip's proprietary ddrloader, the idbloader can be general and
no longer limited to the specific device.
This matches the behavior in arm-trusted-firmware-rockchip-vendor.

Fixes: dd71a38acb ("uboot-rockchip: update package")

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-29 11:06:17 +08:00
lean
dd71a38acb uboot-rockchip: update package 2021-09-29 01:01:18 +08:00
ricksuzade-maker
a7197ba92f
Bump wireguard-tools to the latest version (#7951) 2021-09-29 00:04:40 +08:00
Beginner
dc43ea2936
amule: update to 2.3.3 (#7935)
Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2021-09-29 00:04:18 +08:00
Beginner
5e0ba68c3e
luci-app-netspeedtest: rewrite makefile (#7953)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-09-29 00:03:03 +08:00
SirPdboy
0088bb1601
add luci-app-netspeedtest (#7947) 2021-09-28 16:02:32 +08:00
Boos4721
6df7af1c75
tools/ccache: update to 4.4.1 (#7930)
Signed-off-by: boos4721 <3.1415926535boos@gmail.com>
2021-09-28 16:01:55 +08:00
Beginner
20d18c4024
UnblockNeteaseMusic: bump to latest git HEAD (#7948) 2021-09-28 16:00:53 +08:00
Beginner
ecab8d5e17
UnblockNeteaseMusic: bump to latest git HEAD (#7946) 2021-09-27 22:36:28 +08:00
lean
4e1ecf98aa uboot-rockchip: add NanoPi R2C support 2021-09-27 22:35:07 +08:00
lean
97561b9ac6 UnblockNeteaseMusic: fix hash sum 2021-09-27 18:34:20 +08:00
Beginner
dee67c7b7a
rclone: sync upstream (#7936)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-09-27 11:35:43 +08:00
Beginner
be087a4f7e
hostapd: sync upstream (#7925)
* hostapd: let netifd set bridge port attributes for snooping

Avoids race conditions on bridge member add/remove

Signed-off-by: Felix Fietkau <nbd@nbd.name>

* hostapd: fix segfault when deinit mesh ifaces

In hostapd_ubus_add_bss(), ubus objects are not registered for mesh
interfaces. This provokes a segfault when accessing the ubus object in
mesh deinit.

This commit adds the same condition to hostapd_ubus_free_bss() for
discarding those mesh interfaces.

Signed-off-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>

Co-authored-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: Jesus Fernandez Manzano <jesus.manzano@galgus.net>
2021-09-25 01:42:07 +08:00
Beginner
c85f84bfde
base-files: reduce sed calls (#7924)
* base-files: reduce `sed` calls

The `sed`-script shouldn't be called multiple times, especially not with
the same files.

This commit merges all files together in a single `sed`-script call.

Signed-off-by: Paul Spooren <mail@aparcar.org>

* base-files: reduce number of `mkdir` calls

The `mkdir` commands supports passing multiple arguments to batch create
multiple folders, instead of calling the tool every single time.

If the creation of one of the folders fails, all other folder are still
created and therefore doesn't change the error handling.

Also stop creating `/etc/` explicitly after subfolders of `/etc/` were
already created.

Signed-off-by: Paul Spooren <mail@aparcar.org>

Co-authored-by: Paul Spooren <mail@aparcar.org>
2021-09-25 01:40:03 +08:00
lean
b71710dbe3 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-09-24 22:12:39 +08:00
lean
cf8d3b6b33 ramips: mt7530 use lock to protect registers access 2021-09-24 22:12:29 +08:00
Beginner
218c16576f
iproute2: update to 5.14 (#7887)
* iproute2: bump to 5.13

Drop patch 185-libbpf-add-limits-h merged upstream
Update patch 170-ip_tiny
Update patch 130-no_netem_tpic_dcb...

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>

* iproute2: m_xt.so depends on dynsyms.list

When doing parallel build on a fast machine with bottleneck in i/o,
m_xt.so may start linking faster than dynsyms.list gets populated,
resulting in error:

ld:dynsyms.list:0: syntax error in dynamic list

Fix this by adding dynsyms.list as make dependency to m_xt.so
Described also here:
https://bugs.openwrt.org/index.php?do=details&task_id=3353

Change from v1:
- add dynsysms.list dependancy only when shared libs are enabled

Signed-off-by: Roman Yeryomin <roman@advem.lv>
Fixes: FS#3353

* iproute2: update to 5.14

Update iproute2 to latest stable 5.14; for the changes see https://lwn.net/Articles/867940/

Refresh patches

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

Co-authored-by: Ansuel Smith <ansuelsmth@gmail.com>
Co-authored-by: Roman Yeryomin <roman@advem.lv>
Co-authored-by: Hans Dedecker <dedeckeh@gmail.com>
2021-09-24 22:04:40 +08:00
蛋炒饭
a623e31b7a
qbittorrent: bump to v4.3.8 (#7919)
* qbittorrent: bump to v4.3.8

* qBittorrent-static: bump to v4.3.8_v1.2.14
2021-09-24 22:04:15 +08:00
lean
6628f88d75 x86: add missing symbol 2021-09-24 22:01:18 +08:00
lean
4db09bd3a0 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-09-24 21:47:57 +08:00
lean
8eaa4051c9 rtl8821cu: add package 2021-09-24 21:47:50 +08:00
AmadeusGhost
63ffadfc13 luci-app-diskman: sync upstream source code 2021-09-24 17:37:26 +08:00
AmadeusGhost
f8bb1a89d6 x86: add missing kernel config
Fixes: #7915
2021-09-24 17:35:44 +08:00
breakings
368e31dc7c
dnsmasq: update to version 2.86 (#7909)
Co-authored-by: breakings <skygmin@yahoo.com>
2021-09-23 22:22:07 +08:00
lean
9621c35447 ramips: cr660x switch to DSA network driver 2021-09-23 16:21:27 +08:00
lean
61f4bdeb2b Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-09-23 14:48:06 +08:00
lean
50d98983c2 rockchip: add NanoPi R2C support 2021-09-23 14:47:55 +08:00
EnnawYang
3b48d25c42
luci-app-pushbot: update to 3.55-21 (#7884)
Co-authored-by: 然后七年 <69092025+zzsj0928@users.noreply.github.com>
2021-09-23 02:34:08 +08:00
lean
3052240a57 x86: add emmc booting config support 2021-09-23 02:26:41 +08:00
Ailick
ac6b0edd8d
shortcut-fe: fix the issue of shortcut-fe-cm. (#7893)
* (TEST) fix the issue of shortcut-fe-cm premature loading

* shortcut-fe: bug fixes: a problem of lookup routes when skb provided.
2021-09-23 00:49:18 +08:00
AmadeusGhost
69b0f1cf68
ramips: add support for JCG JHR-AC945M (#7900)
Hardware specs:
  SoC: MediaTek MT7621AT
  Flash: SPI NOR 16MB
  RAM: DDR3 256MB
  2.4GHz: MT7615N bgn 4x4
  5GHz: MT7615N nac 4x4
  Ethernet: 1 x WAN and 4 x LAN
  USB: 1 x 3.0
  Button: Reset, WPS

Unsupported chips:
  ATMEGA328P-AU
  HCLTEK HT1621B

Flash instructions:
  Upload factory.bin in stock firmware's upgrade page.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2021-09-23 00:46:42 +08:00
hejiawencc
c2309f3515
rockchip: fix DoorNet1 dts and drop unneeded files (#7906)
* rockchip: drop unneeded files

* rockchip: fix DoorNet1 dts missing wifi enable pin
2021-09-23 00:46:24 +08:00
Beginner
86769e475d
dnsproxy: update to 0.39.7 (#7898)
* dnsproxy: update to 0.39.6

* dnsproxy: update to 0.39.7
2021-09-22 00:51:26 +08:00
NagaseKouichi
37492e08df
bump version to 2.16.2 (#7897) 2021-09-21 22:55:14 +08:00
Beginner
f9e6ab7e08
UnblockNeteaseMusic: bump to latest git HEAD (#7899) 2021-09-21 22:54:58 +08:00
AmadeusGhost
5679a89ee9 luci-app: drop some unneeded files 2021-09-20 11:24:56 +08:00
AmadeusGhost
5fc448227d ramips: msg1500: further fix mac address
Signed-off-by: AmadeusGhost <amadeus@openjmu.xyz>
2021-09-20 11:19:36 +08:00
AmadeusGhost
84b4f3514c cypress-nvram: add rpi cm4 support
Fixes: #7753, #7837
2021-09-20 11:09:05 +08:00
AmadeusGhost
bed41cb1fb bcm27xx: add missing config
Fixes: #7879, #7891
2021-09-20 11:05:07 +08:00
coolsnowwolf
e4ba63a992 kernel: bump 5.4 to 5.4.145 2021-09-18 01:45:36 +08:00
coolsnowwolf
fcd2797a87 kernel: bump 5.4 to 5.4.144 2021-09-18 01:43:02 +08:00
coolsnowwolf
14616558c7 kernel: bump 5.10 to 5.10.64 2021-09-18 01:32:55 +08:00
Rui Salvaterra
caca89b4a2 kernel: bump 5.10 to 5.10.63
No patches refreshed.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2021-09-18 01:27:23 +08:00
coolsnowwolf
afb4db2533 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-09-18 01:26:38 +08:00
coolsnowwolf
dcfcc34e01 kernel: bump 5.10 to 5.10.62 2021-09-18 01:26:26 +08:00
Beginner
751dda88b9
luci-app-pushbot: update to 3.55-16 (#7869)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-09-18 00:46:57 +08:00