Commit Graph

17615 Commits

Author SHA1 Message Date
CN_SZTL
e5cc21dbf2
Merge Official Source 2020-04-14 20:26:35 +08:00
CN_SZTL
ce9e67ae78
tcpping: add necessary dependency
This fix project-openwrt/openwrt#132.
2020-04-14 19:40:19 +08:00
Kevin Darbyshire-Bryant
9fd36f54f5 Revert "kmod-sched: add act_police"
This reverts commit 1b973b54ea.

It turns out act_police is included in the kmod-sched package so this
package turns out to be superfluous and causes file provision conflicts.

Ooooops!  Best revert it then.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-14 08:48:33 +01:00
AmadeusGhost
69781642fa Revert'ramips: disable PORT 5 MAC RX/TX flow control by default' 2020-04-14 15:20:35 +08:00
Daniel Golle
a5a90a94ce netifd: fix jail ifdown and jails without jail_ifname
The previous commit introduced a regression for netns jails without
jail_ifname set. Fix that.

Fixes: 4e4f7c6d2d ("netifd: network namespace jail improvements")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-14 00:55:02 +01:00
Daniel Golle
4e4f7c6d2d netifd: network namespace jail improvements
aaaca2e interface: allocate and free memory for jail name
 d93126d interface: allow renaming interface when moving to jail netns

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-14 00:22:21 +01:00
Daniel Golle
a66efbf916 mac80211: adapt for single-instance wpad
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-14 00:22:21 +01:00
Daniel Golle
f37d634236 hostapd: reduce to a single instance per service
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-14 00:22:21 +01:00
Rosen Penev
d27623b542 elfutils: update to 0.179
Removed sys/cdefs usage. The header is deprecated.

Removed canonicalize_file_name define. It's already fixed upstream.

Added --disable-debuginfod. Seems to be needed.

Modified patch 005 to build more stuff. It was failing before. It still
only builds libraries.

Modified patch 100 to use strerror under non-glibc. It is used under
glibc as strerror is not thread safe. It is under musl and uClibc-ng.
strerror_l is not available under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 22:40:19 +02:00
Rosen Penev
76d22fc24b hostapd: backport usleep patch
Optionally fixes compilation with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 22:40:19 +02:00
Kirill Lukonin
dce97df740 wpa_supplicant: disable CONFIG_WRITE functionality
CONFIG_WRITE functionality is not used and could be removed.
Looks helpful for devices with small flash because wpad is also affected.

Little testing shows that about 6 KB could be saved.

Signed-off-by: Kirill Lukonin <klukonin@gmail.com>
2020-04-13 22:40:06 +02:00
Jose Olivera
93a8cdf5d8 mwlwifi: Update the 88W8964's firmware to 9.3.2.12 and fix backports version detection
Updates the 88W8964 firmware used in the Linksys WRT3200ACM and WRT32X
[v9.3.2.6 -> v9.3.2.12]

Removes 0c43219 ("mwlwifi: Fix loading with backports v5.3")
as it has been merged upstream.

Unfortunately, there is a bug wherein Kaloz's repo, the version
detection mechanism for fixing vendor commands doesn't work.

It pulls in the Linux kernel version, which as of this time is
"4.14.y" or "4.19.y"

However, the proper behaviour is that it should pull in the mac80211
backports version which as of now is "5.4.27"

The included patch works around this using a backports define found
only on versions >5.3, "VENDOR_CMD_RAW_DATA".

