Commit Graph

3731 Commits

Author SHA1 Message Date
AmadeusGhost
a906fdff5b avm_fritzbox-4040: fix build error
From https://forum.openwrt.org/t/builderror-ipq40xx/26747/4, but ???
2020-02-27 22:17:43 +08:00
Hauke Mehrtens
e6929ccefd kernel: Add missing includes mtdsplit_*.c
This fixes the following compile problem with kernel 4.9 on lantiq:
drivers/mtd/mtdsplit/mtdsplit_uimage.c:244:34: error: array type has incomplete element type 'struct of_device_id'
 static const struct of_device_id mtdsplit_uimage_of_match_table[] = {
                                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
drivers/mtd/mtdsplit/mtdsplit_uimage.c:245:4: error: field name not in record or union initializer
  { .compatible = "denx,uimage" },

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-27 22:15:36 +08:00
CN_SZTL
a2c26dc2df
ath10k-ct: refresh patches 2020-02-27 18:10:52 +08:00
CN_SZTL
a125bdd0d3
luci-app-vssr: sync with upstream source 2020-02-27 18:01:09 +08:00
CN_SZTL
7fe389093b
luci-app-passwall: sync with upstream source 2020-02-27 18:00:08 +08:00
CN_SZTL
a98ba3e417
strace: update to version 5.5 2020-02-27 17:52:27 +08:00
CN_SZTL
e685f1457a
ath10k-ct: Update to version 2020-02-18 2020-02-27 17:51:40 +08:00
CN_SZTL
50ba6569a7
mbedtls: update to version 2.16.5 2020-02-27 17:44:49 +08:00
CN_SZTL
4d68a12e34
kernel: bump to 4.9.214, 4.14.171, 4.19.106 (#3318)
This reverts commit 191ace6dff.
2020-02-27 17:39:41 +08:00
CN_SZTL
59d9e97911
Merge Lean's source 2020-02-27 17:39:13 +08:00
AmadeusGhost
9c87378caa ipq40xx: essedma Time-balanced scheduling
add script to adjust cpu affinity
essedma Time-balanced scheduling:
TX:
CPU:  |3          | |2          | |1          | |0          |
TX-Q: |15-14-13-12| |11-10-09-08| |07-06-05-04| |03-02-01-00|
         ___________|             |             |
         |  ______________________|             |
	 |  |  _________________________________|
         |  |  |
TX-P: |15-11-07-03| |14-10-06-02| |13-09-05-01| |12-08-04-00|
TX-S: |---+--+--+-| |+-----+--+-| |+--+-----+-| |+--+--+----|
       |                |                |                |
RX:    |                |                |                |
CPU:  |3          | |   2       | |      1    | |         0 |
RX-Q: |07-06      | |05-04      | |03-02      | |01-00      |

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-02-27 10:59:55 +08:00
ElonH
77fc8875ed
tcping-simple: type fix 2020-02-27 10:02:38 +08:00
AmadeusGhost
4d6a354e86 ipq40xx: correct 'disable default vlan tagging'
The essedma driver was disable default vlan tagging.
2020-02-27 08:51:12 +08:00
Max Zhao
4d14e9ceab
luci-app-ssr-plus: refine log for subscribe (#3286) 2020-02-27 02:10:09 +08:00
CN_SZTL
67fa77866b
luci-theme-rosy: add new package 2020-02-26 23:58:42 +08:00
QiuSimons
297fa94895
kernel/4.19: fix bbr patch by again and again (#44) 2020-02-26 21:04:24 +08:00
QiuSimons
acaa200e9f
target/4.19: fix bbr patch again (#43)
* quick

* quick fix due to tcp.h changes

Co-authored-by: CN_SZTL <22235437+1715173329@users.noreply.github.com>
2020-02-26 20:10:34 +08:00
CN_SZTL
51a33dbf44
r8125: fix permission 2020-02-26 19:50:05 +08:00
coolsnowwolf
ee1ea5b13d Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-02-26 19:34:22 +08:00
coolsnowwolf
22f8981639 target: rip of netease-unlock 2020-02-26 19:34:11 +08:00
QiuSimons
1a79c63fec
kernel/4.19: fix bbr patch(#42) 2020-02-26 19:19:48 +08:00
CN_SZTL
899b8781ad
netfilter: fix typo 2020-02-26 18:11:34 +08:00
df-ebs
7d087e74b8
fix python version (#3352)
an@ubuntu:~/lede$ ./scripts/feeds update -a
Updating feed 'packages' from 'https://github.com/coolsnowwolf/packages' ...
Already up-to-date.
Create index file './feeds/packages.index' 
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... ok.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python2-cleanup'... ok.
Checking 'python'... failed.
Checking 'python3'... failed.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'ldconfig-stub'... ok.

Build dependency: Please install Python >= 3.5
Build dependency: Please install Python >= 3.5

Prerequisite check failed. Use FORCE=1 to override.
make: *** [staging_dir/host/.prereq-build] Error 1
2020-02-26 16:48:00 +08:00
coolsnowwolf
191ace6dff Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 (#3318)"
This reverts commit 01ab5cf3c9.
2020-02-26 16:47:18 +08:00
coolsnowwolf
0f4afd6233 luci-app-ssr-plus: speedup restart when server-node disable ping 2020-02-26 16:46:34 +08:00
QiuSimons
bead148316
subconverter: sync with upstream source (#41) 2020-02-26 16:03:45 +08:00
CN_SZTL
5287abc77d
OpenClash: sync with upstream source 2020-02-26 15:52:31 +08:00
CN_SZTL
6222b801a7
luci-app-clash: bump to 1.5.8 2020-02-26 15:51:56 +08:00
CN_SZTL
4215ee2407
luci-app-vssr: sync with upstream source 2020-02-26 15:51:14 +08:00
CN_SZTL
33e04642f2
kernel 4.9/4.14: fix label 'err_unlock' used but not defined
Ref: project-openwrt/openwrt@03f6c13
2020-02-26 15:31:34 +08:00
ElonH
03f6c13845
kernel4.19: label 'err_unlock' used but not defined 2020-02-26 15:28:22 +08:00
John Crispin
d13173ae89 mediatek: add latest fixes provided by MTK
Signed-off-by: John Crispin <john@phrozen.org>
2020-02-26 15:21:03 +08:00
CN_SZTL
76c0b6867c
tcp_bbr: adapt cwnd based on ack aggregation estimation (#40)
* Fix issue in 4.14.171kernel (#38)

* [experimental] bbr wifi patch for 4.19 (#39)

* Fix issue in 4.14.171kernel

* [experimental] bbr wifi patch for 4.19

Co-authored-by: QiuSimons <45143996+QiuSimons@users.noreply.github.com>
2020-02-26 14:42:27 +08:00
Chuanhong Guo
5176abcb11 ramips: enable sdxc driver for hc5661a
Since we've fixed AGPIO_MODE setup in sdxc driver, we can enable
SDXC interface for HC5661A now.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-02-26 09:45:14 +08:00
LGA1150
0ee12f93a2 hc5761a: enable SD 2020-02-26 09:38:26 +08:00
CN_SZTL
488a847e6e
Revert "BBR Fix (Testing (#37)"
This reverts commit 60552cddea.
2020-02-26 00:09:53 +08:00
QiuSimons
60552cddea
BBR Fix (Testing (#37)
* tcp_bbr: adapt cwnd based on ack aggregation estimation

* Update 607-tcp_bbr-adapt-cwnd-based-on-ack-aggregation-estimation.patch

add missing patch

* Fix (test

Co-authored-by: CN_SZTL <22235437+1715173329@users.noreply.github.com>
2020-02-26 00:04:19 +08:00
CN_SZTL
1c108a1fa9
gargoyle-qos: add packages 2020-02-25 23:51:26 +08:00
CN_SZTL
b41f25bd1a
kernel/4.9: fix IMQ patch 2020-02-25 23:28:03 +08:00
ElonH
6be28554b6
kernel: using IMQ official patches
refs: https://github.com/imq/linuximq
2020-02-25 23:24:58 +08:00
CN_SZTL
d1dcde5e92
kernel/iptables: add modules for qos-gargoyle 2020-02-25 23:03:16 +08:00
AmadeusGhost
fa0d4a6189 CM520-79F: disable vlan 2020-02-25 22:01:08 +08:00
CN_SZTL
94220db7c3
kernel/iptables: fix IMQ support 2020-02-25 20:27:24 +08:00
CN_SZTL
0f94f9e73b
kernel/iptables: remove non-usable modules 2020-02-25 19:26:03 +08:00
CN_SZTL
1b73285dde
luci-app-passwall: sync with upstream source 2020-02-25 18:01:25 +08:00
CN_SZTL
ac3d8a7107
luci-app-clash: bump to 1.5.8a 2020-02-25 18:00:38 +08:00
CN_SZTL
8af8db5ede
openssl: refresh patches 2020-02-25 17:37:20 +08:00
AmadeusGhost
9f1b8f1812 ipq40xx: sync source code
This commit sync ipq40xx from openwrt and x-wrt.

1. ac58u: use ath10k-ct-smallbuffers instead of ath10k, avoid memory
explosion.
2. hugo-ac1200: It seems that only one device, so move the content of
dtsi to dts.

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>

ipq40xx: add support for ASUS RT-ACRH17/RT-AC82U/RT-AC42U

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>

ipq40xx: easy install for ASUS RT-AC58U/RT-ACRH13

This patch make it easy to flash via web upgrade from factory firmware.

idea from 981213

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-02-25 17:26:06 +08:00
QiuSimons
ac0407bb81
add missing patch (#36)
* tcp_bbr: adapt cwnd based on ack aggregation estimation

* Update 607-tcp_bbr-adapt-cwnd-based-on-ack-aggregation-estimation.patch

add missing patch

Co-authored-by: CN_SZTL <22235437+1715173329@users.noreply.github.com>
2020-02-25 16:39:58 +08:00
QiuSimons
81d1612bc7
tcp_bbr: adapt cwnd based on ack aggregation estimation (#35) 2020-02-25 16:05:39 +08:00