Chen Minqiang
ef26af2420
ramips: add xiaomi_miwifi-r3 support
...
Specification:
- CPU: 580 MHz
- Flash size: 128 MiB NAND
- RAM size: 128 MiB DDR2
- Wireless No1: SoC-integrated: MT7620A 2x2 MIMO 802.11b/g/n (2.4 GHz)
- Wireless No2: On-board chip: MT7612E 2x2 MIMO 802.11a/n/ac (5 GHz)
- Switch: MT7620 built-in 10/100 switch w/ vlan support
- USB: 2.0 x1
Flash instructions:
1. access ssh via https://wiki.openwrt.org/toh/xiaomi/mir3
2. in ssh:
nvram set flag_last_success=1
nvram set boot_wait=on
nvram set uart_en=1
nvram commit
mtd write lede-ramips-mt7620-miwifi-r3-squashfs-kernel1.bin kernel1
mtd write lede-ramips-mt7620-miwifi-r3-squashfs-rootfs0.bin rootfs0
reboot
If you want to revert back to stock fw while on LEDE:
insert usb stick (FAT/FAT32) with stock fw renamed to miwifi.bin
fw_setenv flag_last_success 0
power off the device
hold the reset button and power on the device, keep holding the reset button until yellow led starts blinking.
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
2020-03-16 15:39:19 +08:00
AmadeusGhost
f8d1eecc08
ramips: sync upstream source code ( #3805 )
2020-03-15 19:14:19 +08:00
AmadeusGhost
eff2d6c4a1
ramips: sync upstream source code
2020-03-14 12:15:16 +08:00
AmadeusGhost
722777e783
ramips: change wireless driver to mtwifi for dual 7615 devices
2020-03-14 11:25:12 +08:00
AmadeusGhost
6cc2fcb777
XiaoMi R3P: change wireless driver to mtwifi
2020-03-13 19:20:15 +08:00
Chuanhong Guo
639dd37fd7
ramips: mt76x8: pinctrl: add a hack for ESD_MODE bit in GPIO1_MODE
...
This bit is used to specify sdxc pinmap for mt76x8. Details available
in patch description.
To properly solve this problem and the other pinctrl hack in mtk-mmc
driver we'll need to write a dedicated pinctrl driver for mt76x8,
with the support for configuring AGPIO_MODE and RGCTL registers as
well as specially handling GPIO reservation/pinctrl setup for ESDMODE.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-03-13 11:15:47 +08:00
AmadeusGhost
af3376f733
dir-878: change wireless driver to mtwifi
2020-03-11 16:36:28 +08:00
AmadeusGhost
abe8be8efe
ramips: sync upstream source code
2020-03-10 15:55:08 +08:00
Yousong Zhou
dd237a0ed6
ramips: mt7530: more detailed output for unexpected etag_ctrl
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-08 12:05:04 +08:00
Yousong Zhou
f8f41704ce
ramips: mt7530: remove redundant global attrs for port mirroring
...
Global attributes enable_mirror_tx/enable_mirror_rx depend on runtime
value of another global attribute mirror_source_port which just resides
in the memory
The same functionality can be achieved by directly setting port
attribute of the same names. E.g. the following two groups of commands
achieve the same thing
swconfig dev switch0 set mirror_source_port 3
swconfig dev switch0 set enable_mirror_tx 1
swconfig dev switch0 set mirror_source_port 4
swconfig dev switch0 set enable_mirror_tx 1
swconfig dev switch0 port 3 set enable_mirror_tx 1
swconfig dev switch0 port 4 set enable_mirror_tx 1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-08 12:03:02 +08:00
Adrian Schmutzler
b9687c73af
ramips: fix and tidy up DTS for D-Link DIR-810L
...
This patch addresses several issues for D-Link DIR-810L:
- add correct button codes
- harmonize button node names
- use generic flash@0
- remove unused pin groups from state_default
- improve sorting of properties
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2020-03-08 12:00:21 +08:00
Adrian Schmutzler
27e830fa55
ramips: add support for NETGEAR R6700v2/AC2400
...
SoC: MediaTek MT7621AT
RAM: 256M DDR3
FLASH: 128M NAND
WiFi: MediaTek MT7615N an+ac
MediaTek MT7615N bgn
ETH: MediaTek MT7621AT
BTN: 1x Connect (WPS), 1x WLAN, 1x Reset
LED: Power (white/amber), WAN(white/amber), 2.4G(white), 5G(white),
USB(white) , GuestWifi(white) 4x LAN(white/amber), Wifi Button(white),
WPS Button(white)
Installation:
Login to netgear webinterface and flash factory.img
Based on a discontinued GitHub Pull Request by
kuyokushin <codenamezero@protonmail.com>
https://github.com/openwrt/openwrt/pull/2545
NOTE: Netgear R6700 v2 have five clones: R6900 v2, R7450, Nighthawk
AC2400, Nighthawk AC2100 and already added R6800. Rest of them should
be really easy supportable. Image for R6700v2 should work perfectly with
them. Please refer:
https://github.com/openwrt/openwrt/pull/2614
Tested-by: Víctor Gibrán <victorgibranmz@hotmail.com> [R6700v2]
Tested-by: John Landrum <jl31m10@yahoo.com> [AC2400]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[add guest led to mt7621_netgear_r6700-v2.dts end edit commit message]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2020-03-07 23:20:38 +08:00
AmadeusGhost
a170c3156d
ramips: sync official commit for D-Link DIR-810L and Netgear R6800
2020-03-07 23:08:06 +08:00
DENG Qingfang
5829672a9a
ramips: use all reserved space for HiWiFi HC5962
...
Idea was from ad6c6361f9 ("ath79: enable all space on Netgear ar9344-based WNDR routers")
These stock partitons: "backup", "hw_panic", "overly", firmware_backup", "opt"
do not contain any device-specific data and can be used for /overlay, resulting in
121M space
Users should erase those partitions with command `mtd erase <partition name>` prior to
upgrading to this version
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-06 16:18:10 +08:00
DENG Qingfang
f7df44cdea
ramips: increase HiWiFi HC5962 kernel partition to 4M
...
Increase kernel partition because 2M is insufficient for 4.19
Because the partition changes, previous version of OpenWrt cannot upgrade to this version
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2020-03-06 16:16: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
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
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
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
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
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
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
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
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
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
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
coolsnowwolf
ecea39f109
Revert "files: sync from openwrt v19.07 ( #2690 )"
...
This reverts commit 2289184a62 .
2020-02-03 12:33:25 +08:00
AmadeusGhost
2289184a62
files: sync from openwrt v19.07 ( #2690 )
2020-02-01 16:50:37 +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
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
LEAN-ESX
87ddda1137
ramips: enabled firstboot wireless
2019-12-13 21:09:11 -08:00
LEAN-ESX
7ea08e97fe
ramips: mt7621: add support for Netgear R6800
2019-12-13 08:25:54 -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
a70a719e81
kernel: bump to 4.9.206, 4.14.158, 4.19.88
2019-12-10 19:40:41 -08:00
LEAN-ESX
40f51aebde
ramips: add support for XiaoYu XY-C5
2019-12-08 07:31:11 -08:00
LEAN-ESX
6a4cddf7c2
target: sync with OpenWrt 19.07-rc2
2019-12-07 20:13:33 -08:00
LEAN-ESX
5d51ba13ef
ramips: delete MTK 762x support
2019-12-07 07:51:55 -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
LEAN-ESX
738b79e216
UnblockNeteaseMusic: bump to 0.22.1
2019-11-24 05:54:31 -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
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
2070dec20d
kernel: bump to 4.9.202, 4.14.154, 4.19.84
2019-11-20 23:04:05 -08:00
LEAN-ESX
d28f568be2
ramips: XiaoYu-C5 fix to 512MB
2019-10-26 08:49:46 -07:00
LEAN-ESX
1aaf35221a
mt7621: memory auto-detection to support k2p 256MB/512MB
2019-10-08 08:48:36 -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
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
b6f5ffdf18
ramips: add XiaoYu mt7621 support
2019-09-12 00:24:40 -07: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
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
LEAN-ESX
1d882a86f6
kernel: bump to 4.9.183, 4.14.129, 4.19.53
2019-07-06 07:02:01 -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
coolsnowwolf
91ed8a05f4
kernel: bump to 4.9.175, 4.14.118, 4.19.42
2019-05-15 00:13:16 +08:00
coolsnowwolf
facb9642b3
ramips: add support for ASUS RT-AC54U
2019-05-12 23:01:19 +08:00
coolsnowwolf
4fada49231
bug fix
2019-05-03 00:02:51 +08:00
coolsnowwolf
68b8f806a1
k2p: add wireless support
2019-05-01 10:10:07 +08:00
coolsnowwolf
c1c24e78b9
ramips: add MT7530 switch port-mirroring support
2019-04-25 01:17:59 +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
f2966113d1
ramips: fix vlan retag on mt7621
2019-04-18 10:27:33 +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
9cd0dc0dc9
ramips: sync with upsteam target
2019-04-15 15:58:00 +08:00
coolsnowwolf
031c8521c8
ramips: implement vlan rx offload on MT7621
2019-04-04 11:43:42 +08:00
coolsnowwolf
a04283b4f7
ramips: add Xiaomi Mi Router 3 support
2019-04-02 21:50:44 +08:00
coolsnowwolf
d5107528bc
kernel: bump to 4.9.166 and 4.14.109
2019-03-30 20:46:18 +08:00
coolsnowwolf
ec09753204
kernel: bump to 4.9.163 and 4.14.106
2019-03-20 13:52:57 +08:00
coolsnowwolf
7e119a321b
ramips: rework network settings for HC5861 (JI3)
2019-03-11 17:31:18 +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
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
d9b83ef6fd
kernel: bump to 3.8.133, 4.9.153, 4.14.96
2019-02-12 23:04:43 +08:00
coolsnowwolf
415d563eeb
kernel:update kernel verson to 3.18.131, 4.9.148, 4.14.91
2019-01-11 11:25:40 +08:00
coolsnowwolf
900fbaf8a5
x86:add kernel 4.19 support
2019-01-11 11:21:06 +08:00
coolsnowwolf
a2cf0884a5
Merge branch 'master' of https://github.com/coolsnowwolf/lede
2019-01-11 11:08:50 +08:00
coolsnowwolf
d2a0f81639
add 32M spi reboot patch for mtk762x
2019-01-11 11:08:34 +08:00
a1768623020
c466387e1e
PBR-M1 firmware change to 32M size (dts)
...
固件大小为32Mb
2019-01-08 11:04:50 +08:00
a1768623020
413c6a4e28
PBR-M1 firmware change to 32M size
...
pbr-m1固件大小为32m
2019-01-08 11:04:31 +08:00
coolsnowwolf
b5f0b20094
firmware: update acrh17 firmware
2019-01-03 20:29:35 +08:00
coolsnowwolf
347daa04b2
Merge branch master of https://github.com/coolsnowwolf/lede
2019-01-03 19:29:28 +08:00
coolsnowwolf
05f9b24364
ramips: fix Gehua bootup looping
2018-12-31 12:16:08 +08:00
coolsnowwolf
fe442f9cf9
ramips: disable Newifi-D2 highmem
2018-12-28 23:37:00 +08:00
Fsick
147fa1ff62
ramips: fix MT7621 dtsi
...
* ramips: add support for GeHua GHL-R-001
* ramips: fix MT7621 dtsi
2018-12-28 23:01:52 +08:00
Fsick
96e2c4b7d4
ramips: add support for GeHua GHL-R-001
2018-12-28 16:38:25 +08:00
coolsnowwolf
efc7d235f5
Revert "ramips: update dts from upstream"
...
This reverts commit 506e55bee8 .
2018-12-28 16:33:20 +08:00
coolsnowwolf
5ec5d6d794
ramips: add m25p shutdown patch
2018-12-27 21:54:24 +08:00
coolsnowwolf
506e55bee8
ramips: update dts from upstream
2018-12-27 21:53:13 +08:00
coolsnowwolf
334048b2c4
kernel: bump to 3.18.128, 4.9.144, 4.14.87
2018-12-12 15:39:25 +08:00
coolsnowwolf
6e9299a6b3
ramips: add support for more model
2018-11-28 18:40:04 +08:00
coolsnowwolf
4e6f1808f3
kernel: bump 4.14 to 4.14.79
2018-11-24 14:16:28 +08:00
coolsnowwolf
88345ec906
ramips: fix calculation of cpu frequency for mt7621 when overclock
2018-11-23 00:38:24 +08:00
Fsick
aee91483b9
mt76: update to the latest version
...
* Roll back mt76 version to 2018-11-09
* mt76: update to the latest version
* ramips: add missing DTS frequency limit for the 5 GHz radio on Archer
2018-11-19 16:48:57 +08:00
coolsnowwolf
f7af64cef7
Revert "mt76: do not wake tx queues during flush"
...
This reverts commit 7a494295cb .
2018-11-13 21:30:06 +08:00
Fsick
7a494295cb
mt76: do not wake tx queues during flush
2018-11-13 19:05:35 +08:00
coolsnowwolf
3bb61a1c01
SPI 32MB soft reboot patch for ramips
2018-11-11 01:51:08 +08:00
coolsnowwolf
0b049d2385
remove 32M spi patch for mtk762x
2018-11-05 23:52:28 +08:00
coolsnowwolf
1b21ae112e
add soft reboot support for mtk762x 32MB spi flash
2018-10-28 13:18:54 +08:00
coolsnowwolf
6906aa263a
fix ramips mtk762x mmc/host/mtk-mmc/Kconfig drivers support
2018-10-21 18:12:38 +08:00
coolsnowwolf
51a3526595
drop ramips kenerl 4.9 support
2018-10-20 21:11:15 +08:00
coolsnowwolf
a8699d2d8d
default support 802.11r and zerotier in Phicomm K2 for XueMao
2018-10-18 19:15:32 +08:00
coolsnowwolf
b4305f7bb5
mod Linksys RE6500 default packages
2018-10-18 19:00:52 +08:00
coolsnowwolf
f2f05f393d
speedup adbyby boot speed
2018-10-18 01:24:19 +08:00
coolsnowwolf
4c45063e33
default enable 802.11r and 802.11w in ar71xx ath79 mvebu mtk7620 mtk7621 target
2018-10-17 22:06:35 +08:00
coolsnowwolf
da278383c7
enhance mtk 7621 CPU multicore load banlance
2018-10-16 00:52:23 +08:00
coolsnowwolf
8d67f77ff4
kernel version update to 4.9.132 and 4.14.75
2018-10-10 21:48:06 +08:00
coolsnowwolf
f88cb095ff
re-add luci app vlmcsd
2018-10-08 23:22:19 +08:00
coolsnowwolf
6315864b01
bakcport kernel 4.9 support for ramips target
2018-10-08 17:06:46 +08:00
coolsnowwolf
0cf8475a54
ramips:support Phicomm K2P multiple leds in one light
2018-10-08 11:04:12 +08:00
coolsnowwolf
4e24548f70
backport kernel 4.9 support for ramips
2018-10-06 12:11:38 +08:00
coolsnowwolf
67afa057f2
Final git push. Add DNS Cache in Turbo ACC. Improve R7800/AC58U/ACRH17 wifi support. Some kernel updates
2018-10-05 14:42:08 +08:00
coolsnowwolf
523655caf3
kernel update to 4.9.128 and 4.14.71
2018-09-22 16:57:24 +08:00
coolsnowwolf
bb9ce1c8bf
Enable FPU EMULATOR for MIPS
2018-09-10 18:09:42 +08:00
coolsnowwolf
806f5db174
sync with OpenWrt trunk
2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7
sync with OpenWrt v18.06.1 stable new R8.1 version
2018-08-23 17:40:23 +08:00
coolsnowwolf
fc170dfd79
update ramips target in 4.14
2018-06-15 00:17:33 +08:00
coolsnowwolf
2b27fd97d7
fresh kernel 4.14 patch
2018-06-15 00:15:46 +08:00
coolsnowwolf
ef299a8ec1
update MTK 7621 patchs
2018-06-04 16:01:52 +08:00
coolsnowwolf
54d7a2f78f
update kernel version to 4.9.101 and 4.14.42
2018-05-23 16:01:16 +08:00
coolsnowwolf
e985e89cae
update linux target patch
2018-05-22 18:44:30 +08:00
coolsnowwolf
701cc08ea0
kernel version sync to openwrt-18.06
2018-05-22 14:51:26 +08:00
coolsnowwolf
8fe0636b8a
Merge branch 'master' of github.com:lede-project/source
2018-04-23 18:50:49 +08:00
coolsnowwolf
b52215c8db
MT7620 based boards with NAND flashsupport and fix wireless rx queue issue
2018-04-09 22:01:52 +08:00
coolsnowwolf
accfddd339
switch ramips to kernel 4.14
2018-04-08 17:57:18 +08:00
coolsnowwolf
519d118d74
kernel update
2018-01-24 13:18:14 +08:00
coolsnowwolf
20f7e75789
update to R7.5.4
2018-01-15 18:26:41 +08:00
coolsnowwolf
62284be432
fix ramips (mtk762x) wifi issue
2018-01-08 13:45:29 +08:00
coolsnowwolf
d1a4dbb0a5
kernel update to 4.4.108 and 4.9.72
2017-12-28 14:12:19 +08:00
coolsnowwolf
03e969ff38
update kernel 4.4/4.9 to the lastest version
2017-12-25 10:45:33 +08:00
coolsnowwolf
0150df166a
kernel: bump 4.9 to 4.9.67
2017-12-12 17:09:23 +08:00
coolsnowwolf
7d42e8220a
kernel: bump 4.9 to 4.9.65
2017-11-26 14:24:06 +08:00
coolsnowwolf
f9c0dcfaad
update kernel 4.9 to 4.9.63
2017-11-26 14:09:36 +08:00
coolsnowwolf
b932b5804a
add MIPS FPU Emu for mtk 7621
2017-10-22 15:15:10 +08:00
coolsnowwolf
6e4af7e4ea
add MIPS FPU Emu for mtk 7620
2017-10-22 14:59:35 +08:00
coolsnowwolf
bfacc172f0
update kernel to 4.9.57
2017-10-19 22:23:41 +08:00
coolsnowwolf
3b7d93f991
kernel-bump-4.9-to-4.9.54
2017-10-09 23:07:29 +08:00
coolsnowwolf
7c0e11923f
update kernel to 4.9.51. special for mvebu and ramps fix.
2017-09-22 01:02:09 +08:00
coolsnowwolf
03efb03919
Merge branch 'master' of https://github.com/lede-project/source
2017-09-12 01:07:20 +08:00
coolsnowwolf
97a4ffcc12
update source
2017-09-06 19:19:45 +08:00