Signed-off-by: Jose Olivera <oliverajeo@gmail.com>
2020-04-13 22:11:26 +02:00
Lucian Cristian
8f342a39de kernel: hwmon: add dme1737 driver
SMSC DME1737, SCH3112, SCH3114, SCH3116, SCH5027 monitoring support

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-13 22:11:22 +02:00
CN_SZTL
4a214bad08
Merge Official Source 2020-04-13 21:44:04 +08:00
lean
a3f09107bc
amule: dyn linked 2020-04-13 21:18:54 +08:00
lean
4a64736ff8
luci-app-music-remote-center: add place holder 2020-04-13 21:17:16 +08:00
CN_SZTL
8ef8e42dde
KoolProxy: drop garbage software from garbage KoolShare 2020-04-13 19:40:54 +08:00
Álvaro Fernández Rojas
97c5fb4709 cypress-firmware: update to v5.4.18-2020_0402
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-04-13 10:14:48 +02:00
CN_SZTL
fc0385a5dc
treewide: fix wrong ACL directory 2020-04-13 06:11:07 +08:00
CN_SZTL
f497cc2c8e
luci-app-passwall: fix install ACL file 2020-04-13 06:04:03 +08:00
CN_SZTL
de985c9367
luci-app-zerotier: fix wrong directory 2020-04-13 05:55:43 +08:00
CN_SZTL
6842ce3dd1
luci-app-ssr-plus: fix install ACL file 2020-04-13 05:54:42 +08:00
CN_SZTL
d230486d64
default-settings: fix path to aria2 htm 2020-04-13 04:56:30 +08:00
CN_SZTL
1fe0c0c870
treewide: add ACL file for each LuCI APP 2020-04-13 04:32:54 +08:00
Daniel Golle
0aa2ecf5b2 base-files: don't ship local build key when on buildbot
Including the local build key in /etc/opkg/keys isn't feasible when
building on the buildbot: The included key collides with its copy
already in openwrt-keyring which breaks the ImageBuilder.
Not including a locally generated key also makes the base-files package
more reproducible.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-12 20:35:00 +01:00
CN_SZTL
f35f083102
luci-app-k3usb: sort out files 2020-04-13 02:39:36 +08:00
CN_SZTL
21c4cd2382
luci-app-smstool: sort out files 2020-04-13 02:30:21 +08:00
CN_SZTL
35e2ab75b0
luci-app-chinadns: sort out files 2020-04-13 02:26:49 +08:00
CN_SZTL
facf33c92a
phicomm-k3screenctrl: fix dependency 2020-04-13 02:24:36 +08:00
CN_SZTL
655c9e0a00
luci-app-k3screenctrl: sort out files 2020-04-13 02:22:31 +08:00
CN_SZTL
ecaa114424
luci-app-mentohust: sort out files 2020-04-13 02:17:45 +08:00
CN_SZTL
676dfad4c2
luci-app-koolproxyR: sort out files 2020-04-13 02:14:14 +08:00
CN_SZTL
620988a973
luci-app-smartdns: fix uci control ACL 2020-04-13 01:57:47 +08:00
CN_SZTL
f9796bcec0
luci-app-rtorrent: drop outdated package 2020-04-13 01:20:56 +08:00
CN_SZTL
3ec57d47b8
luci-app-koolproxy: sort out files 2020-04-13 01:16:55 +08:00
CN_SZTL
ac8e82ac03
luci-app-eqos: sort out files 2020-04-13 00:58:02 +08:00
CN_SZTL
5e743a17e9
luci-app-qosv4: sort out files 2020-04-13 00:46:37 +08:00
CN_SZTL
f239247714
luci-app-njitclient: sort out files 2020-04-13 00:34:29 +08:00
CN_SZTL
6ded5aba9a
luci-app-brook: sort out files 2020-04-13 00:27:22 +08:00
CN_SZTL
c1ecfca5d4
luci-app-udp2raw: sort out files 2020-04-13 00:23:10 +08:00
CN_SZTL
9e015e9391
luci-app-aliddns: sort out files 2020-04-13 00:19:24 +08:00
CN_SZTL
1a1a1b322a
luci-app-cd8021x: sort out files 2020-04-13 00:16:18 +08:00
CN_SZTL
02e70fb5a6
luci-app-ngrokc: sort out files 2020-04-13 00:12:32 +08:00
CN_SZTL
8988b9f128
luci-app-speederv2: sort out files 2020-04-13 00:04:42 +08:00
Chuanhong Guo
f017f617ae base-files: preinit: also config switch when no port roles defined
current preinit code in base-files doesn't config switch when there are
no port roles defined. But this kind of configuration exists on single
port devices where switch vlan is simply disabled.
configure reset and enable_vlan property when a switch node exist.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
2020-04-12 22:29:02 +08:00
LGA1150
f388ea9e37 luci-app-ssr-plus: add ACL rule 2020-04-12 22:26:18 +08:00
Kevin Darbyshire-Bryant
4f34e430ed dnsmasq: bump to v2.81
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-12 15:04:48 +01:00
CN_SZTL
606af3dd9d
Merge Official Source 2020-04-12 20:56:51 +08:00
Adrian Schmutzler
ae636effd2 base-files: source functions.sh in /lib/functions/system.sh
The file /lib/functions/system.sh depends on find_mtd_index() and
find_mtd_part() located in /lib/function.sh, so let's source that
file.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-12 14:16:57 +02:00
Adrian Schmutzler
282e817350 base-files: do not source system.sh in functions.sh
The default_postinst() function in /lib/functions.sh sources
/lib/functions/system.sh before cycling through uci-defaults files.

This creates a pseudo-cyclic dependency as system.sh also uses
functions that are located in functions.sh. Despite that, there
is actually only one uci-defaults file in the entire repo that needs
system.sh, and this one contains an explicit source for system.sh
anyway.

Consequently, this patch removes the sourcing of system.sh in
functions.sh. There are no relevant uses in packages, routing and
luci repositories.
This may require adjustments for downstream, though.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-04-12 14:16:54 +02:00