Commit Graph

6586 Commits

Author SHA1 Message Date
CN_SZTL
795080709d
pdnsd-alt: update PKG_RELEASE 2020-12-26 14:38:40 +08:00
Tianling Shen
2181d2c5aa
luci-app-adbyby-plus: sync with upstream source 2020-12-26 00:10:00 +08:00
uamrws
434de6b382
luci-app-syncdial: fix mwan3 syncdial port settings
Co-authored-by: causal <causal@causaldeMacBook-Pro.local>
2020-12-26 00:02:21 +08:00
Tianling Shen
e10c6f038a
luci-proto-minieap: add package 2020-12-25 19:02:31 +08:00
AmadeusGhost
d96c06e40a
autocore-arm: avoid resource busy issue on rpi4 2020-12-25 18:58:36 +08:00
Tianling Shen
2372952425
OpenClash: bump to v0.41.13-beta 2020-12-25 18:58:36 +08:00
xiaorouji
90f3e18a86
luci-app-passwall: bump to 4-4 2020-12-25 18:58:36 +08:00
Zhiyu Wang
fbdaf9fc49
luci-app-passwall: fix local_port argument lost
Signed-off-by: Zhiyu <cloudsky.newbis@gmail.com>
2020-12-25 18:58:35 +08:00
AmadeusGhost
9ac11c8f1c treewide: remove packages which already in feeds 2020-12-25 17:08:59 +08:00
AmadeusGhost
3bb49694e5 libcryptopp: update autotools to release 8.3 2020-12-25 17:05:14 +08:00
AmadeusGhost
38ff89a52e ipq40xx: wr142ac: refresh device config 2020-12-24 11:35:35 +08:00
AmadeusGhost
150e4f81a5 ipq40xx: r619ac: enable pcie power supply 2020-12-24 11:31:39 +08:00
AmadeusGhost
278c4f6b6f libcryptopp: allow compile on different platforms 2020-12-24 00:06:30 +08:00
Hauke Mehrtens
baaef4b564 toolchain: Fix glibc selection on ARC targets
Without this change no libc is selected and the build will fail. This
will select glibc for ARC CPUs.

Fixes: 95f1002aca ("toolchain: default to glibc for ARC")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-12-23 11:55:59 +08:00
Sven Eckelmann
f109cee0a3 images: Fix sysupgrade.tar for devices with NOR flash
The NOR flash rootfs images stored in a sysupgrade.tar must end with the
JFFS2 marker. Otherwise, devices like OpenMesh A42/A62 are not able to
calculate the md5sum of the fixed squashfs part and store it inside the
u-boot-env.

