Commit Graph

3039 Commits

Author SHA1 Message Date
acooler15
0a796c092b
add check and format 'security' parameter in function scan_app , and function connect_ap add bssid option (#5200)
* check and format security

* apcli add bssid option

* updat PKG_RELEASE to 16
2020-07-28 12:44:57 +08:00
Hugo Yuan
ef882612fd
Readme: Update English version (#5197) 2020-07-27 19:05:41 +08:00
John Smith
18fb27faf6
Update README.md (#5174)
编译提示/bin/sh: 1: rsync: not found
增加 rsync 默认依赖
2020-07-26 15:02:31 +08:00
AmadeusGhost
30decd5f30
ramips/mtwifi: disable bind apcli interface to lan by default (#5178)
The apcli interface can be bound to either lan or wan, so cancel the
default settings.
2020-07-26 15:02:08 +08:00
AmadeusGhost
6f156e443d
luci-app-mtwifi: add wifi relay support (#5168)
* luci-app-mtwifi: add wifi relay support

Source code: Nossiac/mtk-openwrt-feeds
Based on commit 'wireless: wext: remove ndo_do_ioctl fallback'

* luci-app-mtwifi: fix ap-scan failed

* luci-app-mtwifi: show overview when relay is enabled
2020-07-23 22:39:25 +08:00
Hugo Yuan
0866d17f4f
fix dnsmasq resolvfile path (#5159) 2020-07-22 16:43:42 +08:00
ricksuzade-maker
f5b06268b4
Bump v2ray-plugin to 1.3.4 (#5152) 2020-07-22 12:16:43 +08:00
coolsnowwolf
289e393763 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-20 22:49:03 +08:00
coolsnowwolf
4dbc650998 package: drop adbyby by default 2020-07-20 22:48:40 +08:00
z826540272
e68d170e60
Revert shadowsocksr-libev:reduce file size (#5147)
用来修复编译失败。
2020-07-20 16:47:53 +08:00
coolsnowwolf
14371af55d ipq40xx: fix ethernet vlan double tagging 2020-07-20 13:53:04 +08:00
coolsnowwolf
7fdf770ca0 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-20 13:46:06 +08:00
coolsnowwolf
3356040880 kernel: bump 5.4 to 5.4.51 2020-07-20 13:45:54 +08:00
AmadeusGhost
1e8536f117
ramips: improve ac2100/dir882 support (#5136) 2020-07-19 19:09:26 +08:00
big fox tail
fb7752d159
openvpn: fix bug (#5130) 2020-07-19 13:55:49 +08:00
big fox tail
88cd26581a
20200718-忽略文件添加*.log (#5128) 2020-07-19 13:54:52 +08:00
big fox tail
b04643026a
wget: prefer ipv4 than ipv6 (#5127) 2020-07-19 13:54:32 +08:00
AmadeusGhost
0635250cda
ramips/mt7621: re-added hwnat support for kernel 5.4 (#5120)
* ramips: mt7621.dtsi: add missing pinctrl to ethernet node

Add rgmii1_pins (1st GMAC) and mdio_pins to ethernet node
pinctrl to ensure they are set to correct mode

* ramips: kernel: ralink-eth support mt7621

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

* ramips: some devices use ralink-eth driver

Also re-added mt7621 hwnat support for some devices.

Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: AmadeusGhost <amadeus@openjmu.xyz>

* ramips/mt7621: re-added hwnat support

Co-authored-by: LGA1150 <dqfext@gmail.com>
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-07-18 01:02:11 +08:00
SJZ
6e2f7ac729
Unblockmusic Cloud unlock Log output typo (#5105) 2020-07-17 10:54:46 +08:00
AmadeusGhost
e47f199950
ipq806x: add support for RuiJie RG-MTFI-M520 (#5112)
Fix startup by Mr.chilauhe.

Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-07-17 10:53:56 +08:00
HiGarfield
fc0516eae7
openvpn: fix uci-defaults script (#5103)
修复防火墙端口号。用户如果设置自定义端口,例如1197,则升级固件时,需要uci查询用户设定的自定义端口号,然后打开防火墙端口。
2020-07-14 20:00:10 +08:00
ricksuzade-maker
90571f5db1
Bump wireguard to 1.0.20200712 (#5100) 2020-07-14 13:17:09 +08:00
AmadeusGhost
0426d95035
bcm27xx: rpi4: enable wifi by default (#5090) 2020-07-13 11:29:09 +08:00
Xiaok
ba2038499a
vlmcsd: bump version to svn1113-2020-03-28 (#5088) 2020-07-13 10:09:57 +08:00
AmadeusGhost
ed6be7ead9
gmediarender: fix compilation (#5070) 2020-07-12 11:56:40 +08:00
Jason Zang
00938c8e20
xlnetacc: adjust iface event handling strategy (#5076)
出于以下两个原因,调整快鸟服务对于iface事件的处理策略:
1. 快鸟服务跟随系统启动,ifup事件使快鸟服务重复启动,出现2个快鸟脚本运行实例(原始脚本对于重复运行的判断失效,原因未知)。修改为restart后可保证快鸟服务启动前关闭正在运行的快鸟服务。
2. ifdown事件后不应该立即停止快鸟服务。iface下线后,快鸟脚本无法访问快鸟服务器进行账户注销。未正常注销的账户在外部ip变动后重新上线会触发812错误(12或24小时内无法提速)。因此ifdown事件触发后不停止快鸟服务,而是等iface重新上线(网络恢复正常)后重启服务,以此保证账户注销流程可以正常进行。
2020-07-12 11:56:17 +08:00
coolsnowwolf
95cd6ee365 ramips: miss typo 2020-07-10 17:45:48 +08:00
AmadeusGhost
15b5fbbc0a
ramips: improve support for dir878/882 (#5058) 2020-07-10 11:58:12 +08:00
Charles Chin
74f1dce2c3
Add zh-cn po for luci-app-qBittorrent (#5057)
* translate `Open Web Interface`

* 打开管理页面自适应 http 和 https
2020-07-10 11:56:56 +08:00
Crazy365
6fb7d552d4
fix k3 wifi drive problem (#5053)
解决K3无线驱动未被选中编译问题
2020-07-09 18:01:55 +08:00
Crazy365
a55cb52dcb
fix k3screenctrl depends (#5052)
解决target名称变化造成k3screenctrl无法选中编译问题
2020-07-09 18:01:26 +08:00
coolsnowwolf
1eb3eac387 ramips: fix dts name 2020-07-08 23:03:33 +08:00
hyy-666
c9bd4acac7
fix missing dir-882 and dir-878 and enable mt7615d's LED default n (#5039) 2020-07-08 17:37:28 +08:00
coolsnowwolf
9905c8cd15 luci-app-ipsec-vpnd: add strongswan-mod-kernel-libipsec 2020-07-08 16:49:39 +08:00
coolsnowwolf
dc46e107bc luci-app-webadmin: fix typo 2020-07-08 16:48:02 +08:00
hyy-666
e04cde3f2a
fix menuconfig missing DIR-878 A1 DIR-882 A1 (#5038) 2020-07-08 16:43:03 +08:00
coolsnowwolf
146bf0281a target: rip of ip6tables 2020-07-08 16:28:32 +08:00
hyy-666
345a201394
ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600 (#5035)
* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600

* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600

* ramips: add support for Dlink DIR-878 A1 DIR-882 A1 Motorola MR2600

Co-authored-by: hyy-666 <hyiy666@gmail.com>
2020-07-08 16:23:05 +08:00
AmadeusGhost
e3aad86a01
wireless-regdb: custom change txpower and dfs (#5036)
Co-authored-by: Chen Minqiang <ptpt52@gmail.com>
2020-07-08 15:22:44 +08:00
coolsnowwolf
37c63e9b3d ppp: add shellsync support 2020-07-08 14:45:43 +08:00
coolsnowwolf
170042c687 luci-app-flowoffload: remove kernel limite 2020-07-08 12:48:24 +08:00
BoBppy
f6aacba030
R2S:swap lan and wan (#5028)
R2S的描述是eth1为LAN,eth0为WAN(强迫症xD
2020-07-08 12:23:54 +08:00
coolsnowwolf
86d0c132f4 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2020-07-07 20:22:16 +08:00
coolsnowwolf
7f73591fbf x86: fix cpu temp info 2020-07-07 20:22:05 +08:00
NivalXer
74b263ba93
mwlwifi:add disable-amsdu patch (#5027) 2020-07-07 18:19:10 +08:00
AmadeusGhost
0c94245788
mtwifi: update dual 7615 config (Thx zmzhuai and MeIsReallyBa) (#5025) 2020-07-07 17:02:20 +08:00
coolsnowwolf
b1413474d4 Version update to R20.7.7 2020-07-07 12:43:25 +08:00
coolsnowwolf
dca53083ba bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware 2020-07-07 12:41:13 +08:00
coolsnowwolf
786a6e1843 bcm53xx: phicomm-k3 using custom k3-brcmfmac4366c-firmware 2020-07-07 12:39:50 +08:00
coolsnowwolf
3b4a069b2e package: remove some old pack 2020-07-07 12:38:06 +08:00