Commit Graph

6622 Commits

Author SHA1 Message Date
Rosen Penev
fdb260efa7
ccache: update to 4.1
Upstream switched to building with CMake. Adjust accordingly.

Reapplied patch as upstream changed the file format.

Added HOST_BUILD_PARALLEL for faster compilation.

Added cmake tool dependency and removed circular dependencies as a
result.

Adjusted dependent tools to use NOCACHE as they are needed to build
ccache.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-31 17:50:39 +08:00
Adrian Schmutzler
691a3da20e
base-files: sysupgrade: add function for conffiles retrieval
The find command to retrieve files from /etc/sysupgrade.conf and
/lib/upgrade/keep.d/* is used twice in almost the same way.

Move it into a function to consolidate, enhance readability and make
future adjustments easier.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Paul Spooren <mail@aparcar.org>
Reviewed-by: Philip Prindeville <philipp@redfish-solutions.com>
2020-12-31 17:49:08 +08:00
Felix Fietkau
03976eed5e
sdk: keep the linux package in the same subdir as in the main build system
Fixes: 953435795d ("build: always build package/kernel/linux")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2020-12-31 17:46:50 +08:00
Jo-Philipp Wich
ca37a118f0
sdk: invoke bundle-libraries.sh w/o buildroot dirs in $PATH
Invoke bundle-libraries.sh with any buildroot related directory entries
removed from $PATH to avoid picking up cross versions of utilities like
ldd which will not properly work when used against host executables.

This should fix executable bundling for glibc-target SDKs.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-12-31 17:46:28 +08:00
Jo-Philipp Wich
66a70616ed
imagebuilder: invoke bundle-libraries.sh w/o buildroot dirs in $PATH
Invoke bundle-libraries.sh with any buildroot related directory entries
removed from $PATH to avoid picking up cross versions of utilities like
ldd which will not properly work when used against host executables.

This should fix executable bundling for glibc-target imagebuilders.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-12-31 17:44:24 +08:00
Hans Dedecker
e16560bb99 glibc: update to latest 2.32 commit
1d49bede4d tests-mcheck: New variable to run tests with MALLOC_CHECK_=3

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-12-31 11:25:40 +08:00
Hans Dedecker
139509a61f odhcp6c: update to git HEAD
eac1961 dhcpv6: fix displaying IA info
0475e18 dhcpv6: display status code as a string

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-12-31 11:25:13 +08:00
Mattraks
4610577b55
luci-app-ssr-plus: fix process daemon bug 2020-12-30 18:01:04 +08:00
CN_SZTL
55464b32a5
luci-app-ssr-plus: bump to 182-2 2020-12-30 12:23:27 +08:00
AmadeusGhost
8ea8e4be95 rtl8812au-ac: enable concurrent mode support 2020-12-30 11:39:30 +08:00
AmadeusGhost
b644f496ba rtl88x2bu: enable luci control (not tested) 2020-12-30 11:36:57 +08:00
Jeff Collins
8402afc577 rtl8812au-ac: add package 2020-12-30 11:29:50 +08:00
Maxim Storchak
b752364325 busybox: define BUSYBOX_SYM before the first use
Since PKG_FILE_MODES relies on BUSYBOX_SYM, it should be defined early enough

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-12-30 11:26:45 +08:00
AmadeusGhost
a453a23685 rtl8821cu: fix luci control
Known issues:
1. Default does not start, need to be set manually.
2. Default works in legacy mode, so recommend to switch to n/ac mode.
3. Switch to n/ac mode and relay WiFi needs to restart to work normally.
4. It is not recommended to change the country code, which may cause the
   module to fail to find the 5GHz channel when scanning WiFi.
2020-12-28 11:35:07 +08:00
AmadeusGhost
2c8e2dea0d bpytop: add package 2020-12-28 11:30:40 +08:00
AmadeusGhost
4b57770480 gotop: fix package title not showing 2020-12-28 11:29:17 +08:00
AmadeusGhost
5bd1c9d9ba luci-proto-minieap: add missing files 2020-12-28 11:25:49 +08:00
Hans Dedecker
c6abfcf044 ethtool: update to version 5.10
The ipkg sizes changes as follows for mips 24kc :
	5.9  : ethtool_5.9-1_mips_24kc.ipk 35246
	5.10 : ethtool_5.10-1_mips_24kc.ipk 35385

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2020-12-28 11:18:32 +08:00
LGA1150
5c6eeab752
ramips: mt7621 OC 1000 MHz 2020-12-27 12:19:18 +08:00
CN_SZTL
e696ebab8f
luci-lib-docker: refresh dependencies 2020-12-27 00:34:21 +08:00
CN_SZTL
b0057886f3
luci-app-diskman: fix path to source 2020-12-27 00:31:32 +08:00
CN_SZTL
c10f27e6a0
pdnsd-alt: add missing PKG_MIRROR_HASH 2020-12-27 00:14:14 +08:00
CN_SZTL
940cffb591
pdnsd-alt: fix typo 2020-12-27 00:09:56 +08:00
CN_SZTL
29efd8cb48
quickjs: add package 2020-12-26 23:32:52 +08:00
CN_SZTL
85422cfbe2
treewide: remame wget -> wget-ssl 2020-12-26 23:27:13 +08:00
Beginner
62aa5a08f5
xray: Update to v1.1.5 2020-12-26 23:05:06 +08:00
CN_SZTL
854d634559
luci-app-passwall: sync with upstream source 2020-12-26 23:04:52 +08:00
Mattraks
36d92a4b61
luci-app-ssr-plus: bump to 182-1
- Important improvement
Rewrite startup code to speed up startup
Same as global server, no need to start multiple processes
Use unified path and configuration

- Changes
Add Reset default settings
Optimize the use of shadowsocks plugin
Remove the sh script used in update and modify the UI usage
Remove Easylist China from adblock and add NEO DEV HOST
Adjust the parameters used by wget to ensure compatibility

- Fixes
Fix the issue of starting twice after apply in the server node list
Fix the problem that dnsmasq fails to start when the access control list contains wrong entries
2020-12-26 23:03:12 +08:00
Mattraks
b9724bcede
tcping: switch to self-maintained source 2020-12-26 22:57:52 +08:00
CN_SZTL
242b9f9264
treewide: add missing PKG_HASH / PKG_MIRROR_HASH
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-12-26 22:15:11 +08:00
CN_SZTL
475e6cafd5
dnscrypt-proxy-full: remove outdated package 2020-12-26 21:06:05 +08:00
CN_SZTL
9f22c1307d
proxychains-ng: remove upstreamed package 2020-12-26 21:00:08 +08:00
CN_SZTL
230ea93953
dns2socks: remove duplicated package 2020-12-26 20:32:59 +08:00
CN_SZTL
397ae298e7
antfs: remove upstreamed packages 2020-12-26 20:28:54 +08:00
CN_SZTL
9841015cd0
luci-theme-edge: fix typo error 2020-12-26 17:23:52 +08:00
CN_SZTL
87df3ce4ab
luci-theme-edge: add missing dependencies 2020-12-26 17:20:47 +08:00
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