Commit Graph

2601 Commits

Author SHA1 Message Date
Beginner
0509415173
luci-app-vlmcsd: tidy up luci (#8150) 2021-11-01 09:57:56 +08:00
Beginner
eff943777d
luci-app-go-aliyundrive-webdav: add package (#8112)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-10-31 17:04:10 +08:00
Beginner
67d86bf3cf
luci-app-aliyundrive-webdav: update to 0.5.1 (#8144)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-10-31 17:03:39 +08:00
Beginner
74ff18c98b
UnblockNeteaseMusic: bump to latest git HEAD (#8143) 2021-10-31 16:26:26 +08:00
Zhangyi
d9a8c1657b
Update setting.lua (#8040)
add comments
2021-10-30 00:01:22 +08:00
Beginner
08d7638ce9
frp: update to 0.38.0 (#8139)
Co-authored-by: Chukun Pan <amadeus@jmu.edu.cn>
2021-10-29 13:20:01 +08:00
AmadeusGhost
aabb9a49f7 mtk_apcli: move to wireless 2021-10-29 00:15:23 +08:00
AmadeusGhost
f4ff087e02 luci-app-mtwifi: sync upstream source
From: https://github.com/MeIsReallyBa/MT7915_7621-MT_WIFI-Openwrt
2021-10-29 00:11:18 +08:00
AmadeusGhost
974cee715d mtwifi: add default config for mt7915d
Based on: https://github.com/MeIsReallyBa/MT7915_7621-MT_WIFI-Openwrt
2021-10-29 00:05:06 +08:00
AmadeusGhost
e76d06cd15 quantenna: only enabled on ipq806x
However, I still don’t know why rockchip and x86 users
choose this driver.

Closed: #7816, #8049
2021-10-28 23:51:38 +08:00
Beginner
a763fe4e88
base-files: chmod 1777 /var/lock (#8120)
Per FHS 3.0, /var/lock is the location for lock files [1].
However its current permissions (755) are too restrictive
for use by unprivileged processes.
Debian and Ubuntu set them to 1777, and now so do we.

[1] <https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html#varlockLockFiles>

Signed-off-by: Deomid Ryabkov <rojer@rojer.me>
[fixed typo in commit message, had to remove "rojer" due to git hooks]
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>

Co-authored-by: Deomid Ryabkov <rojer@rojer.me>
2021-10-26 22:22:11 +08:00
Beginner
d4df1bbdab
dnsproxy: update to 0.39.9 (#8135) 2021-10-26 22:21:31 +08:00
Beginner
57f1fc21c3
ethtool: update to v5.14 (#8121)
Update to newly released version 5.14

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>

Co-authored-by: Hans Dedecker <dedeckeh@gmail.com>
2021-10-25 23:01:14 +08:00
NagaseKouichi
bd8a6f08f0
uugamebooster: bump to v2.17.8 (#8126) 2021-10-25 18:36:31 +08:00
Beginner
0d0403785e
luci-app-aliyundrive-webdav: update to 0.4.8 (#8114)
Co-authored-by: messense <messense@icloud.com>
2021-10-23 18:05:19 +08:00
Beginner
26afd3e54d
luci-app-jd-dailybonus: minor adjustments (#8113)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>
2021-10-23 18:05:07 +08:00
Tianling Shen
f0b639bb51
simple-obfs/trojan: move to helloworld (#8106)
* simple-obfs: remove package

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>

* trojan: remove package

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-22 23:16:53 +08:00
Beginner
f100ebf845
hostapd: sync upstream (#8101)
* hostapd: fix a race condition on adding AP mode wds sta interfaces

Both hostapd and netifd attempt to add a VLAN device to a bridge.
Depending on which one wins the race, bridge vlan settings might be incomplete,
or hostapd might run into an error and refuse to service the client.
Fix this by preventing hostapd from adding interfaces to the bridge and
instead rely entirely on netifd handling this properly

Signed-off-by: Felix Fietkau <nbd@nbd.name>

* hostapd: fix up patches after the last commit

Signed-off-by: Felix Fietkau <nbd@nbd.name>

* hostapd: ubus: fix uninitialized pointer

This fixes passing a bogus non-null pointer to the ubus handler in case
the transition request is rejected.

Signed-off-by: David Bauer <mail@david-bauer.net>

Co-authored-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: David Bauer <mail@david-bauer.net>
2021-10-22 11:56:24 +08:00
Beginner
13384d4c51
rclone: sync upstream (#8082)
Co-authored-by: Elon Huang <elonh@immortalwrt.org>
2021-10-21 11:04:25 +08:00
ntlf9t
e76d6d720c
update easymesh v1.8 (#8094)
Co-authored-by: ntlf9t <dingzhong110@gmail.com>
2021-10-21 11:03:20 +08:00
110010110
8c73e80029
qca-nss-ecm-64: unset active connection values and revert to default (#8096) 2021-10-21 11:00:23 +08:00
Beginner
03ff629884
hostapd: sync upstream (#8078)
* hostapd: ubus: add notification for BSS transition response

To allow steering daemons to be aware of the STA-decided transition
target, publish WNM transition responses to ubus. This way, steerings
daemons can learn about STA-chosen targets and send a better selection
of transition candidates.

Signed-off-by: David Bauer <mail@david-bauer.net>

* hostapd: ubus: add BSS transtiton request method

The existing wnm_disassoc_imminent ubus method only supports issuing a
bss transition request with the disassoc imminent flag set.
For use-cases, where the client is requested to roam to another BSS
without a pending disassoc, this existing method is not suitable.

Add a new bss_transition_request ubus method, which provides a more
universal way to dispatch a transition request. It takes the following
arguments:

Required:
addr: String - MAC-address of the STA to send the request to (colon-seperated)

Optional:
abridged - Bool - Indicates if the abridged flag is set
disassociation_imminent: Bool - Whether or not the disassoc_imminent
                         flag is set
disassociation_timer: I32 - number of TBTTs after which the client will
                      be disassociated
validity_period: I32 - number of TBTTs after which the beacon
                 candidate list (if included) will be invalid
neighbors: blob-array - Array of strings containing neighbor reports as
           hex-string

Signed-off-by: David Bauer <mail@david-bauer.net>

* hostapd: fix goto loop for ubus assoc handler

When a ubus event handler denies a association with a non-zero return
value, the code jumps to preceeding code, creating an endless loop until
the event handler accepts the assc request.

Move the ubus handler further up the code to avoid creating such a loop.

Signed-off-by: David Bauer <mail@david-bauer.net>

Co-authored-by: David Bauer <mail@david-bauer.net>
2021-10-20 17:29:38 +08:00
Beginner
9b094ff6fe
luci-app-serverchan: sync upstream (#8080)
Co-authored-by: tty228 <tty228@yeah.net>
2021-10-20 12:55:36 +08:00
EnnawYang
892791f72d
luci-app-jd-dailybonus: bump to 1.0.6 (#8091)
Co-authored-by: EnnawYang <EnnawYang@users.noreply.github.com>
2021-10-20 12:55:01 +08:00
Beginner
280c1478f1
luci-app-aliyundrive-webdav: update to 0.4.7 (#8084)
Co-authored-by: messense <messense@icloud.com>
2021-10-19 22:51:14 +08:00
ntlf9t
998bfc0485
luci-app-easymesh: generate PMK locally (#8058) 2021-10-16 10:02:07 +08:00
ntlf9t
f598cbf18d
luci-app-easymesh: update to v1.7 (#8057) 2021-10-15 23:20:16 +08:00
Boos4721
658c2f10bc
r8125: update to 9.006.04 (#8055)
Signed-off-by: boos4721 <3.1415926535boos@gmail.com>
2021-10-15 19:41:50 +08:00
Beginner
53d63e38a9
kernel: drop kmod-gpio-dev (#8015)
The GPIO_DEVICE symbol belonged to a custom driver that was removed from
OpenWrt in 2012. The symbol never existed in the upstream kernel.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Co-authored-by: Stijn Tintel <stijn@linux-ipv6.be>
2021-10-13 17:29:11 +08:00
Boos4721
5f47207691
autocore: add missing depend package ethtool (#8030)
for fix issuse https://github.com/coolsnowwolf/lede/issues/8029

Signed-off-by: boos4721 <3.1415926535boos@gmail.com>
2021-10-12 08:15:59 +08:00
lean
dd9f6db1e8 Merge branch 'master' of https://github.com/coolsnowwolf/lede 2021-10-11 17:12:11 +08:00
lean
d48fb0f877 autocore: add eth info for arm/armv8 target 2021-10-11 17:12:01 +08:00
Ailick
7f7366334c
luci-app-turboacc: fix issues #7858 #7970 and more (#8018)
* shortcut-fe: Remove unnecessary unloading.

* luci-app-turboacc: add fullcone status sync
2021-10-11 16:15:03 +08:00
Ailick
b947b26d6b
firewall: add reload config for triggers (#8027) 2021-10-11 16:14:23 +08:00
lean
983fdace9f luci-app-unblockmusic: adjust settings 2021-10-11 12:10:51 +08:00
Beginner
c14b434216
rclone: sync upstream (#8024)
* rclone-webui: cleanup Makefile

* rclone: import init files from luci

* rclone: add missing dependencies

* luci-app-rclone: move init files to packages

Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-11 10:32:36 +08:00
Beginner
86cec76891
r8168: Update to 8.049.02 (#8016)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-10 14:40:19 +08:00
Beginner
d8ddacaad9
UnblockNeteaseMusic: bump to latest git HEAD (#8019) 2021-10-10 14:28:27 +08:00
lean
13792caf1b vlmcsd: add Windows 11 KMS key support 2021-10-08 16:50:43 +08:00
AmadeusGhost
56c4a5e91c base-files: switch the banner to lede 2021-10-08 11:40:18 +08:00
AmadeusGhost
d15af9ff7c r8152-vendor: only enabled for x86 targets
Ref: https://github.com/coolsnowwolf/lede/pull/8007#issuecomment-936127147
We do not welcome these unfriendly friendlyarm users. Btw, these projects
like "Fusion xxx" often confused me who is the original author.
2021-10-08 11:38:56 +08:00
Beginner
6b35bb1a85
treewide: use AUTORELEASE on all uboot-* packages (#7988)
Nobody ever updates PKG_RELEASE when changing devices or setup in
the various uboot-* packages. Use $(AUTORELEASE) so we still have
proper versioning there.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>

Co-authored-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-10-07 11:58:12 +08:00
Wu SiYu
1aa340d946
luci-app-airplay2: bugfix ,cleanup and enhance (#8008)
bugfix: in shairport-sync's conf file output_rate should be number form
    (except "auto")
bugfix: audio_backend_buffer_desired_length should in "general" section
enhance: option and text imporvement
cleanup: remove invalid options in shairport-sync's conf file generate
2021-10-07 00:10:31 +08:00
Beginner
4df40b7ed9
luci-app-unblockmusic: drop outdated server (#7977)
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-10-06 21:24:55 +08:00
Beginner
b8c1f2d824
rclone: update to 1.56.2 (#7994) 2021-10-06 11:30:46 +08:00
Beginner
7d2c39e087
dnsmasq: add explicit "set:" for client-matching options (#7993)
Bring the usage in line with the dnsmasq man page and the other options
where set: is mandatory.

No functional change.

Signed-off-by: Paul Fertser <fercerpav@gmail.com>

Co-authored-by: Paul Fertser <fercerpav@gmail.com>
2021-10-06 11:30:27 +08:00
Wu SiYu
81d712944d
package: enhance luci-app-airplay2 (#7990)
feature: add allow_session_interruption and session_timeout option
bugfix: restart shairport-sync when new setting submitted on luci
enhance: some text change and file rename
2021-10-04 22:24:38 +08:00
Beginner
1c61fc40eb
UnblockNeteaseMusic: bump to latest git HEAD (#7968) 2021-10-01 23:24:24 +08:00
zcluo
1b6de996c9
update hash code (#7972)
update hash code
2021-10-01 23:24:11 +08:00
Beginner
dd63907371
luci-app-aliyundrive-webdav: add package (#7967)
Signed-off-by: Beginner-Go <70857188+Beginner-Go@users.noreply.github.com>

Co-authored-by: messense <messense@icloud.com>
2021-10-01 22:16:24 +08:00