Commit Graph

1232 Commits

Author SHA1 Message Date
Yangbo
ab8daea73a
ipq40xx: add support for MobiPromo CM520-79F (#28) (#3378)
From LGA1150 dalao (https://github.com/LGA1150/openwrt)

Warning: The compiled firmware only supports flashing under OpBoot.

MobiPromo CM520-79F is an AC1300 dual band router based on IPQ4019

Specification:

SoC/Wireless: QCA IPQ4019
RAM: 512MiB
Flash: 128MiB SLC NAND
Ethernet PHY: QCA8075
Ethernet ports: 1x WAN, 2x LAN
LEDs: 7 LEDs
      2 (USB, CAN) are GPIO
            other 5 (2.4G, 5G, LAN1, LAN2, WAN) are connected to a shift
	    register

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>

ipq40xx: fix build error for cm520-79f (#30)

This commit fix 94a743ea53

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

CM520-79F: fix wan port (#33)

This commit fix 223124e

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

CM520-79F: disable vlan

Co-authored-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-28 23:20:23 +08:00
练亮斌
581d6c22cd
luci-app-ssr-plus: add Trojan subscribe support (#3388)
* add tl-wr720n-v3-16m

* luci-app-ssr-plus: support trojan subscribe.
2020-02-28 23:19:38 +08:00
CN_SZTL
3ab67a8217
Revert "kernel: bump to 4.9.214, 4.14.171, 4.19.106 (#3318)"
This reverts commit 4d68a12e34.
2020-02-28 20:50:04 +08:00
CN_SZTL
ceb6df1e3b
Revert "Kernel/4.14: move some of function back to tcp (#46)"
This reverts commit bfda6da8a5.
2020-02-28 16:09:13 +08:00
QiuSimons
26d2b82561
Kernel/4.19: patch clean up for 4.19.y (#47) 2020-02-28 14:00:42 +08:00
QiuSimons
bfda6da8a5
Kernel/4.14: move some of function back to tcp (#46) 2020-02-28 13:35:56 +08:00
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
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
AmadeusGhost
4d6a354e86 ipq40xx: correct 'disable default vlan tagging'
The essedma driver was disable default vlan tagging.
2020-02-27 08:51:12 +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
QiuSimons
1a79c63fec
kernel/4.19: fix bbr patch(#42) 2020-02-26 19:19:48 +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
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
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
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
CN_SZTL
831dd702a9
Merge Lean's source 2020-02-25 13:45:26 +08:00
AmadeusGhost
01ab5cf3c9
kernel: bump to 4.9.214, 4.14.171, 4.19.106 (#3318)
* kernel: bump 4.14 to 4.14.171

Refreshed all patches.

Fixes:
- CVE-2013-1798

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>

* kernel: bump 4.19 to 4.19.105

Refreshed all patches.

Fixes:
- CVE-2013-1798
- CVE-2019-3016

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>

* kernel: bump 4.19 to 4.19.106

Refreshed all patches.

Remove upstreamed:
- 950-0786-leds-pca963x-Fix-open-drain-initialization.patch

Compile-tested on: cns3xxx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>

* kernel: bump to 4.9.214, 4.14.171, 4.19.106

Co-authored-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2020-02-25 12:24:44 +08:00
CN_SZTL
e4f0bd20dd
Revert "kernel 4.14/4.19: tcp_bbr: Improving TCP BBR performance for WiFi and cellular networks"
This reverts commit b0f06182c6.
2020-02-24 23:31:53 +08:00
CN_SZTL
b0f06182c6
kernel 4.14/4.19: tcp_bbr: Improving TCP BBR performance for WiFi and cellular networks 2020-02-24 22:21:44 +08:00
CN_SZTL
d4152cbf8e
Merge Lean's source 2020-02-24 21:45:27 +08:00
haxc
3cde517a11
ath79: add support for TP-Link TL-WR882N/WR885N/WR886N (#3307)
* ath79: add support for TP-Link TL-WR882N/WR885N/WR886N

This adds support for the various clones of the TL-WR885N recently
supported  ("ath79: add support for TP-Link TL-WR885N v1"):

- tplink,tl-wr882n-v1
- tplink,tl-wr882n-v2
- tplink,tl-wr882n-v3
- tplink,tl-wr885n-v1
- tplink,tl-wr885n-v2
- tplink,tl-wr886n-v2
- tplink,tl-wr886n-v3
- tplink,tl-wr886n-v4
- tplink,tl-wr886n-v5
- tplink,tl-wr886n-v6
- tplink,tl-wr886n-v7

These devices are cloned in ar71xx. All models added in this patch are the same hardware CPU

WR885n V2 was tested.

Specifications:
- SOC: Qualcomm Atheros TP9343-AL3A
- CPU: 750MHz
- Flash: 2 MiB (AH1446 25Q16BS1G E5N102)
- RAM: 16 MiB (Zentel A3S28D40JTP-50)
- WLAN: Qualcomm Atheros TP9343 450Mbps
- Ethernet: Atheros AR8228/AR8229  4 port (100M)

添加TP9343芯片的路由器型号支持,TL-WR882N/WR885N/WR886N系列

* ath79: add support for MerCury MW4530R v1

重新添加水星MW4530R路由器支持
2020-02-24 21:31:36 +08:00
CN_SZTL
91b76395b0
Merge Lean's source 2020-02-24 20:39:26 +08:00
AmadeusGhost
f98ac45a63
ramips: fix mmc driver (#3285)
Since commit f8c55dc ("MIPS: use generic dma noncoherent ops for
simple noncoherent platforms") changed MIPS dma handling, the mmc
driver fails because it doesn't have a dma mask is set.

So set the correct dma mask.

Signed-off-by: NeilBrown <neil@brown.name>
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>

Co-authored-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-24 20:26:25 +08:00
AmadeusGhost
57948b63e0
CM520-79F: fix wan port (#33)
This commit fix 223124e

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-02-23 20:20:41 +08:00
CN_SZTL
8ba2092ec3
Merge Lean's source 2020-02-22 12:52:04 +08:00
AmadeusGhost
d268405cb9
ramips: sync source code (#3260)
This commit sync ramips source code from openwrt master.

1. ramips: gsw_mt7621: disable PORT 5 MAC RX/TX flow control by default
2. ramips: allow to set switchdev by board in ramips_set_preinit_iface
3. kernel: fix typos in KernelPackage description
2020-02-22 12:39:52 +08:00
LGA1150
445949adbf
ramips: add JD-Cloud router support (#3239)
* generic: support mtd-mac-address-ascii

It supports formats of both 001122334455 and 00:11:22:33:44:55

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

* ramips: add JDCloud

Co-authored-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-02-22 12:26:41 +08:00
CN_SZTL
4f5684f572
Merge Lean's source 2020-02-20 22:04:38 +08:00
coolsnowwolf
35b3616c50 add luci-app-unblockneteasemusic-mini by default 2020-02-20 21:13:54 +08:00
AmadeusGhost
223124e43d
ipq40xx: fix build error for cm520-79f (#30)
This commit fix 94a743ea53

Signed-off-by: AmadeusGhost <amadeus@jmu.edu.cn>
2020-02-19 21:29:47 +08:00
AmadeusGhost
4857ba0e7e
ipq40xx: add support for MobiPromo CM520-79F (#28)
From LGA1150 dalao (https://github.com/LGA1150/openwrt)

Warning: The compiled firmware only supports flashing under OpBoot.

MobiPromo CM520-79F is an AC1300 dual band router based on IPQ4019

Specification:

SoC/Wireless: QCA IPQ4019
RAM: 512MiB
Flash: 128MiB SLC NAND
Ethernet PHY: QCA8075
Ethernet ports: 1x WAN, 2x LAN
LEDs: 7 LEDs
      2 (USB, CAN) are GPIO
            other 5 (2.4G, 5G, LAN1, LAN2, WAN) are connected to a shift
	    register

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-02-19 11:10:39 +08:00
CN_SZTL
25a9d6c304
Merge Lean's source 2020-02-18 13:05:42 +08:00
AmadeusGhost
dcc9b1d8f7
bcm27xx: fix wireless dependence (#3161) 2020-02-18 12:15:28 +08:00
CN_SZTL
5d42060543
Merge Lean's source 2020-02-17 16:18:05 +08:00
Max Zhao
27fdd0819f
bcm27xx: fix permission (#3151) 2020-02-17 15:48:46 +08:00
CN_SZTL
6be9370273
Merge Lean's source 2020-02-17 11:21:21 +08:00
AmadeusGhost
61341499df
brcm2708: rename target to bcm27xx (#3098)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-17 10:36:14 +08:00
CN_SZTL
a9757c83ac
Merge Lean's source 2020-02-17 00:00:47 +08:00
coolsnowwolf
8dbb8079e8 fix netbios name with cifsd 2020-02-16 23:25:35 +08:00
CN_SZTL
5ef3c35ad3
Merge Lean's source 2020-02-14 01:08:14 +08:00
coolsnowwolf
1a1250842f ar71xx: fix kenrnel 4.9 patch 2020-02-13 19:52:32 +08:00
coolsnowwolf
c58b2b6d5e kernel: add missing symbol 2020-02-13 18:04:01 +08:00
CN_SZTL
0625c87abb
kernel: bump 4.9 to 4.9.212 (#2964)
* kernel: bump 4.9 to 4.9.212

Refreshed all patches.

Fixes:
- CVE-2019-14896
- CVE-2019-14897

Compile-tested on: x86_64
Runtime-tested on: none

Signed-off-by: CN_SZTL <cnsztl@gmail.com>

* kernel4.9: remove patches for layerscape
2020-02-13 18:00:21 +08:00
CN_SZTL
fa5c1d84c2
Merge Lean's source 2020-02-11 19:27:28 +08:00
AmadeusGhost
464fb0c122
ipq806x: add support for ruijie_rg-mtfi-m520 (#3025)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-11 17:26:50 +08:00
AmadeusGhost
cd3bbb525f
at91: switch to 4.14 (#3040) 2020-02-11 17:26:30 +08:00
CN_SZTL
6ed41a4b2a
target/sunxi: fix 2020-02-08 21:18:39 +08:00
CN_SZTL
4070332704
target/sunxi: fix 2020-02-08 21:14:22 +08:00
CN_SZTL
823e00a512
Merge Lean's source 2020-02-08 18:04:42 +08:00
AmadeusGhost
7133ea672b
sunxi: switch to kernel 4.19 (#2976) 2020-02-08 17:16:54 +08:00
BROBIRD
fcea97ebb3
Fix #2975 需要手动选择x86 instructing decoder seiftest (#2988)
* Update config-4.19

Fix #2975

* Update config-4.19

Fix #2975
2020-02-08 17:15:09 +08:00
AmadeusGhost
da5186e8f8
ramips: Revert 'allow to set switchdev by board in ramips_set_preinit_iface' (#3000)
This may affect wireless and network.
2020-02-08 17:14:44 +08:00
CN_SZTL
9e084c5bb0
Merge Lean's source 2020-02-06 22:03:07 +08:00
AmadeusGhost
dacc7eb844
brcm2708: update to latest patches and firmware (#2965)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-06 21:45:58 +08:00
AmadeusGhost
6901278ef0
kernel: bump to 4.14.169, 4.19.101 (#2963)
* kernel: bump to 4.14.169, 4.19.101

* uboot: update to latest

* mediatek: bump to v4.19

* ath79: switch to wpad

* Revert 'grub2: update to latest'
2020-02-06 21:45:40 +08:00
CN_SZTL
8259f4fbe8
Add support for FriendlyARM rk3328 boards routers 2020-02-06 20:03:56 +08:00
CN_SZTL
6029b1ac46
Merge AmadeusGhost's source 2020-02-06 19:51:47 +08:00
CN_SZTL
c00c457432
kernel: bump 4.9 to 4.9.212 2020-02-06 17:47:35 +08:00
AmadeusGhost
88f65603a6 ath79: switch to wpad 2020-02-06 16:50:47 +08:00
AmadeusGhost
021f2e001e mediatek: bump to v4.19 2020-02-06 12:32:03 +08:00
AmadeusGhost
0fa8e4728d uboot: update to latest 2020-02-06 12:18:58 +08:00
AmadeusGhost
1d26d45a48 kernel: bump to 4.14.169, 4.19.101 2020-02-06 12:00:10 +08:00
CN_SZTL
b6762605ac
Merge Lean's source 2020-02-06 00:02:02 +08:00
AmadeusGhost
bf55ff68c7
ramips: sync from openwrt v19.07 (#2938)
This commit sync ramips from openwrt master, and revert use caldata.sh
so that wireless for some devices can works.
2020-02-05 23:47:49 +08:00
CN_SZTL
33742e4ad9
Merge Lean's source 2020-02-04 00:05:05 +08:00
AmadeusGhost
2d7f1ed162
ath79: sync and fix wireless (#2919)
This commit sync target ath79 from openwrt master, and revert some commit which will causes wireless to not work.
Use ath10k-ct-smallbuffers by default, so that small memory devices can normal work.
2020-02-03 23:45:16 +08:00
CN_SZTL
5893c0d03c
Merge Lean's source 2020-02-03 14:13:23 +08:00
coolsnowwolf
ecea39f109 Revert "files: sync from openwrt v19.07 (#2690)"
This reverts commit 2289184a62.
2020-02-03 12:33:25 +08:00
coolsnowwolf
35f4282816 kernel: fix dst reference leak in flow offload 2020-02-03 11:58:53 +08:00
CN_SZTL
0d471c9397
Merge Lean's source 2020-02-03 03:15:24 +08:00
coolsnowwolf
dca4d71d2d kernel: add 4.19 missing symbol 2020-02-03 02:14:26 +08:00
CN_SZTL
207049c82f
kernel: bump 4.9 to 4.9.211 2020-02-01 22:01:43 +08:00
CN_SZTL
e6abd4e3ba
Merge Lean's source 2020-02-01 17:10:56 +08:00
AmadeusGhost
2289184a62
files: sync from openwrt v19.07 (#2690) 2020-02-01 16:50:37 +08:00
CN_SZTL
ffce816dc9
Merge Lean's source 2020-02-01 00:36:16 +08:00
AmadeusGhost
ae48c01089
target: remove support for kernel 3.18 (#2900) 2020-01-31 21:48:59 +08:00
CN_SZTL
50ff29ec2a
Merge Lean's source 2020-01-30 02:40:08 +08:00
AmadeusGhost
06dc25a010
kernel: bump to 4.14.167, 4.19.98 (#2871)
* kernel: bump to 4.14.167, 4.19.98

* ipq40xx: fix error patch

* bcm2708: sh: use /bin/sh

* kernel: sfp: add Nokia SFP fix from net-next
2020-01-30 01:43:29 +08:00
AmadeusGhost
c7cfa84287
ipq806x: switch to ath10k-ct (#2854) 2020-01-30 01:40:13 +08:00
CN_SZTL
9ac9db22e8
Merge AmadeusGhost's source 2020-01-28 15:08:08 +08:00
CN_SZTL
2e7954a850
target: sunxi: fix network settings 2020-01-28 13:58:17 +08:00
AmadeusGhost
f8929ffdf1 kernel: sfp: add Nokia SFP fix from net-next 2020-01-27 12:06:48 +08:00
AmadeusGhost
c573732d73 bcm2708: sh: use /bin/sh 2020-01-27 11:54:03 +08:00
AmadeusGhost
6471bb3481 ipq40xx: fix error patch 2020-01-26 17:53:52 +08:00
AmadeusGhost
14d42a488d kernel: bump to 4.14.167, 4.19.98 2020-01-26 17:18:34 +08:00
CN_SZTL
3851e42b3f
sunxi: modify lan addr 2020-01-25 13:09:53 +08:00
CN_SZTL
c182402479
target: re-add support for nanopi r1s(h5) 2020-01-24 23:37:45 +08:00
CN_SZTL
578cfb43e4
target: support Nanopi devices (import from @speedyworldclub) 2020-01-24 23:07:03 +08:00
CN_SZTL
4c170030cc
Merge Lean's source 2020-01-24 13:35:20 +08:00
coolsnowwolf
d71d9d1949 ar71xx: NETGEAR WNDR4300 ubi extend to 128M 2020-01-24 12:44:27 +08:00
CN_SZTL
1eab19fe41
target: add support for nanopi r1s(h5) with no wifi 2020-01-24 11:59:52 +08:00
CN_SZTL
f752f2c1c8
Merge Lean's source 2020-01-18 22:24:34 +08:00
dunkeng
81ed73d4d6 mvebu:switch to kernel 4.19 (#2790)
我已经本地更新编译测试过没问题,WRT1200AC
2020-01-18 02:41:10 +08:00
LEAN-ESX
77ab08c20c ar71xx: switch kernel to 4.14 2020-01-17 10:38:17 -08:00
QING LIU
5537db1a88 x86 EFI image: fix EFI image file size (#2783)
Fix EFI image file size is not a multiple of 8k block size.
It cause a problem when import image disk in pve with zfs file system.
2020-01-18 01:36:05 +08:00
likanchen
a08774c525 Solve a problem during compiling for mt76x8 (#2780)
change default package from wpad-basic to wpad-openssl for mt76x8 to solve some problems during compiling.
2020-01-18 01:35:21 +08:00
CN_SZTL
83e1c33c6b
Merge Lean's source 2020-01-13 13:02:30 +08:00
AmadeusGhost
5e942cf804 update some packages to latest version (#2760) 2020-01-13 09:47:13 +08:00
CN_SZTL
d7dfa4199a
Merge Leam's source 2020-01-12 12:53:19 +08:00
AmadeusGhost
7c7a6f2e55 kernel: bump to 4.9.208, 4.14.162, 4.19.93 (#2745)
* generic: support mtd-mac-address-ascii

* kernel: bump to 4.9.208, 4.14.162, 4.19.93

* bcm2708: sync from openwrt v19.07

* firmware: update to latest version

* correct mistakes

* ipq40xx: fixed wrong patch
2020-01-11 23:39:11 +08:00
CN_SZTL
5bf38da855
Merge Lean's source 2020-01-09 17:58:09 +08:00
AmadeusGhost
a3281ef090 target: fixed some patches (#2717) 2020-01-09 01:24:19 +08:00
LEAN-ESX
4cf64c5142 ar71xx: fix letv board name 2020-01-08 06:14:24 -08:00
CN_SZTL
75fbe7f5cc
Merge Lean's source 2020-01-06 17:50:31 +08:00
eeczw
aeceaafac7 ipq40xx: less ess_edma ipv6 log output for kernel 4.14 (#2700) 2020-01-06 15:04:00 +08:00
CN_SZTL
be3f1d1460
Merge Lean's source 2020-01-06 13:08:05 +08:00
Aes64X
c32998a4a1 fix AeroHive AP-330 (#2656) 2020-01-05 15:11:11 +08:00
CN_SZTL
4417ff1cac
Merge Lean's source 2020-01-03 13:15:14 +08:00
outemancut
ad9d6b177f Update 02_network (#2672) 2020-01-03 10:26:01 +08:00
CN_SZTL
59f78f74df
Merge Lean's source 2020-01-02 17:19:36 +08:00
outemancut
c31380b5e4 Update 02_network (#2592)
修复竞斗云的WAN跟LAN翻转的BUG
2020-01-02 12:40:13 +08:00
CN_SZTL
1fd2298572
build: build proper VMDK formats for ESXI 6.5 2020-01-01 16:12:48 +08:00
CN_SZTL
34aa6ad2f7
Merge Lean's source 2019-12-29 12:31:41 +08:00
LEAN-ESX
a5f1ebf45b brcm2708: refresh patch 2019-12-28 18:01:32 -08:00
LEAN-ESX
1f846ab2c7 kernel: fix kmemleak warnings introduced in 305-mips_module_reloc.patch 2019-12-28 18:00:00 -08:00
LEAN-ESX
38f64e0960 ipq806x: revert to kernel 4.14 2019-12-28 17:53:52 -08:00
CN_SZTL
d8108b844a
Merge Lean's source 2019-12-25 16:35:22 +08:00
LEAN-ESX
70e66b06b1 kernel: bump to 4.9.207, 4.14.160, 4.19.91 2019-12-24 23:57:52 -08:00
CN_SZTL
6858908925
Merge Lean's source 2019-12-24 23:51:13 +08:00
LEAN-ESX
d9a2bd47ea x86: add ddns dnspod 2019-12-24 02:07:51 -08:00
AmadeusGhost
503fab6473 ipq40xx: update r619ac source code (#2441)
* ipq40xx: revise r619ac dts

* add r619ac pcie network card support on art

* ipq40xx: fixed sdhci reset info bug
2019-12-24 13:04:24 +08:00
CN_SZTL
a0d1580e31
Merge Lean's source 2019-12-17 13:43:08 +08:00
LEAN-ESX
3599a11eba ar71xx: enable 802.11kvr and WPA3 2019-12-15 21:42:08 -08:00
CN_SZTL
2bcf58feab
Merge Lean's source 2019-12-15 22:16:04 +08:00
LEAN-ESX
8380473e7b target: shrink to support 8M rom 2019-12-15 02:59:57 -08:00
LEAN-ESX
09fd59b30b ramips: add support for JCG JHR-AC876M 2019-12-15 01:54:58 -08:00
LEAN-ESX
63d071ae0d ramips: fir 32M spi soft shutdown 2019-12-15 01:47:52 -08:00
CN_SZTL
22b61900a8
Merge Lean's source 2019-12-15 10:55:14 +08:00
LEAN-ESX
5336c88248 x86: intel TSX off 2019-12-14 08:02:48 -08:00
CN_SZTL
7cbf97b6ee
Merge Lean's source 2019-12-14 15:46:41 +08:00
LEAN-ESX
87ddda1137 ramips: enabled firstboot wireless 2019-12-13 21:09:11 -08:00
CN_SZTL
580d990dcd
Merge Lean's source 2019-12-14 12:18:29 +08:00
LEAN-ESX
95d77238d2 ipq40xx: switch to kernel 4.14 2019-12-13 09:16:04 -08:00
LEAN-ESX
7ea08e97fe ramips: mt7621: add support for Netgear R6800 2019-12-13 08:25:54 -08:00
CN_SZTL
062a94d677
Merge Lean's source 2019-12-11 23:19:21 +08:00
AmadeusGhost
499a8ba3da ramips: Re-add support for XiaoYu-C5 (#2376)
* ramips: XiaoYu-C5 fix to 512MB

* Re-add support for XiaoYu-C5
2019-12-11 14:05:42 +08:00
LEAN-ESX
729dbee977 gemini:refresh upstream patch 2019-12-10 22:03:39 -08:00
CN_SZTL
54557b1240
Merge Lean's source 2019-12-11 12:39:15 +08:00
LEAN-ESX
a70a719e81 kernel: bump to 4.9.206, 4.14.158, 4.19.88 2019-12-10 19:40:41 -08:00
CN_SZTL
a557c34045
Merge Lean's source 2019-12-10 12:57:06 +08:00
LEAN-ESX
1d9ae893ab ipq40xx: revert autosamba 2019-12-09 01:29:55 -08:00
CN_SZTL
7a00ed1186
Merge Lean's source 2019-12-09 01:06:47 +08:00
LEAN-ESX
40f51aebde ramips: add support for XiaoYu XY-C5 2019-12-08 07:31:11 -08:00
CN_SZTL
2da783457f
Merge Lean's source 2019-12-08 15:01:33 +08:00
LEAN-ESX
fee61c82b7 ipq40xx:mx25l25635f 4B spi support 2019-12-07 22:34:52 -08:00
CN_SZTL
9d6c4478da
Merge Lean's source 2019-12-08 12:28:26 +08:00
LEAN-ESX
6a4cddf7c2 target: sync with OpenWrt 19.07-rc2 2019-12-07 20:13:33 -08:00
CN_SZTL
1c3744d467
target: ramips: update 2019-12-08 00:40:09 +08:00
CN_SZTL
74839bc196
Revert 5d51ba1 2019-12-08 00:36:53 +08:00
CN_SZTL
7543990a27
Merge Lean's source 2019-12-08 00:35:41 +08:00
LEAN-ESX
5d51ba13ef ramips: delete MTK 762x support 2019-12-07 07:51:55 -08:00
CN_SZTL
de202f9e20
Merge Lean's source 2019-12-06 13:18:17 +08:00
LEAN-ESX
e0b1277cad kernel: act_ctinfo: update backport 2019-12-05 08:37:55 -08:00
LEAN-ESX
7a5b4777ba generic ar8xxx: increase VLAN table for AR83x7 2019-12-05 08:36:33 -08:00
CN_SZTL
0eb7f5f47a
Merge Lean's source 2019-12-05 13:40:14 +08:00
LEAN-ESX
98c164bbfb feeds: sync with v19.07-rc2 2019-12-04 03:59:35 -08:00
CN_SZTL
83513db00e
Merge Lean's source 2019-12-04 12:36:57 +08:00
LEAN-ESX
76e64d0107 luci-app-cifsd: add cifsd package and luci 2019-12-03 19:32:30 -08:00
LEAN-ESX
c148eef20f ipq40xx: less ess_edma ipv6 log output 2019-12-03 09:29:01 -08:00
CN_SZTL
e9f7e8cb70
Merge Lean's source 2019-12-04 00:30:59 +08:00
LEAN-ESX
0e36ca5a2c x86: add Core2/Atom N270 target 2019-12-03 07:13:24 -08:00
LEAN-ESX
51d2132b2e x86: revert to kernel 4.19 2019-12-03 07:02:21 -08:00
LEAN-ESX
7c38a93048 x86: add AMD Ryzen (The Zen Core Architecture) target 2019-12-03 06:40:51 -08:00
CN_SZTL
9618c239e4
Merge Lean's source 2019-12-03 18:33:17 +08:00
LEAN-ESX
71514114e3 x86: add Realtek r8125 2.5Gbps eth support 2019-12-03 01:57:11 -08:00
CN_SZTL
45e20d3042
target: update default packages 2019-12-03 00:06:10 +08:00
CN_SZTL
72c03ee951
Merge Lean's source 2019-12-03 00:01:29 +08:00
LEAN-ESX
70b242b1c6 qBittorrent: fix ARM compile 2019-12-02 07:55:52 -08:00
CN_SZTL
3493f090b9
Merge Lean's source 2019-12-02 23:50:04 +08:00
LEAN-ESX
dda1262dd2 ipq40xx: switch to kernel 4.19 2019-12-02 07:28:28 -08:00
CN_SZTL
b1918212c1
Merge Lean's source 2019-12-02 22:22:11 +08:00
LEAN-ESX
90eaa19f4e ath79: update upsteam 2019-12-02 05:55:49 -08:00
CN_SZTL
d8d96065b2
Merge Lean's source 2019-12-01 22:11:47 +08:00
LEAN-ESX
6e8290d715 kernel: bump to 4.9.205, 4.14.156, 4.19.86 2019-12-01 05:59:29 -08:00
CN_SZTL
145affc7f4
Nerge Lean's source 2019-11-28 12:49:43 +08:00
LEAN-ESX
f6b7b20b11 ipq40xx: change GPIO32 LED 2019-11-27 18:57:49 -08:00
CN_SZTL
6b75d7676e
Merge Lean's source 2019-11-27 19:31:06 +08:00
CN_SZTL
df84ba8d22
Merge Lean's source 2019-11-27 18:29:44 +08:00
Hugo Yuan
020ab98f63 Add board data file for Hugo AC1200 (#2144) 2019-11-27 18:21:29 +08:00
AmadeusGhost
cd0f7595b3 ipq40xx: add p2w-r619ac 128M NAND support
* delete r619ac sd gpio

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* ipq40xx: add p2w-r619ac 128M NAND support

* delete sd gpio
2019-11-27 18:19:33 +08:00
LEAN-ESX
a6bd3e5a20 ipq40xx: ignore some debug info 2019-11-27 01:19:53 -08:00
CN_SZTL
0b114ad720
Merge Lean's source 2019-11-27 16:06:35 +08:00
LEAN-ESX
049a40ee66 ipq40xx: backport ath10k hw802.11 for kernel 4.14 2019-11-26 21:51:20 -08:00
CN_SZTL
b0c3bb7b7c
Merge Lean's source 2019-11-27 12:43:02 +08:00
LEAN-ESX
6773af4631 ipq40xx: rename patch 2019-11-26 20:34:57 -08:00
LEAN-ESX
cf848765ff ath10k: add tx hw 802.11 encapusaltion offloading support 2019-11-26 20:33:48 -08:00
CN_SZTL
96df50584b
Merge Lean's source 2019-11-27 09:38:37 +08:00
LEAN-ESX
f26ff53434 ipq40xx: ignore uevent info 2019-11-26 09:05:59 -08:00
CN_SZTL
4ccac3cdad
Merge Lean's source 2019-11-26 22:22:14 +08:00
LEAN-ESX
70839e9792 ipq40xx: fix dts name 2019-11-26 04:58:29 -08:00
coolsnowwolf
1808ff54de Revert "ipq40xx: add p2w-r619ac 128M NAND support ( Needs Opboot 1.0.9 128M ver )"
This reverts commit 176f124139.
2019-11-26 18:09:11 +08:00
coolsnowwolf
1debe64956 mac80211: backport 4.19.85-1 stable release 2019-11-26 17:26:00 +08:00
coolsnowwolf
a904142e2d Revert "x86: fix Ryzen TR3 3960X/3970X boot issue"
This reverts commit 68efdad05e.
2019-11-26 16:49:48 +08:00
coolsnowwolf
68efdad05e x86: fix Ryzen TR3 3960X/3970X boot issue 2019-11-26 14:07:57 +08:00
CN_SZTL
63577aa720
Merge Lean's source 2019-11-26 08:45:31 +08:00
LEAN-ESX
8c2c11b34f Revert "ipq40xx: switch to ath10k-ct"
This reverts commit baa682be14.
2019-11-25 07:57:14 -08:00
CN_SZTL
12d56ef610
Merge Lean's source 2019-11-25 17:26:27 +08:00
LEAN-ESX
ab71873585 ipq40xx: fix dts makefile 2019-11-25 01:21:58 -08:00
LEAN-ESX
176f124139 ipq40xx: add p2w-r619ac 128M NAND support ( Needs Opboot 1.0.9 128M ver ) 2019-11-25 01:02:52 -08:00
LEAN-ESX
baa682be14 ipq40xx: switch to ath10k-ct 2019-11-25 00:31:18 -08:00
CN_SZTL
95e66c8e4b
Merge Lean's source 2019-11-25 12:46:54 +08:00
LEAN-ESX
774649b9a1 ipq40xx:ignore-peer-stats-debug-info 2019-11-24 18:45:22 -08:00
CN_SZTL
004c2c0f42
Merge Lean's source 2019-11-24 22:12:40 +08:00
LEAN-ESX
738b79e216 UnblockNeteaseMusic: bump to 0.22.1 2019-11-24 05:54:31 -08:00
CN_SZTL
bb898af30f
Merge Lean's source 2019-11-24 20:47:19 +08:00
LEAN-ESX
af67fc1cc0 kernel: nf_conntrack_rtcache: fix WARNING on rmmod 2019-11-24 01:40:12 -08:00
CN_SZTL
a73910a006
Merge Lean's source 2019-11-24 08:21:04 +08:00
LEAN-ESX
16c686b001 kernel: nf_conntrack_rtcache: fix cleanup on netns delete and rmmod 2019-11-23 10:16:33 -08:00
CN_SZTL
948e3c5395
Merge Lean's source 2019-11-23 21:00:34 +08:00
coolsnowwolf
0bef1bfffe Revert "mvebu: add vendor patch"
This reverts commit 5a658d74bd.
2019-11-23 20:04:39 +08:00
CN_SZTL
c1a3d2c9a8
Merge Lean's source 2019-11-23 17:25:20 +08:00
LEAN-ESX
7297a13566 ipq40xx: wifi: Add WPA3 SAE support 2019-11-23 00:36:04 -08:00
CN_SZTL
9c20c1a58a
Merge Lean's source 2019-11-23 08:47:06 +08:00
LEAN-ESX
851d616c7a kernel: bump to 4.14.155, 4.19.85 2019-11-22 09:25:25 -08:00
CN_SZTL
852827fe36
Merge Lean's source 2019-11-23 01:12:30 +08:00
LEAN-ESX
5a658d74bd mvebu: add vendor patch 2019-11-22 08:42:16 -08:00
LEAN-ESX
819800ab4f ar71xx: fix alloc_page_frag issue 2019-11-22 08:03:03 -08:00
CN_SZTL
9b7eb065b2
Merge Lean's source 2019-11-22 12:39:14 +08:00
LEAN-ESX
ea476560a6 ipq40xx: unlock P&W R619AC Bootloader and ART partitions 2019-11-21 17:48:30 -08:00
LEAN-ESX
4730b1260e kernel: bump to 4.9.202, 4.14.154, 4.19.84 2019-11-21 17:42:54 -08:00
CN_SZTL
bdc5323ec4
Merge Lean's Source 2019-11-21 22:12:22 +08:00
LEAN-ESX
a196a98f00 Revert "kernel: bump to 4.9.202, 4.14.154, 4.19.84"
This reverts commit 2070dec20d.
2019-11-21 04:03:03 -08:00
LEAN-ESX
b1931f72c0 Revert "ipq40xx: fix build error"
This reverts commit 55fd91b3db.
2019-11-21 04:02:54 -08:00
LEAN-ESX
2fb9f257b5 Revert "ipq40xx: Add missing brace which was accidentally omitted"
This reverts commit 743ab27cee.
2019-11-21 04:02:34 -08:00
LEAN-ESX
743ab27cee ipq40xx: Add missing brace which was accidentally omitted 2019-11-21 03:02:17 -08:00
CN_SZTL
67fb85e84a
Merge Lean's source 2019-11-21 17:51:29 +08:00
LEAN-ESX
55fd91b3db ipq40xx: fix build error 2019-11-20 23:10:46 -08:00
LEAN-ESX
2070dec20d kernel: bump to 4.9.202, 4.14.154, 4.19.84 2019-11-20 23:04:05 -08:00
CN_SZTL
826352dd0f
Merge Lean's source 2019-11-18 13:38:53 +08:00
AmadeusGhost
277b23f83c fix r619ac wan mac and lan reverse
fixed wan mac and lan reverse
2019-11-17 20:07:34 +08:00
CN_SZTL
e72be362fe
Merge Lean's source 2019-11-17 01:04:05 +08:00
LEAN-ESX
513cb9b4b9 ipq40xx: add R619AC LED settings 2019-11-16 08:12:37 -08:00
CN_SZTL
eb397d837d
Merge Lean's source 2019-11-17 00:00:51 +08:00
LEAN-ESX
72f739913b ipq40xx: fix P&W R619AC WLAN2G led 2019-11-16 07:48:03 -08:00
CN_SZTL
b361ec30f0
Merge Lean's source 2019-11-16 19:09:26 +08:00
LEAN-ESX
5173cabd83 ipq40xx: Add SDHCI VQMMC LDO driver 2019-11-16 01:44:04 -08:00
LEAN-ESX
69ac27a0cf ipq40xx: Add IPQ4019 SD/MMC controller support 2019-11-16 01:34:31 -08:00
CN_SZTL
c842a5141c
Merge Lean's source 2019-11-13 12:57:54 +08:00
LEAN-ESX
9135c94a05 ipq40xx: fix R619AC PHY LEDs 2019-11-12 06:51:28 -08:00
LEAN-ESX
422b5a1db9 kernel: bump to 4.9.199, 4.14.152, 4.19.82 2019-11-12 06:39:20 -08:00
CN_SZTL
e127873815
kernel: x86: switch 4.19 2019-11-12 12:42:14 +08:00
CN_SZTL
c43334ee17
luci-app-sfe: fix status checking 2019-11-08 22:44:25 +08:00
CN_SZTL
088f2a41d8
build: label kernel and rootfs ext4 volumes 2019-11-08 21:17:06 +08:00
CN_SZTL
322c0cb3d4
Merge Lean's source 2019-11-03 12:31:25 +08:00
AmadeusGhost
cf9699e194 fixed r619ac update problem (#1973)
* Update platform.sh

fixed issue #1957

* Update platform.sh

fixed issue #1957
2019-11-03 11:47:11 +08:00
CN_SZTL
8c92985114
kernel: x86: use 4.9 ver 2019-11-02 23:37:02 +08:00
CN_SZTL
7c922022fb
Merge Lean's source 2019-11-01 22:59:46 +08:00
LEAN-ESX
db7a92c009 kernel: bump to 4.9.198, 4.14.151, 4.19.81 2019-11-01 06:54:04 -07:00
CN_SZTL
cf62f3f2b2
Merge Lean's source 2019-10-29 12:46:36 +08:00
LEAN-ESX
c922413797 ipq40xx: Qualcomm HW Crypto Engine patches 2019-10-28 21:45:35 -07:00
LEAN-ESX
861f12781e ipq40xx: remove 4.19 patches 2019-10-28 19:54:17 -07:00
LEAN-ESX
adabacafbc luci-app-docker: select fidks and mkfs.ext4 2019-10-28 19:52:51 -07:00
LEAN-ESX
4e99359819 netfilter: fix NAT packaging with kernels 5.2+ 2019-10-28 19:23:17 -07:00
CN_SZTL
e2373ba648
Merge Lean's source 2019-10-28 22:18:48 +08:00
LEAN-ESX
745e6ff58e kernel: refresh modules 2019-10-28 03:39:56 -07:00
CN_SZTL
1c2673a02e
Merge Lean's source 2019-10-28 12:59:22 +08:00
LEAN-ESX
5a5c1367e9 x86: fix kmod-crypto-deflate compile error in kernel 4.19 2019-10-27 21:55:39 -07:00
CN_SZTL
254ff014da
Merge Lean's source 2019-10-27 10:11:26 +08:00
LEAN-ESX
d28f568be2 ramips: XiaoYu-C5 fix to 512MB 2019-10-26 08:49:46 -07:00
AmadeusGhost
4943e191be Fixed a problem with no 2.4G (#1874)
编译之后竞斗云没有2.4G,改正之后有了,不过2.4G灯不亮,估计是要打个patch
2019-10-26 23:46:52 +08:00
CN_SZTL
877ad07f5d
ramips: fix LAN/WAN MAC addresses of Xiaomi MiWiFi Mini board 2019-10-26 08:33:18 +08:00
CN_SZTL
5a9e4d20b0
Merge Lean's source 2019-10-24 22:13:48 +08:00
LEAN-ESX
22586c7287 ath10k-ct: bump to 2019-09-09 2019-10-24 03:24:39 -07:00
CN_SZTL
e107b86ae4
Merge Lean's source 2019-10-24 18:05:18 +08:00
LEAN-ESX
a30756d846 mvebu: switch kernel to 4.14 as workaround 2019-10-23 23:44:34 -07:00
CN_SZTL
54a924203d
Merge Lean's source 2019-10-23 17:57:09 +08:00
LEAN-ESX
6d0aa62fcc ipq40xx: add G-DOCK 2.0 (P&W R619AC) support 2019-10-22 23:14:35 -07:00
CN_SZTL
9ab41b53ea
Merge Lean's source 2019-10-22 12:59:59 +08:00
LEAN-ESX
2e80686c5b luci-app-v2ray-server: add socks proxy server for Telegram Messenger or etc. 2019-10-21 20:29:46 -07:00
CN_SZTL
e0bca8c036
Merge https://github.com/coolsnowwolf/lede into dev 2019-10-21 13:22:31 +08:00
LEAN-ESX
f6984f6389 config: refresh default config for Raspberry Pi 2019-10-20 04:59:56 -07:00
LEAN-ESX
6a0af79fdd kernel: add missing symbol to 4.19 config 2019-10-20 04:03:30 -07:00
LEAN-ESX
e6c442ffc1 brcm2708: bcm2711: add custom config aarch64 file 2019-10-20 03:53:38 -07:00
CN_SZTL
d218fced9a
Merge Lean's source 2019-10-20 08:14:12 +08:00
LEAN-ESX
4e08c225ca build: allow overriding default selection state for devices 2019-10-19 11:35:16 -07:00
CN_SZTL
65613d5e18
Merge https://github.com/coolsnowwolf/lede into dev 2019-10-19 18:16:09 +08:00
LEAN-ESX
756611ade4 Revert "mac80211: bump to 5.3-rc4-1"
This reverts commit e170f6fbc0.
2019-10-19 03:01:12 -07:00
CN_SZTL
83f1af2cf7
ipq806x: WPQ864: fix partition unit-address 2019-10-19 08:35:34 +08:00
CN_SZTL
f717dae27a
bcm53xx: sysupgrade: support Luxul NAND devices 2019-10-19 08:21:57 +08:00
CN_SZTL
b2dddb18ae
mvebu: fix permission 2019-10-19 07:42:17 +08:00
CN_SZTL
c0397c3a24
Merge Lean's source 2019-10-19 07:41:33 +08:00
LEAN-ESX
1328caec23 mvebu: merge upstream patch 2019-10-18 12:03:43 -07:00
LEAN-ESX
e170f6fbc0 mac80211: bump to 5.3-rc4-1 2019-10-18 11:50:59 -07:00
LEAN-ESX
5451cb6e8a brcm2708: fix rpi sdcard 2019-10-18 10:06:04 -07:00
CN_SZTL
1349a2e9bd
Merge Lean's source 2019-10-17 22:12:20 +08:00
LEAN-ESX
8be6fec431 x64: enable support for AMD Zen2 Rome 4-way 256 cores 2019-10-17 05:51:05 -07:00
LEAN-ESX
cc8058a24a x64: enable fast string operation for kernel 4.19 2019-10-17 05:34:31 -07:00
CN_SZTL
d5e48834e4
Merge Lean's source 2019-10-17 18:04:31 +08:00
LEAN-ESX
634ed26b5c x64: build proper VMDK formats for ESXI 6.5+ 2019-10-17 02:48:14 -07:00
CN_SZTL
e83679e4c5
Merge Lean's source 2019-10-16 23:56:50 +08:00
LEAN-ESX
eed55e8a0f x64: auto load AVX crypto kernel module 2019-10-15 23:55:36 -07:00
LEAN-ESX
f1ff7a5f25 x64: disable PAGE_TABLE_ISOLATION 2019-10-15 23:46:27 -07:00
LEAN-ESX
d46b6d7970 x86: Enable fast strings on Intel CPUs if BIOS hasn't config for kernel 4.9 2019-10-15 22:50:02 -07:00
CN_SZTL
f1fdb26d1a
Merge Lean's source 2019-10-16 12:44:01 +08:00
LEAN-ESX
1aa668b3e8 kernel: bump to 4.14.149 and 4.19.79 2019-10-15 09:31:54 -07:00
CN_SZTL
60a8d5de11
Merge https://github.com/coolsnowwolf/lede into dev 2019-10-12 19:10:26 +08:00
LEAN-ESX
9f68660b59 luci-app-docker: move docker sh files 2019-10-12 02:31:07 -07:00
CN_SZTL
fc184df3d4
Merge Lean's source 2019-10-12 08:03:19 +08:00
LEAN-ESX
6b5092f383 luci-app-docker: add luci docker package 2019-10-11 09:30:44 -07:00
LEAN-ESX
d4e5063e47 x64: update docker-web files 2019-10-10 10:36:39 -07:00
LEAN-ESX
c220cfda95 x64: add sfe support for docker 2019-10-10 10:20:07 -07:00
LEAN-ESX
101c974800 x64: improve docker support 2019-10-10 09:34:30 -07:00
LEAN-ESX
a9e6d15c64 ar71xx: fix mtd check patch 2019-10-09 01:22:04 -07:00
LEAN-ESX
1aaf35221a mt7621: memory auto-detection to support k2p 256MB/512MB 2019-10-08 08:48:36 -07:00
LEAN-ESX
5d7cb6ae8b x86: partition resize to 160MB 2019-10-08 08:41:28 -07:00
LEAN-ESX
2309377b73 Enable support for latency based cgroup IO protection for Docker 2019-10-08 08:09:45 -07:00
LEAN-ESX
6e2f8766af kernel: bump to 4.9.196, 4.14.148, 4.19.78 2019-10-08 07:38:30 -07:00
CN_SZTL
ba512e29ce
fix permission 2019-09-30 13:42:16 +08:00
CN_SZTL
b4507b0342
merge lean's source 2019-09-30 13:23:48 +08:00
LEAN-ESX
65b25ceb18 ramips: add wm8960 asoc sound driver for mt762x 2019-09-26 21:16:13 -07:00
LEAN-ESX
0a23772078 ramips: fix XiaoYu C5 led setting 2019-09-26 20:41:34 -07:00
LEAN-ESX
18a87273c0 ramips: fix XiaoYu XY-C5 dts 2019-09-26 20:35:50 -07:00
LEAN-ESX
c46095fd92 merge upstream flow offload patch 2019-09-26 05:40:29 -07:00
LEAN-ESX
eb05272f01 kernel: bump to 4.9.194, 4.14.146, 4.17.75 2019-09-24 09:44:15 -07:00
LEAN-ESX
4f954acaea ipq40xx: enable hw-crypto detection of qce driver 2019-09-22 09:26:16 -07:00
CN_SZTL
f392932c24
Merge https://github.com/coolsnowwolf/lede into dev 2019-09-21 10:13:16 +08:00
Hugo Yuan
0373823f01 ipq40xx: Add Hugo AC1200 led aliases (#1635) 2019-09-17 22:51:14 +08:00
Hugo Yuan
0024eea367 ipq40xx: add Hugo AC1200 support 2019-09-17 14:45:36 +08:00
CN_SZTL
2c67c31c9c
merge lean source 2019-09-15 15:32:13 +08:00
LEAN-ESX
753e1f22ab kernel: bump to 4.9.192, 4.14.143, 4.19.72 2019-09-14 20:43:54 -07:00
CN_SZTL
36b6a15f66
fix & merge 2019-09-12 21:14:16 +08:00
LEAN-ESX
b6f5ffdf18 ramips: add XiaoYu mt7621 support 2019-09-12 00:24:40 -07:00
CN_SZTL
fccc3217fb
ramips: improve support for Xiaomi Miwifi Nano 2019-09-07 16:52:45 +08:00
CN_SZTL
8387b23b0b
Merge https://github.com/coolsnowwolf/lede into dev 2019-09-07 15:10:06 +08:00
LEAN-ESX
6219af90ab kernel: bump to 4.14.141, 4.19.69 2019-09-05 21:28:35 -07:00
CN_SZTL
a3545e0b73
Merge https://github.com/coolsnowwolf/lede into dev 2019-08-30 18:05:45 +08:00
LEAN-ESX
87208cf99c x86: switch to kernel 4.19 2019-08-29 20:57:55 -07:00
CN_SZTL
4a18c488a9
Merge https://github.com/coolsnowwolf/lede into dev 2019-08-30 02:16:43 +08:00
LEAN-ESX
1f104a9591 kernel: bump to 4.9.190 ,4.14.140, 4.19.68 2019-08-29 10:27:17 -07:00
CN_SZTL
ac73de2f99
ramips: add NAS goodies on U25AWF-H1 + U35[N|W]F
Signed-off-by: CN_SZTL <cnsztl@gmail.com>
2019-08-27 16:10:33 +08:00
CN_SZTL
69acbbfc9e
update target 2019-08-19 22:26:19 +08:00
CN_SZTL
d00dd2eb0a
fix & merge 2019-08-17 13:13:16 +08:00
LEAN-ESX
515be49711 kernel: bump to 4.9.189,4.14.138,4.19.66 2019-08-16 22:09:02 -07:00
CN_SZTL
d327652459
Merge https://github.com/coolsnowwolf/lede into dev 2019-08-15 10:23:04 +08:00
ITdesk01
fe024b849e ramips: add support for ADSLR G7
SoC: MT7621AT
RAM: 256MB
Flash: 16M SPI
Ethernet: 5x GE ports
WiFi: 2.4G: MT7615N
5G: MT7615N

Flash instruction:
1.Modify the file to linux.bin
2.Set up FTP service
3.Computer settings fixed IP: 192.168.179.50 255.255.255.0
4.Turn on the power and press and hold the reset button until the indicator light is on for about 5 seconds.

Signed-off-by: Zhenjian Zhang <itdesk.zhang@gmail.com>
2019-08-14 16:53:47 +08:00
CN_SZTL
11de7d4f1b
fix conflicts & merge 2019-08-06 22:23:57 +08:00
LEAN-ESX
54cbf45e0c kernel: bump to 4.9.187, 4.14.136, 4.19.64 2019-08-06 06:10:35 -07:00
CN_SZTL
e7ffe7907e
resolve conflict 2019-08-05 15:50:30 +08:00
LEAN-ESX
95d74fb479 kernel bump to 4.9.186, 4.14.134, 4.19.62 2019-08-04 22:11:18 -07:00
CN_SZTL
6d0c94e8d9
Sync source
Sync source
2019-07-26 18:16:59 +08:00
LEAN-ESX
4aa5ec7a02 ramips: fix mac addresses used by Phicomm K2P 2019-07-26 02:33:46 -07:00
LEAN-ESX
a9442ddd7b ramips: add kmod-mt7615e to Phicomm K2P images 2019-07-25 23:11:13 -07:00
CN_SZTL
162c3df399
resolve conflict with source 2019-07-17 18:37:14 +08:00
LEAN-ESX
dfb162e9e2 brcm2708: Add Raspberry Pi 4 support 2019-07-16 02:39:17 -07:00
CN_SZTL
350f06cfea
resolve confilct 2019-07-06 23:15:34 +08:00
LEAN-ESX
b072ad49f7 x86: add AMD zen2 max 64c/128t support 2019-07-06 07:24:06 -07:00
LEAN-ESX
1d882a86f6 kernel: bump to 4.9.183, 4.14.129, 4.19.53 2019-07-06 07:02:01 -07:00
CN_SZTL
bd7b7d5257
sync source
sync source
2019-06-30 14:41:32 +08:00
huah0235
59f2142543 add wdr6500v6 support (#1421) 2019-06-28 23:34:11 +08:00
nivalxer
c450bd4b77 mvebu: fixes commit (#1402)
1e3800df18
err_free_stats has been deprecated. Replace with err_netdev.
2019-06-28 23:33:46 +08:00
CN_SZTL
f59a5f9ad9
resolve conflict 2019-06-21 18:34:23 +08:00
LEAN-ESX
c3eb9166d1 ad CONFIG_NET_ACT_CTINFO kernel setting 2019-06-19 03:12:40 -07:00
LEAN-ESX
7a55d301da ipq40xx: fix high resolution timer 2019-06-19 02:51:54 -07:00
LEAN-ESX
537d105067 ipq40xx: directly define voltage per cpu core 2019-06-19 02:50:41 -07:00
LEAN-ESX
4456b485cb kernel: bump to 4.9.182, 4.14.127, 4.19.52 to fix SACK Panic 2019-06-19 02:46:58 -07:00
CN_SZTL
d51120cee3
Merge branch 'master' of https://github.com/coolsnowwolf/lede 2019-06-14 15:28:52 +08:00
LEAN-ESX
aa0f6f717f add phy_ethtool for 4.14/41.9 2019-06-11 06:33:55 -07:00
coolsnowwolf
129f56731e kernel: bump to 4.9.180, 4.14.123, 4.19.48 2019-06-11 18:42:29 +08:00
CN_SZTL
4633272d46
merge newest source from lean 2019-05-27 23:19:59 +08:00
LEAN-ESX
4ce1ffb2ae ipq40xx: Tweaked settings for cpu ondemand scheduler 2019-05-27 07:41:26 -07:00
CN_SZTL
5dd5f80ec8
Merge pull request #2 from coolsnowwolf/master
merge newest source from lean
2019-05-27 12:04:38 +08:00
LEAN-ESX
96ff77261f ipq806x: Tweaked settings for cpu ondemand scheduler (R7800 Peformance issue) 2019-05-26 10:45:28 -07:00
CN_SZTL
66faf21953
Merge branch 'master' of https://github.com/coolsnowwolf/lede into coolsnowwolf-master
Conflicts:
	target/linux/generic/pending-4.14/103-MIPS-perf-ath79-Fix-perfcount-IRQ-assignment.patch
	target/linux/generic/pending-4.19/103-MIPS-perf-ath79-Fix-perfcount-IRQ-assignment.patch
	target/linux/oxnas/patches-4.14/060-fix-oxnas-rps-dt-match.patch

 It looks like you may be committing a merge.
 If this is not correct, please remove the file
	.git/MERGE_HEAD
 and try again.

 Please enter the commit message for your changes. Lines starting
 with '' will be ignored, and an empty message aborts the commit.

 On branch coolsnowwolf-master
 All conflicts fixed but you are still merging.

 Changes to be committed:
	modified:   include/kernel-version.mk
	modified:   target/linux/ath79/patches-4.19/910-unaligned_access_hacks.patch
	modified:   target/linux/generic/backport-4.14/301-v4.16-netfilter-core-only-allow-one-nat-hook-per-hook-poin.patch
	modified:   target/linux/generic/backport-4.14/303-v4.16-netfilter-nf_tables-remove-multihook-chains-and-fami.patch
	modified:   target/linux/generic/backport-4.14/312-v4.16-netfilter-nf_tables-remove-hooks-from-family-definit.patch
	modified:   target/linux/generic/backport-4.14/320-v4.16-netfilter-nf_conntrack-add-IPS_OFFLOAD-status-bit.patch
	modified:   target/linux/generic/backport-4.14/321-v4.16-netfilter-nf_tables-add-flow-table-netlink-frontend.patch
	modified:   target/linux/generic/backport-4.14/327-v4.16-netfilter-nf_tables-remove-nhooks-field-from-struct-.patch
	modified:   target/linux/generic/backport-4.14/328-v4.16-netfilter-nf_tables-fix-a-typo-in-nf_tables_getflowt.patch
	modified:   target/linux/generic/backport-4.14/330-v4.16-netfilter-nf_tables-remove-flag-field-from-struct-nf.patch
	modified:   target/linux/generic/backport-4.14/331-v4.16-netfilter-nf_tables-no-need-for-struct-nft_af_info-t.patch
	modified:   target/linux/generic/backport-4.14/332-v4.16-netfilter-nf_tables-remove-struct-nft_af_info-parame.patch
	modified:   target/linux/generic/backport-4.14/334-v4.15-netfilter-nf_tables-fix-potential-NULL-ptr-deref-in-.patch
	modified:   target/linux/generic/backport-4.14/335-v4.16-netfilter-nf_tables-add-single-table-list-for-all-fa.patch
	modified:   target/linux/generic/backport-4.14/336-v4.15-netfilter-exit_net-cleanup-check-added.patch
	modified:   target/linux/generic/backport-4.14/337-v4.16-netfilter-nf_tables-get-rid-of-pernet-families.patch
	modified:   target/linux/generic/backport-4.14/338-v4.16-netfilter-nf_tables-get-rid-of-struct-nft_af_info-ab.patch
	modified:   target/linux/generic/backport-4.14/339-v4.16-netfilter-nft_flow_offload-wait-for-garbage-collecto.patch
	modified:   target/linux/generic/backport-4.14/342-v4.16-netfilter-nf_tables-fix-flowtable-free.patch
	modified:   target/linux/generic/backport-4.14/344-v4.16-netfilter-nf_tables-allocate-handle-and-delete-objec.patch
	modified:   target/linux/generic/backport-4.14/357-v4.18-netfilter-nf_flow_table-move-init-code-to-nf_flow_ta.patch
	modified:   target/linux/generic/backport-4.14/358-v4.18-netfilter-nf_flow_table-fix-priv-pointer-for-netdev-.patch
	modified:   target/linux/generic/backport-4.14/359-v4.18-netfilter-nf_flow_table-track-flow-tables-in-nf_flow.patch
	modified:   target/linux/generic/backport-4.14/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch
	modified:   target/linux/generic/backport-4.19/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch
	deleted:    target/linux/generic/pending-4.14/103-MIPS-perf-ath79-Fix-perfcount-IRQ-assignment.patch
	modified:   target/linux/generic/pending-4.14/640-netfilter-nf_flow_table-add-hardware-offload-support.patch
	modified:   target/linux/generic/pending-4.14/642-net-8021q-support-hardware-flow-table-offload.patch
	modified:   target/linux/generic/pending-4.14/680-NET-skip-GRO-for-foreign-MAC-addresses.patch
	deleted:    target/linux/generic/pending-4.19/103-MIPS-perf-ath79-Fix-perfcount-IRQ-assignment.patch
	modified:   target/linux/generic/pending-4.19/640-netfilter-nf_flow_table-add-hardware-offload-support.patch
	modified:   target/linux/generic/pending-4.19/642-net-8021q-support-hardware-flow-table-offload.patch
	modified:   target/linux/ipq806x/patches-4.14/0067-generic-Mangle-bootloader-s-kernel-arguments.patch
	modified:   target/linux/layerscape/patches-4.14/202-core-linux-support-layerscape.patch
	modified:   target/linux/layerscape/patches-4.14/810-kvm-support-layerscape.patch
	modified:   target/linux/mvebu/patches-4.14/006-mvebu-Mangle-bootloader-s-kernel-arguments.patch
	deleted:    target/linux/oxnas/patches-4.14/060-fix-oxnas-rps-dt-match.patch
	modified:   target/linux/oxnas/patches-4.14/996-generic-Mangle-bootloader-s-kernel-arguments.patch
	modified:   target/linux/sunxi/patches-4.14/002-net-stmmac-dwmac-sun8i-Handle-integrated-external-MD.patch
	modified:   target/linux/sunxi/patches-4.14/003-net-stmmac-sun8i-Restore-the-compatibles.patch
	modified:   target/linux/x86/patches-4.14/200-pcengines-apu2-reboot.patch
	modified:   target/linux/x86/patches-4.19/200-pcengines-apu2-reboot.patch
2019-05-27 00:35:12 +08:00
LEAN-ESX
b720b9bbd4 kernel: bump to 4.9.177, 4.14.120 , 4.19.44 2019-05-25 19:53:25 -07:00
CN_SZTL
ce8ed9121b
add luci-app-haproxy & luci-app-udpspeederv2 2019-05-25 21:05:51 +08:00
CN_SZTL
b026009677
modified: target/linux/sunxi/base-files/lib/firmware/brcm/brcmfmac43430-sdio.txt 2019-05-23 21:43:38 +08:00
CN_SZTL
b6a72c2bc1
add ssr-plus 2019-05-23 21:10:57 +08:00
coolsnowwolf
61b53a6085 bcm53xx: fix ARRIS-SBR-AC1900P dts support 2019-05-15 01:07:14 +08:00
coolsnowwolf
91ed8a05f4 kernel: bump to 4.9.175, 4.14.118, 4.19.42 2019-05-15 00:13:16 +08:00
coolsnowwolf
0b66843cdd bcm53xx: Add support for Arris SBR1900P/SBR-AC3200P 2019-05-14 00:58:28 +08:00
coolsnowwolf
facb9642b3 ramips: add support for ASUS RT-AC54U 2019-05-12 23:01:19 +08:00
coolsnowwolf
953744494a ipq806x: switch to ath10k 2019-05-12 16:16:34 +08:00
coolsnowwolf
2bbdf6527c generic-4.19: Backport spi-nand support for GigaDevice A/E 2019-05-12 13:26:08 +08:00
coolsnowwolf
fd02a0f8e9 brcm2708: fix renamed definition (FS#2265) 2019-05-04 17:36:00 +08:00
coolsnowwolf
05b36d64a1 brcm2708: sync target 2019-05-03 22:40:06 +08:00
coolsnowwolf
a61dc9575c bcm53xx: switch to kernel 4.19 2019-05-03 22:25:02 +08:00
coolsnowwolf
5dca260b52 ipq806x: kernel 4.19 support 2019-05-03 22:21:34 +08:00
coolsnowwolf
a6be5ec3c2 x86: swtich to kernel 4.9 2019-05-03 21:11:18 +08:00
coolsnowwolf
4fada49231 bug fix 2019-05-03 00:02:51 +08:00
coolsnowwolf
45401c9a0d kernel: bump to 4.9.171, 4.14.114, 4.19.37 2019-05-02 22:08:19 +08:00
coolsnowwolf
68b8f806a1 k2p: add wireless support 2019-05-01 10:10:07 +08:00
coolsnowwolf
3ba93b1763 kernel: fix regression on 4.19 with 613-netfilter_optional_tcp_window 2019-04-28 12:32:46 +08:00
coolsnowwolf
228c47850a x86: enable AMD ACPI2 Zen2 64 cores support 2019-04-27 21:02:03 +08:00
coolsnowwolf
c1c24e78b9 ramips: add MT7530 switch port-mirroring support 2019-04-25 01:17:59 +08:00
coolsnowwolf
240a89be7b x86: add missing symbol 2019-04-24 13:56:23 +08:00
coolsnowwolf
a776110414 kernel: bump to 4.9.170, 4.14.113, 4.19.36 2019-04-24 12:05:32 +08:00
coolsnowwolf
a299dd1457 x86: add speedstep for 4.19 2019-04-23 23:42:19 +08:00
coolsnowwolf
5a615d0e80 x86: add 4.19 x86 32bit support 2019-04-23 18:48:06 +08:00
coolsnowwolf
37b4a94597 kernel: version bump to 4.9.169, 4.14.112, 4.19 to 4.19.35 2019-04-23 14:42:35 +08:00
coolsnowwolf
13252329ec ramips:remove some unnecessary packages from MT7620 target to save some space 2019-04-21 01:08:14 +08:00
coolsnowwolf
6879801688 ramips: mt7615 80211 driver support to dts for R3P 2019-04-20 21:02:35 +08:00
coolsnowwolf
dcc81224ba kcptun: bump to 20190418 2019-04-18 15:08:43 +08:00
coolsnowwolf
c3bb5f072f ar71xx: add SGR-W500-N85b v2.0 and TL-WDR3227 v2(ar934x+ar8035) support 2019-04-18 12:53:34 +08:00
coolsnowwolf
f2966113d1 ramips: fix vlan retag on mt7621 2019-04-18 10:27:33 +08:00
coolsnowwolf
9fd3249cc5 kernel: support for Intel(R) x710 10/40GbE adapters PF/VF devices 2019-04-16 21:30:22 +08:00
coolsnowwolf
8db5e2cc02 ramips: update upsteam patch 2019-04-15 22:15:19 +08:00
coolsnowwolf
1933bc8bfa Revert "ramips: sync with upsteam target"
This reverts commit 9cd0dc0dc9.
2019-04-15 22:12:35 +08:00
coolsnowwolf
281b7eb92b kernel: Build: Split kmod-regmap 2019-04-15 21:48:10 +08:00
coolsnowwolf
8921424e94 kernel: Add missing config option for kernel 4.19 2019-04-15 16:45:28 +08:00
coolsnowwolf
9cd0dc0dc9 ramips: sync with upsteam target 2019-04-15 15:58:00 +08:00
coolsnowwolf
f01f76ffd0 x86: swtich to kernel 4.19 (need install libelf-dev, libelf-devel or elfutils-libelf-devel) 2019-04-15 14:11:17 +08:00
coolsnowwolf
ab24168802 kernel: bump to 4.9.168 , 4.14.111, 4.19.34 2019-04-12 11:39:40 +08:00
coolsnowwolf
5fa08c60db netfilter: nf_nat_snmp_basic: use nf_ct_helper_log 2019-04-07 10:53:30 +08:00
coolsnowwolf
f47089ddf8 target: adjust some packages 2019-04-06 00:15:38 +08:00
coolsnowwolf
9e06346a3c packages: adjust pacakge settings 2019-04-04 12:16:16 +08:00
coolsnowwolf
031c8521c8 ramips: implement vlan rx offload on MT7621 2019-04-04 11:43:42 +08:00
coolsnowwolf
142be6001b ipq40xx: add ASUS RT-1300UHP support 2019-04-04 00:12:42 +08:00
coolsnowwolf
a04283b4f7 ramips: add Xiaomi Mi Router 3 support 2019-04-02 21:50:44 +08:00
coolsnowwolf
2bbb0806bd ipq40xx: ignore peer stats debug info for users 2019-04-02 10:35:38 +08:00
coolsnowwolf
d5107528bc kernel: bump to 4.9.166 and 4.14.109 2019-03-30 20:46:18 +08:00
lin20121221
47f48d115a swap LAN1 and LAN2 for K3 2019-03-25 11:49:11 +08:00
coolsnowwolf
8c6dff711b kernel: bump to 4.9.164 and 4.14.107 2019-03-23 14:50:46 +08:00
coolsnowwolf
ec09753204 kernel: bump to 4.9.163 and 4.14.106 2019-03-20 13:52:57 +08:00
coolsnowwolf
6dc35cf5d7 ipq40xx: fix phy interrupt setting 2019-03-14 12:07:53 +08:00
coolsnowwolf
02831df79a bcm53xx: add usb3.0 support for PHICOMM K3 2019-03-11 17:37:24 +08:00
coolsnowwolf
7e119a321b ramips: rework network settings for HC5861 (JI3) 2019-03-11 17:31:18 +08:00
coolsnowwolf
dc442cd994 kernel: bump to 4.9.161 and 4.14.104 2019-03-07 19:53:19 +08:00
coolsnowwolf
646f4ae77a build: add a script for generating Linksys EA6350v3 factory image 2019-03-07 19:45:12 +08:00
coolsnowwolf
e08a105ae8 ipq40xx: using ath10k-ct wireless driver 2019-02-27 20:42:33 +08:00
coolsnowwolf
37d06ef412 ipq40xx: switch to kernel 4.19 2019-02-26 23:28:22 +08:00
coolsnowwolf
9911d349de ipq40xx: add kernel 4.19 support 2019-02-26 23:11:31 +08:00
coolsnowwolf
3da298931b kernel: bump 3.18.136, 4.9.160, 4.14.103, 4.19.25 2019-02-26 22:12:35 +08:00
phorcys
a4cc14dc85 Add Xiaomi Router 4 support
Hardware is the same as mir3g
except:
ram 256M ->  128M
switch  lan 2 3  wan 1 ->  lan 1 2 wan 4
2019-02-20 17:42:37 +08:00
coolsnowwolf
4482d1997f ar71xx: fix ARRIS SBR-AC1750 web upgrade support 2019-02-14 01:29:51 +08:00
coolsnowwolf
5f00fa0f8b ar71xx: backport kernel 4.9 support 2019-02-13 21:50:29 +08:00
coolsnowwolf
8f7d3a8be8 ath79: add support for TP-Link TL-WR941N v7 2019-02-13 19:07:11 +08:00
coolsnowwolf
7a6e910f3d ath79: add support for qca9563 soc 2019-02-13 18:38:22 +08:00
coolsnowwolf
8aed746717 FLOWOFFLOAD: fix issue work with VPN server 2019-02-12 23:28:21 +08:00
coolsnowwolf
9287527624 kernel: fix netfilter conntrack helper in 4.14 2019-02-12 23:26:55 +08:00
coolsnowwolf
f16d4fe369 kernel: bump to 3.8.134, 4.9.155, 4.14.98, 4.19.20 2019-02-12 23:17:22 +08:00
coolsnowwolf
42c7a446e3 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2019-02-12 23:05:24 +08:00
coolsnowwolf
d9b83ef6fd kernel: bump to 3.8.133, 4.9.153, 4.14.96 2019-02-12 23:04:43 +08:00
coolsnowwolf
5632c34e33
x86 target: revert to kernel 4.9 2019-02-02 10:46:03 +08:00