CN_SZTL
5ebb9ef15b
luci-theme-edge: bump to 2.4
2020-12-06 13:10:11 +08:00
CN_SZTL
67180dfb92
luci-app-vssr: bump to v1.19
2020-12-06 13:08:09 +08:00
CN_SZTL
3255a69719
luci-app-v2ray-server: use xray by default
2020-12-06 12:53:51 +08:00
CN_SZTL
4f92143f08
lienol/luci-app-v2ray-server: drop dupicate package
2020-12-06 12:51:28 +08:00
Mattraks
d862fa4825
luci-app-ssr-plus: fix v2ray/xray config file generation
2020-12-06 02:26:58 +08:00
ElonH
23eca47a34
kernel 4.9: compatible with shortcut-fe
2020-12-06 00:58:05 +08:00
ElonH
3ff8e8ae4e
Revert "shortcut-fe: Backward compatible with kernel 4.9"
...
This reverts commit 3cddb450f3 .
2020-12-06 00:53:55 +08:00
CN_SZTL
6c69b7539e
kernel: bump to kernel 4.9.247, 4.14.210, 4.19.161
...
Resolve conflicted:
- generic/pending-4.14/607-tcp_bbr-adapt-cwnd-based-on-ack-aggregation-estimation.patch
- layerscape/patches-4.14/804-i2c-support-layerscape.patch
- ramips/patches-4.14/0053-mtd-spi-nor-add-w25q256-3b-mode-switch.patch
Refreshed all patches.
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-12-06 00:24:09 +08:00
Kuan-Yi Li
01483ac70a
kernel: backport GD25Q256 support from 4.15
...
Backport below changes for GigaDevice GD25Q256 support from v4.15:
e27072851bf7 mtd: spi-nor: add a quad_enable callback in struct flash_info
65153846b18c mtd: spi-nor: add support for GD25Q256
This chip is used on newer Quad-E4G boards.
Before:
[ 2.366493] m25p80 spi0.0: unrecognized JEDEC id bytes: c8, 40, 19
[ 2.372853] m25p80: probe of spi0.0 failed with error -2
After:
[ 2.371722] m25p80 spi0.0: gd25q256 (32768 Kbytes)
[ 2.376694] 5 fixed-partitions partitions found on MTD device spi0.0
[ 2.383043] Creating 5 MTD partitions on "spi0.0":
[ 2.387824] 0x000000000000-0x000000030000 : "u-boot"
[ 2.394138] 0x000000030000-0x000000031000 : "u-boot-env"
[ 2.400608] 0x000000031000-0x000000040000 : "config"
[ 2.406830] 0x000000040000-0x000000050000 : "factory"
[ 2.413169] 0x000000050000-0x000002000000 : "firmware"
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
2020-12-06 00:23:36 +08:00
David Bauer
a6b2db864f
generic: ipeth: fix iOS 14 tethering
...
This fixes tethering with devices using iOS 14. Prior to this patch,
connections to remote endpoints were not possible while data transfers
between the OpenWrt device and the iOS endpoints worked fine.
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-12-06 00:23:24 +08:00
CN_SZTL
519f234ad7
luci-app-passwall: sync with upstream source
2020-12-05 22:46:15 +08:00
ElonH
3cddb450f3
shortcut-fe: Backward compatible with kernel 4.9
2020-12-05 21:53:04 +08:00
CN_SZTL
c65e7232e5
Core: Mod 20.12
2020-12-05 19:40:17 +08:00
CN_SZTL
15158b2eee
OpenClash: bump to 0.14.06
2020-12-05 19:00:55 +08:00
Beginner
176ef65fef
v2ray: bump to v4.33.0
2020-12-05 18:56:36 +08:00
xiaorouji
575fefe76d
brook: bump to 20210101
2020-12-05 18:55:49 +08:00
CN_SZTL
f1c9a3e410
luci-app-vssr: use xray by default
2020-12-05 18:55:03 +08:00
CN_SZTL
98750d0a13
luci-app-passwall: bump to 4-1
2020-12-05 18:54:37 +08:00
CN_SZTL
c5811f6512
luci-app-ssr-plus: bump to 181-2
2020-12-05 18:49:45 +08:00
CN_SZTL
9339c7c6d6
luci-app-ssr-plus: bump to 181-1
2020-12-05 18:44:42 +08:00
CN_SZTL
c76528e6e3
v2ray/xray: move to Proxies
2020-12-05 18:40:14 +08:00
Mattraks
880955f451
v2ray/xray: remove custom options
2020-12-05 18:39:54 +08:00
Mattraks
a6180bf3fe
luci-app-v2ray-server: add compatibility with Xray
...
Co-authored-by: caicaicai21 <caicaicai21@outlook.com>
2020-12-05 18:39:50 +08:00
Beginner
a925c950a4
Xray: bump to v1.1.1
2020-12-05 18:39:34 +08:00
Beginner
2a91e95e3c
xray: add new package
2020-12-05 18:39:11 +08:00
CN_SZTL
d6d472cd09
luci-app-jd-dailybonus: bump to v0.8.8
2020-12-05 17:37:33 +08:00
CN_SZTL
97b185d830
luci-app-vssr: bump to v1.18
2020-12-05 17:37:33 +08:00
Petr Štetiar
8006327e8b
rules.mk: remove redundant target flags
...
We're patching the GCC specs [1], [2] to implicitly add
$STAGING_DIR/usr/lib to the linker and $STAGING_DIR/usr/include to the
CPP flags. There is no need to globally pass these as -I and -L flags
respectively.
1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=toolchain/gcc/final/Makefile#l86
2. https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=scripts/patch-specs.sh#l37
Ref: https://patchwork.ozlabs.org/project/openwrt/patch/20200820060637.533293-1-a.heider@gmail.com/#2511505
Suggested-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-12-05 17:37:31 +08:00
Stan Grishin
6563466240
base-files: informative service command in /etc/shinit. service command shows services enabled/disabled and running status, when the service command is invoked with no/invalid arguments, like this:
...
Usage: service <service> [command]
The following services are available:
/etc/init.d/acme enabled stopped
/etc/init.d/boot enabled stopped
/etc/init.d/cron enabled running
/etc/init.d/dnsmasq enabled running
...
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-12-05 17:37:31 +08:00
Huangbin Zhan
c21858e852
base-files: fix alias more to properly detect /usr/bin/more
...
Package more is installed to /usr/bin rather than /bin.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-12-05 17:37:31 +08:00
HoldOnBro
4ba4109ee9
luci-app-autoipsetadder: add missing dependencies
2020-12-04 12:45:41 +08:00
CN_SZTL
1f0029526d
luci-app-unblockmusic: drop deprecated server
2020-11-29 15:03:54 +08:00
Rosen Penev
8d826d496d
libnetfilter-queue: remove
...
Nothing in base uses this. This will be moved to packages where it is
used.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 00:06:31 +08:00
Rosen Penev
e868232ebf
libnetfilter-log: remove
...
ulogd in the packages feed is the only user of this. It will be moved
there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 00:06:27 +08:00
Rosen Penev
a7b70af562
libnetfilter-cttimeout: remove
...
conntrack was moved to packages where this is used. This will be moved
there as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 00:06:23 +08:00
Rosen Penev
ca8accd4ea
libnetfilter-cthelper: remove
...
conntrack was moved to packages where this is used. This will be moved
there as well.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 00:06:18 +08:00
Petr Štetiar
3e8036c939
cmake.mk,rules.mk: fix host builds using CMake and ccache
...
Commit f98878e4c1 ("cmake.mk: set C/CXX compiler for host builds as
well") has introduced regression as it didn't taken usage of ccache into
the account so fix it by handling ccache use cases as well.
In order to get this working we need to export HOSTCXX_NOCACHE in
rules.mk as well.
Fixes: f98878e4c1 ("cmake.mk: set C/CXX compiler for host builds as well")
Reported-by: Ansuel Smith <ansuelsmth@gmail.com>
Tested-by: Ansuel Smith <ansuelsmth@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-11-29 00:06:10 +08:00
Rosen Penev
5ca68ef6a1
cmake.mk: set C/CXX compiler for host builds as well
...
Without this, cmake will use whatever CC/CXX is set to, which could be
clang. In that case, at least libjson-c/host will fail to compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 00:04:46 +08:00
CN_SZTL
a2c1fd72bb
default-settings: do not depend on bash by default
2020-11-28 21:38:26 +08:00
CN_SZTL
53abfa009a
Revert "cmake.mk: set C/CXX compiler for host builds as well"
...
This reverts commit 929a4e94d0 .
2020-11-28 21:09:07 +08:00
CN_SZTL
ec08c462cf
Revert "linux: rework shortcut-fe on kernel 4.9"
...
This reverts commit dadef1694d .
2020-11-28 21:06:36 +08:00
CN_SZTL
dadef1694d
linux: rework shortcut-fe on kernel 4.9
...
Signed-off-by: CN_SZTL <cnsztl@project-openwrt.eu.org>
2020-11-28 20:59:28 +08:00
CN_SZTL
6386e304ed
luci-app-vssr: sync with upstream source
2020-11-28 20:19:26 +08:00
CN_SZTL
9198d5c3d6
Revert "rules.mk: remove redundant target flags"
...
This reverts commit 96752b5807 .
2020-11-28 19:26:24 +08:00
Karel Kočí
9fa5fb7409
include/subdir: on build failure always print error
...
It is impossible to locate package that failed the build just from log
once more build is run in parallel (that is more than one make job). The
only way is to scout log files for failed package going back trough log.
This change makes it so error is printed for package that failed every
time.
Signed-off-by: Karel Kočí <karel.koci@nic.cz>
2020-11-28 19:14:22 +08:00
Piotr Stefaniak
8fae71281e
build: mkhash on FreeBSD
...
Apply patch from
https://bugs.openwrt.org/index.php?do=details&task_id=971
in order to make it easier to build OpenWRT on FreeBSD.
Signed-off-by: Piotr Stefaniak <pstef@freebsd.org>
2020-11-28 19:14:14 +08:00
Petr Štetiar
96ab55bf76
download.pl: properly cleanup intermediate .hash file
...
It seems like after a build the /dl dir seems to now contain a .hash
file for each source file due to inproper cleanup so fix it by removing
those intermediate files before leaving the download action.
Fixes: 4e19cbc553 ("download: handle possibly invalid local tarballs")
Reported-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-11-28 19:14:00 +08:00
Andre Heider
080e560374
tools: always create $STAGING_DIR/usr/{include,lib}
...
rules.mk always passes these as -I/-L to the toolchain.
Fixes rare errors like:
cc1: error: staging_dir/target-aarch64_cortex-a53_musl/usr/include: No such file or directory [-Werror=missing-include-dirs]
Signed-off-by: Andre Heider <a.heider@gmail.com>
Acked-by: Paul Spooren <mail@aparcar.org>
Acked-by: Rosen Penev <rosenp@gmail.com>
2020-11-28 19:13:55 +08:00
Petr Štetiar
96752b5807
rules.mk: remove redundant target flags
...
We're patching the GCC specs [1], [2] to implicitly add
$STAGING_DIR/usr/lib to the linker and $STAGING_DIR/usr/include to the
CPP flags. There is no need to globally pass these as -I and -L flags
respectively.
1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=toolchain/gcc/final/Makefile#l86
2. https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=scripts/patch-specs.sh#l37
Ref: https://patchwork.ozlabs.org/project/openwrt/patch/20200820060637.533293-1-a.heider@gmail.com/#2511505
Suggested-by: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-11-28 19:11:46 +08:00
Rosen Penev
929a4e94d0
cmake.mk: set C/CXX compiler for host builds as well
...
Without this, cmake will use whatever CC/CXX is set to, which could be
clang. In that case, at least libjson-c/host will fail to compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-28 19:09:17 +08:00