Commit Graph

206 Commits

Author SHA1 Message Date
AmadeusGhost
c024328960 config-4.19: refresh default config
This commit revert 'config: refresh default config for Raspberry Pi',
and enable ext4 rootfs for target_bcm27xx.
2020-03-05 17:53:53 +08:00
Alan Luck
4c8ded996c ramips: add support for Dlink DIR-878 A1
Specifications:
* SoC: MT7621AT
* RAM: 128MB
* Flash: 16MB NOR SPI flash
* WiFi: MT7615N (2.4GHz) and MT7615N (5Ghz)
* LAN: 5x1000M
* Firmware layout is Uboot with extra 96 bytes in header
* Base PCB is AP-MTKH7-0002
* LEDs Power Green,Power Orange,Internet Green,Internet Orange
* LEDs "2.4G" Green & "5G" Green connected directly to wifi module
* Buttons Reset,WPS,WIFI

Flash instruction:

Upload image via emergency recovery mode via Windows "not working with Linux"
Push and hold reset button (on the bottom of the device) until power led starts flashing (about 10 secs or so) while plugging in the power cable.
Give it ~30 seconds, to boot the recovery mode GUI
Connect your client computer to LAN1 of the device
Set your client IP address manually to 192.168.0.2 / 255.255.255.0.
Call the recovery page for the device at http://192.168.0.1
Use the provided emergency web GUI to upload and flash a new firmware to the device

MAC addresses:

lan      factory 0xe000 *:55 (label)
wan      factory 0xe006 *:58
2.4 GHz  factory 0x0004 *:56
5.0 GHz  factory 0x8004 *:57

Signed-off-by: Alan Luck <luckyhome2008@gmail.com>
2020-03-03 17:08:14 +08:00
AmadeusGhost
478a80a5dc drivers/mtd: update from official 2020-03-03 17:06:29 +08:00
CN_SZTL
32af49a7d3
Merge Lean's source 2020-03-01 15:56:30 +08:00
LEAN-ESX
b787e45705 kernel: 4.14,4.19: disable ARM CE & NEON 2020-02-29 21:46:44 -08:00
AmadeusGhost
691def3cad
kernel: bump to 4.9.214, 4.14.171, 4.19.106 (#3375) 2020-02-29 16:28:07 +08:00
AmadeusGhost
7dc881dd79 kernel: bump to 4.9.214, 4.14.171, 4.19.106
Remove error commit from
15a0701cdd
2020-02-29 01:23:18 +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
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
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
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
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
CN_SZTL
94220db7c3
kernel/iptables: fix IMQ support 2020-02-25 20:27:24 +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
8ba2092ec3
Merge Lean's source 2020-02-22 12:52:04 +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
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
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
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
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
5893c0d03c
Merge Lean's source 2020-02-03 14:13:23 +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
AmadeusGhost
ae48c01089
target: remove support for kernel 3.18 (#2900) 2020-01-31 21:48:59 +08:00