Commit Graph

3986 Commits

Author SHA1 Message Date
David Bauer
efc8da5296 ar71xx: correct AVM FRITZ Repeater 450E WPS button flag
The AVM FRITZ!WLAN Repeater 450E's WPS button is not active low.

Correct the active low flag to avoid unintenional activation of
failsafe mode on boot.

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 1d4f2ca610)
2020-03-08 12:10:18 +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
CN_SZTL
40a2949f2a
ppp: add shellsync ppp support 2020-03-08 05:03:00 +08:00
CN_SZTL
3cb8f3592e
Version: sync with OpenWrt 18.06.8 2020-03-08 04:20:34 +08:00
CN_SZTL
b1d9a3a548
libubox: backport blobmsg_check_array() fix 2020-03-08 04:18:18 +08:00
CN_SZTL
91ac1e0d39
luci-app-cpufreq: move to system 2020-03-08 04:03:52 +08:00
CN_SZTL
8812aeac3b
Version: bump to mod20.03 2020-03-08 03:40:39 +08:00
CN_SZTL
021fecb059
luci-app-ssocks: move to vpn 2020-03-08 03:22:18 +08:00
CN_SZTL
d03bdd65fa
verysync: bump to v1.3.3 2020-03-08 02:41:15 +08:00
CN_SZTL
e82321d42d
luci-app-ksmbd: rename from luci-app-cifsd 2020-03-08 02:39:34 +08:00
CN_SZTL
309a1a6a66
ksmbd: move to packages 2020-03-08 02:20:36 +08:00
CN_SZTL
41a633fc4f
base-files: Add /etc/shinit for non-login shell init 2020-03-08 01:34:56 +08:00
CN_SZTL
68509769b0
ncurses: update to 6.2 2020-03-08 01:28:54 +08:00
CN_SZTL
d278752c3e
mtwifi: fix dependency 2020-03-07 23:49:13 +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
CN_SZTL
c9c313181f
luci-app-cupsd: add package 2020-03-07 21:51:02 +08:00
CN_SZTL
179393cccf
luci-app-serverchan: sync with upstream source 2020-03-07 20:35:16 +08:00
CN_SZTL
d16f63bc23
luci-app-vssr: sync with upstream source 2020-03-07 20:34:27 +08:00
CN_SZTL
1a75cefd00
luci-app-ssr-plus-Jo: sync with upstream source 2020-03-07 20:33:24 +08:00
CN_SZTL
1bd6c3a8ab
luci-app-unblockneteasemusic-go: bump to 1.6 2020-03-07 20:31:59 +08:00
CN_SZTL
9d0817d861
Merge Lean's source 2020-03-07 20:26:11 +08:00
LEAN-ESX
2fa78823c4 adbyby: add missing x64 depend 2020-03-06 22:10:46 -08:00
LEAN-ESX
82c9cc0a14 luci-app-adbyby-plus: fix global filter works with unlock music 2020-03-06 20:35:58 -08:00
CN_SZTL
584f9051a3
Merge Lean's source 2020-03-07 00:48:44 +08:00
Amily
84bf3aadcd
luci-app-ssr-plus:ssr-ad separate control use (#3592)
Co-authored-by: amily <ssr0@ssr0.cn>
2020-03-07 00:43:39 +08:00
22613
e304e1dbc0
verysync add profiledir config (#3612) 2020-03-07 00:41:37 +08:00
LEAN-ESX
6db2e387a8 UnblockNeteaseMusicGo: fix package checksum 2020-03-06 08:40:14 -08:00
CN_SZTL
6a82ad221c
Merge Lean's source 2020-03-07 00:24:27 +08:00
LEAN-ESX
09836df369 UnblockNeteaseMusicGo: bump version 2020-03-06 08:05:07 -08:00
CN_SZTL
2e14487945
k3wifi: add new driver 2020-03-06 23:12:34 +08:00
AmadeusGhost
1f313abd5a m520: fix spi naming 2020-03-06 22:18:10 +08:00
CN_SZTL
4106da1db6
luci-app-unblockneteasemusic: remove useless config 2020-03-06 20:37:16 +08:00
CN_SZTL
69155d0a66
luci-app-unblockneteasemusic: bump to 2.8-2 2020-03-06 20:27:37 +08:00
CN_SZTL
e5258cb871
luci-theme-bootstrap-mod: fix LuCI-18.06 2020-03-06 20:25:56 +08:00
CN_SZTL
e186a6cae4
luci-app-passwall: sync with upstream source 2020-03-06 20:23:53 +08:00
CN_SZTL
7f2459790e
luci-app-unblockneteasemusic-go: fix fs 2020-03-06 20:21:51 +08:00
CN_SZTL
d17dea48c7
Merge Lean's source 2020-03-06 18:19:28 +08:00
CN_SZTL
de4a1a1a92
luci-app-233ddns: bump to v1.0-3 2020-03-06 18:18:38 +08:00
LEAN-ESX
2bcfd29252 luci-app-ssr-plus: add Trojan udp relay IPv6 support 2020-03-06 01:48:34 -08:00
LEAN-ESX
5e96181fcc luci-app-ssr-plus: socks listens on IPv6 2020-03-06 01:29:29 -08:00
CN_SZTL
a9f23d0825
luci-app-unblockmusic: fix dependency 2020-03-06 17:10:26 +08:00
CN_SZTL
74e66132ce
gotop: add package 2020-03-06 16:56:46 +08:00
CN_SZTL
688009ef3b
Merge Lean's source 2020-03-06 16:28:51 +08:00
LEAN-ESX
a2a6abcd63 UnblockNeteaseMusic: bump version 2020-03-06 00:22:36 -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
LEAN-ESX
1846bd979c luci-app-unblockmusic: add http and https ACL filter 2020-03-06 00:08:19 -08:00