Commit Graph

5818 Commits

Author SHA1 Message Date
Rosen Penev
ffbff069dc uClibc-ng: refresh config and remove several legacy options
SUSV3_LEGACY_MACROS are completely unused since SUSV3_LEGACY is enabled

HAS_OBSOLETE_BSD_SIGNAL is completely deprecated functionality.

HAS_BSD_RES_CLOSE is completely deprecated functionality.

HAS_FTW is deprecated SUSV4 functionality. Saves ~4.5kb.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-25 12:18:11 +08:00
Donald Hoskins
26529097c0 uClibc-ng: update package from 1.0.31 to 1.0.34
Update package from 1.0.31 to 1.0.34

Tested mips64/octeonplus/octeon3
Build against: OpenWrt SNAPSHOT r13871-546e140382 / LuCI Master git-20.186.79919-0c47989
Build Kernel: 5.4.51

Signed-off-by: Donald Hoskins <grommish@gmail.com>
2020-08-25 12:17:43 +08:00
Jeffery To
37ddc74b37 cmake: Disable use of package registries
CMake provides a user package registry (stored in ~/.cmake/packages) and
a system package registry (not available on non-Windows platforms).

The "export(PACKAGE)" command may store information in the user package
registry, and the "find_package()" command may search both user and
system package registries for information.

This sets various variables to disable the use of these package
registries (both saving and retrieval of package information).

This also sets deprecated variables that perform similar functions, in
case external toolchains include older versions of CMake.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-08-25 12:17:05 +08:00
Josef Schlehofer
8da86f749d linux-firmware: add support for Marvell SDIO 8997
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-25 12:16:40 +08:00
Josef Schlehofer
e6a2858667 linux-firmware: update to version 20200817
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-25 12:15:49 +08:00
Yuan Tao
b0ab79f1b6 config: kernel: fix missed CGROUP_HUGETLB symbol
The symbol KERNEL_CGROUP_HUGETLB is always used whenever KERNEL_CGROUPS is enabled.
The absence of this notation will cause the user to be asked to enter this parameter the first time it is compiled.

Signed-off-by: Yuan Tao <ty@wevs.org>
2020-08-24 11:36:40 +08:00
Paul Spooren
8fb7510ffe f2fs-tools: add selinux variant
This variant is build with `libselinux` and required to set labels
during runtime.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-24 11:36:20 +08:00
Paul Spooren
6d2a5ea0db busybox: add selinux variant
This commit adds a `selinux` variant which comes with with a number of
SELinux applets and also SELinux label support.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-08-24 11:35:49 +08:00
Hans Dedecker
f021bf5fcd nat46: update to latest git HEAD
362640b nat46-module: fix compilation with kernel 5.6

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-24 11:35:10 +08:00
Hannu Nyman
5cf60d65b8 tools/ccache: update to 3.7.11
Update ccache to 3.7.11

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-24 11:34:47 +08:00
Hannu Nyman
7884be9b74 tools/cmake: update to 3.18.2
Update cmake to version 3.18.2.
Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-24 11:34:26 +08:00
Hannu Nyman
c513121ee4 tools/mpfr: update to 4.1.0
Update mpfr to version 4.1.0.
Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-24 11:34:03 +08:00
CN_SZTL
b7a825c861
luci-app-cpufreq: upthreshold/factor: allow empty 2020-08-23 23:52:33 +08:00
Hannu Nyman
cf5d37dbbe
tools/bison: update to 3.7.1
Update GNU bison to version 3.7.1.
Refresh patches.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-23 23:38:07 +08:00
Hans Dedecker
83f9520b35
curl: disable zstd support
Fixes package libcurl build issue :

Package libcurl is missing dependencies for the following libraries:
libzstd.so.1