But the commit ee76bd11bb ("images: fix boot failures on NAND with small
sub pages") adds up to 1020 0x00 bytes after the 0xdead0de EOF marker. The
calculated md5sum will be wrong due do this change and u-boot will fail to
boot the newly flashed device with a message like:

  Validating MD5Sum of 'vmlinux'...
  Passed!
  Validating MD5Sum of 'rootfs'...
  Failed!
      583a1b7b54b8601efa64ade42742459b != 8850ee812dfd7638e94083329d5d2781

  Data validation failed!

and boot the old image again.

Since the original change should not change the behavior of NOR images,
just check for the deadc0de marker at the end of the squashfs-jffs2 image
do avoid the problematic behavior for these images.

Fixes: ee76bd11bb ("images: fix boot failures on NAND with small sub pages")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2020-12-23 11:48:18 +08:00
Rosen Penev
ddbb122a6d toolchain: remove uClibc-ng
After musl was introduced, it was desired to remove uClibc-ng. As ARC
has no musl support, it was kept around. However, glibc 2.32 includes
ARC support. This makes it possible to finally remove it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:37:12 +08:00
Rosen Penev
34d61c8b3d toolchain: remove uClibc-ng config stuff
This is in preparation for removing it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:36:42 +08:00
Rosen Penev
52d4f76531 toolchain: remove uClibc install stuff
This is preparation for removing uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:36:16 +08:00
Rosen Penev
e8fdfd57e5 toolchain: default to glibc for ARC
glibc 2.32 gained support for the ARC architecture.

This is preparation for removing uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:35:48 +08:00
INAGAKI Hiroshi
c399be98fd scripts: add -N option to mkhash for printing without newline
Added "-N" option, it allow printing hash(es) without newline.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2020-12-23 11:34:20 +08:00
Rosen Penev
716bfe95dd tcpdump: fix pcap-config issues
The patch removes a libpcap check to avoid a problem with libpcap. Fix
libpcap instead.

Modernize Makefile:

Use a normal autoconf bool instead of checking for CONFIG_IPV6.

Remove old configure and MAKE_FLAGS hacks. Removing them results in
compilation continuing to work without a problem.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:22:49 +08:00
Rosen Penev
569a9e195b libpcap: fix pcap-config
pcap-config as installed is using OS paths instead of OpenWrt ones.

Take fix from libpng and adjust as needed.

This problem seems to occur on Arch Linux and not on Debian/Fedora
based distros. No idea why.

Remove CMAKE_INSTALL as there is now an InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:22:12 +08:00
Rosen Penev
c28c4211a7 pcre: fix paths in config file
The paths are pointing to OS paths, not OpenWrt ones. Use SED line from
libpng to fix and adjust accordingly.

This may allow certain packages that use the config file to pick up pcre.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:17:56 +08:00
Rosen Penev
baceb793b0 nettle: update to 3.6
Updated ABI_VERSION.

Switched PKG_BUILD_PARALLEL on as there seems to be no issue anymore.
I can't find any information about why it was turned off.

Fixed license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:17:37 +08:00
Rosen Penev
91d1b80e86 binutils: update to 2.35.1
Fixes compilation with musl 1.2.x.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:17:17 +08:00
Rosen Penev
4437005384 elfutils: update to 0.180
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-23 11:16:54 +08:00
Hirokazu MORIKAWA
4ec538d951 include/cmake.mk: Fix the bug in ccache support
Fix the bug in ccache support due to this change.
bfc433efd4

The new cmake uses this for the wrapper.
https://cmake.org/cmake/help/v3.19/prop_tgt/LANG_COMPILER_LAUNCHER.html

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-22 11:38:53 +08:00
Hannu Nyman
59069a8745 tools/cmake: update to 3.19.1
Update cmake to version 3.19.1

Release notes: https://cmake.org/cmake/help/v3.19/release/3.19.html

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-22 11:38:34 +08:00
Hannu Nyman
1a710386f3 tools/cmake: update to 3.18.5
Update cmake to 3.18.5

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-12-22 11:38:12 +08:00
AmadeusGhost
15e019e484 gowebdav: update to 3.2.0 2020-12-21 23:28:16 +08:00
AmadeusGhost
4ceb73f402 simple-torrent: update to 1.2.12 2020-12-21 23:24:21 +08:00
AmadeusGhost
81cc5713ec gotop: update to 4.0.1 2020-12-21 23:22:52 +08:00
AmadeusGhost
87ecf578af filebrowser: update to 2.10.0 2020-12-21 23:20:29 +08:00
AmadeusGhost
cca30138b1 annie: update to latest git HEAD 2020-12-21 23:18:08 +08:00
AmadeusGhost
162b536358 libcryptopp: update to 8.3.0 2020-12-21 16:20:59 +08:00
Hauke Mehrtens
8a47fff08f toolchain: Deactivate sanitizer on MIPS and ARC
MIPS 32 bit support for sanitizer was added with GCC 9, MIPS 64 bit and
ARC are still not supported in GCC 10.

Deactivate them for now and change this when we change the default
compiler to GCC 9 or later.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-12-21 16:18:55 +08:00
TypeVII
494d140d24
luci-theme-infinityfreedom: Update style.css
解决大屏幕分辨率字体排列问题
2020-12-20 13:10:44 +08:00
Tianling Shen
d384a55a40
AdGuardHome: update GO_PKG_EXCLUDES 2020-12-20 12:26:39 +08:00
CN_SZTL
07c5ef44a4
kernel: bump to 4.9.248, 4.14.212, 4.19.163
Remove upstreamed:
 - target/linux/generic/backport-4.14/315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch
 - target/linux/generic/backport-4.19/315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch
 - target/linux/generic/backport-4.9/315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch

Refreshed all patches.

Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-12-19 21:11:50 +08:00
gw826943555
36f27036e3
ipq40xx: improve cpu operating points and overclock to 896Mz
This patch will match the clock-latency-ns values in the device tree
for those found inside the OEM device tree and kernel source code and
unlock 896Mhz CPU operating points.
2020-12-19 20:59:00 +08:00
CN_SZTL
ad24260456
luci-app-cpufreq: add support for multiple policies 2020-12-19 19:31:26 +08:00
CN_SZTL
e67db96778
luci-app-docker: Updated docker-ce -> docker 2020-12-19 18:15:26 +08:00
Paul Spooren
0be03639d9
build/json: add filesystem information
Some images are created using different filesystems, most popular
squashfs and ext4. To allow downstream projects to distinguesh between
those, add the `filesystem` information to created json files.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-12-19 18:04:46 +08:00
Rosen Penev
a630b9c181
tools/libressl: update to 3.3.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-19 18:02:46 +08:00
CN_SZTL
8bd9e45f89
OpenClash: bump to 0.41.12 2020-12-19 17:43:49 +08:00
CN_SZTL
d26cc8a04c
luci-app-passwall: sync with upstream source 2020-12-19 17:43:45 +08:00
xiaorouji
1af9ca8331
chinadns-ng: bump to latest git HEAD 2020-12-19 17:43:42 +08:00
Beginner
7d9d41f7d6
xray: Update to 1.1.4 2020-12-19 17:43:34 +08:00
CN_SZTL
c9c24b9101
luci-app-docker: Updated docker-ce -> docker 2020-12-19 17:20:11 +08:00
Hauke Mehrtens
1a9f1cb284 wireless-regdb: Update to version 2020.11.20
9efa1da wireless-regdb: update regulatory rules for Egypt (EG)
ede87f5 wireless-regdb: restore channel 12 & 13 limitation in the US
5bcafa3 wireless-regdb: Update regulatory rules for Croatia (HR)
4e052f1 wireless-regdb: Update regulatory rules for Pakistan (PK) on 5GHz
f9dfc58 wireless-regdb: update 5.8 GHz regulatory rule for GB
c19aad0 wireless-regdb: Update regulatory rules for Kazakhstan (KZ)
07057d3 wireless-regdb: update regulatory database based on preceding changes

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-12-19 00:10:00 +08:00