Suggested-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-08-23 23:37:47 +08:00
CN_SZTL
d897d20955
luci-app-vssr: bump to v1.13 2020-08-23 23:33:43 +08:00
CN_SZTL
b70213ea1c
luci-app-passwall: sync with upstream source 2020-08-23 23:32:12 +08:00
CN_SZTL
c7e6a991ff
autocore: add bcm53xx support 2020-08-23 23:31:16 +08:00
CN_SZTL
28f7305a73
k3screenctrl: switch source code
Related issue: #134
2020-08-23 23:17:04 +08:00
CN_SZTL
917145b153
luci-app-cpufreq: upthreshold/factor: depend on ondemand 2020-08-23 22:53:46 +08:00
CN_SZTL
bdf533316d
curl: add missing dependency 2020-08-23 04:15:23 +08:00
CN_SZTL
ad1657d2c7
luci-app-passwall: bump to 3.9-42 2020-08-23 03:20:20 +08:00
CN_SZTL
dfae9bb1ce
luci-app-vssr: bump to 1.12 2020-08-23 03:17:11 +08:00
CN_SZTL
84d465cedb
brook: update PKG_SOURCE 2020-08-23 02:47:49 +08:00
CN_SZTL
14459b8a3d
kernel: refresh patches
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-23 02:10:34 +08:00
Felix Fietkau
6d5483c956
kernel: add patch that adds support for running threaded NAPI poll functions
This is helps on workloads with CPU intensive poll functions (e.g. 802.11)
on multicore systems

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-08-23 01:29:23 +08:00
Petr Štetiar
6c78455942
hostapd: add wpad-basic-wolfssl variant
Add package which provides size optimized wpad with support for just
WPA-PSK, SAE (WPA3-Personal), 802.11r and 802.11w.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
[adapt to recent changes, add dependency for WPA_WOLFSSL config]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-08-23 01:18:17 +08:00
CN_SZTL
d0586d29ff
luci-app-gost: fix xhr url 2020-08-22 20:47:14 +08:00
CN_SZTL
5d00733c41
luci-app-gost: move to services 2020-08-22 20:45:00 +08:00
Ray
714620f081
smartdns: bump to latest git HEAD 2020-08-22 20:36:02 +08:00
CN_SZTL
4bf63f0a4d
luci-app-openclash: bump to v0.39.8-beta 2020-08-22 20:31:44 +08:00
CN_SZTL
16d3cdedc0
luci-app-unblockmusic: enable lossless for go version 2020-08-22 20:07:29 +08:00
CN_SZTL
7b53528b2b
luci-app-unblockmusic: support force replace on Go version 2020-08-22 20:04:41 +08:00
CN_SZTL
ec26987536
brook: bump to 20200901 2020-08-22 19:57:30 +08:00
CN_SZTL
bc54ced00f
luci-app-unblockneteasemusic-go: sync with upstream source 2020-08-22 19:53:05 +08:00
CN_SZTL
ab8c27b4d6
luci: let lang following to device settings 2020-08-22 19:11:03 +08:00
Josef Schlehofer
8f72173a0d curl: update to version 7.72.0
Changes in this version can be found here:
https://curl.haxx.se/changes.html#7_72_0

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-08-22 12:15:44 +08:00
Ray
9c66759330
Update Makefile (#182)
Co-authored-by: Ray <69144237+RAYSphere@users.noreply.github.com>
2020-08-22 11:01:54 +08:00
CN_SZTL
e9deb93962
kernel: bump 4.19 to 4.19.141
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-22 02:23:05 +08:00
ricksuzade-maker
83f5bb3c0b
Wireguard-tools: Bump to 1.0.20200820 2020-08-22 01:47:17 +08:00
CN_SZTL
63013502c4
luci-theme-argon: sync with upstream source 2020-08-22 01:46:34 +08:00
Hauke Mehrtens
c0e8253c6a
kernel: wpan: Add missing AUTOLOAD to load kernel module
These kernel modules were not loaded automatically, fix this by adding
the AUTOLOAD definition.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-08-22 01:40:03 +08:00
kongfl888 K
b440f7e55a
Coremark: use the general way to detect 64bit or not.
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-22 01:34:36 +08:00
CN_SZTL
15c39065cd
kernel: bump 4.14 to 4.14.194
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-22 01:30:26 +08:00
CN_SZTL
879e74c482
kernel: bump 4.9 to 4.9.233
Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-08-21 23:59:57 +08:00
AmadeusGhost
7f210212d9 ipq40xx: sync upstream crypto patches 2020-08-21 22:46:23 +08:00
Alexander Couzens
e39ef7c42d
tools/tplink-safeloader: use soft_ver 1.9.1 for archer c6 v2
TP-LINK published a firmware update for the archer c6 v2.
This updates also reached the factory devices. Newer software version
rejects downgrading to 1.2.x. Use 1.9.x to allow installing the factory images
and have a little bit time to change it again.

Tested on archer c6 v2 with firmware 1.3.1

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2020-08-20 20:26:48 +08:00
Remi NGUYEN VAN
cfe5046c31
map: rename type to maptype (FS#3287)
"type" is already used as a common option for all protocols types, so
using the same option name for the map type makes the configuration
ambiguous. Luci in particular adds controls for both options and sees
errors when reading the resulting configuration.

Use "maptype" instead, but still fallback to "type" if "maptype" is not
set. This allows configurations to migrate without breaking old
configurations.

This addresses FS#3287.

Signed-off-by: Remi NGUYEN VAN <remi.nguyenvan+openwrt@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com> [PKG_RELEASE increase]
2020-08-20 20:26:29 +08:00
CN_SZTL
3223b90549
luci-theme-argon: bump to v1.6.8 2020-08-20 20:20:26 +08:00
CN_SZTL
f1bb7e9148
luci-app-passwall: bump to 3.9-41 2020-08-20 20:18:25 +08:00